[arch-dev-public] [signoff] initscripts 2008.03-1
Needs i686 build. Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can. Thanks Changes: Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of: cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory something like that atleast. the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok. Thanks, Varun
2008/3/18, Varun Acharya <ganja.guru.x64@gmail.com>:
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of:
cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory
something like that atleast.
the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok.
I apologize. :-( When doing this fix: http://projects.archlinux.org/git/?p=initscripts.git;a=blobdiff;f=rc.sysinit... I forgot to remove that /bin :-( -- Roman Kyrylych (Роман Кирилич)
On Tue, Mar 18, 2008 at 2:55 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/3/18, Varun Acharya <ganja.guru.x64@gmail.com>:
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of:
cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory
something like that atleast.
the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok.
I apologize. :-( When doing this fix: http://projects.archlinux.org/git/?p=initscripts.git;a=blobdiff;f=rc.sysinit... I forgot to remove that /bin :-(
Done, new package up there. Go to town. Needs a build for i686 too
Am Dienstag, 18. März 2008 schrieb Varun Acharya:
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of:
cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory
something like that atleast.
the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok.
Thanks, Varun
Exactly something like this happens if no reboot is done, before checking in and tagging. Here is the fix attached. please add it to initscripts immediatly and bump it again. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Tue, Mar 18, 2008 at 2:57 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Dienstag, 18. März 2008 schrieb Varun Acharya:
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of:
cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory
something like that atleast.
the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok.
Thanks, Varun
Exactly something like this happens if no reboot is done, before checking in and tagging.
Here is the fix attached. please add it to initscripts immediatly and bump it again.
Why does this patch also remove other mkdir calls? Also, why not... use git? We use it for a reason, it makes this sort of thing effortless...
Am Dienstag, 18. März 2008 schrieb Aaron Griffin:
On Tue, Mar 18, 2008 at 2:57 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Dienstag, 18. März 2008 schrieb Varun Acharya:
On Tue, Mar 18, 2008 at 4:35 AM, Aaron Griffin <aaronmgriffin@gmail.com>
wrote:
Needs i686 build.
Please signoff, changes from the last version are below. This one needs to get done before we can push the ISO out, so please make it a priority if you can.
Thanks
Changes:
Aaron Griffin (3): Add my name to the copyright output Additional /dev/ setup that udev doesn't do Variable expansion quoting
Roman Kyrylych (13): Remove trailing whitespaces and do some little reformatting Make non-UTF-8 consoles work correctly in .24+ kernels Do not mount /proc/bus/usb if commented in fstab Set up vc/0 as well Always load defkeymap Revert back to not loading defkeymap Fix indentation in rc.d/functions Create /dev/rtc before running hwclock (FS#9636) Use full path to binaries everywhere Add basic support for dependencies in rc.d scripts More full-path fixes Fix a typo in /dev/rtc creation steps Remove the 'makedevs' script
Hi, previously I was getting the "Hardware clock cannot be accessed via any known method" error, now in addition to that, I also get something along the lines of:
cannot create /dev/misc/bin : No such file or directory mknod cannot create /dev/misc/rtc0: No such file or directory
something like that atleast.
the time always messes up in my macbook pro if i reboot into OSX. On my desktop I get the same Hwclock error, but the time is ok.
Thanks, Varun
Exactly something like this happens if no reboot is done, before checking in and tagging.
Here is the fix attached. please add it to initscripts immediatly and bump it again.
Why does this patch also remove other mkdir calls? Also, why not... use git? We use it for a reason, it makes this sort of thing effortless...
no signoff again, add the removing of mkdir else errors are shown during boot. /dev/pts and /dev/shm are created way earlier. i didn't use git because i forgot the syntax, and i have no acces to this git repository to add it myself. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Tue, Mar 18, 2008 at 1:06 PM, Tobias Powalowski <t.powa@gmx.de> wrote:
no signoff again, add the removing of mkdir else errors are shown during boot. /dev/pts and /dev/shm are created way earlier.
Bug reports, wtf? No one ever ever said "hey here's another bug" in addition to this. I'm struggling to figure out if I am expected to be psychic or not.
i didn't use git because i forgot the syntax, and i have no acces to this git repository to add it myself.
man git You don't need access to use it.. that's the point. Ugh
Am Dienstag, 18. März 2008 19:18:57 schrieb Aaron Griffin:
Bug reports, wtf? No one ever ever said "hey here's another bug" in addition to this.
http://bugs.archlinux.org/task/9636 is still valid. In addition to this initscripts-2008.03-2 introduced a new problem mentioned in the last comment of that bug report. -- archlinux.de
Am Dienstag, 18. März 2008 schrieb Aaron Griffin:
On Tue, Mar 18, 2008 at 1:06 PM, Tobias Powalowski <t.powa@gmx.de> wrote:
no signoff again, add the removing of mkdir else errors are shown during boot. /dev/pts and /dev/shm are created way earlier.
Bug reports, wtf? No one ever ever said "hey here's another bug" in addition to this. I'm struggling to figure out if I am expected to be psychic or not.
i didn't use git because i forgot the syntax, and i have no acces to this git repository to add it myself.
man git
We are talking here about a 3 lines patch, sorry in the morning this was my only try to fix this or give a hint of what all those errors are about. That those who can fix it have an idea what to do. All this wouldn't have happened if the one who created the package, would have installed the package and watched the boot process carefully before tagging the package. Initscripts is some kind of a sensible package and with such a long changelog errors can happen without doubt. This is not about to blame anyone, just a hint to be a bit more sensible in bumping it, without testing/watching the result. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Tue, Mar 18, 2008 at 1:25 PM, Tobias Powalowski <t.powa@gmx.de> wrote:
All this wouldn't have happened if the one who created the package, would have installed the package and watched the boot process carefully before tagging the package.
Or, you could just fucking explain yourself like a sane human being? I could tag it, and wait and do all that shit, but it would have taken days for me to get to it. You're the one saying "do it immediately" - I was being nice, and you're pointing fingers at me because you can't explain yourself properly.
This is not about to blame anyone
Horse shit. I'm done with email today. Maybe tomorrow too.
2008/3/18, Aaron Griffin <aaronmgriffin@gmail.com>:
On Tue, Mar 18, 2008 at 1:25 PM, Tobias Powalowski <t.powa@gmx.de> wrote:
All this wouldn't have happened if the one who created the package, would have installed the package and watched the boot process carefully before tagging the package.
Or, you could just fucking explain yourself like a sane human being? I could tag it, and wait and do all that shit, but it would have taken days for me to get to it. You're the one saying "do it immediately" - I was being nice, and you're pointing fingers at me because you can't explain yourself properly.
I think you overreacted here. No need to take everything so close to the heart. Text messaging has a "feature" to eliminate the intonation, so what we read by ourselves is not always what was intented to be read.
This is not about to blame anyone
Horse shit.
I'm done with email today. Maybe tomorrow too.
I don't understand this, sorry. -- Roman Kyrylych (Роман Кирилич)
participants (5)
-
Aaron Griffin
-
Pierre Schmitz
-
Roman Kyrylych
-
Tobias Powalowski
-
Varun Acharya