Loving Chromium on my Samsung NC10 Atom based Netbook

394 views
Skip to first unread message

Michael Tiberio

unread,
Apr 5, 2014, 6:55:57 PM4/5/14
to chromium-...@chromium.org
Still running off of USB thumb drive. Will eventually migrate to internal installation once I get all my files from the original XP install backed up to DVD. 

I would like to build my own distribution (although many thanks to hexxeh and arnold the bat). I have been a programmer since the late 60's (no really) using Unix since 1979, and I am very familiar with linux builds and embedded builds, etc, and I have a well developed 64 bit Ubuntu 12.04 VirtualBox VM on my desktop. I immediately ran into curl certificate issues, bypassed those with -k and then range into stage3 issues, and then I stopped.

My question, should it be this much pain? Is it worth it being able to build your own distro?

Mike

Mike Frysinger

unread,
Apr 5, 2014, 9:22:59 PM4/5/14
to mtib...@gmail.com, Chromium OS discuss

are you using an old SDK? the curl SSL issues were a problem a while ago. it might be easier to --delete and create a new one from scratch.
-mike

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

Michael Tiberio

unread,
Apr 6, 2014, 4:08:29 AM4/6/14
to chromium-...@chromium.org
I have tried the developer-guide, and the quick-start-guide(s) here:


Is there a better instruction set? If not, I'll try again from first principles...

Mike

Mike Frysinger

unread,
Apr 6, 2014, 11:15:03 PM4/6/14
to mtib...@gmail.com, Chromium OS discuss
those guides are fine ... the question is more whether you just started a new sdk from scratch recently or are trying to re-use an old one.

if it is a brand new one, then please post the exact command you ran and the exact output you got back.
-mike

Michael Tiberio

unread,
Apr 8, 2014, 1:44:22 PM4/8/14
to chromium-...@chromium.org
for mini from the developer guide (executed from top level of ~/chromiumos or $SOURCE_REPO):
ln -s chromiumos_mini chrmoiumos
cd chromiumos
./chromite/bin/cros_sdk
[sudo] password for mtiberio: 
ERROR   cros_sdk:make_chroot: Invalid stage3!
Running ['/home/mtiberio/chromiumos_mini/src/scripts/sdk_lib/make_chroot.sh', '--stage3_path', '/home/mtiberio/chromiumos_mini/.cache/sdks/cros-sdk-2014.04.07.222934.tar.xz', '--chroot', '/home/mtiberio/chromiumos_mini/chroot', '--cache_dir', '/home/mtiberio/chromiumos_mini/.cache'] failed!

for full from the quick guide (executed from top level of ~/chromiumos or $SOURCE_REPO):
ln -s chromiumos_full chromiumos
cd chromiumos
cros_sdk -- ./build_packages --board=${board}
ERROR   cros_sdk:make_chroot: Invalid stage3!
Running ['/home/mtiberio/chromiumos_full/src/scripts/sdk_lib/make_chroot.sh', '--stage3_path', '/home/mtiberio/chromiumos_full/.cache/sdks/cros-sdk-2014.04.07.002520.tar.xz', '--chroot', '/home/mtiberio/chromiumos_full/chroot', '--cache_dir', '/home/mtiberio/chromiumos_full/.cache'] failed!

=====

In both cases, I noticed that ${SOURCE_REPO}/.cache/sdks is empty???

M

Mike Frysinger

unread,
Apr 8, 2014, 1:54:46 PM4/8/14
to Chromium OS discuss
On Tue, Apr 8, 2014 at 1:44 PM, Michael Tiberio wrote:
> for mini from the developer guide (executed from top level of ~/chromiumos
> or $SOURCE_REPO):

make sure your tree is up to date by running `repo sync` first

> ./chromite/bin/cros_sdk

i've fixed the documentation ... you should make sure depot_tools is
in your $PATH and then you just run `cros_sdk`.

> Attempting download:
> https://commondatastorage.googleapis.com/chromiumos-sdk/cros-sdk-2014.04.07.222934.tar.xz
> ERROR cros_sdk:make_chroot: Invalid stage3!

looks like your download failed. try running `cros_sdk --debug` and
see what it reports.

you can also try downloading that file yourself and see if it works:
wget https://commondatastorage.googleapis.com/chromiumos-sdk/cros-sdk-2014.04.07.222934.tar.xz
-mike

Michael Tiberio

unread,
Apr 8, 2014, 3:19:20 PM4/8/14
to chromium-...@chromium.org


cros_sdk --debug
15:13:15: DEBUG: Cache dir lookup.
15:13:15: DEBUG: Configured cache_dir to '/home/mtiberio/chromiumos/.cache'
15:13:15: DEBUG: Configured cache_dir to '/home/mtiberio/chromiumos/.cache'
ERROR   cros_sdk:make_chroot: Invalid stage3!
Running ['/home/mtiberio/chromiumos/src/scripts/sdk_lib/make_chroot.sh', '--stage3_path', '/home/mtiberio/chromiumos/.cache/sdks/cros-sdk-2014.04.08.092639.tar.xz', '--chroot', '/home/mtiberio/chromiumos/chroot', '--cache_dir', '/home/mtiberio/chromiumos/.cache'] failed!




Connecting to commondatastorage.googleapis.com (commondatastorage.googleapis.com)|69.28.248.176|:443... connected.
ERROR: cannot verify commondatastorage.googleapis.com's certificate, issued by `/C=IE/ST=Galway/L=Galway/O=Web Titan/OU=Web Filtering (generic ssl cert)/CN=cloud.webtitan.com':
  Self-signed certificate encountered.
    ERROR: certificate common name `cloud.webtitan.com' doesn't match requested host name `commondatastorage.googleapis.com'.
To connect to commondatastorage.googleapis.com insecurely, use `--no-check-certificate'.

Tried running it with the --no-check-certificate, and then re-ran cros_sdk, and the first thing it did was remove old tarball...


Mike Frysinger

unread,
Apr 8, 2014, 3:23:33 PM4/8/14
to Chromium OS discuss
On Tue, Apr 8, 2014 at 3:19 PM, Michael Tiberio <mtib...@gmail.com> wrote:
Connecting to commondatastorage.googleapis.com (commondatastorage.googleapis.com)|69.28.248.176|:443... connected.
ERROR: cannot verify commondatastorage.googleapis.com's certificate, issued by `/C=IE/ST=Galway/L=Galway/O=Web Titan/OU=Web Filtering (generic ssl cert)/CN=cloud.webtitan.com':
  Self-signed certificate encountered.
    ERROR: certificate common name `cloud.webtitan.com' doesn't match requested host name `commondatastorage.googleapis.com'.
To connect to commondatastorage.googleapis.com insecurely, use `--no-check-certificate'.

your network is hijacking SSL connections.  you should talk to your network admins and ask them why they're doing such a horrible thing.  there's not really anything we can do about it.
-mike

Michael Tiberio

unread,
Apr 8, 2014, 3:31:35 PM4/8/14
to chromium-...@chromium.org
I'll get off the office wifi and get on guest wifi. that may be why...

tomorrow...

Michael Tiberio

unread,
Apr 9, 2014, 7:23:31 AM4/9/14
to chromium-...@chromium.org
working much better on guest wifi vs corporate wifi.    thanks
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages