Re: something at init is taking about 31s to finish

2015-08-31 Thread Curt
On 2015-08-31, wrote: > >> I understand the whole "oh noes, firmware is a binary blob with unknown >> contents [...] > > It seems you don't :-) > >> By not installing the firmware package, you are just making your life >> harder without gaining anything but a delayed boot. > > There sure should b

Re: something at init is taking about 31s to finish

2015-08-31 Thread briand
On Mon, 31 Aug 2015 11:56:09 +0300 Reco wrote: > > there's this in dmesg: > > > > [6.210098] EXT4-fs (sda7): mounted filesystem with ordered data mode. > > Opts: > > (null) > > [ 35.827945] r8169 :03:00.0: firmware: failed to load > > rtl_nic/rtl8168f-1.fw (-2) > > [ 35.827963] r8

Re: something at init is taking about 31s to finish

2015-08-31 Thread Brian
On Mon 31 Aug 2015 at 11:56:09 +0300, Reco wrote: > On Sun, Aug 30, 2015 at 06:58:10AM -0700, bri...@aracnet.com wrote: > > > > there's this in dmesg: > > > > [6.210098] EXT4-fs (sda7): mounted filesystem with ordered data mode. > > Opts: > > (null) > > [ 35.827945] r8169 :03:00.0: f

Re: something at init is taking about 31s to finish

2015-08-31 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 31, 2015 at 11:56:09AM +0300, Reco wrote: > Hi. > > On Sun, Aug 30, 2015 at 06:58:10AM -0700, bri...@aracnet.com wrote: [...] > > so it is the dreaded r8169 firmware crappola. the system works fine not > > loading it. > > My-my. Call

Re: something at init is taking about 31s to finish

2015-08-31 Thread Reco
Hi. On Sun, Aug 30, 2015 at 06:58:10AM -0700, bri...@aracnet.com wrote: > On Sun, 30 Aug 2015 13:18:19 +0200 > Sven Hartge wrote: > > > bri...@aracnet.com wrote: > > > On Sun, 30 Aug 2015 04:25:36 +0200 Sven Hartge wrote: > > >> bri...@aracnet.com wrote: > > > > >>> There's no way anyone can

Re: something at init is taking about 31s to finish

2015-08-31 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 31, 2015 at 12:39:14AM +0200, Sven Hartge wrote: > bri...@aracnet.com wrote: > > > [6.210098] EXT4-fs (sda7): mounted filesystem with ordered data mode. > > Opts: > > (null) > > [ 35.827945] r8169 :03:00.0: firmware: failed to

Re: something at init is taking about 31s to finish

2015-08-30 Thread Sven Hartge
bri...@aracnet.com wrote: > [6.210098] EXT4-fs (sda7): mounted filesystem with ordered data mode. > Opts: > (null) > [ 35.827945] r8169 :03:00.0: firmware: failed to load > rtl_nic/rtl8168f-1.fw (-2) > [ 35.827963] r8169 :03:00.0: Direct firmware load failed with error -2 > [

Re: something at init is taking about 31s to finish

2015-08-30 Thread briand
On Sun, 30 Aug 2015 13:18:19 +0200 Sven Hartge wrote: > bri...@aracnet.com wrote: > > On Sun, 30 Aug 2015 04:25:36 +0200 Sven Hartge wrote: > >> bri...@aracnet.com wrote: > > >>> There's no way anyone can help until i can get a trace of what's > >>> going on at boot. > >> > >> Jessie or newer?

Re: something at init is taking about 31s to finish

2015-08-30 Thread Sven Hartge
bri...@aracnet.com wrote: > On Sun, 30 Aug 2015 04:25:36 +0200 Sven Hartge wrote: >> bri...@aracnet.com wrote: >>> There's no way anyone can help until i can get a trace of what's >>> going on at boot. >> >> Jessie or newer? With systemd? >> >> systemd-analyze blame > 29.597s network

Re: something at init is taking about 31s to finish

2015-08-29 Thread briand
On Sun, 30 Aug 2015 04:25:36 +0200 Sven Hartge wrote: > bri...@aracnet.com wrote: > > > it almost looks like something is timing out, and yet the system works > > fine, so whatever it is that the process is waiting on it doesn't seem > > to matter. > > > i have a bad feeling it's the dreade eth

Re: something at init is taking about 31s to finish

2015-08-29 Thread Sven Hartge
bri...@aracnet.com wrote: > it almost looks like something is timing out, and yet the system works > fine, so whatever it is that the process is waiting on it doesn't seem > to matter. > i have a bad feeling it's the dreade ethernet firmware loading thing > (just a guess) since that's the message

something at init is taking about 31s to finish

2015-08-29 Thread briand
it almost looks like something is timing out, and yet the system works fine, so whatever it is that the process is waiting on it doesn't seem to matter. i have a bad feeling it's the dreade ethernet firmware loading thing (just a guess) since that's the message that comes up immediately after th