Re: [gentoo-user] crontab not executing

2011-06-19 Thread Florian Philipp
Am 20.06.2011 00:37, schrieb Grant: > One of my systems has a crontab like this to clean up and consolidate > the output of the video monitoring app "motion": > > # crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/home/grant/cron.root.txt installed on Sat Sep 25 10:42:18

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Dale
Dale wrote: Oh goodie. I get to be a tester today. :-) I'll post back what happens. I usually sync between 5 and 7PM CST. The tree should be settled by then. Thanks much. I'll be back. Dale :-) :-) This is what I got just a few minutes ago. x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME

Re: [gentoo-user] Changing printing options from within application

2011-06-19 Thread Dale
Mick wrote: Perhaps I'm doing this wrong, but I can't change print settings from within an application, e.g. using Okular, FF, etc. I cannot change from colour to greyscale. I can only change these settings if I login to http://localhost:631 and change the printer default settings there. Is thi

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Dale
William Hubbs wrote: On Sun, Jun 19, 2011 at 10:36:47PM +0100, Peter Humphrey wrote: On Sunday 19 June 2011 16:38:35 Dale wrote: I don't know when it got added but it is on mine. This is in the help page: rcManage /etc/init.d scripts in runlevels It wor

Re: [gentoo-user] crontab not executing

2011-06-19 Thread David W Noon
On Sun, 19 Jun 2011 15:37:42 -0700, Grant wrote about [gentoo-user] crontab not executing: > One of my systems has a crontab like this to clean up and consolidate > the output of the video monitoring app "motion": > > # crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/h

Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?

2011-06-19 Thread William Kenworthy
Thanks for that - I saw the 6 and panicked :) BillK On Sun, 2011-06-19 at 18:22 -0400, James Cloos wrote: > > "WK" == William Kenworthy writes: > > WK> Thats the one (mythtv-0.24_p20110524.ebuild) that wants > WK> libwww-perl-6 > > "libwww-perl-6" seems to refer to dev-perl/libwww-perl v

Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?

2011-06-19 Thread James Cloos
> "WK" == William Kenworthy writes: WK> Thats the one (mythtv-0.24_p20110524.ebuild) that wants WK> libwww-perl-6 "libwww-perl-6" seems to refer to dev-perl/libwww-perl version 6.20.0, as found in the main portage tree. Ie, not libwww-perl for perl6 but rather version 6 of libww-perl for pe

[gentoo-user] crontab not executing

2011-06-19 Thread Grant
One of my systems has a crontab like this to clean up and consolidate the output of the video monitoring app "motion": # crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/home/grant/cron.root.txt installed on Sat Sep 25 10:42:18 2010) # (Cron version V5.0 -- $Id: crontab.c,v

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread William Hubbs
On Sun, Jun 19, 2011 at 10:36:47PM +0100, Peter Humphrey wrote: > On Sunday 19 June 2011 16:38:35 Dale wrote: > > > I don't know when it got added but it is on mine. This is in the help > > page: > > > >rcManage /etc/init.d scripts in runlevels > > > > It works somet

Re: [gentoo-user] Re: /etc/locale vs /etc/env.d/02locale?

2011-06-19 Thread Peter Humphrey
On Sunday 19 June 2011 21:46:05 Walter Dnes wrote: > 1) localepurge deletes the contents of subfolders in /usr/share/locale > but leaves the empty subfolders present. Is it OK to delete the empty > subfolders? I assume so, though I haven't bothered. Why not try it and see? > 2) I notice that loc

Re: [gentoo-user] update-modules obsolete?

2011-06-19 Thread Mick
On Sunday 19 Jun 2011 22:06:12 walt wrote: > For some reason I've never before had to fool with update-modules > because all my needed kernel modules just load by magic when I boot. > > Now I'm fiddling with a virtualbox gentoo guest on a gentoo host, > and the vboxvideo kernel module is not loadi

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Peter Humphrey
On Sunday 19 June 2011 16:38:35 Dale wrote: > I don't know when it got added but it is on mine. This is in the help > page: > >rcManage /etc/init.d scripts in runlevels > > It works something like this: > > root@fireball / # eselect rc add xdm default > Adding xdm t

[gentoo-user] update-modules obsolete?

2011-06-19 Thread walt
For some reason I've never before had to fool with update-modules because all my needed kernel modules just load by magic when I boot. Now I'm fiddling with a virtualbox gentoo guest on a gentoo host, and the vboxvideo kernel module is not loading 'by magic' in the guest machine. So, how to do it

Re: [gentoo-user] Re: /etc/locale vs /etc/env.d/02locale?

2011-06-19 Thread Walter Dnes
On Sat, Jun 18, 2011 at 02:46:45AM +0100, Peter Humphrey wrote > Have you tried localepurge? A couple of notes/questions... 1) localepurge deletes the contents of subfolders in /usr/share/locale but leaves the empty subfolders present. Is it OK to delete the empty subfolders? 2) I notice tha

[gentoo-user] Changing printing options from within application

2011-06-19 Thread Mick
Perhaps I'm doing this wrong, but I can't change print settings from within an application, e.g. using Okular, FF, etc. I cannot change from colour to greyscale. I can only change these settings if I login to http://localhost:631 and change the printer default settings there. Is this how it is

[gentoo-user] Re: emerge package with profiling flags -pg

2011-06-19 Thread Kfir Lavi
Ok solved, I run hardened profile, so it adds '-pie'. Cmake will tell that -pie and -pg will not work together. So I added -nopie -pg. I had also needed to delete -fomit-frame-pointer. Regards, Kfir On Sun, Jun 19, 2011 at 7:47 PM, Kfir Lavi wrote: > Hi, > I would like to profile my program, so

[gentoo-user] emerge package with profiling flags -pg

2011-06-19 Thread Kfir Lavi
Hi, I would like to profile my program, so would like to compile it with the -pg flag, to be able to profile it with gprof. Running the emerge like that produce: CFLAGS="$CFLAGS -pg" emerge MY_PROG Gives me the error: -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- Check for work

Re: [gentoo-user] tethering an htc incredible

2011-06-19 Thread Matthew Finkel
On Sun, Jun 19, 2011 at 6:40 AM, Indi wrote: > > Tethering with a blackberry via USB (using the BB as a USB modem) > is extremely easy, not sure why your HTC is so stubborn... > > Yea, I have the Nexus S, and it's pretty much as close to plug-n-play as I've found on linux... These are the steps I

Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?

2011-06-19 Thread Neil Bothwick
On Sun, 19 Jun 2011 20:11:00 +0800, William Kenworthy wrote: > > MythTV have their own overlay, which I've been using all year with no > > problems, apart from one dodgy release that crashed the front end, but > > that was months ago and easy to mask. Details here, > > > > http://bugs.gentoo.org

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Dale
Peter Humphrey wrote: On Sunday 19 June 2011 13:40:47 Dale wrote: Peter Humphrey wrote: The command you should have used is "rc-update add default". Actually, eselect is the new way. I still use the old way myself but eselect should work just as well. How so? I've n

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Peter Humphrey
On Sunday 19 June 2011 13:40:47 Dale wrote: > Peter Humphrey wrote: > > The command you should have used is "rc-update add default". > > Actually, eselect is the new way. I still use the old way myself but > eselect should work just as well. How so? I've never come across this idea til today.

Re: [gentoo-user] gentoolkit-0.3.0.4: Digest verification failed

2011-06-19 Thread Mark Knecht
On Sun, Jun 19, 2011 at 4:35 AM, Jarry wrote: > Hi, > yesterday I updated gentoolkit to the last stable version > (0.3.0.4), but when I tried to update today, I got these > messages: > > === > styx / # emerge --ask --update --deep --newus

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Dale
Peter Humphrey wrote: On Sunday 19 June 2011 12:56:13 刘勇泰 wrote: After installed Gnome things, I used "eselect rc add" command to add some init scripts into default runlevel. The command you should have used is "rc-update add default". Actually, eselect is the new way. I sti

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Peter Humphrey
On Sunday 19 June 2011 12:56:13 刘勇泰 wrote: > After installed Gnome things, I used "eselect rc add" command to add some > init scripts into default runlevel. The command you should have used is "rc-update add default". -- Rgds Peter

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Dale
Daniel Pielmeier wrote: Dale schrieb am 19.06.2011 11:12: It appears so. I have net-print/cups-1.5_rc1 installed. cups-1.5 is hard masked so there must be something in your package.unmask to allow portage installing it. Should I go down one version? It seems portage is trying

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Dale
Daniel Pielmeier wrote: Dale schrieb am 19.06.2011 11:13: Daniel Pielmeier wrote: Looks like this is an issue with cups-1.5. If you really need it, you can try the attached patch. I have not tested it but it should do the trick. Should I report it as a bug or is it already a

Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?

2011-06-19 Thread William Kenworthy
On Sun, 2011-06-19 at 10:51 +0100, Neil Bothwick wrote: > On Sun, 19 Jun 2011 08:18:26 +0800, William Kenworthy wrote: > > > or can someone point me to a recent overlay thats regularly updated and > > works(!) Currently want to go from mythtv .23-gentoo to .24-fixes and > > then .25 as its soon t

[gentoo-user] rc runlevel act strangely

2011-06-19 Thread 刘勇泰
Hello everyone. I just buildup a new amd64 gentoo box using latest stage3 tar ball. After installed Gnome things, I used "eselect rc add" command to add some init scripts into default runlevel. The content of /etc/runlevels/default directory is: acpid dbus NetworkManager udev-postmount alsasou

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Daniel Pielmeier
Dale schrieb am 19.06.2011 11:13: > Daniel Pielmeier wrote: >> >> Looks like this is an issue with cups-1.5. If you really need it, >> you can try the attached patch. I have not tested it but it should >> do the trick. >> > > Should I report it as a bug or is it already a known issue? +*hplip

[gentoo-user] gentoolkit-0.3.0.4: Digest verification failed

2011-06-19 Thread Jarry
Hi, yesterday I updated gentoolkit to the last stable version (0.3.0.4), but when I tried to update today, I got these messages: === styx / # emerge --ask --update --deep --newuse --verbose world These are the packages that would be mer

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Daniel Pielmeier
Dale schrieb am 19.06.2011 11:12: > It appears so. I have net-print/cups-1.5_rc1 installed. cups-1.5 is hard masked so there must be something in your package.unmask to allow portage installing it. > Should I go down one version? It seems portage is trying to upgrade > to the latest on both.

Re: [gentoo-user] tethering an htc incredible

2011-06-19 Thread Indi
On Sun, Jun 19, 2011 at 06:25:00AM -0400, Allan Gottlieb wrote: > On Sat, Jun 18 2011, David Abbott wrote: > > > If you open up wicd => Preferences => General Settings => Wired > > interface the defaultis eth0. > > That is what I have. Are you suggesting I should change it to usb0? > > > I did

Re: [gentoo-user] tethering an htc incredible

2011-06-19 Thread Allan Gottlieb
On Sat, Jun 18 2011, David Abbott wrote: > If you open up wicd => Preferences => General Settings => Wired > interface the defaultis eth0. That is what I have. Are you suggesting I should change it to usb0? > I did not have to manually create any symlink as I think wicd does any > majic that is

Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?

2011-06-19 Thread Neil Bothwick
On Sun, 19 Jun 2011 08:18:26 +0800, William Kenworthy wrote: > or can someone point me to a recent overlay thats regularly updated and > works(!) Currently want to go from mythtv .23-gentoo to .24-fixes and > then .25 as its soon to be stable. MythTV have their own overlay, which I've been using

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Dale
Daniel Pielmeier wrote: Dale schrieb am 19.06.2011 01:35: Hi, Did my sync and upgraded some stuff then ran into this hiccup. I posted the console output only this time. If someone else has ran into this and has a fix, then we are good to go. If this is a first timer, I'll post the rest of t

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Dale
Daniel Pielmeier wrote: Dale schrieb am 19.06.2011 01:35: Hi, Did my sync and upgraded some stuff then ran into this hiccup. I posted the console output only this time. If someone else has ran into this and has a fix, then we are good to go. If this is a first timer, I'll post the rest of t

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Daniel Pielmeier
Dale schrieb am 19.06.2011 01:35: > Hi, > > Did my sync and upgraded some stuff then ran into this hiccup. I posted > the console output only this time. If someone else has ran into this and > has a fix, then we are good to go. If this is a first timer, I'll post > the rest of the info if needed.

Re: [gentoo-user] net-print/hplip-3.11.5 compile fails

2011-06-19 Thread Daniel Pielmeier
Dale schrieb am 19.06.2011 01:35: > Hi, > > Did my sync and upgraded some stuff then ran into this hiccup. I posted > the console output only this time. If someone else has ran into this and > has a fix, then we are good to go. If this is a first timer, I'll post > the rest of the info if needed.