[gentoo-user] recommendation for a wireless G Broadband Router

2008-06-27 Thread Allan Gottlieb
I have a linksys (Cisco) WRT54G, which works fine except for one
point.

I have been unable to find in the documentation how to tell its dhcp
server that mac address X should get IP addr Y.  I am prepared to
accept the deserved shame if someone tells me how to do this.

Failing the above, I am seriously considering buying another router
that has this capability.  It is frustrating not to know the IP
address for machines on our home network (especially the NFS server).

I would appreciate any recommendations.
The device should have wired ethernet input (from our cable modem) and
4 wired ethernet outputs, plus wireless support, and a dhcp server.

thanks,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] recommendation for a wireless G Broadband Router

2008-06-27 Thread Allan Gottlieb
At Fri, 27 Jun 2008 16:01:17 -0300 Daniel da Veiga [EMAIL PROTECTED] wrote:

 On Fri, Jun 27, 2008 at 3:26 PM, Gordon Schulz [EMAIL PROTECTED] wrote:
 Another option is the excellent Tomato Firmware
 (http://www.polarcloud.com/tomato), which does exactly what you need
 out of the box.


 Another vote for Tomato, as its the best firmware I've used so far.
 But, if you have a version 5 or latter, then you're stuck with dd-wrt
 micro edition.

Mine says ver 2 on the device and the web page says the firmware
version is v2.02.7.  So I will look into tomato

 I use a WRT54GL (L model is, IMHO, the best).

My wife has a newer linksys.  Maybe hers is an L.  She does use IPC so
wouldn't notice the IP addresses changing.

Thank you everyone for the advice.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gnucash pulls in firefox (when I already have firefox-bin)

2008-06-25 Thread Allan Gottlieb
At Tue, 24 Jun 2008 00:17:36 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 yelp is pulling in firefox because you do not have xulrunner in USE.
 firefox-bin is no use, the program needs the header files for either
 firefox or xulrunner. The current recommendation is to use xulrunner
 instead of firefox in this situation, and in your USE flags.

Neil,

I am currently having no problems.  I use gnucash extensively and use
firefox (not -bin) as well.  Is the recommendation to switch and add
xulrunner to USE?  If the purpose is to avoid the need for firefox,
that is not relevant to me.  If, however, xulrunner in some way
improves gnucash, I might well want to try it.

thanks in advance and thanks for all your previous help and thoughtful
comments.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gnucash pulls in firefox (when I already have firefox-bin)

2008-06-25 Thread Allan Gottlieb
At Wed, 25 Jun 2008 16:46:44 -0700 James Ausmus [EMAIL PROTECTED] wrote:

 On Wed, Jun 25, 2008 at 4:14 PM, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Wed, 25 Jun 2008 18:40:41 -0400, Allan Gottlieb wrote:

  yelp is pulling in firefox because you do not have xulrunner in USE.
  firefox-bin is no use, the program needs the header files for either
  firefox or xulrunner. The current recommendation is to use xulrunner
  instead of firefox in this situation, and in your USE flags.

 I am currently having no problems.  I use gnucash extensively and use
 firefox (not -bin) as well.  Is the recommendation to switch and add
 xulrunner to USE?  If the purpose is to avoid the need for firefox,
 that is not relevant to me.  If, however, xulrunner in some way
 improves gnucash, I might well want to try it.

 It is to avoid the need for Firefox 2 installed from source, which is a
 problem if you use Firefox 3 or firefox-bin. the xulrunner flag make
 GnuCash, and other apps, build against xunrunner instead of the firefox 2
 headers.

 Also, if you're going to use FF3, with xulrunner, FF3 will compile
 against xulrunner, thus reducing the FF3 build to time to a few
 minutes, as the LONG build already happened with xulrunner...

I see.  When FF3 becomes stable, I will turn on xulrunner.

Thanks for the explanations.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] udev problem with USB disk (SOLVED ?)

2008-06-02 Thread Allan Gottlieb
Thank you alan and Q.

The problem seems to be that I was trying to mount (a partition of)
the usb disk at boot time with localmount.  The localmount init script
is run before the usb filesystem (usbfs) is mounted.  I have now
listed it as noauto in fstab and mount it in local.start.

But I did learn a few points in reading several doc (especially
drake's udev guide).

The docs suggest placing local rules in 10-local.rules since that
prevents them from being overwritten by later generic rules.  I tried
moving it to 99-local.rules; nothing changed.

The URL referenced by Q suggests that you can only use one section of
output from udevinfo to construct a rule.  In fact you can use two,
the original dev node and ONE parent.  Thus I could include the
serial number as a matching criteria.

Again thanks for the help.
allan
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] udev problem with USB disk

2008-06-01 Thread Allan Gottlieb
I am having trouble with my external USB disk.
I have the following entry in fstab:
/dev/usbhd1  /mnt/b   ext3  defaults   0 0
I have written /etc/udev/rules.d/10-local.rules
DRIVERS==usb, ATTRS{serial}==335144304641374D, 
ATTRS{product}==ST94811U2-RK, ATTRS{manufacturer}==Seagate, 
SYMLINK+=usbhd%n

When I boot into single user mode I see the following near the end of
the messages

Mounting local filesystems ...
/dev/bus/usb/001/002 is not a block device
Some local filesystem failed to mount.
Mounting USB filesystem (usbfs)

At this point ls -l /dev/bus/usb/001/002 yields
crw-rw-r--
ls /mnt/b shows that the mount did not occur.
But if I now manually type umount -a
all is well (/mnt/b has the expected files)

As a work-around I added mount -a to local.start.
I am a beginner with udev, but it looks like usbfs
is being mounted too late.

thanks for any help.
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Speed up `du'

2008-05-24 Thread Allan Gottlieb
At Sat, 24 May 2008 16:49:09 -0500 [EMAIL PROTECTED] wrote:

 Is there any way to speed up the du command?  I mean short of having
 cron run it on target directories and store results.  (not really
 speeding up but at least not having to wait for a result)

 I've seen various mention of du being slow but don't recall any
 mentions of how to speed it up.

 I use Reiserfs with default sizes.  In some situations like a large
 cache of nntp messages of several GB.  I might wait 5-10 minutes or more
 for du to get the size of the directory. 

 Are there other file systems that can return a result of `du' faster?

 I'm curious how `df' computes sizes so much quicker.  Even after
 rm'ing a large amount of data... `df' sees the difference right away.

I can't help with speeding up du, but can explain df's speed.
This information is kept in the superblock.  Each operation that
changes size updates the superblock and df just reads the result.
(In a sense it is like your cron soln above for du :-) .)

 Or maybe there is some other tool or technique that can quickly tell
 me the size of a directory or set of directories.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] kernel config ata/atapi and scsi

2008-05-23 Thread Allan Gottlieb
I remember reading that much of the CDrom et al support now uses
the scsi subsystem, but have not remembered enough.
I would appreciate answers to the following specific questions.

I have a dell insprion 6400 laptop.  Using lshw I find that the ide
interface contains

ATA disk  Hitachi HTS72101  /dev/sda  bus info: [EMAIL PROTECTED]:0.0.0
  * Am I correct in believing that I should configure SCSI disk support?
  * Does it also require ATA/atapi support?

DVD writer DVD+-RW TS-L632D /dev/cdrom1 /dev/dvd1 /dev/scd0 /dev/sr0
   bus info: [EMAIL PROTECTED]:0.0.0
  * Am I correct in believing that I need scsi CDROM and scsi GENERIC?
  * Are any other kernel options needed to support the dvd and writing?
  * Do I need atapi support?

lshw confirms that I have no scsi controller
  * Am I correct in believing that I need no scsi low level driver?

lshw confirms that I have an intel 82801G (ICH7)
  * Am I correct in believing that I need CONFIG_ATA_PIIX?

Thanks in advance for the help,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] is grub in my mbr?

2008-05-21 Thread Allan Gottlieb
At Wed, 21 May 2008 11:42:37 +0200 Dirk Heinrichs [EMAIL PROTECTED] wrote:

 Am Mittwoch, 21. Mai 2008 schrieb ext Neil Bothwick:
 On Wed, 21 May 2008 10:53:28 +0200, Dirk Heinrichs wrote:
   If you don't, the stage1 in your MBR may not work with the stage1.5
   and stage2 in /boot. This happened with a recent GRUB update.
 
  Not to me.

 Aha, the old works for me defence :)

 No, it's the couldn't happen to me because my /boot is mounted ro defense.

 BTW: One doesn't really need to keep grub installed after writing the MBR. 
 Just unmerge it and your /boot and/or MBR are save.

This discussion is interesting and may well prove helpful.  But,
unless I missed it, I didn't see an answer to my question, namely

Am I correct in believing that seeing `GRUB' within the first 512
bytes of /dev/sda (I have a one-hard-disk laptop) confirms my memory
that I did install grub in the mbr (as opposed to the boot block of
the active partition).

thanks,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] is grub in my mbr?

2008-05-21 Thread Allan Gottlieb
At Wed, 21 May 2008 15:31:23 +0200 Dirk Heinrichs [EMAIL PROTECTED] wrote:

 Am Mittwoch, 21. Mai 2008 schrieb ext Allan Gottlieb:

 This discussion is interesting and may well prove helpful.  But,
 unless I missed it, I didn't see an answer to my question, namely

 Although it was a little bit ironic, I gave it in my first reply.

Thanks.  I thought so, but feared that my question might have been
poorly written and suggested that I wanted to know which loader I had
rather that where it was installed.

Thanks again.
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] is grub in my mbr?

2008-05-21 Thread Allan Gottlieb
At Wed, 21 May 2008 07:12:32 -0700 Mark Knecht [EMAIL PROTECTED] wrote:

 I think this answer would be good to have on a Gentoo grub Wiki
 somewhere. (If it isn't already.) There have been times I've wondered
 the same thing and didn't know how to extract the data out fo the MBR
 the way you did. It would also be good to add a second example of how
 to get it out of a partition instead of the MBR in case grub is
 installed there.

Here is how to do it for a partition, in my case /dev/sda2 is the
active partition and it is a windows partition (remember that in grub
this would be (hd0,1), not sd and not 2).  Note that if `GRUB' is in
the boot block of a partition it does not mean it is not in the mbr.
However, there is no ambiguity when you check the mbr itself since
whatever is there counts.

ajglap ~ # dd if=/dev/sda2 ibs=512 count=1 | od -c --address-radix=d
1+0 records in
1+0 records out
512 bytes (512 B) copied000 353   R 220   N   T   F   S  \0 
002  \b  \0  \0
, 0.0234332 s, 21.8 kB/s
016  \0  \0  \0  \0  \0 370  \0  \0   ?  \0 377  \0  \0 200 001  \0
032  \0  \0  \0  \0 200  \0 200  \0 377 237 337 001  \0  \0  \0  \0
048  \0  \0  \f  \0  \0  \0  \0  \0 377 371 035  \0  \0  \0  \0  \0
064 366  \0  \0  \0 001  \0  \0  \0  \a   C 326 216   r 326 216 236
080  \0  \0  \0  \0 372   3 300 216 320 274  \0   | 373   h 300  \a
096 037 036   h   f  \0 313 210 026 016  \0   f 201003  \0   N
112   T   F   S   u 025 264   A 273 252   U 315 023   r  \f 201 373
128   U 252   u 006 367 301 001  \0   u 003 351 322  \0 036 203 354
144 030   h 032  \0 264   H 212 026 016  \0 213 364 026 037 315 023
160 237 203 304 030 236   X 037   r 341   ; 006  \v  \0   u 333 243
176 017  \0 301   . 017  \0 004 036   Z   3 333 271  \0   + 310
192   f 377 006 021  \0 003 026 017  \0 216 302 377 006 026  \0 350
208   @  \0   + 310   w 357 270  \0 273 315 032   f   # 300   u   -
224   f 201 373   T   C   P   A   u   $ 201 371 002 001   r 036 026
240   h  \a 273 026   h   p 016 026   h  \t  \0   f   S   f   S   f
256   U 026 026 026   h 270 001   f   a 016  \a 315 032 351   j 001
272 220 220   f   ` 036 006   f 241 021  \0   f 003 006 034  \0 036
288   f   h  \0  \0  \0  \0   f   P 006   S   h 001  \0   h 020  \0
304 264   B 212 026 016  \0 026 037 213 364 315 023   f   Y   [   Z
320   f   Y   f   Y 037 017 202 026  \0   f 377 006 021  \0 003 026
336 017  \0 216 302 377 016 026  \0   u 274  \a 037   f   a 303 240
352 370 001 350  \b  \0 240 373 001 350 002  \0 353 376 264 001 213
368 360 254 \0   t  \t 264 016 273  \a  \0 315 020 353 362 303
384  \r  \n   A   d   i   s   k   r   e   a   d   e   r
400   r   o   r   o   c   c   u   r   r   e   d  \0  \r  \n   B
416   O   O   T   M   G   R   i   s   m   i   s   s   i   n
432   g  \0  \r  \n   B   O   O   T   M   G   R   i   s   c
448   o   m   p   r   e   s   s   e   d  \0  \r  \n   P   r   e   s
464   s   C   t   r   l   +   A   l   t   +   D   e   l   t
480   o   r   e   s   t   a   r   t  \r  \n  \0  \0  \0  \0  \0
496  \0  \0  \0  \0  \0  \0  \0  \0 200 235 262 312  \0  \0   U 252
512
ajglap ~ #


 Anyway, great info. Thanks!

You are welcome and thanks again to alan mckinnon for confirming my
guess.

allan (gottlieb)
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] is grub in my mbr?

2008-05-20 Thread Allan Gottlieb
I believe that when I upgrade grub I am supposed to re-run it.

I would like to keep the same configuration I have know but am not
sure if I installed grub in the MBR (I dual boot windows since it is
often needed when calling Dell Support).

I believe that I do have grub in the mbr, but wish to confirm it so
executed an od to confirm.

Here is my disk layout (a one disk laptop)

ajglap ~ # fdisk -l

Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0800

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   6   48163+  de  Dell Utility
/dev/sda2   *   71963157163527  HPFS/NTFS
/dev/sda319631975   98683+  83  Linux
/dev/sda41976   12161818190455  Extended
/dev/sda519762098  987966   82  Linux swap / Solaris
/dev/sda62099453119543041   83  Linux
/dev/sda74532599111727418+  83  Linux
/dev/sda85992842419543041   83  Linux
/dev/sda98425   1085719543041   83  Linux
ajglap ~ # 

Here is an od of the mbr

ajglap ~ # dd if=/dev/sda ibs=512 count=1 | od -c --address-radix=d
1+0 records in
1+0 records out
000 353   H 220 320 274  \0   | 216 300 216 330 276  \0   | 277  \0
016 006 271  \0 002 374 363 244   P   h 034 006 313 373 271 004  \0
032 275 276  \a 200   ~  \0  \0   |  \v 017 205 020 001 203 305 020
048 342 361 315 030 210   V  \0   U 306   F 021 005 306   F 003 002
512 bytes (512 B) copied, 1.8159e-05 s, 28.2 MB/s
064 377  \0  \0 001  \0  \0  \0  \0 002 372 220 220 366 302 200
080   u 002 262 200 352   Y   |  \0  \0   1 300 216 330 216 320 274
096  \0 373 240   @   |377   t 002 210 302   R 276 177   }
112 350   4 001 366 302 200   t   T 264   A 273 252   U 315 023   Z
128   R   r   I 201 373   U 252   u   C 240   A   | 204 300   u 005
144 203 341 001   t   7   f 213   L 020 276 005   | 306   D 377 001
160   f 213 036   D   | 307 004 020  \0 307   D 002 001  \0   f 211
176   \  \b 307   D 006  \0   p   f   1 300 211   D 004   f 211   D
192  \f 264   B 315 023   r 005 273  \0   p 353   } 264  \b 315 023
208   s  \n 366 302 200 017 204 352  \0 351 215  \0 276 005   | 306
224   D 377  \0   f   1 300 210 360   @   f 211   D 004   1 322 210
240 312 301 342 002 210 350 210 364   @ 211   D  \b   1 300 210 320
256 300 350 002   f 211 004   f 241   D   |   f   1 322   f 367   4
272 210   T  \n   f   1 322   f 367   t 004 210   T  \v 211   D  \f
288   ;   D  \b   }212   T  \r 300 342 006 212   L  \n 376 301
304  \b 321 212   l  \f   Z 212   t  \v 273  \0   p 216 303   1 333
320 270 001 002 315 023   r   * 214 303 216 006   H   |   ` 036 271
336  \0 001 216 333   1 366   1 377 374 363 245 037   a 377  B
352   | 276 205   } 350   @  \0 353 016 276 212   } 350   8  \0 353
368 006 276 224   } 350   0  \0 276 231   } 350   *  \0 353 376   G
384   R   U   B  \0   G   e   o   m  \0   H   a   r   d   D
400   i   s   k  \0   R   e   a   d  \0   E   r   r   o   r  \0
416 273 001  \0 264 016 315 020 254 \0   u 364 303  \0  \0  \0
432  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \b  \0  \0  \0 001
448 001  \0 336 376   ? 005   ?  \0  \0  \0   G   x 001  \0 200 036
464 031 006  \a 376 377 377  \0 200 001  \0  \0 240 337 001  \0 376
480 377 377 203 376 377 377  \0 341 001 367 002 003  \0  \0 376
496 377 377 005 376 377 377 367344 001   J 353 300  \t   U 252
512

Am I right that seeing `GRUB' in bytes 383-386 (decimal) is proof that
I did install grub in the MBR?

thanks,
allan

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] confusing emerge output

2008-04-23 Thread Allan Gottlieb
At Wed, 23 Apr 2008 09:33:05 +0200 Alan McKinnon [EMAIL PROTECTED] wrote:

 On Wednesday 23 April 2008, Allan Gottlieb wrote:
  # emerge --verbose --ask --deep --update --newuse --tree world

 gives just a few packages with dev-java/rhino the last one (first to
 be merged).

 But

   # emerge --oneshot --ask rhino

 Gives a bunch of packages with rhino the last one (last to build).

 Could someone explain?

 snip

 [ebuild  N]  dev-java/rhino-1.5.5-r4  USE=doc -source 1,506 kB

 snip

 [ebuild  N] dev-java/rhino-1.6.5  USE=doc -examples -source

 See the difference? One is v1.5 the other is v1.6. The explanation is in 
 the full output of what rhino is and the openoffice ebuild:

 [EMAIL PROTECTED] ~ $ eix rhino
 * dev-java/rhino
  Available versions:
 (1.5)   1.5.5-r4
 (1.6)   1.6.5
 {doc elibc_FreeBSD examples source}
  Homepage:http://www.mozilla.org/rhino/
  Description: An open-source implementation of JavaScript 
 written in Java.

 From openoffice-2.4.0.ebuild:
 COMMON_DEPEND=
 java? ( =dev-java/bsh-2.0_beta4
 =dev-java/xalan-2.7
 =dev-java/xalan-serializer-2.7
 =dev-java/xerces-2.7
 =dev-java/xml-commons-external-1.3*
 =dev-db/hsqldb-1.8.0.9
 =dev-java/rhino-1.5* )

 There are two SLOTs for rhino - 1.5 and 1.6

 OpenOffice explicitly DEPENDS on the 1.5 SLOT for rhino if you 
 have java in USE. You probably have that so a deep world emerge will 
 pull rhino-1.5* in.

 You don't currently have rhino installed so when you issue emerge 
 rhino, portage will check for the latest one and install it. It just 
 so happens that in this case, the latest is not the same SLOT that OOo 
 wants.

Crystal clear.  Thanks for the lucid and careful explanation.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] cpu use flags

2008-04-20 Thread Allan Gottlieb
I have an intel core2 duo (currently in 32 bit mode x86).
Is there any reason why I should not set the following use flags.

   mmx, sse, sse2, ssse3

The last one would be a local flag for mplayer.

proc/cpu indicates I have this functionality.

flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr lahf_lm

thanks,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] evince and letter size paper

2008-02-18 Thread Allan Gottlieb
At Sun, 17 Feb 2008 16:30:52 +0100 Henry Gebhardt [EMAIL PROTECTED] wrote:

  Nonetheless, whenever evince starts up it defaults to A4 paper.
  Any help would be appreciated.


 What size are your PDFs? In particular the output from

 pdfinfo pdffile.pdf | grep 'Page size'

  might be interesting.

Indeed it might one file was

Page size:  595.276 x 841.89 pts (A4)

So now I need to check my pdf generators.

Thanks.
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] evince and letter size paper

2008-02-18 Thread Allan Gottlieb
At Sun, 17 Feb 2008 12:08:11 + Mick [EMAIL PROTECTED] wrote:

 On Saturday 16 February 2008, Allan Gottlieb wrote:
 emerging libpaper says

 elog run \paperconfig -p letter\ as root to use letter-pagesizes
 elog or paperconf with normal user privileges.

 I did the first and when I run
   paperconf
 it says letter as does
   cat /etc/papersize

 Nonetheless, whenever evince starts up it defaults to A4 paper.
 Any help would be appreciated.

 I am only quoting from the man pages here, papercof -d should run the default 
 paper size which from what you're saying above is set to letter?

 Has evince got it's own application level configuration for paper size under 
 printer settings, or something like that?

I couldn't find one.  It does have file - print setup
and that says A4, which I always change to US letter, but it doesn't
stick.

thanks,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gnucash won't start--PLEASE help

2008-02-17 Thread Allan Gottlieb
At Sat, 16 Feb 2008 23:48:09 -0700 Joseph [EMAIL PROTECTED] wrote:

 On 02/17/08 00:21, Allan Gottlieb wrote:
 The same way when I file a bug about new php-5.2.5_p20080206 when
 it came out.  The bug was dismissed closed the same day I file
 it, week later the php was downgraded to current one php-5.2.5-r1

In some sense the downgrade was the response to your bug.  Of course
the bug report should not have been dismissed

 I've been with Gentoo for over 4-years and I am getting tired of
 babysitting the system on the weekends.  Maybe I'll try Debian
 stable.  I need something that works.

I hope you don't.  By filing bugs when bugs do exist, you are
helping us all; even if you are not treated as you should be.

Also your previous msg stating that you hit the same problem that I
did was comforting to me.  Thanks for sending it.

sincerely, allan

 I recompile / downgraded libpcre - didn't help; next I downgraded
 guile-1.8.2 to guile-1.6.8 (followed by revdep-rebild) so two
 packages were rebuild: dev-libs/g-wrap app-office/gnucash

 Now, gnucash is starting normally no more segmentation errors But
 I'm not sure if this is the solution since on my Gentoo backup
 gnucash is working OK with guile-1.8.2 Maybe I'll follow the advise
 of jstead1 from his post:
 http://forums.gentoo.org/viewtopic-t-601976-highlight-gnucash.html

 Another problem right now I have is that udept package command:
 dep -k package_name is not reporting installed packages correctly
 anymore.  In addition when I re-emerged php I did not receive any
 email notification about this package.  Next, I upgraded to kernel
 linux-2.6.23-gentoo-r8 and my when I start or shutdown I get a
 blank screen.

 Going back to my rant, three years ago if somebody ask me about
 Linux I would recommend Gentoo to anybody it was relatively stable
 and easy to use; if somebody ask me about Gentoo a year ago I
 wouldn't say anything; if somebody ask me about Linux now I would
 recommend Ubuntu or Debian.  The reason is that I upgrade every week
 and almost every second or third week something is broken, I have to
 hunt for fixes and solution and keep recompiling when my wife enjoy
 watching the TV; so right now Gentoo Linux is steeling time from my
 family - Linux stability with Gentoo gone!

Thanks for all your help.  I have had less trouble than you.
I actually upgrade nearly every day.  I was bitten by the big problem
(I forget the package) a few months ago and before that might have had
a year without trouble.

It does look as though this time the response to the bug was pretty
good.  I will try the fix mentioned there

The following combination should work:
=dev-scheme/guile-1.8.2
=dev-libs/g-wrap-1.9.6-r3
=dev-scheme/slib-3.1.1-r1

Install in this order again. Then reemerge gnucash and report back.

and report back.

Once again, thanks for your help.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] evince and letter size paper

2008-02-16 Thread Allan Gottlieb
emerging libpaper says

elog run \paperconfig -p letter\ as root to use letter-pagesizes
elog or paperconf with normal user privileges.

I did the first and when I run
  paperconf
it says letter as does
  cat /etc/papersize

Nonetheless, whenever evince starts up it defaults to A4 paper.
Any help would be appreciated.

thanks,
allan

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] gnucash won't start--PLEASE help

2008-02-16 Thread Allan Gottlieb
I use gnucash nearly every day and today it fails to start.
I sent in a bug report.  Here are the crash details.

Distribution: Gentoo Base System release 1.12.10
Gnome Release: 2.20.3 2008-02-01 (Gentoo)
BugBuddy Version: 2.20.1

System: Linux 2.6.23-gentoo-r3-ajg1 #1 SMP Wed Jan 9 13:01:47 EST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 1030
Selinux: No
Accessibility: Disabled
GTK+ Theme: Crux
Icon Theme: Crux

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 
timeout: 0 it_real_value: 0 frequency: 0



--- .xsession-errors (409 sec old) -
alarm-notify.c:337 (alarm_msgport_replied) - 0x80be4b8: Replied to GUI 
thread
alarm-notify.c:349 (alarm_msg_received) - 0xb4d03a28: Received at thread 
b1cf9b90
alarm-queue.c:720 (query_objects_changed_async) 
-evolution-alarm-notify-Message: Setting timeout for 653 1203205800 1203205147
evolution-alarm-notify-Message:  Sat Feb 16 18:50:00 2008
evolution-alarm-notify-Message:  Sat Feb 16 18:39:07 2008
** Message: failed to load session from 
/home/gottlieb/.nautilus/saved-session-0ECE2T
crtc 1: disable
screen 0: 1600x1200 314x236 mm 129.15dpi
crtc 0:1600x1200   60.0 +0+0 VGA
** Message: drive = 0
** Message: volume = 0
No running windows found
non-network local connections being added to access control list

I tried logging in as root, which I never do and the same failure.

I re-emerged gnucash, no help.

I keep backups of the data file.

cd ~/.gnucash/books; ls -l yields

[EMAIL PROTECTED] ~/.gnucash/books $ ls -l
total 196
-rw-r--r-- 1 gottlieb gottlieb230 Sep  4  2004 
%2Fhome%2Fgottlieb%2Fshare%2Ffinancial%2Fgnucash%2Fchecking.gnucash
-rw-rw-r-- 1 gottlieb gottlieb  62803 Sep  9  2006 
%2Flocal%2Fallan%2Fgottlieb%2Fshare%2Ffinancial%2Fgnucash%2Fchecking.gnucash
-rw-r--r-- 1 gottlieb gottlieb   1169 Feb 15 00:09 checking.gnucash
-rw-rw-r-- 1 gottlieb gottlieb 114885 May 23  2003 
file%3A%2Flocal%2Fallan%2Fgottlieb%2Fshare%2Ffinancial%2Fgnucash%2Fchecking.gnucash
[EMAIL PROTECTED] ~/.gnucash/books $ 


in ~/share/financial/gnucash I have checking.gnucash and a large
number of checking.gnucash.{xac, log} files

I believe the xac are the backups so I moved one to gnucash.checking
but again, gnucash fails to start.

Even though I knew it wouldn't help, I rebooted as well

If I try to start gnucash from a gnome-terminal the following appears
on the terminal

160a84fe-5424-04cd-27e767bb-1c94c875 is dumped

I am basically out of ideas, but REALLY want my gnucash back.

Thanks in advance for any help

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gnucash won't start--PLEASE help

2008-02-16 Thread Allan Gottlieb
At Sat, 16 Feb 2008 21:11:57 -0700 Joseph [EMAIL PROTECTED] wrote:

 Same here.  When I try to start gnucash I get:
 Segmentation fault

 Though, gnucash is working OK on my other backup system, so I don't
 know what is going on.

I built it on another machine just now and it works there too.
I copied over my database as well.

I filed a bug http://bugs.gentoo.org/show_bug.cgi?id=210431

In that bug I wrote

I somewhat suspect libpcre since I recently emerged it and have seen
error reports in b.g.o.  I do have the unicode use flag and I reemerged
libpcre, goffice, and gnucash.  No change.

I was really worried for a while since I really do need gnucash (at
least read only).

Hopefully this will be resolved soon.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gnucash won't start--PLEASE help

2008-02-16 Thread Allan Gottlieb
At Sat, 16 Feb 2008 21:33:35 -0700 Joseph [EMAIL PROTECTED] wrote:

 I'll tell you what will happen, they will close the bug with some
 silly message not enough info etc.

I hope you are wrong, but of course time will tell.

 The same way when I file a bug about new php-5.2.5_p20080206 when it
 came out.  The bug was dismissed closed the same day I file it,
 week later the php was downgraded to current one php-5.2.5-r1

In some sense the downgrade was the response to your bug.
Of course the bug report should not have been dismissed

 I've been with Gentoo for over 4-years and I am getting tired of
 babysitting the system on the weekends.
 Maybe I'll try Debian stable.  I need something that works.

I hope you don't.  By filing bugs when bugs do exist, you are helping
us all; even if you are not treated as you should be.

Also your previous msg stating that you hit the same problem that I
did was comforting to me.  Thanks for sending it.

sincerely,
allan

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] openoffice hangs (openoffice-bin a little better) no /opt/OpenOffice

2007-10-25 Thread Allan Gottlieb
I emerge openoffice-2.3.0.  Whenever I try to start any component, it
hangs.  For example

[EMAIL PROTECTED] ~ $ ooo
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering

The splash screen comes up, but that is it.
When I type ^C I get back a prompt but the splash is still there.

I then emerged openoffice-bin and when I run it the same libGL
messages appear, but the program starts.  However, there are still
problems.

When I started 
  oowriter file-to-edit.doc
a window pops up saying

Error loading BASIC of document 
file:///opt/OpenOffice.org/share/basic/WebWizard/script.xlb:
General Error.
General input/output error

I don't have a directory /opt/OpenOffice.

I can edit file-to-edit.doc.

any help would be appreciated.
allan

[EMAIL PROTECTED] /opt $ emerge --info
Portage 2.1.3.9 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.6.1-r0, 
2.6.20-gentoo-r7 i686)
=
System uname: 2.6.20-gentoo-r7 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Timestamp of tree: Thu, 25 Oct 2007 19:00:09 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=prescott -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -march=prescott -pipe
DISTDIR=/a/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict unmerge-orphans 
userfetch
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/a/portage/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acpi alsa apache2 berkdb bitmap-fonts cdr cli 
cracklib crypt cups dbus doc dri dvd dvdr emacs esd firefox fortran gdbm gimp 
gimpprint gnome gpm gtk guile hal iconv imap ipv6 isdnlog java jpeg midi mp3 
mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg openmp oss pam pcre perl 
png ppds pppd python quicktime readline reflection scanner session snmp sound 
spl ssl tcpd tiff tk truetype truetype-fonts type1-fonts unicode vorbis x86 
xorg xvid xvmc zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x 
ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel 
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=i810 vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Permissions, permissions

2007-10-15 Thread Allan Gottlieb
At Mon, 15 Oct 2007 23:24:15 +0100 Mick [EMAIL PROTECTED] wrote:

 Hi All,

 This is a simple question but I'm getting tired and can't think straight with 
 this permissions problem:

 I am trying to create a directory within which two users will be able to save 
 and delete documents.  This directory is only meant to be accessible/readable 
  
 by these two users.

 I created directory TEST, under /var/www/html.  This contains subdirectories 
 TEST1, TEST2, TEST3.  Each subdirectory contains other files.  I set the 
 permissions recursively to apache:ftp.  Both users are members of group ftp.  
 I chmod -R g+w.

 When I create a new subdirectory and save a file in it I noticed that it is 
 mick:wheel instead of mick:ftp.  How do I set it up so that newly created 
 directories/files inherit the parent group ownership?

There are two possibilities for newly created subdirectories and
files in this directory.

1.  Same group as the creator.

2.  Same group as the parent directory.

If my memory is correct this is a bsd vs sysV distinction.

Nowadays you get to choose the behavior you want.

Since you want behavior 2 you want the set-group-ID bit set on the
parent and then newly created subdirectories and files in this
directory will inherit the group from the parent.

So you want to 

chmod +2000 parent-directory

The full story is in the info page Node: Directory Setuid and Setgid

I just read it to check my memory and found out that apparently some
systems use the set-user-ID bit so the page suggests

chmod +6000 parent-directory

which sets both.

Also this is a gnu extension and not required by POSIX.

allan gottlieb
new york university
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] totem and mplayer fail on acm turing lecture

2007-10-13 Thread Allan Gottlieb
I am trying to view
http://www.acm.org/news/featured/turingaward2006.mov

totem complains that I don't have the necessary codecs
(MPEG-4 AAC decoder)
(MPEG-4 Video decoder)

I thought I set the right use flags, but presumably not

ajglap gottlieb # eix totem
[I] media-video/totem
 Available versions:  2.16.5 2.18.2 2.18.3 [M]~2.20.0 {a52 bluetooth dbus 
debug dvd ffmpeg firefox flac galago gnome hal lirc mad mpeg nsplugin nvtv ogg 
python seamonkey theora vorbis xine xulrunner xv}
 Installed versions:  2.18.3(12:24:34 10/13/07)(a52 -debug dvd -ffmpeg 
-flac gnome hal -lirc -mad mpeg nsplugin -nvtv ogg -seamonkey -theora vorbis 
-xulrunner -xv)
 Homepage:http://gnome.org/projects/totem/
 Description: Media player for GNOME


The full output from totem is 

[EMAIL PROTECTED] ~ $ totem !$
totem http://www.acm.org/news/featured/turingaward2006.mov

(totem:14582): GStreamer-CRITICAL **: gst_pad_link_prepare: assertion 
`GST_IS_PAD (srcpad)' failed

(totem:14582): GStreamer-CRITICAL **: gst_pad_link_prepare: assertion 
`GST_IS_PAD (srcpad)' failed

(totem:14582): GStreamer-CRITICAL **: gst_pad_link_prepare: assertion 
`GST_IS_PAD (srcpad)' failed

(totem:14582): GStreamer-CRITICAL **: gst_pad_link_prepare: assertion 
`GST_IS_PAD (srcpad)' failed
** Message: don't know how to handle video/mpeg, mpegversion=(int)4, 
systemstream=(boolean)false
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, 
codec_data=(buffer)1210
** Message: Error: You do not have a decoder installed to handle this file. You 
might need to install the necessary plugins.
gstplaybasebin.c(2215): prepare_output (): /play

** Message: Missing plugin: gstreamer.net|0.10|totem|MPEG-4 AAC 
decoder|decoder-audio/mpeg, mpegversion=(int)4 (MPEG-4 AAC decoder)
** Message: Missing plugin: gstreamer.net|0.10|totem|MPEG-4 Video 
decoder|decoder-video/mpeg, mpegversion=(int)4, systemstream=(boolean)false 
(MPEG-4 Video decoder)
** Message: Automatic missing codec installation not supported (helper script 
missing)



mplayer seemed to have trouble connecting

[EMAIL PROTECTED] ~ $ mplayer 
http://www.acm.org/news/featured/turingaward2006.movMPlayer SVN-r24130 (C) 
2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz (Family: 6, Model: 15, 
Stepping: 6)
MMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled
CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions:

Playing http://www.acm.org/news/featured/turingaward2006.mov.
Resolving www.acm.org for AF_INET6...
Couldn't resolve name for AF_INET6: www.acm.org
Resolving www.acm.org for AF_INET...
Connecting to server www.acm.org[63.118.7.35]: 80...
Cache size set to 320 KBytes
Cache fill:  0.07% (243 bytes)   
MOV: Reference Media file!!!
MOV: Reference Media file!!!


Playing rtsp://vstream.acm.org/TuringAward/2006/FranAllen56K.mp4.
Resolving vstream.acm.org for AF_INET6...
Couldn't resolve name for AF_INET6: vstream.acm.org
Resolving vstream.acm.org for AF_INET...
Connecting to server vstream.acm.org[63.118.7.25]: 554...
A single media stream only is supported atm.
rtsp_session: unsupported RTSP server. Server type is 'DSS/5.5 (Build/489.7; 
Platform/Linux; Release/Darwin; )'.
Resolving vstream.acm.org for AF_INET6...
Couldn't resolve name for AF_INET6: vstream.acm.org
Resolving vstream.acm.org for AF_INET...
Connecting to server vstream.acm.org[63.118.7.24]: 80...
Cache size set to 320 KBytes
Cache fill:  0.02% (67 bytes)   


Playing rtsp://vstream.acm.org/TuringAward/2006/FranAllen768K.mp4.
Resolving vstream.acm.org for AF_INET6...
Couldn't resolve name for AF_INET6: vstream.acm.org
Resolving vstream.acm.org for AF_INET...
Connecting to server vstream.acm.org[63.118.7.25]: 554...
A single media stream only is supported atm.
rtsp_session: unsupported RTSP server. Server type is 'DSS/5.5 (Build/489.7; 
Platform/Linux; Release/Darwin; )'.
Resolving vstream.acm.org for AF_INET6...
Couldn't resolve name for AF_INET6: vstream.acm.org
Resolving vstream.acm.org for AF_INET...
Connecting to server vstream.acm.org[63.118.7.25]: 80...
Cache size set to 320 KBytes
Cache fill:  0.00% (0 bytes)   nop_streaming_read error : Resource temporarily 
unavailable
Cache fill:  0.00% (0 bytes)   nop_streaming_read error : Resource temporarily 
unavailable
Cache fill:  0.02% (67 bytes)   


Exiting... (End of file)

Any help would be appreciated.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-09 Thread Allan Gottlieb
At Tue, 09 Oct 2007 14:48:15 +0200 Hans-Werner Hilse [EMAIL PROTECTED] wrote:

 On Mon, 08 Oct 2007 18:50:56 -0400 Allan Gottlieb [EMAIL PROTECTED]
 wrote:

 Does that mean I am at some risk with headers at a higher version than
 the kernel?  I followed the advice at the end of the headers emerge
 and remerged glibc.

 Most probably no danger here. The interfaces of the kernel seldom
 change that radical that a John Doe user would have to care. Also, most
 software is supposed to leave the kernel headers alone anyway. And you
 took care of glibc, so that's probably not going to cause headaches.
 Since that was a re-emerge, it won't produce a new interface for
 userland.

 I just explained why I found the first answer to your question somewhat
 lacking of argumentation and the further answers to my post then were
 just plain wrong. The moral is to never believe people who just claim
 stuff without giving a good reasoning.

thanks for the explanation.
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-08 Thread Allan Gottlieb
At Mon, 08 Oct 2007 23:08:40 +0200 Hans-Werner Hilse [EMAIL PROTECTED] wrote:

 Whether the software compiled against newer headers will still work
 depends solely on the kernel. In your example, when you also decide to
 run a 2.6.10 kernel, then the software relying on newer features (due
 to the newer headers on compile time) will have problems.

Does that mean I am at some risk with headers at a higher version than
the kernel?  I followed the advice at the end of the headers emerge
and remerged glibc.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-07 Thread Allan Gottlieb
At Sun, 07 Oct 2007 16:06:41 +0200 Volker Armin Hemmann [EMAIL PROTECTED] 
wrote:

 the linux-headers and the kernel are completly off -sync. There is no harm in 
 using headers with a higher/lower version number.
 But(!) you should not downgrade headers, this can cause very severe problems.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] linux-headers

2007-10-06 Thread Allan Gottlieb
I believe there is some rule concerning the versions of gentoo-sources
vs linux-headers.  Could someone please remind me of the rule or
correct my impression that such a rule exists?

I am running 2.6.20-gentoo-r7 but have installed 2.6.22-r8

emerge --verbose --ask --deep --update --newuse --tree world
offered to merge sys-kernel/linux-headers-2.6.22-r2

Should I do this merge?

thanks,
allan gottlieb
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Allan Gottlieb
At Thu, 04 Oct 2007 10:31:57 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Thursday 04 October 2007 05:37:19 Allan Gottlieb wrote:
 An emerge (of openssl, I believe, but am not sure)  a few days ago
 triggered a request for me to run
   # revdep-rebuild --library libcrypto.so.0.9.7
   # revdep-rebuild --library libssl.so.0.9.7

 I have done so.  The revdep-rebuild for libssl found nothing, but the
 one for libcrypto rebuilt openssl.  However rerunning the command
 again again rebuilt openssh.  A msg had explained that this is
 possible but didn't suggest that the request would never end.  I have
 run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
 openssl

 What should I do to fix this problem?

 It also told you to remove lib{crypto,ssl}.so.0.9.7 after running those 
 revdep-rebuild commands. revdep-rebuild finds that libssl.so.0.0.7 links 
 against libcrypto.so.0.9.7 and the hack (preserve_old_lib from eutils.eclass) 
 that the openssl ebuild uses to preserve those libraries until you've done 
 this makes it look like they belong to the new version of openssl (even 
 though they really don't)..

As always Bo's reply solved the problem completely.  I apologize for
missing the remove commands.  I shall read the instructions more
carefully in the future.

thank for the help.
allan gottlieb
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Allan Gottlieb
At Thu, 04 Oct 2007 16:07:16 +0200 Norman Rieß [EMAIL PROTECTED] wrote:

 Allan Gottlieb schrieb:

 As always Bo's reply solved the problem completely.  I apologize for
 missing the remove commands.  I shall read the instructions more
 carefully in the future.

 thank for the help.
 allan gottlieb
   
 There was no remove command

Thanks for letting me know.  I was surprised I missed it.
allan gottlieb
--
[EMAIL PROTECTED] mailing list



[gentoo-user] insatiable revdev-rebuild

2007-10-03 Thread Allan Gottlieb
An emerge (of openssl, I believe, but am not sure)  a few days ago
triggered a request for me to run
  # revdep-rebuild --library libcrypto.so.0.9.7
  # revdep-rebuild --library libssl.so.0.9.7

I have done so.  The revdep-rebuild for libssl found nothing, but the
one for libcrypto rebuilt openssl.  However rerunning the command
again again rebuilt openssh.  A msg had explained that this is
possible but didn't suggest that the request would never end.  I have
run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
openssl

What should I do to fix this problem?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xorg.conf changes and dual screen setup

2007-09-15 Thread Allan Gottlieb
At Sat, 15 Sep 2007 20:56:32 +0100 Mick [EMAIL PROTECTED] wrote:

 As it happens I noticed that my TV out also stopped working recently.  
 However, I run ATI not nvidia.  I blamed the latest xorg-server for it and 
 left it at that.  When I run xrandr, just like you, I only see the laptop's 
 screen:
 ==
 $ xrandr
 Screen 0: minimum 320 x 175, current 1024 x 768, maximum 1024 x 768
 default connected 1024x768+0+0 0mm x 0mm
1024x768   60.0* 
320x17560.0  
320x20060.0  
360x20060.0  
320x24060.0  
400x30060.0  
512x38460.0  
832x62460.0
 ==

 xrandr --output --auto doesn't change things and xrandr --output TV --on 
 brings up the --help page.

 Anyone else noticed this  found a fix?

Sounds like the server doesn't implement RandR version 1.2

What does xrandr -v say.  For me it is
  Server reports RandR version 1.2

If you don't have 1.2 you won't have the --output stuff.

Also --on doesn't exist even in 1.2.

I found man xrandr helpful.

allan gottlieb
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xorg.conf changes and dual screen setup

2007-09-10 Thread Allan Gottlieb
At Mon, 10 Sep 2007 09:24:59 +0200 Daniel Pielmeier [EMAIL PROTECTED] wrote:

 Thanks for your answer, i will try if i can get it working like this
 but randr doesn't seem to work on the secondary device. I have heard
 that nvidia cards doesn't support randr 1.2 so i will give it a try
 with randr disabled in my configuration.

I don't have nvidia so can't comment (I810)

 One thing is that i want the two screens (where i can move between
 with the mouse) avaialable not only one.

I would guess randr supports that since it does have offsets (--pos)

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xorg.conf changes and dual screen setup

2007-09-10 Thread Allan Gottlieb
At Mon, 10 Sep 2007 20:05:26 +0200 Daniel Pielmeier [EMAIL PROTECTED] wrote:

 I have tested xrandr but it is useless for me! I tried various things
 but neither of them seem to have any effect on my secondary screen.

Since you are describing a TV out it might be your tertiary screen.
When I type xrandr with no arguments I get

Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1920 x 1920
VGA connected 1600x1200+0+0 (normal left inverted right) 0mm x 0mm
   1920x1440  60.0  
   1600x1200  60.0* 
   1280x960   60.0  
LVDS connected (normal left inverted right)
   1680x1050  60.0 +
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TV disconnected (normal left inverted right)

VGA is what I would call the secondary (for me it is an external
monitor, I believe it is always the monitor attached via the VGA or
DVI output, LVDS is the screen on the
laptop.  Presumably TV is the signal to drive a TV (I never used
mine).

If you type

   xrandr --output TV --off

does it stop driving the TV?  That is what the manual suggests will
happen.  If not than it seems the nvidia driver isn't supporting randr
1.2.  Perhaps that was what was meant by wont fix, nvidia bug.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xorg.conf changes and dual screen setup

2007-09-09 Thread Allan Gottlieb
At Mon, 10 Sep 2007 00:33:35 +0200 Daniel Pielmeier [EMAIL PROTECTED] wrote:

 the update to xorg-server-1.3 broke my dual-screen setup. It creates a
 virtual screen size with the same size of the primary monitor for the
 second monitor which is my TV. So i can only reach a zone with 800x600
 on the second device, even scrolling within the virtual screen is
 impossible. I want 1280x1024 for the primary and 800x600 for the
 secondary Monitor which displays the complete desktop on any screen.

I also had breakage.  I have an 1680x1050 laptop and a 1600x1200
external monitor.  When I have the monitor connected, it is all I use.

When I don't have the monitor connected, I naturally use the laptop
screen.

I will give my fix below, but to understand it, I think it is helpful
to know what I did previously.

Previously, when I went into X (gnome) I have a shell script
(~/bin/Xinitialize) run by gnome-session that included

   xrandr -s 2(the 2 is from memory and might be wrong)

this worked because when I had the ext monitor in I made sure to do fn-f8
before the system went into X.  This insured that X came up on the
monitor and size #2 was it turns out 1600x1200 (thank you
915resolution, for enabling 1600x120 all together).

When the ext monitor was not in, by dumb luck, size number 2 was
1680x1050 so it all worked.

With the new server, the dumb luck disappeared, but a better xrandr
appeared to take its place (the real improvement is that the server
supports 1.2 RandR).

Now my ~/bin/Xinitialize begins

#!/bin/sh
sleep 2

if xrandr | grep VGA connected ; then
xrandr --verbose --output VGA --mode 1600x1200 --output LVDS --off
else
xrandr --verbose --output VGA --off --output LVDS --mode 1680x1050
fi
xset s reset# above seems to blank the screen
sleep 3

This sets 1600x1200 and turns off the laptop screen when the ext
monitor is in.  It sets 1680x1050 and turns off driving the external
monitor connector (which may well be a useless step) when there is no
ext monitor connected.

Perhaps something similar will help you.

Good luck,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: mplayer fonts

2007-09-04 Thread Allan Gottlieb
At Tue, 04 Sep 2007 11:19:25 +0200 Renat Golubchyk [EMAIL PROTECTED] wrote:

 On Mon, 03 Sep 2007 16:55:09 -0400 Allan Gottlieb [EMAIL PROTECTED]
 wrote:
 Cannot load bitmap font: /usr/share/fonts/corefonts/cour.ttf

 Have you compiled mplayer with truetype USE flag?

I have now :-).

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] playing mms with totem

2007-09-03 Thread Allan Gottlieb
When I fed mit-arvind-tribute-dennis-220k.asx to totem, a popup
appeared saying 
   No URI handler implemented for mms

Is there a plugin I need or an extra use flag?

thanks,
allan

ajglap gottlieb # eix totem
[I] media-video/totem
 Available versions:  2.16.5 2.18.2 2.18.3 {a52 dbus debug dvd ffmpeg 
firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg seamonkey theora vorbis 
xine xulrunner xv}
 Installed versions:  2.18.3(07:45:14 08/30/07)(-a52 -debug dvd -ffmpeg 
-flac gnome -hal -lirc -mad -mpeg nsplugin -nvtv ogg -seamonkey -theora vorbis 
-xulrunner -xv)
 Homepage:http://gnome.org/projects/totem/
 Description: Media player for GNOME

-- 
[EMAIL PROTECTED] mailing list



mplayer fonts (was: [gentoo-user] playing mms with totem)

2007-09-03 Thread Allan Gottlieb
At Tue, 04 Sep 2007 07:09:00 +1200 (NZST) Nick Rout [EMAIL PROTECTED] wrote:

 can't say for sure if totem does mms:// - but vlc and mplayer both do.

Thanks I tried mplayer and as soon as it starts it complained that it
could not load bitmap font sans-serif.  So I went to preferences and
pointed it to a font that is there and the complaint reappeared with
this new font.  I tried several and always received the same complaint
with the font I chose mentioned explicitly.  For example now it says

Cannot load bitmap font: /usr/share/fonts/corefonts/cour.ttf

Help would appreciated.
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless problem

2007-08-22 Thread Allan Gottlieb
At Wed, 22 Aug 2007 11:15:12 +0200 Christian [EMAIL PROTECTED] wrote:

 I have the same wireless lan card and I have no problems with
 my installation.

Your soln does not work for me, but we do have differences (see below)

What does work is when I BOTH autoload ipw3945 and have ip23945d in
the boot runlevel (the first fails, but seems necessary for the second
to succeed).

 I am using gentoo-sources-2.6.22-r2 and activated the following
 option in the kernel:

I am behind here using 2.6.20-gentoo-r7.  Perhaps this is the difficulty.

 Networking  ---
[*] Networking support
 Wireless  --- 
 M Improved wireless configuration API
 --- Wireless extensions
   Generic IEEE 802.11 Networking Stack (mac80211)

The above 4 do not seem to exist

 M Generic IEEE 802.11 Networking Stack
 [ ]   Enable full debugging output
 M   IEEE 802.11 WEP encryption (802.1x)
 M   IEEE 802.11i CCMP support
 M   IEEE 802.11i TKIP encryption
 Software MAC add-on to the IEEE 802.11 networking stack

The same four that you have as modules, I have built in to the kernel.

 The following package I have installed:

I have the same versions as you of these three ipw3945 packages.


 Few days ago, I had some problems while booting my system caused by udev. 
 After updating udev to version 114 the problems are gone.

I also run version 114

 So, I don't load the kernel module explizit and I do not start the daemon 
 automatically in one runlevel.

I just now tried this and the following error occurs.

Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: received SIGTERM, stopping
Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: removing default route via 
192.168.1.1 metric 2000
Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: deleting IP address 192.168.1.100/24
Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: exiting
Aug 22 09:51:53 ajglap rc-scripts: network interface eth1 does not exist

 In my case, it seems to be done by udev.

 I also have written a script to start/stop wireless lan manually.

I read your message as saying that without the script, the wireless
lan would start automatically.  This does not happen for me.

 I hope these information may help you.

Indeed, quite helpful.  When I upgrade the kernel, which you may have
inspired me to do right now, I will remove both the autoload and
daemon start in the boot runlevel.

Thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless problem

2007-08-22 Thread Allan Gottlieb
At Wed, 22 Aug 2007 16:26:36 +0200 Michael Gisbers [EMAIL PROTECTED] wrote:

 Am Wednesday 22 August 2007 schrieb Allan Gottlieb:

 I have the same hardware and had the same problem.  I have used the
 following kludge to fix it.

 Add ipw3945 to /etc/modules.autoload/kernel-2.6
 and add ipw3945d to the boot runlevel

 The first attempt autoload ipd3945 (from modules.autoload) will cause
 an error, but the second load (from the deamon in the boot runlevel)
 succeeds.  When I pull the erroneous line from modules.autoload, the
 load from the boot runlevel fails.  (It seems to need two tries :-) ).

 I have been told that the new (unstable) baselayout fixes this but I
 can't confirm since I run stable.

 I can confirm that problem on my FSC Lifebook E8210. A friend used ipw3945 on 
 his Samsung laptop without any probs.

 By now I changed from ipw3945 to iwl3945 driver and have no initialisation 
 errors anymore.

Interesting.  Thanks for the information.
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless problem

2007-08-21 Thread Allan Gottlieb
At Tue, 21 Aug 2007 21:04:52 -0400 Colleen Beamer [EMAIL PROTECTED] wrote:

 Hi everyone,

 I'm having a heck of a time trying to get wireless going on my laptop. 
 I've tried so many things, I'm a bit dizzy and don't know where I've
 gone right or wrong.

 First things first.  lspci shows my wireless hardware as:

 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
 Network Connection (rev 02)

 I've tried to follow this guide:

 http://gentoo-wiki.com/HARDWARE_ipw3945

 When I get to the point where it tells me to do modprobe ipw3945, I get
 a message (and since I added ipw3945d to the default runlevel, I also
 get this same message on boot) about not being able to find:

 chown '/sys/bus/pci/drivers/ipw3945/00*/cmd' no such file or directory

 lsmod does not list the driver even though I emerged it and added it to
 the /etc/modules.autoload.d/kernel-2.6 file

 I tried doing a google on the above error message and one of the hits
 indicated that the person had the same problem, but at least had the
 ipw3945 directory in /sys/bus/pci/drivers/  I don't even have that.

 I have no idea what is going on here, so any help would be appreciated. 
 And since I'm not really strong in networking, please lead me by the nose.

I have the same hardware and had the same problem.  I have used the
following kludge to fix it.

Add ipw3945 to /etc/modules.autoload/kernel-2.6
and add ipw3945d to the boot runlevel

The first attempt autoload ipd3945 (from modules.autoload) will cause
an error, but the second load (from the deamon in the boot runlevel)
succeeds.  When I pull the erroneous line from modules.autoload, the
load from the boot runlevel fails.  (It seems to need two tries :-) ).

I have been told that the new (unstable) baselayout fixes this but I
can't confirm since I run stable.

hth,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new gnome fails except for root

2007-08-16 Thread Allan Gottlieb
At Wed, 15 Aug 2007 03:00:17 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:

 On 8/14/07, Allan Gottlieb [EMAIL PROTECTED] wrote:
 At Tue, 14 Aug 2007 10:49:56 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:

  An interesting development:  I removed my user from the system and
  deleted his home folder.  After that, I made the user again and tried
  logging in.  I got a whole bunch of configuration errors...  But I
  don't understand how this could be.  I created ANOTHER user with a
  different name and logged in...  perfectly.  Everything seems to work
  with this user, and nothing seems to work with my user.
 
  Are user-based settings stored in some other place?

 I created a new user testgot with the same uid as gottlieb
 and it works.  There must be something in my config (and yours) that
 is bad for the old user.

 I can balance my checkbook with the new user so the panic is gone, but
 something needs to be fixed somewhere.

 allan
 --
 [EMAIL PROTECTED] mailing list



 Well, that's interesting because my test user has a different uid than
 my original...

I used the same uid so that permissions would be the same (e.g. both
users are in the same groups).  I would presumably permit my new user
to actually work on the real user's files (specifically, gnucash and
evolution calendar), but I am not brave enough to try.  So I copied
the files to the new user and work there.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new gnome fails except for root

2007-08-16 Thread Allan Gottlieb
At Wed, 15 Aug 2007 11:43:08 +0200 Markus Schönhaber [EMAIL PROTECTED] wrote:

 Allan Gottlieb schrieb:

 At Wed, 15 Aug 2007 01:27:57 +0200 Markus Schönhaber [EMAIL PROTECTED] 
 wrote:

 Try moving ~/.gconfd out of the way. It helped in my case.
 
 Thanks.  I tried it, but alas no effect.  Same status (.gconfd had
 only the saved-state file).

 Yep, same for me. The difference is, for me, getting rid of it helped.

 If you're still interested in finding out what causes your problems, I'd
 start by moving ~/.gconf out of the way. You'll lose most of your
 settings but if that helps you could move the items from the backup to
 the automatically created new ~/.gconf one by one and eventually spot
 the bad one.
 And there's also ~/.gnome2 that could be screwed up.

I am doing a similar thing in a different way.  Instead of removing
configuration files, I created a new user testgot with the same uid as
gottlieb.  I then copy config files from gottlieb to testgot,
expecting breaking to eventually occur.  So far testgot works much
better than gottlieb even though it has copies of gottlieb's .gconfd,
.gnome, .gnome_private, .gnome2, and .gnome2_private.
I will continue to move more config files and report here when I find
the culprit.

thanks for helping,
allan
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-14 Thread Allan Gottlieb
(Sorry for resend, but it looks like this msg didn't reach the list.)

At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:


 Wow.  Well, contrary to my expectations, my system (after emerge
 -uDNav world) exhibits every one of the problems that you had.  At
 least you can take solace in the fact that you're not alone.

Gnome sort of works when you log in as root from gdm.

I copied my gnucash files over and modify the file
/root/.gnome/GnuCash to point to this copy and it actually worked.

But I still want (basically need) to be able to do this as gottlieb
not root.

I will start another thread as the problem seems to involve
permissions.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new gnome fails except for root

2007-08-14 Thread Allan Gottlieb
At Tue, 14 Aug 2007 10:49:56 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:

 An interesting development:  I removed my user from the system and
 deleted his home folder.  After that, I made the user again and tried
 logging in.  I got a whole bunch of configuration errors...  But I
 don't understand how this could be.  I created ANOTHER user with a
 different name and logged in...  perfectly.  Everything seems to work
 with this user, and nothing seems to work with my user.

 Are user-based settings stored in some other place?

I created a new user testgot with the same uid as gottlieb
and it works.  There must be something in my config (and yours) that
is bad for the old user.

I can balance my checkbook with the new user so the panic is gone, but
something needs to be fixed somewhere.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: new gnome fails except for root

2007-08-14 Thread Allan Gottlieb
At Tue, 14 Aug 2007 20:20:07 + (UTC) Thufir [EMAIL PROTECTED] wrote:

 I also had gnome working fine, then one day it failed for no apparent 
 reason, I hadn't emerged anything for a bit that I recall.

 I did emerge unmerge nautilus and then emerge nautilus which seemed 
 to to do the trick for me.  why?  voodoo.  why nautilus and not some 
 other component?  IIRC that's where the gnome desktop stalled.

Thanks for the help.  I will try it but don't have so much hope since
gnome works for new users and not for my old user.

thanks again,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new gnome fails except for root

2007-08-14 Thread Allan Gottlieb
At Wed, 15 Aug 2007 01:27:57 +0200 Markus Schönhaber [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:

 I created a new user testgot with the same uid as gottlieb
 and it works.  There must be something in my config (and yours) that
 is bad for the old user.
 
 I can balance my checkbook with the new user so the panic is gone, but
 something needs to be fixed somewhere.

 Try moving ~/.gconfd out of the way. It helped in my case.

Thanks.  I tried it, but alas no effect.  Same status (.gconfd had
only the saved-state file).

thanks again for trying,
allan
--
[EMAIL PROTECTED] mailing list



[gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Allan Gottlieb
I successfully battled the expat problem (with Bo's help) and
revdep-rebuild reports no further need to recompile.

But gnome seems badly broken.

$HOME/.gnomerc-errors has one line
SESSION_MANAGER=local/ajglap:/tmp/.ICE-unix/7081

1.  (minor) gdm can't find the emergence theme, haven't tracked it
down since it is minor.

2.  No apps seem to start.  If I start e.g. gnucash from an xterm
the app puts up no window.  Here is a ps listing
10136 pts/0S  0:00 gnucash bin
Similar results for other gnome apps

3.  The panel doesn't appear on the screen, but it does for a root
login.

I really could use some help

I am thinking of trying to rebuild the world (emerge --emptytree
world).  Am I correct in believing that this is not likely to make
things worse.  For example emacs-22 and firefox-2.0.0.6 work fine now.

thanks
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Allan Gottlieb
At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:

 On 8/13/07, Dan Cowsill [EMAIL PROTECTED] wrote:

 Wow.  Well, contrary to my expectations, my system (after emerge
 -uDNav world) exhibits every one of the problems that you had.  At
 least you can take solace in the fact that you're not alone.


I really need some gnome apps (especially gnucash for my checking acct
and evolution for my schedule).  I have plenty of data backups but no
backup machine.  A reinstall is possible, but of course painful.  I
could start

   emerge -e world

I would just like some agreement that this is not likely to make
things worse.  Currently with emacs and firefox, I can read/send mail,
and prepare and view my (html) class notes.  So I do have something to
lose.

Hopefully someone will give us some help; this group is very good for
that.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Allan Gottlieb
At Tue, 14 Aug 2007 05:49:20 +0300 Rumen Yotov [EMAIL PROTECTED] wrote:

 On (13/08/07 22:32) Allan Gottlieb wrote:
 At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:
 
  On 8/13/07, Dan Cowsill [EMAIL PROTECTED] wrote:
 
  Wow.  Well, contrary to my expectations, my system (after emerge
  -uDNav world) exhibits every one of the problems that you had.  At
  least you can take solace in the fact that you're not alone.
 
 
 I really need some gnome apps (especially gnucash for my checking acct
 and evolution for my schedule).  I have plenty of data backups but no
 backup machine.  A reinstall is possible, but of course painful.  I
 could start
 
emerge -e world
 
 I would just like some agreement that this is not likely to make
 things worse.  Currently with emacs and firefox, I can read/send mail,
 and prepare and view my (html) class notes.  So I do have something to
 lose.
 
 Hopefully someone will give us some help; this group is very good for
 that.
 
 allan
 -- 
 [EMAIL PROTECTED] mailing list
 
 Hi,

 Does revdep-rebuild report something to rebuild ?

No.  Revdep-rebuild is clean.

 Could try with previous version (of revdep-rebuild), check the ebuild.

Was revdep-rebuild just upgraded?  Do you have a particular version
you thing I should use?

From my side new expat-2.0.1 on two machines, no big problems so far.
 But i check with check_linkage.rb script (from paludis).

I still use portage and don't want to switch while something is not
working.

thanks for the help.
allan

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Allan Gottlieb
At Mon, 13 Aug 2007 20:27:09 -0700 Greg Bengeult [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
 At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill [EMAIL PROTECTED] wrote:

   
 On 8/13/07, Dan Cowsill [EMAIL PROTECTED] wrote:

 Wow.  Well, contrary to my expectations, my system (after emerge
 -uDNav world) exhibits every one of the problems that you had.  At
 least you can take solace in the fact that you're not alone.

 

 I really need some gnome apps (especially gnucash for my checking acct
 and evolution for my schedule).  I have plenty of data backups but no
 backup machine.  A reinstall is possible, but of course painful.  I
 could start

emerge -e world

 I would just like some agreement that this is not likely to make
 things worse.  Currently with emacs and firefox, I can read/send mail,
 and prepare and view my (html) class notes.  So I do have something to
 lose.

 Hopefully someone will give us some help; this group is very good for
 that.

 allan
   
 My experience was similar to yours.  I found that I had to turn off the
 option that saves your session when you log out, and then delete the
 file ~/.gnome2/session.  After this, my new session would open up OK and
 the window manager would start working.  I have no idea what is causing
 the problem, but it sure doesn't like something that is being written to
 the session file.

Sadly that didn't help here.  I deleted the session file and never
saved session on logout.  There is no session file and still gnome
apps don't work except as root.

thanks for the help,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] new gnome fails except for root

2007-08-13 Thread Allan Gottlieb
I updated to the new gnome.  After battling the expat problem, I was
able to get a clean emerge and an empty revdep-rebuild (with Bo's
help).

But gnome is broken on this system (others have reported similar
problems).

In my case basically all gnome apps, e.g. panel, gnucash, evolution,
gnome-terminal, evince fail when a normal user logs in.

With a root login, gnome-terminal fails, but panel, gnucash, evolution
seem to work (didn't try evince as root).

For a normal user gnome login, I use either a shell in emacs or go to
a virtual terminal and start an xterm.  In any case when I try to
start a gnome app (e.g. gnucash), no output is produced, no window
appears, but the app shows up in   ps x.

I would be very appreciative for any help.

thanks in advance,
allan gottlieb
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
You used the wrong lib in the revdep-rebuild (see below)

At Sun, 12 Aug 2007 06:18:02 -0500 Dale [EMAIL PROTECTED] wrote:

 Naga wrote:
 On Sunday 12 August 2007 11:39:43 Dale wrote:
   
 Same here on both problems.  Is this a bug since several have ran into
 this?  Also, I have some Gnome stuff as a dependency but I use KDE.
 

 From the ebuild
 ewarn Please note that the soname of the library changed!
 ewarn If you are upgrading from a previous version you need
 ewarn to fix dynamic linking inconsistencies by executing:
 ewarn revdep-rebuild -X --library libexpat.so.0

  ^

 I saw that too.  On mine, it didn't fix anything that I could see.  Here
 is what mine did:

 [EMAIL PROTECTED] / # revdep-rebuild --library libintl.so.7

   

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
At Sun, 12 Aug 2007 18:46:28 +0930 Shawn Haggett [EMAIL PROTECTED] wrote:

 Sven Köhler wrote:
emerge gnome fails. Does anyone recognize what portage is
 complaining about here?
 I'm not really sure, but I solved it by reemerging dev-perl/XML-Parser.

 expat has been updated. Some Apps are now broken. They have to
 recompiled to link against the new libexpat.

 For me, it was gettext and XML-Parser that had to be re-emerged. Without
 it, emerging gnome failed.


 Same here. Remerged dev-perl/XML-Parser, then my update world failed
 at a different point complaining about gettext, remerged that and now
 the update world is compiling normally.

My situation seems to be a little more difficult and I would
appreciate some advice/help.

I, like others, hit the expat problem and as directed did

   revdep-rebuild -X --library libexpat.so.0

gettext failed to compile since emacs could not be run (libexpat
problem).  This I fixed by emerging gettext with USE='-emacs'.

But now

   USE='-emacs' revdep-rebuild -X --library libexpat.so.0

fails.

It attempts to emerge x11-libs/gtk+-2.10.13 but that needs pango

checking Pango flags... -DPNG_NO_MMX_CODE -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/include/libpng12   -lpangocairo-1.0 -lpango-1.0 
-lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org

Pango fails to emerge with the expat problem 
(/mnt/a/portage/tmp/portage/x11-libs/pango-1.16.4/work/pango-1.16.4/pango/.libs/lt-pango-querymodules:
 error while loading shared libraries: libexpat.so.0: cannot open shared object 
file: No such file or directory)

Thanks in advance for any help.

allan
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
At Sun, 12 Aug 2007 16:51:17 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Sunday 12 August 2007 16:33:59 Allan Gottlieb wrote:
 I, like others, hit the expat problem and as directed did

revdep-rebuild -X --library libexpat.so.0

 gettext failed to compile since emacs could not be run (libexpat
 problem).  This I fixed by emerging gettext with USE='-emacs'.

 Good.

 [SNIP]
 It attempts to emerge x11-libs/gtk+-2.10.13 but that needs pango
 [SNIP]
 Pango fails to emerge with the expat problem
 (/mnt/a/portage/tmp/portage/x11-libs/pango-1.16.4/work/pango-1.16.4/pango/.
libs/lt-pango-querymodules: error while loading shared libraries:
 libexpat.so.0: cannot open shared object file: No such file or directory)

 pango may need glib and certainly needs cairo (in that order).

Thanks.  This did the trick.  The revdep-rebuild has been going
successfully for a few hours and now is on 12 of 16 (openoffice).

 If you need more help than that post the full list of remaining
 packages that revdep-rebuild --ignore lists as broken.

This does list gtk and pango (list is below), but when run it does gtk
first, which seem bad.  Also neither glib nor cairo are listed.

Thanks again for your help!
allan

emerge --oneshot  =gnome-extra/nautilus-cd-burner-2.16.3 
=gnome-extra/gsynaptics-0.9.7 =gnome-extra/gnome-screensaver-2.16.2-r1 
=gnome-extra/gucharmap-1.8.0 =gnome-extra/gnome-games-2.16.3 
=gnome-extra/gnome-utils-2.16.2-r2 =gnome-extra/gconf-editor-2.16.0 
=www-client/mozilla-firefox-2.0.0.5 =sys-devel/gdb-6.6-r2 =sys-devel/gcc-4.1.2 
=app-text/poppler-0.5.4-r1 =app-text/evince-0.6.1-r3 =x11-wm/metacity-2.16.3 
=dev-util/dialog-1.1.20070704 =dev-libs/dbus-glib-0.73 
=dev-libs/apr-util-0.9.12-r1 =app-office/openoffice-2.2.1 
=app-office/gnucash-2.0.5 =app-office/abiword-2.4.6 =app-office/dia-0.95.1 
=mail-client/evolution-2.8.3-r2 =mail-client/mail-notification-3.0 
=net-dns/avahi-0.6.19-r1 =x11-libs/pango-1.16.4 =x11-libs/vte-0.14.2 
=x11-libs/libgksu-2.0.0 =x11-libs/gtk+-2.10.13 =sys-apps/dbus-1.0.2-r2 
=sys-apps/hal-0.5.9-r1 =gnome-base/gnome-session-2.16.3 
=gnome-base/librsvg-2.16.1-r1 =gnome-base/libgnomeui-2.16.1 
=gnome-base/gdm-2.16.4 =gnome-base/nautilus-2.16.3 
=gnome-base/gnome-keyring-0.6.0 =gnome-base/gnome-mount-0.6 
=gnome-base/gnome-desktop-2.16.3 =gnome-base/libbonoboui-2.16.0 
=gnome-base/gnome-panel-2.16.3 =www-servers/apache-2.0.58-r2 
=x11-terms/gnome-terminal-2.16.1 
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-24 Thread Allan Gottlieb
At Tue, 24 Jul 2007 09:07:10 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 On Mon, 23 Jul 2007 14:38:50 -0400, Allan Gottlieb wrote:

   Note that users should place their customized local changes in the
   /etc/portage directory, creating any needed files listed below that
   do not exist.

 Local changes go in /etc/make.conf, per-package changes go
 in /etc/portage/.

Correct.  How about (4 blank indent is from man portage; 2 blank
indent is new).

allan

The  current portage code uses many different configuration files, most
of which are unknown to users and normal developers.  Here we will  try
to  collect  all the odds and ends so as to help users more effectively
utilize portage.  This is a reference  only  for  files  which  do  not
already have a man page.

  Note that users should place in make.conf local changes that are to
  apply to all emerges; per-package changes belong in the /etc/portage
  directory, creating any needed files listed below that do not exist.
  The files are listed in increasing order of priority.

  The make.profile directory, which is a symlink into the /usr/portage
  tree, is for system defaults.  Like all of the /usr/portage tree,
  these files are overwritten when an emerge sync is performed.  Hence
  users normally do *not* alter these files.

All  files in the make.profile directory may be tweaked via parent pro-
files when  using  cascading  profiles.   For  more  info,  please  see
http://www.gentoo.org/proj/en/releng/docs/cascading-profiles.xml
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-23 Thread Allan Gottlieb
At Mon, 23 Jul 2007 07:57:09 -0400 Mark Shields [EMAIL PROTECTED] wrote:

 On 7/22/07, Allan Gottlieb [EMAIL PROTECTED] wrote:

 Thank you.  I was fooled by man portage, but I should have know
 better.  That is, I knew full well, but forgot, that /usr/profile is
 temporary and that user changes should be make in /etc/portage.
 Should I file a bug with proposed extra words for the beginning of the
 portage man page?
 --
 [EMAIL PROTECTED] mailing list


 the manpage for portage has both references to /etc/make.profile/ and
 /etc/portage/ (it's in the synopsis):

Sure, but it doesn't remind you that changing /etc/portage is the way
to go.  Indeed if you read the description for 

   /etc/make.profile/
  package.use.mask

(given later in the man page) it sounds like a fine way to prevent a
use flag from applying to a package.

It is correct that

   /etc/portage/
  package.use

is also described and also seems like a fine way to prevent (or
enable) a use flag from applying to a package.

I was asking if some words should be at the very top of the man page
stating that /etc/make.profile is the place for user changes.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-23 Thread Allan Gottlieb
At Mon, 23 Jul 2007 17:02:35 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 On Mon, 23 Jul 2007 17:43:01 +0200, Alan McKinnon wrote:

 make.profile is for devs to make default system changes

 make.conf is for users to make customised system changes

 /etc/portage/* is for users to make customized local changes

 In increasing order of priority.

OK.  Here are proposed words.  The two paragraphs indented 4 spaces
are the first two paragraphs of the existing man page; the middle
paragraph is new.  I did not know neil's comment on priority, but
trust his memory and included the comment in the proposed addition.

My proposal is to file an enhancement documentation bug.

allan

The  current portage code uses many different configuration files, most
of which are unknown to users and normal developers.  Here we will  try
to  collect  all the odds and ends so as to help users more effectively
utilize portage.  This is a reference  only  for  files  which  do  not
already have a man page.

  Note that users should place their customized local changes in the
  /etc/portage directory, creating any needed files listed below that
  do not exist.  The files are listed in increasing order of
  priority.

  The make.profile directory, which is a symlink into the /usr/portage
  tree, is for system defaults.  Like all of the /usr/portage tree,
  these files are overwritten when an emerge sync is performed.  Hence
  users normally do *not* alter these files.

All  files in the make.profile directory may be tweaked via parent pro-
files when  using  cascading  profiles.   For  more  info,  please  see
http://www.gentoo.org/proj/en/releng/docs/cascading-profiles.xml

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-22 Thread Allan Gottlieb
At Sun, 22 Jul 2007 09:27:09 +0200 Dirk Heinrichs [EMAIL PROTECTED] wrote:

 Am Samstag, 21. Juli 2007 schrieb Allan Gottlieb:

 echo dev-java/blackdown-jre nsplugin 
 /etc/make.profile/package.use.mask echo dev-java/blackdown-jdk nsplugin
  /etc/make.profile/package.use.mask echo dev-java/blackdown-java3d-bin
 nsplugin  /etc/make.profile/package.use.mask

 No. /etc/make.profile is a softlink into the portage tree. What ever you 
 change there will be overwritten when you sync the tree next time. The 
 correct file is /etc/portage/package.use and the entry should be

 dev-java/blackdown-jdk -nsplugin

 And, this is only needed when you use this package. As long as it's not 
 installed on your system, you don't even need to worry.

Thank you.  I was fooled by man portage, but I should have know
better.  That is, I knew full well, but forgot, that /usr/profile is
temporary and that user changes should be make in /etc/portage.
Should I file a bug with proposed extra words for the beginning of the
portage man page?

thanks again,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-21 Thread Allan Gottlieb
At Sat, 21 Jul 2007 08:52:23 +0200 Dirk Heinrichs [EMAIL PROTECTED] wrote:

 Am Freitag, 20. Juli 2007 schrieb Florian Philipp:
 Am Freitag 20 Juli 2007 16:41 schrieb Allan Gottlieb:
  I notice that I have the nsplugin use flag UNset.  use.desc says
 
  nsplugin - Builds plugins for Netscape compatible browsers
 
  Am I correct in believing that firefox is Netscape compatible and
  hence that I should enable this use flag?
 
  thanks,
  allan

 http://bugs.gentoo.org/show_bug.cgi?id=161835

 In order to save you some time: There are unsolved security issues.

 ... with the blackdown java packages.

 Do not use nsplugin.

 ... with the blackdown java packages.

I noticed that as well in the bug report  discussion.

Does this mean that

  echo dev-java/blackdown-jre  /etc/make.profile/package.use.mask
  echo dev-java/blackdown-jdk  /etc/make.profile/package.use.mask
  echo dev-java/blackdown-java3d-bin  /etc/make.profile/package.use.mask

makes adding nsplugin safe to add to make.conf?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-21 Thread Allan Gottlieb
At Sat, 21 Jul 2007 12:11:53 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:

 Does this mean that

   echo dev-java/blackdown-jre  /etc/make.profile/package.use.mask
   echo dev-java/blackdown-jdk  /etc/make.profile/package.use.mask
   echo dev-java/blackdown-java3d-bin  /etc/make.profile/package.use.mask

 makes adding nsplugin safe to add to make.conf?

Oops I forgot the nsplugin.  Is this the correct way to prevent
nsplugin from being used for blackdown?

echo dev-java/blackdown-jre nsplugin  /etc/make.profile/package.use.mask
echo dev-java/blackdown-jdk nsplugin  /etc/make.profile/package.use.mask
echo dev-java/blackdown-java3d-bin nsplugin  
/etc/make.profile/package.use.mask

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] the nsplugin use flag

2007-07-20 Thread Allan Gottlieb
I notice that I have the nsplugin use flag UNset.  use.desc says

nsplugin - Builds plugins for Netscape compatible browsers

Am I correct in believing that firefox is Netscape compatible and
hence that I should enable this use flag?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] the nsplugin use flag

2007-07-20 Thread Allan Gottlieb
At Fri, 20 Jul 2007 19:57:24 +0200 Florian Philipp [EMAIL PROTECTED] wrote:

 Am Freitag 20 Juli 2007 16:41 schrieb Allan Gottlieb:
 Am I correct in believing that firefox is Netscape compatible and
 hence that I should enable this use flag?

 http://bugs.gentoo.org/show_bug.cgi?id=161835

 In order to save you some time: There are unsolved security
 issues. Do not use nsplugin.

Thanks.
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] autoloading ipw3945

2007-07-19 Thread Allan Gottlieb
My laptop (inspiron 6400) has an intel 3945 wireless chip and hence I
use net-wireless/ipw3945{,d,-ucode}.

If I include ipw3945 in /etc/modules.autoload.d/kernel-2.6, I get an
error msg during boot

Failed to load ipw3945

However, everything works fine.  Specifically, ifconfig shows that the
wireless network is up.

Certainly, I can live with this situation, but getting a yellow star
during boot seems unclean.

So I tried removing ipw3945.
Naturally, the above error msg is gone.
But now the ipw3945d initscript fails when it attempts to access
/sys/bus/pci/drivers/ipw3945/00*/cmd

The wireless network is not available and cannot be started,

If I now execute

insmod /lib/modules/2.6.20-gentoo-r7/net/wireless/ipw3945.ko
/etc/init.d/ipw3945d restart
/etc/init.d/net.eth1 restart

no errors appear and all is well (wireless works fine).

What is the clean way to do this?  Currently I am using the first
method above and averting my eyes when the yellow star is to appear.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] autoloading ipw3945

2007-07-19 Thread Allan Gottlieb
At Fri, 20 Jul 2007 12:05:27 +0930 Novensiles divi Flamen [EMAIL PROTECTED] 
wrote:

 I have exactly the same laptop, with the wireless assigned to eth1. net.eth1 
 is not run in any runlevel, but is launched from udev.

Sounds good.  I assume you do *not* have ipw3945 in
/etc/modules.autoload.d/kernel-2.6.  If my guess is wrong, do you get
the boot-time error message I mentioned (Failed to load ipw3945).

 My /etc/modules.d/ipw3945d contains:

 install ipw3945 /sbin/modprobe --ignore-install ipw3945; sleep 
 0.5; /etc/init.d/ipw3945d start
 remove ipw3945 /etc/init.d/ipw3945d stop; /sbin/modprobe -r --ignore-remove 
 ipw3945

That must be setup by default since I have the exact same and am
confident that I didn't modify it.

 Udev-postmount holds off launching it until it reaches runlevel three.

How do you get udev-postmount to launch it?  Did you add something to
10-local.rules?  If so could you post it.

Thanks for your help,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] autoloading ipw3945

2007-07-19 Thread Allan Gottlieb
At Fri, 20 Jul 2007 13:19:55 +0930 Novensiles divi Flamen [EMAIL PROTECTED] 
wrote:

 I used to have the modules load , which initiated the ipw3945d with an error 
 that it can't start until runlevel three, then it worked perfectly once that 
 runlevel was reached. Now it loads the module but delays starting ipw3945d 
 until inside runlevel three with the message device initiated services: 
 ipw3945d udev-postmount. I think an upgrade made the difference. So maybe 
 they have nothing to do with each other except being launched at the same 
 time.

 I've been poking through my system and can't find anything that explicitly 
 controls when it starts. 

 I'm using baselayout-1.12.10-r4, ipw3945-1.2.0, ipw3945d-1.7.22-r4 . See if 
 using those versions makes it magically 'just work' for you. I fnot I can 
 poke around more.

Well I am running stable x86 so my baselayout is only 1.12.9-r2 and
perhaps your newer version loads ipw3945.  However, I am a little
leery of running unstable baselayout.  So I think I'll wait for the
new version to become stable.  I have filed a note to myself to see if
that eliminates the (fairly painless) error message that I now get.

Thanks again for your help and effort.
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Allan Gottlieb
At Fri, 22 Jun 2007 08:56:12 +0100 Mick [EMAIL PROTECTED] wrote:

 Sure, but since your device is networked and you want the full functionality 
 this will definitely require the snmp flag AND the scanner flag.

 Hope this helps.

Indeed the comments on this group and the hplip list have been quite
helpful.

The snmp use flag is required for a network printer (the wiki had this
but I somehow missed it).

The only problem on the gentoo end is that the ppd files are not put
where hp-setup wants them.

* For the printer not so bad, since hp-setup offers a manual
  specification ability.

* For the fax, no manual specification is offer (I commented on this
  to the hplip list) so adding a symlink is necessary

Thanks for your help.  At this point I have printing (always did, but
now the printer is using hplip) and scanning, the latter was the goal
of the project.  The fax is recognized by hp-setup, but a complaint is
given and I am not a heavy fax user so I am please with the output.
I am following up the fax issue on the hplip list.

Question:  Do you think the fact that the ppd files are not put in the
right place for hplip is a bug I should file?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Allan Gottlieb
At Fri, 22 Jun 2007 15:19:25 +0100 Mick [EMAIL PROTECTED] wrote:

 On Friday 22 June 2007 14:46, Allan Gottlieb wrote:

 The only problem on the gentoo end is that the ppd files are not put
 where hp-setup wants them.

 I've noticed this too and it's rather annoying.

 At this point I have printing (always did, but
 now the printer is using hplip) and scanning, the latter was the goal
 of the project.  The fax is recognized by hp-setup, but a complaint is
 given and I am not a heavy fax user so I am please with the output.

 Would you perhaps write a wiki article once you've squared all the circles?

Sure.  Perhaps an update to the one that is there.

 Question:  Do you think the fact that the ppd files are not put in the
 right place for hplip is a bug I should file?

 Yes, I would think so.  Ideally, the ebuild should cater for 
 copying/symlinking appropriate files, or at least popping up a message at 
 emerge time to tell you to do so manually.

Right.

 Although I have emerged hplip I am not using it.  I print through cups using 
 hpjis.  Is there a benefit to using hplip and its tools?

I believe hplip gives access to all the features, e.g., ink level, but
I haven't tried anything like that.  The reason I went into this
exercise was to get scanning and that was successful.  It is possible
that I will get computer control of faxing as well (the main question
is how much effort I would be willing to put in considering that I
don't fax much at all).

allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-21 Thread Allan Gottlieb
Which package contains libnetsnmp-devel?

Apparently this is needed for hplip to work correctly with network
printers/scanners/etc.

(I can use the cups interface to print to my network hp-7310, but
hp-setup won't work and I am unable to scan with xsane.  hp-check
asserts that libnetsnmp-devel is a required dependency.)

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-21 Thread Allan Gottlieb
At Thu, 21 Jun 2007 20:54:06 -0500 Boyd Stephen Smith Jr. [EMAIL PROTECTED] 
wrote:

 On Thursday 21 June 2007 19:40:23 Allan Gottlieb wrote:
 Which package contains libnetsnmp-devel?

 $eix -c snmp
 [...]
 [I] net-analyzer/net-snmp ([EMAIL PROTECTED]/28/2006): Software for 
 generating and 
 retrieving SNMP data
 [...]

 Probably that one, but that's just a guess.

Thanks; you are right.  I eventually found it too.  I now see where I
got into trouble.  I didn't set the snmp use flag and hence hplip
didn't bring in net-analyzer/net-snmp.

Is this a bug?  That is, should hplip unconditionally depend on
net-snmp?  hplip includes hp-check, which complained that I needed
libnetsnmp-devel.

I still have not been able to install my network-attached hp officejet
7310 using hp-setup (it install fine via cups).  The trouble is that
scanning doesn't work and various network posts suggest that
installing via hp-setup is needed for most of the hp tool and for full
functionality of the device.

When/if I (with help from the hplip list) resolve my scanning problem,
I will check if net-snmp is really needed.  If so, I am inclined to
file a bug.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hplip and hp-check SOLVED

2007-06-21 Thread Allan Gottlieb
The snmp use flag is needed if you have a network attached device.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hplip and hp-check SOLVED

2007-06-21 Thread Allan Gottlieb
At Thu, 21 Jun 2007 22:33:11 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:

 The snmp use flag is needed if you have a network attached device.

This was stated clearly in the wiki, which I read, but clearly did not
read carefully enough.

Sorry for the noise.
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] hplip and hp-check

2007-06-19 Thread Allan Gottlieb
I have a network attached HP officejet 7310.
It works fine with cups as a printer but I cannot get it reognized for
scanning.  The officejet has address 192.168.1.50 on our private
network.  I have named it ss (for south salem, our home town)

Running hp-check produced several errors (full output below)

1.  libnetsnmp-devel not found.  Is this needed and if so where is it.
eix libnetsnmp found nothing.

2.  linux standard base LSB support not found

3.  Complaint about a different print (nyu, a work machine)

4.  Complaint that the officejet is not HPLIP installed.  I could not
figure out how to use the hp: backend to cups as recommended by
hp-check.

5.  As noted in the hp-check output, the scanner cannot be found by
scanimage -L.  I had previusly run scanimage -L manually with the
same result.

Any help would be appreciated.  In particular I would like to

1.  Use the scanner (main problem)

2.  Have cups use the hp: backend (perhaps this will give insight on 1
as well).

thanks,
allan



Output of hp-check

ajglap gottlieb # hp-setup

HP Linux Imaging and Printing System (ver. 1.7.4a)
Printer/Fax Setup Utility ver. 4.5

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Session management error: Authentication Rejected, reason : None of the 
authentication protocols specified are supported and host-based authentication 
failed
|Done.
ajglap gottlieb # hp-check

HP Linux Imaging and Printing System (ver. 1.7.4a)
Dependency/Version Check Utility ver. 5.3

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


---
| SYSTEM INFO |
---

Basic system information:
Linux ajglap 2.6.20-gentoo-r7 #3 SMP Sun May 6 17:50:09 EDT 2007 i686 Intel(R) 
Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux

Detected distro (/etc/issue):
unknown 0.0

Detected distro (lsb_release):
error: lsb_release not found.

Currently installed HPLIP version...
HPLIP 1.7.4a currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf

[hpiod]
# port=0 (dynamic IP port)
port=2208
[hpssd]
# port=0 (dynamic IP port)
port=2207

[hplip]
version=1.7.4a
jdprobe=0

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/HP
ppdbase=/usr/share/ppd
doc=/usr/share/doc/hplip-1.7.4a

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=0
pp-build=0
gui-build=0
scanner-build=1
fax-build=0
cups11-build=0
installinitd=
chkconfig=
internal-tag=1.7.4.13


HPLIP running?
Yes, HPLIP is running (OK).

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.4.4 installed

Checking PyQt version...
OK, version 3.17 installed.

Checking SIP version...
OK, Version 4.5.2 installed


| DEPENDENCIES |


 
Checking for dependency libcrypto - OpenSSL cryptographic library...
OK, found.

Checking for dependency gcc - GNU Project C and C++ Compiler...
OK, found.

Checking for dependency SANE - Scanning library...
OK, found.

Checking for dependency GhostScript - PostScript and PDF language interpreter 
and previewer...
OK, found.

Checking for dependency libjpeg - JPEG library...
OK, found.

Checking for dependency libpthread - POSIX threads library...
OK, found.

Checking for dependency make - GNU make utility to maintain groups of 
programs...
OK, found.

Checking for dependency python-devel - Python development files...
OK, found.

Checking for dependency Reportlab - PDF library for Python...
error: Not found!
This is an OPTIONAL dependency. Some HPLIP functionality may not function 
properly.

Checking for dependency PyQt - Qt interface for Python...
OK, found.

Checking for dependency cups-devel- Common Unix Printing System development 
files...
OK, found.

Checking for dependency ppdev - Parallel port support kernel module
error: Not found!
This is an OPTIONAL dependency. Some HPLIP functionality may not function 
properly.

Checking for dependency libusb - USB library...
OK, found.

Checking for dependency scanimage - Shell scanning program...
OK, found.

Checking for dependency libnetsnmp-devel - SNMP networking library development 
files...
error: Not found!
error: This is a REQUIRED dependency. Please make sure that this dependency is 
installed before installing or running HPLIP.

Checking for dependency Python 2.2 or greater - Python programming language...
OK, found.

Checking for dependency LSB - Linux Standard Base support...
error: Not found!
error: This is a REQUIRED dependency. Please make sure that this dependency is 
installed 

Re: [gentoo-user] Message at bootup about superblock last write time

2007-06-05 Thread Allan Gottlieb
At Mon, 04 Jun 2007 19:25:57 -0400 Walter Dnes [EMAIL PROTECTED] wrote:

   A while ago, I was troubleshooting serial port modem/ppconfig
 problems, and I did a lot of recompiles and reboots.  It seems that
 every time my system reboots, I get the following message...

  * Checking root filesystem ...
 /dev/hda1: Superblock last write time is in the future.  FIXED.
 /dev/hda1: clean, 6975/160960 files, 32843/307235 blocks  [ ok ]
  * Remounting root filesystem read/write ...  [ ok ]

http://bugs.gentoo.org/show_bug.cgi?id=142850

allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] virtual/emacs-21 dependency question

2007-06-03 Thread Allan Gottlieb
I have been using emacs-22 for a while (previously as emacs-cvs and
lately as ~x86 emacs).

I recently added the emacs use flag among other changes and was
surprised by the following output, specifically the dependency that
gtk-doc has on virtual/emacs-21.

I see in the gtk-doc ebuild the dependency on virtual/emacs.  The
specific RDEPEND line is
emacs? ( virtual/emacs )
But where is does the -21 come from?

thanks,
allan

# emerge --verbose --ask --deep --update --newuse --tree --color=n gimp 
gimp-help gimp-user-manual gimp-print

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 12,536 kB 
[ebuild   R   ]  dev-util/gtk-doc-1.8  USE=doc emacs* -debug 0 kB 
[nomerge  ]   virtual/emacs-21  
[ebuild  NS   ]app-editors/emacs-21.4-r12  USE=X nls -Xaw3d -leim -lesstif 
-motif -nosendmail 19,926 kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[ebuild  N]  media-gfx/gimp-print-4.2.7  USE=cups gtk nls ppds readline 
-foomaticdb 5,057 kB 
[nomerge  ]   virtual/ghostscript-0  
[ebuild   R   ]app-text/ghostscript-gpl-8.54  USE=X cups emacs* gtk -cjk 
-djvu -jpeg2k 20,585 kB 
[ebuild   R   ] net-print/cups-1.2.9  USE=X dbus* jpeg nls pam png ppds 
ssl tiff -ldap -php -samba -slp 0 kB 
[ebuild  N]  app-doc/gimp-help-0.12  USE=-webinstall LINGUAS=-cs -de -en 
-es -fr -hr -it -ko -nl -no -ru -sv -zh_CN 58,405 kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[nomerge  ]  dev-util/gtk-doc-1.8  USE=doc emacs* -debug 
[nomerge  ]   app-text/scrollkeeper-0.3.14-r2  USE=nls 
[nomerge  ]dev-libs/libxslt-1.1.20  USE=crypt python -debug 
[nomerge  ] dev-lang/python-2.4.4-r4  USE=berkdb doc gdbm ipv6 ncurses 
readline ssl tk -bootstrap -build -examples -nocxx -nothreads -ucs2 
[nomerge  ]  dev-libs/openssl-0.9.8d  USE=emacs* zlib -bindist -sse2 
-test 
[nomerge  ]   app-misc/ca-certificates-20070303-r1  
[ebuild   R   ]dev-libs/openssl-0.9.8d  USE=emacs* zlib -bindist -sse2 
-test 3,238 kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[nomerge  ]  media-gfx/gimp-print-4.2.7  USE=cups gtk nls ppds readline 
-foomaticdb 
[ebuild  NS   ]   x11-libs/gtk+-1.2.10-r12  USE=nls -debug LINGUAS=-az -ca 
-cs -da -de -el -es -et -eu -fi -fr -ga -gl -hr -hu -it -ja -ko -lt -nl -nn -no 
-pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tr -uk -vi 2,881 kB 
[ebuild  NS   ]dev-libs/glib-1.2.10-r5  USE=-hardened 421 kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[nomerge  ]  media-gfx/gimp-print-4.2.7  USE=cups gtk nls ppds readline 
-foomaticdb 
[nomerge  ]   x11-libs/gtk+-1.2.10-r12  USE=nls -debug LINGUAS=-az -ca 
-cs -da -de -el -es -et -eu -fi -fr -ga -gl -hr -hu -it -ja -ko -lt -nl -nn -no 
-pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tr -uk -vi 
[nomerge  ]dev-libs/glib-1.2.10-r5  USE=-hardened 
[nomerge  ] sys-devel/libtool-1.5.22  
[nomerge  ]  sys-devel/automake-1.10  
[ebuild   R   ]   sys-devel/autoconf-2.61  USE=emacs* 1,365 kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[nomerge  ]  x11-libs/pango-1.14.10  USE=doc -debug 
[nomerge  ]   dev-libs/glib-2.12.11  USE=doc -debug -hardened 
[nomerge  ]sys-libs/glibc-2.5-r3  USE=nls nptl nptlonly -build -debug 
-glibc-compat20 -glibc-omitfp -hardened -multilib -profile -selinux 
[ebuild   R   ] sys-devel/gettext-0.16.1  USE=doc emacs* nls -nocxx 8,340 
kB 
[nomerge  ] media-gfx/gimp-2.2.14  USE=doc gimpprint jpeg png python tiff 
-aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg 
-wmf 
[nomerge  ]  dev-util/gtk-doc-1.8  USE=doc emacs* -debug 
[nomerge  ]   app-editors/emacs-21.4-r12  USE=X nls -Xaw3d -leim -lesstif 
-motif -nosendmail 
[ebuild  N]media-libs/giflib-4.1.4  USE=X -rle 592 kB 
[ebuild  N] app-doc/gimp-user-manual-2.0  25,848 kB 

Total: 14 packages (5 new, 3 in new slots, 6 reinstalls), Size of downloads: 
159,189 kB

Would you like to merge these packages? [Yes/No] 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] virtual/emacs-21 dependency question

2007-06-03 Thread Allan Gottlieb
At Mon, 04 Jun 2007 01:54:42 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Monday 04 June 2007 01:31:56 Allan Gottlieb wrote:
 I see in the gtk-doc ebuild the dependency on virtual/emacs.  The
 specific RDEPEND line is
  emacs? ( virtual/emacs )
 But where is does the -21 come from?

 # emerge --verbose --ask --deep --update --newuse --tree --color=n gimp
 [SNIP]
 tiff -aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse
 -svg -wmf 12,536 kB [ebuild   R   ]  dev-util/gtk-doc-1.8  USE=doc emacs*
 -debug 0 kB [nomerge  ]   virtual/emacs-21
 [ebuild  NS   ]app-editors/emacs-21.4-r12  USE=X nls -Xaw3d -leim

 You clearly haven't unmasked virtual/emacs-22. :)

Indeed.  Adding virtual/emacs   to  package.keywords fixed it.

thanks,
allan
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sharing portage directories when dual booting x86 and amd64

2007-05-25 Thread Allan Gottlieb
At Fri, 25 May 2007 07:28:31 +0200 Roman Zimmermann [EMAIL PROTECTED] wrote:

 Will Briggs wrote:
 Allan Gottlieb wrote:
  I have a core 2 duo (dell 6400), which is currently running x86.
  I am thinking of setting up another partition and dual booting amd64.

   Not all Core 2
 Duo's in 6400's are.  I have a T2400 processor in my 6400 which is not
 em64t enabled. Not that I  mind - plenty quick enough in 32-bit mode.

 That's not entirely true: _All_ Core 2 Duo processors have the 64bit 
 instruction sets. Your T2400 is not a Core 2 Duo, it's a Core Duo.
 (http://en.wikipedia.org/wiki/Core_2)

Correct.  I specifically purchased a core 2 duo, which I know is
64-bit capable.

allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sharing portage directories when dual booting x86 and amd64

2007-05-25 Thread Allan Gottlieb
At Fri, 25 May 2007 11:32:48 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Thursday 24 May 2007 23:42:11 Allan Gottlieb wrote:
 In particular can I share

  * tmp (PORTAGE_TMPDIR)

 If you ever compile the same package at the same time that may not be such a 
 good idea. Even if it works it may be confusing. Why not just make two 
 subdirs in the same place and use one as PORTAGE_TMPDIR for each system..?

How can that happen?  As I mentioned, I would be dual booting into
*either* x86 or amd64.  There is only one computer (my laptop)
involved; all filesystems are local.

Perhaps your suggestion of separate subdirs is better for clarity, but
I don't see how the problem you mentioned can occur in my situation.

thanks,
allan
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sharing portage directories when dual booting x86 and amd64

2007-05-25 Thread Allan Gottlieb
At Fri, 25 May 2007 19:24:41 +0200 Roman Zimmermann [EMAIL PROTECTED] wrote:

 Am Freitag 25 Mai 2007 18:52 schrieb Allan Gottlieb wrote:
 As I mentioned, I would be dual booting into
 *either* x86 or amd64.  There is only one computer (my laptop)
 involved; all filesystems are local.

 Since the two systems can never be booted simultanously you can AFAIK share 
 all of those directories without problems. For DISTDIR this is especially 
 useful to save download time...

Right

 I'd recommend to use separate LOGDIR so you're able do distinguish
 what happened in which system.

Good point and since the log for each compilation is separate, no
extra space will be involved.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] sharing portage directories when dual booting x86 and amd64

2007-05-24 Thread Allan Gottlieb
I have a core 2 duo (dell 6400), which is currently running x86.
I am thinking of setting up another partition and dual booting amd64.

My question concerns sharing some directories between the two
(naturally only one is active at a time).

In particular can I share

 * distfiles (DISTDIR)
 * logs (PORT_LOGDIR)
 * tmp (PORTAGE_TMPDIR)

Thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [solved] Re: [gentoo-user] Xinerama on 945GM: Set VBE mode failed

2007-05-23 Thread Allan Gottlieb
At Sun, 20 May 2007 19:13:24 +0200 Gian Domeni Calgeer [EMAIL PROTECTED] 
wrote:

 Am Sonntag, 20. Mai 2007 17:57 schrieb [EMAIL PROTECTED]:
 If you mean to physically plug the device in when you are
 starting X, that is not a satisfactory option by any means. :/

 That is exactly what I mean. The problem seems to be that the BIOS sets the 
 external monitor as the default output device if it is already plugged when 
 the computer is switched on. Unlike my father's notebook, mine doesn't have 
 an option in the BIOS setup to set the internal screen as the default output 
 device. 

Have you tried booting (with the device plugged in) into single user
mode, then trying to convince the system to use the built in screen as
the default device (fn-f7 on my machine), and finally exiting the
single user shell to go multiuser?  (One could also hit fn-f7 while
the system has the grub screen displayed and then go straight to
multiuser.)

I need to use such tricks since my laptop is 1680x1050 while the
external monitor is 1600x1200.  I find that having the (text) output
already directed to the external monitor (mine defaults to internal)
prior to xdm/gdm invocation is useful (necessary?) to get 1600x1200
resolution.

allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] superblock write time in future (UTC vs localtime)

2007-05-09 Thread Allan Gottlieb
In aug 06 bug 142850 was opened.  The symptom is the boot message

/dev/hda6: Superblock last write time is in the future.  FIXED.

From the bug report and followups, I gather that early in the boot
sequence the system believes the hwclock is in UTC and hence for those
of us using localtime to dual boot windows, we have this problem.

Some workarounds have been proposed such as having the clock
initscript precede checkroot or adding the right number of seconds in
the kernel.  Alternatively one could learn to live with the warning
printed above.

I assume a number of you use local time not UTC and wonder how you are
dealing with this problem.

Since I boot windows *very* rarely, I could switch to UTC and repair
the damage after every windows boot.

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xserver on Dell Inspiron M1710

2007-05-05 Thread Allan Gottlieb
At Fri, 04 May 2007 12:03:12 -0400 Colleen Beamer [EMAIL PROTECTED] wrote:

 I've always used ATI cards and after this experience, I think I
 still prefer them.

I understand your frustration and going back to ATI in the future is
certainly an option.  I should add however that there have been quite
a number of reports to this mailing list documenting frustration with
ATI (I have never had ATI myself).  My own very unscientific summary
of the situation is that ATI has been less favorably reviewed then
nvidia.  Another view expressed is essentially a pox on both your
houses, proprietary drivers are problematic by nature.

good luck.
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: DST didn't happen: quickinstall doc is wrong...

2007-03-12 Thread Allan Gottlieb
At Mon, 12 Mar 2007 15:53:40 + (UTC) Grant Edwards [EMAIL PROTECTED] 
wrote:

 On 2007-03-12, Albert Hopkins [EMAIL PROTECTED] wrote:
 On Mon, 2007-03-12 at 15:07 +, Grant Edwards wrote
 
 That was the old way of doing it.  For a number of reasons a new
 method is devised.  The new method is:

  1. copy file from /usr/share/zoneinfo to /etc/localtime
  2. set your timezone in /etc/conf.d/clock.

 Yup, that was evidently the problem. Perhaps step #2 should be
 documented in the Handbook and/or the Quickinstall?

I agree that it should be mentioned and filed
http://bugs.gentoo.org/show_bug.cgi?id=170591

(I was lucky and noticed the warning message during reboot that my
timezone was set to factory in /etc/conf.d/clock so was not bitten.)

allan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emacs-cvs-22.0.95-r1 and color settings

2007-03-08 Thread Allan Gottlieb
At Tue, 06 Mar 2007 20:54:34 -0500 Rodrigo Lazo [EMAIL PROTECTED] wrote:

 I've just updated to emacs-cvs-22.0.95-r1 and now some color settings
 (e.g. background) aren't working.

The help-gnu-emacs@gnu.org mailing list would be a better choice for
this question.
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] configurtion error

2007-03-04 Thread Allan Gottlieb
At Sun, 04 Mar 2007 19:13:12 +1000 Richard Watson [EMAIL PROTECTED] wrote:

 I've run etc-update after my last emerge --sync and world update but I
 still get configuration error - unknown item 'PASS_MIN_LEN' (notify
 administrator) when I su or log in as Root. Anybody got any ideas on
 how I can fix this. Thanks, Richard

http://bugs.gentoo.org/show_bug.cgi?id=131097

The problem is in /etc/login.defs.
Here is a workaround

# AJG: Comment the following line.
# See bug 131097.  I just added a new group and user, which triggers this.
# PASS_MIN_LEN 5

As my comment says, it is triggered by using the gnome tool to add a
new user and group.

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage problem with xfce4-panel

2007-02-27 Thread Allan Gottlieb
At Tue, 27 Feb 2007 23:43:30 -0500 Bruno Espinoza [EMAIL PROTECTED] wrote:

 Exist a much easier way to avoid unmasking packages. Go to your
 /etc/make.conf. Change your architecture from x86 to ~x86. Now emerge
 xfce4-panel. If you don't want to be in the testing architecture. Go back
 and change ~x86 to x86. That's pretty easy... and no need to unamsk!

I would worry that the emerge of xfce4-panel might then bring in other
testing packages as dependencies (but I don't know for sure).

I would think it saver to add xfce-panel to package.keywords

echo xfce-extra/xfce4-panelmenu  /etc/portage/package.keywords

(mkdir /etc/portageif you don't already have it.)

There are various prefixes and suffixes you could add.
Seeman portage for details

For example my package.keywords is currently

x11-misc/googleearth
app-editors/emacs-cvs
~x11-drivers/nvidia-drivers-1.0.8774
~net-print/cups-1.2.1-r2
~app-text/libpaper-1.1.14.8
net-wireless/bcm43xx-fwcutter
#~media-gfx/graphviz-2.12

allan


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how does one temporarily disable a firefox plugin (SOLVED)

2007-02-25 Thread Allan Gottlieb
At Sat, 24 Feb 2007 21:02:05 -0500 Allan Gottlieb [EMAIL PROTECTED] wrote:

 I have a stable x86 gentoo system with firefox (bon echo) 2.0.0.1) and
 totem 2.16.4.  According to about:plugins totem is to handle mp3 files

 I would like to temporarily not have totem handle the mp3s, but I was
 unable to see how to do it.

 I strongly suspect that unmerging totem (and remerging when done)
 would work but was looking for a less drastic method.

Less drastic method found

As root

cd /usr/lib/nsbrowser
mkdir plugins-save
mv plugins/*totem* plugins-save

When finished
mv plugins-save/* plugins

I suspect there is a way inside firefox, but I couldn't find it.
Illumination would be appreciated.

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] network scanning with gentoo / hplip / hpaio

2007-01-31 Thread Allan Gottlieb
At Mon, 29 Jan 2007 12:31:51 +0100 Luigi Pinna [EMAIL PROTECTED] wrote:

 [...]
 The second problem is that the HP officejet 7310
 at location 192.168.1.50 is not found

 I had the same problem with hp-setup, can you print? I can using cups.

Printing works fine (via cups).  (The above words are RE scanning).

 It seems that hp-setup use a wrong syntax to contact the device via 
 network. Anyone installed successfully this kind of device? On 
 linuxprinting.org says almost working...

allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] network scanning with gentoo / hplip / hpaio

2007-01-24 Thread Allan Gottlieb
I have an HP-7310 all-in-one.  We have it on our wired network at URL
192.168.1.50.  As a printer/fax/copier, it works fine.  My problem is
with scanning.

Our older HP-7130 does fine at all tasks.

We have two problems identifying scanners.

ajglap ~ # scanimage -L
device `hpaio:/usb/HP_LaserJet_1200?device=/dev/usb/lp0' is a hp 
HP_LaserJet_1200 multi-function peripheral
ajglap ~ # 

This is wrong.  I do indeed have HP laserjet 1200 attached via usb,
but it is a printer not a multifunction device.

The second problem is that the HP officejet 7310
at location 192.168.1.50 is not found

Add'l info

When at another location with no laserjet but with a USB multifunction
device (officejet 7130 -- not 7310), all is well.

If at the original site I try scanimage without -L, it faults (see
below).

thanks in advance for any help,
allan

ajglap ~ # scanimage
*** glibc detected *** scanimage: munmap_chunk(): invalid pointer: 0xb7dd8391 
***
=== Backtrace: =
/lib/libc.so.6[0xb7e4abab]
/usr/lib/sane/libsane-hpaio.so.1(sane_hpaio_open+0x28d)[0xb7dceb09]
/usr/lib/libsane.so.1(sane_dll_open+0xde)[0xb7fc1e36]
/usr/lib/libsane.so.1(sane_open+0x24)[0xb7fc24c9]
scanimage[0x804ba26]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7dff864]
scanimage[0x80491e1]
=== Memory map: 
08048000-08051000 r-xp  16:03 803995 /usr/bin/scanimage
08051000-08052000 rw-p 8000 16:03 803995 /usr/bin/scanimage
08052000-08073000 rw-p 08052000 00:00 0  [heap]
b7c72000-b7c7b000 r-xp  16:03 670542 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1
b7c7b000-b7c7c000 rw-p 8000 16:03 670542 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1
b7c7c000-b7d8f000 r-xp  16:03 1112290/usr/lib/libcrypto.so.0.9.8
b7d8f000-b7da4000 rw-p 00113000 16:03 1112290/usr/lib/libcrypto.so.0.9.8
b7da4000-b7da7000 rw-p b7da4000 00:00 0 
b7da7000-b7dc6000 r-xp  16:03 364633 /usr/lib/libhpip.so.0.0.1
b7dc6000-b7dc7000 rw-p 0001e000 16:03 364633 /usr/lib/libhpip.so.0.0.1
b7dc7000-b7dc9000 rw-p b7dc7000 00:00 0 
b7dc9000-b7ddf000 r-xp  16:03 364636 /usr/lib/libsane-hpaio.so.1.0.0
b7ddf000-b7de rw-p 00015000 16:03 364636 /usr/lib/libsane-hpaio.so.1.0.0
b7de-b7de2000 rw-p b7de 00:00 0 
b7de2000-b7de9000 r-xp  16:03 1112285/usr/lib/libieee1284.so.3.0.4
b7de9000-b7dea000 rw-p 6000 16:03 1112285/usr/lib/libieee1284.so.3.0.4
b7dea000-b7efa000 r-xp  16:03 278468 /lib/libc-2.4.so
b7efa000-b7efc000 r--p 0010f000 16:03 278468 /lib/libc-2.4.so
b7efc000-b7efe000 rw-p 00111000 16:03 278468 /lib/libc-2.4.so
b7efe000-b7f01000 rw-p b7efe000 00:00 0 
Aborted
ajglap ~ # 
-- 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can no longer switch to a VT - OT

2007-01-15 Thread Allan Gottlieb
At Mon, 15 Jan 2007 09:42:32 +0100 Gabriel Rossetti [EMAIL PROTECTED] wrote:

 Thank you for your replay Benno, I was not aware that Top-posting
 was a bad thing, since you can read the last msg first, which is to me
 better since I don't want to have to re-read/skip the whole history to read
 the last post.

This point has merit when it is a personal conversation between two
people.  Although I still bottom reply in those cases (or inline reply
as you would say), I can see why top replying is not so bad.
However, for mailing lists where there are many readers, a
number of whom have not been actively following the thread, bottom
posting is annoying.

Also I save some message from this group as reference to be read much
later if I encounter a similar problem.  Then bottom-posting is
considerably better.

thanks,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bug in usermod, full name of options doesn't work

2007-01-13 Thread Allan Gottlieb
At Sat, 13 Jan 2007 15:13:18 +0100 Benno Schulenberg [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
 Goal: add gottlieb to group scanner.

 It seems that -aG works but --append --groups doesn't

 Please try attached patch.
 I'll report this bug upstream, mentioning that you found it.

Thanks,
allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] bug in usermod, full name of options doesn't work

2007-01-12 Thread Allan Gottlieb
Goal: add gottlieb to group scanner.

It seems that -aG works but --append --groups doesn't

I will file a bug in b.g.o. unless I did something wrong.

thanks in advance
allan

ajglap portage # usermod --groups scanner --append gottlieb
Usage: usermod [options] LOGIN

Options:
  -a, --append  append the user to the supplemental GROUPS
(use only with -G)
  -c, --comment COMMENT new value of the GECOS field
  -d, --home HOME_DIR   new home directory for the user account
  -e, --expiredate EXPIRE_DATE  set account expiration date to EXPIRE_DATE
  -f, --inactive INACTIVE   set password inactive after expiration
to INACTIVE
  -g, --gid GROUP   force use GROUP as new primary group
  -G, --groups GROUPS   new list of supplementary GROUPS
  -h, --helpdisplay this help message and exit
  -l, --login NEW_LOGIN new value of the login name
  -L, --locklock the user account
  -m, --move-home   move contents of the home directory to the new
location (use only with -d)
  -o, --non-unique  allow using duplicate (non-unique) UID
  -p, --password PASSWORD   use encrypted password for the new password
  -s, --shell SHELL new login shell for the user account
  -u, --uid UID new UID for the user account
  -U, --unlock  unlock the user account

ajglap portage # usermod -aG scanner gottlieb
ajglap portage # grep gottlieb /etc/group
wheel:x:10:root,gottlieb
cron:x:16:cron,gottlieb
audio:x:18:gottlieb
cdrom:x:19:haldaemon,gottlieb
video:x:27:root,gottlieb
games:x:35:gottlieb
cdrw:x:80:gottlieb,haldaemon
portage:x:250:portage,gottlieb
gottlieb:x:1502:
scanner:x:1504:gottlieb
plugdev:x:1507:gottlieb,haldaemon
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] telling hpaio / sane what scanners are present

2007-01-12 Thread Allan Gottlieb
Two problems identifying scanners

ajglap ~ # scanimage -L
device `hpaio:/usb/HP_LaserJet_1200?device=/dev/usb/lp0' is a hp 
HP_LaserJet_1200 multi-function peripheral
ajglap ~ # 

This is wrong.  I do indeed have HP laserjet 1200 attached via usb,
but it is a printer not a multifunction device.

The second problem is that there is on the network (at location
192.168.1.50) a real multifunction device, HP officejet 7310.

This is not found.

Add'l info

When at another location with no laserjet but with a USB multifunction
device (officejet 7130 -- not 7310), all is well.

If at the original site I try scanimage without -L, it faults (see
below).

thanks in advance for any help,
allan

ajglap ~ # scanimage
*** glibc detected *** scanimage: munmap_chunk(): invalid pointer: 0xb7dd8391 
***
=== Backtrace: =
/lib/libc.so.6[0xb7e4abab]
/usr/lib/sane/libsane-hpaio.so.1(sane_hpaio_open+0x28d)[0xb7dceb09]
/usr/lib/libsane.so.1(sane_dll_open+0xde)[0xb7fc1e36]
/usr/lib/libsane.so.1(sane_open+0x24)[0xb7fc24c9]
scanimage[0x804ba26]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7dff864]
scanimage[0x80491e1]
=== Memory map: 
08048000-08051000 r-xp  16:03 803995 /usr/bin/scanimage
08051000-08052000 rw-p 8000 16:03 803995 /usr/bin/scanimage
08052000-08073000 rw-p 08052000 00:00 0  [heap]
b7c72000-b7c7b000 r-xp  16:03 670542 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1
b7c7b000-b7c7c000 rw-p 8000 16:03 670542 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1
b7c7c000-b7d8f000 r-xp  16:03 1112290/usr/lib/libcrypto.so.0.9.8
b7d8f000-b7da4000 rw-p 00113000 16:03 1112290/usr/lib/libcrypto.so.0.9.8
b7da4000-b7da7000 rw-p b7da4000 00:00 0 
b7da7000-b7dc6000 r-xp  16:03 364633 /usr/lib/libhpip.so.0.0.1
b7dc6000-b7dc7000 rw-p 0001e000 16:03 364633 /usr/lib/libhpip.so.0.0.1
b7dc7000-b7dc9000 rw-p b7dc7000 00:00 0 
b7dc9000-b7ddf000 r-xp  16:03 364636 /usr/lib/libsane-hpaio.so.1.0.0
b7ddf000-b7de rw-p 00015000 16:03 364636 /usr/lib/libsane-hpaio.so.1.0.0
b7de-b7de2000 rw-p b7de 00:00 0 
b7de2000-b7de9000 r-xp  16:03 1112285/usr/lib/libieee1284.so.3.0.4
b7de9000-b7dea000 rw-p 6000 16:03 1112285/usr/lib/libieee1284.so.3.0.4
b7dea000-b7efa000 r-xp  16:03 278468 /lib/libc-2.4.so
b7efa000-b7efc000 r--p 0010f000 16:03 278468 /lib/libc-2.4.so
b7efc000-b7efe000 rw-p 00111000 16:03 278468 /lib/libc-2.4.so
b7efe000-b7f01000 rw-p b7efe000 00:00 0 
b7f01000-b7f23000 r-xp  16:03 278469 /lib/libm-2.4.so
b7f23000-b7f25000 rw-p 00021000 16:03 278469 /lib/libm-2.4.so
b7f25000-b7f36000 r-xp  16:03 278474 /lib/libz.so.1.2.3
b7f36000-b7f37000 rw-p 0001 16:03 278474 /lib/libz.so.1.2.3
b7f37000-b7f55000 r-xp  16:03 1116899/usr/lib/libjpeg.so.62.0.0
b7f55000-b7f56000 rw-p 0001d000 16:03 1116899/usr/lib/libjpeg.so.62.0.0
b7f56000-b7f57000 rw-p b7f56000 00:00 0 
b7f57000-b7fa6000 r-xp  16:03 375117 /usr/lib/libtiff.so.3.8.2
b7fa6000-b7fa8000 rw-p 0004f000 16:03 375117 /usr/lib/libtiff.so.3.8.2
b7fa8000-b7fb7000 r-xp  16:03 278472 /lib/libpthread-2.4.so
b7fb7000-b7fb8000 r--p e000 16:03 278472 /lib/libpthread-2.4.so
b7fb8000-b7fb9000 rw-p f000 16:03 278472 /lib/libpthread-2.4.so
b7fb9000-b7fbb000 rw-p b7fb9000 00:00 0 
b7fbb000-b7fbd000 r-xp  16:03 278471 /lib/libdl-2.4.so
b7fbd000-b7fbf000 rw-p 1000 16:03 278471 /lib/libdl-2.4.so
b7fbf000-b7fc4000 r-xp  16:03 1112511/usr/lib/libsane.so.1.0.18
b7fc4000-b7fc5000 rw-p 4000 16:03 1112511/usr/lib/libsane.so.1.0.18
b7fd8000-b7fd9000 rw-p b7fd8000 00:00 0 
b7fd9000-b7fda000 r-xp b7fd9000 00:00 0  [vdso]
b7fda000-b7ff3000 r-xp  16:03 278465 /lib/ld-2.4.so
b7ff3000-b7ff4000 r--p 00019000 16:03 278465 /lib/ld-2.4.so
b7ff4000-b7ff5000 rw-p 0001a000 16:03 278465 /lib/ld-2.4.so
bf89c000-bf8b2000 rw-p bf89c000 00:00 0  [stack]
Aborted
ajglap ~ # 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] using xsane with a network scanner (hp officejet 7310)

2007-01-03 Thread Allan Gottlieb
xsane was working great with my old hp officejet 7130s (note 7130 not
7310) that were connected to my laptop via usb (one 7130 at each of
two sites).  The home 7130 died and is replaced by a 7310, which is a
network device.  It's local IP number is 192.168.1.50 and as a printer
it works great from every machine on our network.

I need to figure out what name I should must when invoking xsane.

If I try just

   xsane

it complains that it can't open an hp1200 (laserprinter), which is not
plugged in and if I plug it in I gent 

[EMAIL PROTECTED] ~/.sane/xsane $ xsane
*** glibc detected *** xsane: munmap_chunk(): invalid pointer: 0xb7419391 ***
=== Backtrace: =
/lib/libc.so.6[0xb773dbab]
/usr/lib/sane/libsane-hpaio.so.1(sane_hpaio_open+0x28d)[0xb740fb09]
/usr/lib/libsane.so.1(sane_dll_open+0xde)[0xb7f4ee36]
/usr/lib/libsane.so.1(sane_open+0x24)[0xb7f4f4c9]
xsane[0x80b5d66]
xsane[0x80b8b35]
xsane[0x80b9d42]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb76f2864]
xsane[0x804ea41]
=== Memory map: 
08048000-080d2000 r-xp  16:03 801781 /usr/bin/xsane
080d2000-080d7000 rw-p 00089000 16:03 801781 /usr/bin/xsane
080d7000-081d2000 rw-p 080d7000 00:00 0  [heap]
[[ more lines deleted ]]

I have hplip-0.9.7-r3 installed

I presume that if I type

   xsane correct-name-here

it would find the scanner, but can't figure out the correct name.

Thanks in advance,

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] freecell clone?

2007-01-02 Thread Allan Gottlieb
gnome-extra/gnome-games-2.16.2 (/usr/bin/sol)

(you need the guile use flags to get all the games).

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome Power Manager Message (a little OT)

2006-12-15 Thread Allan Gottlieb
At Fri, 15 Dec 2006 06:58:44 +0100 Norman Rieß [EMAIL PROTECTED] wrote:

 Allan Gottlieb schrieb:
 At Thu, 14 Dec 2006 22:49:14 +0100 Norman Rieß [EMAIL PROTECTED] wrote:

   
 Guys guess what. As i have updated my Gnome to 2.16 now, the new
 shiny Power Manager tells me, that my laptop runs on battery after i
 pull the plug...
 Can you believe that?? If i pull the plug on my computer... it runs on
 battery. incredible!! And it tells me EVERY time i pull the plug,
 that i pulled the plug! I can not imagine what i would have done
 without that information... i might have forgotten it one time, when i
 pull the plug, that i pulled the plug.
 

 Assuming this is the one on the panel, right click on the icon and
 then left click on remove.

 allan

   
 No it´s not. It is the one, that if you delete it from the autostart
 in the sessionmanager, it writes itself back in it, so it starts
 again.
 What you mean is the old power-status-icon. Now there is a power
 manager integrated in gnome.

Did you save the session after you removed it?  For example, did you
click auto save session on logout?

allan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome Power Manager Message (a little OT)

2006-12-14 Thread Allan Gottlieb
At Thu, 14 Dec 2006 22:49:14 +0100 Norman Rieß [EMAIL PROTECTED] wrote:

 Guys guess what. As i have updated my Gnome to 2.16 now, the new
 shiny Power Manager tells me, that my laptop runs on battery after i
 pull the plug...
 Can you believe that?? If i pull the plug on my computer... it runs on
 battery. incredible!! And it tells me EVERY time i pull the plug,
 that i pulled the plug! I can not imagine what i would have done
 without that information... i might have forgotten it one time, when i
 pull the plug, that i pulled the plug.

Assuming this is the one on the panel, right click on the icon and
then left click on remove.

allan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Allan Gottlieb
My normal
   emerge --tree --ask --verbose --newuse --update --deep world
showed that gnome 2.16 is now stable.  The output starts with

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[blocks B ] dev-python/pygtk-2.9 (is blocking 
dev-python/pygobject-2.12.3)

I know that when A blocks B, you emerge --unmerge A (or do without B).

But it appears that the version of A mentioned is not installed,
indeed it seems to not be in portage

ajglap gottlieb # emerge --unmerge --ask dev-python/pygtk-2.9

 These are the packages that would be unmerged:

--- Couldn't find 'dev-python/pygtk-2.9' to unmerge.

 No packages selected for removal by unmerge.

ajglap gottlieb # eix pygtk
* dev-python/pygtk
 Available versions:  [M]0.6.11:1.2 [M]0.6.11-r1:1.2 2.6.1:2 ~2.6.2:2 
2.8.2:2 ~2.8.4:2 2.8.6:2 ~2.10.1:2 *2.10.1-r1:2 2.10.3:2
 Installed:   2.8.6

Should I be unmerging pygtk-2.8.6 and am I wrong to expect that the
specific version mention in the block msg will be installed on my
system?

thanks in advance,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Allan Gottlieb
At Tue, 12 Dec 2006 03:22:20 +0100 Thomas Rösner [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
 My normal
emerge --tree --ask --verbose --newuse --update --deep world
 showed that gnome 2.16 is now stable.  The output starts with

 These are the packages that would be merged, in reverse order:

 Calculating world dependencies... done!
 [blocks B ] dev-python/pygtk-2.9 (is blocking 
 dev-python/pygobject-2.12.3)
   

 Did you see the ? It means you have pygtk  2.9, which blocks pyobject

 I know that when A blocks B, you emerge --unmerge A (or do without B).
   

 In this case it's enough to update A ;-).

Thanks,
allan

-- 
gentoo-user@gentoo.org mailing list



<    2   3   4   5   6   7   8   9   >