New initscripts released, here you get the git shortlog:
Aaron Griffin (1):
Remove the kernel 'quiet' handling for fsck
Petar Bogdanovic (1):
Allow the user to cancel an fsck
Thomas Bächler (2):
Fix bug #13205: better random-seed entropy - For the random-seed
file location to be more "FHS compliant" is better to put in
/var/lib/misc/random-seed (Variable state information, that persists
after reboot) than the /var/run/random-seed (Run-time variable data,
that not necessarily persists after reboot) for example with /var/run
mounted as TMPFS. - The random-seed file permision should be "0600" not
"0644" - The size of random-seed acording to random(4) manpage should be
the size specified in "/proc/sys/kernel/random/poolsize" in other case
512 bytes.
Use the device nodes from /lib/udev/devices/* instead of
hardcoding them in initscripts. This requires a new udev package (at
least 139-1)
Tested on x86_64, please sign off.
03-08-2009, 07:51 PM
Eric Bélanger
initscripts 2009.03-1
On Sat, Mar 7, 2009 at 8:10 PM, Thomas Bächler <thomas@archlinux.org> wrote:
> New initscripts released, here you get the git shortlog:
>
> Aaron Griffin (1):
> * * *Remove the kernel 'quiet' handling for fsck
>
> Petar Bogdanovic (1):
> * * *Allow the user to cancel an fsck
>
> Thomas Bächler (2):
> * * *Fix bug #13205: better random-seed entropy - For the random-seed file
> location to be more "FHS compliant" is better to put in
> /var/lib/misc/random-seed (Variable state * information, that persists after
> reboot) than the /var/run/random-seed (Run-time variable data, that not
> necessarily persists * after reboot) for example with /var/run mounted as
> TMPFS. - The random-seed file permision should be "0600" not "0644" - The
> size of random-seed acording to random(4) manpage should be the size
> specified in "/proc/sys/kernel/random/poolsize" in * other case 512 bytes.
> * * *Use the device nodes from /lib/udev/devices/* instead of hardcoding
> them in initscripts. This requires a new udev package (at least 139-1)
>
> Tested on x86_64, please sign off.
>
>
Systems booted fine. Signoff both arches.
Eric
03-08-2009, 10:55 PM
Dan McGee
initscripts 2009.03-1
On Sun, Mar 8, 2009 at 3:51 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
> On Sat, Mar 7, 2009 at 8:10 PM, Thomas Bächler <thomas@archlinux.org> wrote:
>> New initscripts released, here you get the git shortlog:
>>
>> Aaron Griffin (1):
>> * * *Remove the kernel 'quiet' handling for fsck
>>
>> Petar Bogdanovic (1):
>> * * *Allow the user to cancel an fsck
>>
>> Thomas Bächler (2):
>> * * *Fix bug #13205: better random-seed entropy - For the random-seed file
>> location to be more "FHS compliant" is better to put in
>> /var/lib/misc/random-seed (Variable state * information, that persists after
>> reboot) than the /var/run/random-seed (Run-time variable data, that not
>> necessarily persists * after reboot) for example with /var/run mounted as
>> TMPFS. - The random-seed file permision should be "0600" not "0644" - The
>> size of random-seed acording to random(4) manpage should be the size
>> specified in "/proc/sys/kernel/random/poolsize" in * other case 512 bytes.
>> * * *Use the device nodes from /lib/udev/devices/* instead of hardcoding
>> them in initscripts. This requires a new udev package (at least 139-1)
>>
>> Tested on x86_64, please sign off.
>>
>>
>
> Systems booted fine. Signoff both arches.
Another signoff for x86_64 here.
-Dan
03-08-2009, 11:09 PM
Thomas Bächler
initscripts 2009.03-1
Dan McGee schrieb:
Systems booted fine. Signoff both arches.
Another signoff for x86_64 here.
I'll take your signoff as signoffs for udev too (this initscripts
release depends on the new udev), but I'd love to have signoffs for
klibc-udev as well.
03-09-2009, 11:29 PM
Thomas Bächler
initscripts 2009.03-1
Thomas Bächler schrieb:
Tested on x86_64, please sign off.
Can we have another signoff on i686 for udev+klibc-udev+initscripts? I
want to move this soon.
03-09-2009, 11:30 PM
Allan McRae
initscripts 2009.03-1
Thomas Bächler wrote:
Thomas Bächler schrieb:
Tested on x86_64, please sign off.
Can we have another signoff on i686 for udev+klibc-udev+initscripts? I
want to move this soon.
My laptop still boots nicely.... sign-off i686.
Allan
03-10-2009, 01:16 AM
Damjan Georgievski
initscripts 2009.03-1
> Thomas Bächler (2):
> * * *Fix bug #13205: better random-seed entropy - For the random-seed file
> location to be more "FHS compliant" is better to put in
> /var/lib/misc/random-seed (Variable state * information, that persists after
> reboot) than the /var/run/random-seed (Run-time variable data, that not
> necessarily persists * after reboot) for example with /var/run mounted as
> TMPFS. - The random-seed file permision should be "0600" not "0644" - The
> size of random-seed acording to random(4) manpage should be the size
> specified in "/proc/sys/kernel/random/poolsize" in * other case 512 bytes.
> * * *Use the device nodes from /lib/udev/devices/* instead of hardcoding
> them in initscripts. This requires a new udev package (at least 139-1)
I tested this on a minimal ArchLinux I installed in a virtual machine.
/var/lib/misc/ was not present on that install so rc.shutdown
complained, and the random-seed file of course wasn't created.
--
damjan
03-10-2009, 07:45 AM
Thomas Bächler
initscripts 2009.03-1
Damjan Georgievski schrieb:
I tested this on a minimal ArchLinux I installed in a virtual machine.
/var/lib/misc/ was not present on that install so rc.shutdown
complained, and the random-seed file of course wasn't created.
Uh, that needs to be fixed. initscripts is in core already, so you were
a little slow, but I'll try to push a fixed version tonight.