Re: [arch-general] [signoff] kernel26 2.6.35.2-1

2010-08-20 Thread waylls
On 09:59 Tue 17 Aug , Dennis Beekman wrote: signoff here, works fine on both my desktop and my laptop (both i386) On Sat, Aug 14, 2010 at 11:46 PM, Tobias Powalowski t.p...@gmx.de wrote: Latest kernel is in testing, please signoff for both arches. greetings tpowa -- Tobias

Re: [arch-general] [PATCH 28/48] Use bash-style conditionals when setting up the hardware clock.

2010-08-20 Thread Kurt J. Bosch
On 2010-08-19 23:12, Victor Lowther wrote: On Aug 19, 2010 10:08 AM, Kurt J. Boschkjb-temp-2...@alpenjodel.de wrote: On 2010-08-19 10:19, Jan de Groot wrote: On Thu, 2010-08-19 at 00:56 -0400, Dave Reisner wrote: Couldn't we avoid all this by just flipping a switch in the kernel?

[arch-general] KDE4 USB and sync

2010-08-20 Thread Manne Merak
Anyone know where to set the sync option for USB storage devices in KDE4. In 3.5 you could rightclick on the drive and there was a checkbox. Manne

[arch-general] Another suggested patch for the init scripts

2010-08-20 Thread Magnus Therning
The following change takes into consideration that the size of the entropy pool is given in bits in 2.6 kernels. I'm shamelessly assuming that no one in the Arch community would be running a 2.4 kernel :-) /M -- Magnus Therning                        (OpenPGP: 0xAB4DFBA4) magnus@therning.org   

Re: [arch-general] KDE4 USB and sync

2010-08-20 Thread Nilesh Govindarajan
On 08/20/2010 01:39 PM, Manne Merak wrote: Anyone know where to set the sync option for USB storage devices in KDE4. In 3.5 you could rightclick on the drive and there was a checkbox. Manne USB devices are by default mounted in sync mode by HAL. Unless you had applied this patch-

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread Emmanuel Gras
if you want to customize the colors of ls output, edit the LS_COLORS env variable. details here : http://www.linux-sxs.org/housekeeping/lscolors.html you can place that in your .bashrc, and you can set very usefull reg exp, like *.log, ... ls --color | less = colorized output Cheers,

Re: [arch-general] [arch-dev-public] archbuild: building in a chroot for the lazy

2010-08-20 Thread Ng Oon-Ee
On Fri, 2010-08-20 at 13:09 +0200, Pierre Schmitz wrote: snip My long term goal is to create easy to use tools which will use the exact same build environment for everyone. The first attempt is now in testing with devtool-0.9.9. snip Greetings, Pierre Fringe benefit, users like me

Re: [arch-general] Another suggested patch for the init scripts

2010-08-20 Thread Roman Kyrylych
On Fri, Aug 20, 2010 at 11:08, Magnus Therning mag...@therning.org wrote: The following change takes into consideration that the size of the entropy pool is given in bits in 2.6 kernels.  I'm shamelessly assuming that no one in the Arch community would be running a 2.4 kernel :-) Looks like

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread F. Gr.
2010-08-19 20:43 -0400, Carlos Mennens wrote: | It's very frustrating in Arch that my directories[blue], text | files[white], tarballs[red], symbolic links[blue], and | scripts[green] are all the same color. How can I colorize this in | bash so my Arch Linux system is much easier to sort through?

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread reflexing
Guys, does ArchLinux source ~/.profile file? If not, why? I better prefer to set i.e. aliases for all my shells, not only BASH… -- Jabber: reflex...@reflexing.ru, ICQ: 8163230, Skype on demand.

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread Dave Reisner
On Fri, Aug 20, 2010 at 07:53:17PM +0600, reflexing wrote: Guys, does ArchLinux source ~/.profile file? If not, why? I better prefer to set i.e. aliases for all my shells, not only BASH… -- Jabber: reflex...@reflexing.ru, ICQ: 8163230, Skype on demand. Read the INVOCATION section of

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread Dave Reisner
On Fri, Aug 20, 2010 at 10:03:30AM -0400, Dave Reisner wrote: On Fri, Aug 20, 2010 at 07:53:17PM +0600, reflexing wrote: Guys, does ArchLinux source ~/.profile file? If not, why? I better prefer to set i.e. aliases for all my shells, not only BASH… -- Jabber: reflex...@reflexing.ru,

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread reflexing
On Fri, Aug 20, 2010 at 8:04 PM, Dave Reisner d...@falconindy.com wrote: On Fri, Aug 20, 2010 at 10:03:30AM -0400, Dave Reisner wrote: On Fri, Aug 20, 2010 at 07:53:17PM +0600, reflexing wrote: Guys, does ArchLinux source ~/.profile file? If not, why? I better prefer to set i.e. aliases

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread Dave Reisner
On Fri, Aug 20, 2010 at 08:07:02PM +0600, reflexing wrote: On Fri, Aug 20, 2010 at 8:04 PM, Dave Reisner d...@falconindy.com wrote: On Fri, Aug 20, 2010 at 10:03:30AM -0400, Dave Reisner wrote: On Fri, Aug 20, 2010 at 07:53:17PM +0600, reflexing wrote: Guys, does ArchLinux source

Re: [arch-general] Colorized Output Listing

2010-08-20 Thread reflexing
On Fri, Aug 20, 2010 at 8:18 PM, Dave Reisner d...@falconindy.com wrote: On Fri, Aug 20, 2010 at 08:07:02PM +0600, reflexing wrote: On Fri, Aug 20, 2010 at 8:04 PM, Dave Reisner d...@falconindy.com wrote: On Fri, Aug 20, 2010 at 10:03:30AM -0400, Dave Reisner wrote: On Fri, Aug 20,

Re: [arch-general] Another suggested patch for the init scripts

2010-08-20 Thread Magnus Therning
On 20/08/10 13:35, Roman Kyrylych wrote: On Fri, Aug 20, 2010 at 11:08, Magnus Therning mag...@therning.org wrote: The following change takes into consideration that the size of the entropy pool is given in bits in 2.6 kernels. I'm shamelessly assuming that no one in the Arch community would

[arch-general] [signoff] hdparm-9.30-1

2010-08-20 Thread Tobias Powalowski
Hi guys, please signoff both arches greetings tpowa -- Tobias Powalowski Archlinux Developer Package Maintainer (tpowa) http://www.archlinux.org tp...@archlinux.org signature.asc Description: This is a digitally signed message part.

Re: [arch-general] [arch-dev-public] [signoff] hdparm-9.30-1

2010-08-20 Thread Guillaume Brunerie
2010/8/20 Tobias Powalowski t.p...@gmx.de Hi guys, please signoff both arches greetings tpowa -- Tobias Powalowski Archlinux Developer Package Maintainer (tpowa) http://www.archlinux.org tp...@archlinux.org Still doesn't work here (x86_64), at least the option -B: $ sudo hdparm -B

Re: [arch-general] [signoff] kernel26 2.6.35.2-1

2010-08-20 Thread David C. Rankin
On 08/18/2010 02:03 PM, Tobias Powalowski wrote: Am Mittwoch 18 August 2010 schrieb David C. Rankin: On 08/18/2010 01:24 PM, David C. Rankin wrote: Call Trace: [a01c3ba5] usb_kill_urb+0x85/0xc0 [usbcore] [810717c0] ? autoremove_wake_function+0x0/0x40 [a01f6831]

Re: [arch-general] Gnome/Gtk-2.0 BLING! (list of surprisingly cool themes)

2010-08-20 Thread David C. Rankin
On 08/19/2010 07:16 PM, Philipp Überbacher wrote: Hey, I tried the favorites there, but wasn't blown away. Basically all of them have usability issues. However, I had a look today and found one I really like. The only issue I found with it so far is minor (active tab in firefox could be better

[arch-general] 2.6.35-ARCH panic in VirtualBox 3.2.8-1

2010-08-20 Thread Martín Cigorraga
Tonight I did a clean install of Arch in a VirtualBox VM and after updating the system I can't boot anymore because there's a kernel panic, see attached screenshot for the output error log [0] Ok, I was a dumb because I didn't make any snapshot before upgrading -was working well with ISO shipped

Re: [arch-general] 2.6.35-ARCH panic in VirtualBox 3.2.8-1

2010-08-20 Thread Thomas Dziedzic
On Fri, Aug 20, 2010 at 10:53 PM, Martín Cigorraga martosurf7...@gmail.com wrote: Tonight I did a clean install of Arch in a VirtualBox VM and after updating the system I can't boot anymore because there's a kernel panic, see attached screenshot for the output error log [0] Ok, I was a dumb