Re: [gentoo-user] Adding dependencies in init scripts

2010-02-14 Thread Dirk Heinrichs
Am Sonntag 14 Februar 2010 02:51:57 schrieb Damian:
 On Sun, Feb 14, 2010 at 2:25 AM, Damian damian.o...@gmail.com wrote:
  HTH...
  
 Dirk
  
  Thanks a lot for your responses. That looks just like what I needed.
 
 Ok, I just cannot make this work.
 
 I've created a file  /etc/conf.d/mpd with the following line
 rc_after=mpdscrible
 
 But the init script seems to ignore it. No matter what I put in
 /etc/conf.d/mpd . The gentoo handbook doesn't say anything about it.
 I'm clearly missing something, but I don't know what it is.

In your first post you stated that you want to have both started, right? But 
after is about order, not dependency. I'd say you need to put

rc_need=mpd

into /etc/conf.d/mpdscrible and put mpdscrible into default runlevel, not mpd.

Maybe a combination of both

rc_after=mpdscrible
rc_need=mpdscrible

in /etc/conf.d/mpd could also work.

HTH...

Dirk



Re: [gentoo-user] Adding dependencies in init scripts

2010-02-14 Thread Dirk Heinrichs
Am Sonntag 14 Februar 2010 12:56:14 schrieb Damian:

  into /etc/conf.d/mpdscrible and put mpdscrible into default runlevel, not
  mpd.
 
 I understand, but that isn't what I want, because when I boot up, I
 don't always start up mpd.

Well, then don't put it in any runlevel, but if you start the service, you 
should rather start mpdscrible instead of mpd. The latter should then be 
started automatically because of rc_need.

Bye...

Dirk



Re: [gentoo-user] Adding dependencies in init scripts

2010-02-14 Thread Dirk Heinrichs
Am Sonntag 14 Februar 2010 16:48:00 schrieb Stroller:

 Is it possible that you  Dirk are using different versions of  
 baselayout?

Yes, I am running OpenRC/BL2. I didn't even think for a second that somebody 
could still be using BL1, sorry for that ;)

Bye...

Dirk



Re: [gentoo-user] /dev full of pty* tty* - is it normal?

2010-01-26 Thread Dirk Heinrichs
Am Dienstag 26 Januar 2010 19:20:27 schrieb Jarry:

 Anyway, it looks so that udev is not dynamic for all kind
 of dev-files...

Well, it is. Lookup /lib/udev/rules.d/50-udev-default.rules, you'll find the 
rules for creating [pt]ty nodes there. Debian may have different rules in 
place.

Bye...

Dirk



Re: [gentoo-user] evolution and exchange

2010-01-25 Thread Dirk Heinrichs
Am Montag 25 Januar 2010 09:25:15 schrieb William Kenworthy:
 I am using evolution to successfully read/send email to a local,
 unencrypted mail server andan IMAPS server using SSL at work.  However,
 the main organisation uses exchange and I want to add this to evolution
 but cant get it to authenticate to webmail.

Did you try the exchange plugin (evolution-exchange)?

Bye...

Dirk



Re: [gentoo-user] transkode is gone

2010-01-22 Thread Dirk Heinrichs
Am Freitag 22 Januar 2010 15:19:14 schrieb Alex Schuster:

 Building it manually does not work at all with gcc-4.3, and with lower 
 versions I get somewhat further, but building does not finish, too.
 
 Any ideas why it's gone? Or where to look to find this out?

Is It doesn't even build. not enough?

Bye...

Dirk



Re: [gentoo-user] cannot open root device sda3

2010-01-21 Thread Dirk Heinrichs
Am Donnerstag 21 Januar 2010 19:08:53 schrieb Valmor de Almeida:

 I am trying to boot gentoo from an external USB HDD.  I am getting the
 error message:
 
   VFS: Cannot open root device sda3 or unknown-block(2,0)
   Please append a correct root= boot option; here are the available
 partitions:
   Kernel panic - not syncing: VFS: Unable to mount root fs on
  unknown-block(2,0)

USB storage driver in the kernel? If not, compile it in, together with 
everything needed for USB. SCSI disk driver should also be compiled in.

If yes, lookup the list archive a couple of weeks back, somebody mentioned a 
boot option to delay booting to give the kernel some time to discover USB 
devices.

HTH...

Dirk



Re: [gentoo-user] Re: {OT} Flashing BIOS with Windows utility

2010-01-20 Thread Dirk Heinrichs
Am Mittwoch 20 Januar 2010 12:53:23 schrieb Xi Shen:

 i just wonder why we do not have BIOS flash program on linux.

Who says we don't?

Bye...

Dirk



Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-20 Thread Dirk Heinrichs
Am Dienstag 19 Januar 2010 23:58:24 schrieb Grant:
 I should be able to use flashrom to flash my motherboard's BIOS?  Do I
 need to check compatibility, or do I just go for it?

This exercise is left to the interested reader ;)

Seriously, of course you should check compatibility before you use it. The 
devs also state on the project web site that you would get help quite fast via 
IRC, if you'd run into problems.

Bye...

Dirk



Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Dirk Heinrichs
Am Dienstag 19 Januar 2010 17:26:40 schrieb Grant:
 I need to update the BIOS on my Biostar motherboard, but the utility
 is said to be Windows 2000 / XP / VISTA.  I've flashed the BIOS in
 other systems by booting a FreeDOS CD, but that won't work for a
 Windows (not DOS) flashing utility, will it?  I tried running the
 utility via wine with no luck.

Did you try the flashing utilities from the coreboot project?

HTH...

Dirk



Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Dirk Heinrichs
Am Dienstag 19 Januar 2010 20:23:53 schrieb Grant:
  I need to update the BIOS on my Biostar motherboard, but the utility
  is said to be Windows 2000 / XP / VISTA.  I've flashed the BIOS in
  other systems by booting a FreeDOS CD, but that won't work for a
  Windows (not DOS) flashing utility, will it?  I tried running the
  utility via wine with no luck.
 
  Did you try the flashing utilities from the coreboot project?
 
 I looked into that, but the only Biostar motherboard in their list of
 supported hardware is an old Pentium II/III:
 
 http://www.coreboot.org/Supported_Motherboards

That's the list of supported boards for coreboot itself. I was talking about 
their flashrom tool (www.flashrom.org).

Bye...

Dirk



Re: [gentoo-user] Re: sata disk assignment mismatch...

2010-01-17 Thread Dirk Heinrichs
Am Sonntag 17 Januar 2010 11:30:00 schrieb Alan McKinnon:
 On Saturday 16 January 2010 20:28:53 Jarry wrote:
   Now I installed one more sata-disk, attached to sata4
   position on mobo. But this changed the way how other
   disks are detected:
  
   Mobo: drive: system:
   sata1 160GB /dev/sdb
   sata2 160GB /dev/sdc
   sata3 dvdrw (not_detected)
   sata4 500GB /dev/sda
 
  ...
 
   I don't know if that is normal behavior or a bug,
 
  In between I got a reply from other mailing list saying
  it is not a bug, it is a feature!. And the reason for
  this feature is udev - it creates dev-files dynamically
  and sata port-numbers do not play any role for order
  in which hard-drives are detected and dev-file created.
  Maybe some udev-expert here could explain in which
  order udev writes device-files for hard-disks (maybe
  serial number, or vendor name?)...
 
 Generally it's the order they are found in.
 
 udev gives you the ability to dynamically create only the nodes you need
 without having to worry if you've left something out of MAKEDEV. To do
  this, the developer had to sacrifice your ability to predict what a device
  name will be.
 
 You actually don't care what the name of a thing in /dev/ is, it really
 doesn't matter. The kernel knows what they are by looking at the major and
 minor numbers and the name only exists while that instance of udev is
  running. To work with the device (eg mounting it), you should use some
  other characteristic of the device, like it's serial number or volume
  label. Which means things like /dev/sda3 should not appear in fstab.
 
 View it this way:
 
 You have a disk volume with a filesystem on it that you called HOME, and
  you want to mount that filesystem to /home. You should just do that
  directly.
 
 The other way involves a completely useless extra step that the user doe
  snot even need to know about: You have a filesystem on it called HOME,
  so you looked it up in some arcane table and found that it has the
  arbitrary name of /dev/sda3, so you mount /dev/sda3 to /home. Hmm,
  what's this extra step of looking something up somewhere? It serves no
  useful purpose, gives no extra information and is completely redundant.
 
 If all you are doing is making filesystems available for use, and you find
  you are getting involved with device names, then you are doing something
  contrary to current kernel/udev/userspace practice.

To add some more alternatives to that list:

1) LVM. Logical volumes always get the same, user defined name, no matter what.
2) User defined udev rules to name your devices whatever you like (Google: 
writing udev rules).

Bye...

Dirk



Re: [gentoo-user] LyX doesn't find style files / classes anymore

2010-01-16 Thread Dirk Heinrichs
Am Samstag 16 Januar 2010 00:41:54 schrieb Pavel Sanda:
  Hi,
 
  since a few days, LyX doesn't find it's style files or Latex classes
  anmore, although they are still installed on the system. Any hints as to
  what be causing this?
 
 has this been solved meanwhile? tools-reconfigure does not help?

No. I meanwhile tried to reinstall texlive, which solved it for some time, but 
tools-reconfigure let the problem pop up again.

Bye...

Dirk



Re: [gentoo-user] problem with aqua keyword

2010-01-08 Thread Dirk Heinrichs
Am Freitag 08 Januar 2010 02:42:56 schrieb Xi Shen:
 hi,
 
 i ran into a strange problem. i am using gentoo 2008 amd64, with kde
 4.3. i want to try the aqua gui with kde desktop. so i enabled
 aqua use flag, but when emerge kdelibs, it requires a tool named
 install_name_tool which is a apple dev tool. so i think i could get
 this tool by emerging gcc-apple. but gcc-apple requires x64-macos.

# paludis -ip kdelibs --dl-deps-default discard
Building target list...
Building dependency list: ... 1 steps

These packages will be installed:

* kde-base/kdelibs :4.3 [R 4.3.4] target
-3dnow acl alsa (-altivec) (-aqua) -bindist bzip2 -debug -doc fam -
handbook -jpeg2k (-kdeenablefinal) (-kdeprefix) kerberos lzma mmx nls openexr 
opengl semantic-desktop spell sse sse2 ssl -zeroconf -test build_options: 
split strip -trace

Note the parenteses around -aqua. They indicate that the use flag is not 
applicable here. The same is true for altivec, for example, which is special 
to PPC processors.

HTH...

Dirk



Re: [gentoo-user] Externel drive should be /dev/sda1, but /dev/sda1 does not exist

2010-01-02 Thread Dirk Heinrichs
Am Freitag 01 Januar 2010 14:48:52 schrieb Michael Sullivan:

 My wife's computer is pretty slow, so I've attached and old hard drive
 into a hard drive enclosure and hooked it into her USB port for
 additional swap space.  It used to work.  The swap space is supposed to
 be /dev/sda1.  The problem is that for some reason when I rebooted this
 morning with a new kernel, /dev/sda does not exist anymore.

Why don't you give it a fixed name, then? Google: Writing udev rules.

Bye...

Dirk



Re: [gentoo-user] udev baselayout

2010-01-01 Thread Dirk Heinrichs
Am Freitag 01 Januar 2010 11:52:51 schrieb meino.cramer:

 (or what should I do to circumvent the problem?)

You could migrate to BL2.

Bye...

Dirk



Re: [gentoo-user] [OT crypto] How to encrypt a directory without root?

2010-01-01 Thread Dirk Heinrichs
Am Freitag 01 Januar 2010 19:32:07 schrieb Harry Putnam:

 I want to encrypt a directory heirarchy on a remote machine where I
 don't have root.  I can use either an openbsd, or gentoo remote.

Not having root access usually means no chance to mount something. That in 
turn means that you can only encrypt on a per file basis. The best tool for 
this would be GNU Privacy Guard (GPG).

HTH...

Dirk



Re: [gentoo-user] RAM installed vs reported

2009-12-30 Thread Dirk Heinrichs
Am Mittwoch 30 Dezember 2009 11:49:39 schrieb Thanasis:

 I have a netbook (Acer Aspire One A110L) and installed a 1GB DDR2 in the
 available slot, for a total of 1.5GB or RAM.
 The BIOS reports it as 1.5GB and so does grml linux (booting from usb),
 but the installed gentoo linux reports only 904600 kB:

With more than 1G of memory, you should set CONFIG_HIGHMEM4G=y.

HTH...

Dirk



[gentoo-user] LyX doesn't find style files / classes anymore

2009-12-29 Thread Dirk Heinrichs
Hi,

since a few days, LyX doesn't find it's style files or Latex classes anmore, 
although they are still installed on the system. Any hints as to what be 
causing this?

Thanks...

Dirk



Re: [gentoo-user] Writing a bash script or thinking about it anyway.

2009-12-23 Thread Dirk Heinrichs
Am Dienstag 22 Dezember 2009 20:01:16 schrieb Stroller:
 ZFS shouldn't be considered a FUSE-based filesystem. It should be  
 considered a Solaris filesystem, which is yet to be (??) adequately  
 ported to any other platforms.

It just left experimental state in FreeBSD 8.0.

Bye...

Dirk



Re: [gentoo-user] Blocks with xz-utils lzma-utils

2009-12-17 Thread Dirk Heinrichs
Am Donnerstag 17 Dezember 2009 19:32:54 schrieb Dale:
 I have tried a few things but just to make sure, I tried this just to be 
 sure.  I unmerged both blockers and emerged xz-utils again, same block 
 as before.
 
 Ideas?

The solution is in the ebuilds (as always): eix 0.17.0 still depends on lzma-
utils, while 0.17.1 has been switched to xz-utils. The same is true for 
libarchive, you need a later version.

HTH...

Dirk



Re: [gentoo-user] device-mapper

2009-12-15 Thread Dirk Heinrichs
Am Dienstag 15 Dezember 2009 15:42:43 schrieb James:
 This is a critical system for me, so I just want to make sure
 I'm not missing anything on the 'sunset' of device-mapper.

It's included in lvm2 nowadays, hence the blocker.

Bye...

Dirk



Re: [gentoo-user] Heads up: KDE 4.3 does *not* work OK with Qt 4.6

2009-12-15 Thread Dirk Heinrichs
Am Dienstag 15 Dezember 2009 17:23:34 schrieb Nikos Chantziaras:
 I read on various blogs (especially Gentoo-related :P) that KDE 4.3.4
 works just fine with Qt 4.6.

Well, it does. For me.

 If you were about to upgrade, spare yourselves some headaches.  It does
 not work just fine.  On first sight, it does seem to work, but if you
 look a bit better, it does not.  Symptoms of using KDE 4.3 with Qt 4.6:
 
* Logging out of KDE takes half a minute.

Maybe, didn't measure the time.

* Amarok takes ages to load.

Yes.

* The text on (Oxygen) push buttons is not centered.

It is here.

* Fonts and shapes appear somewhat messed up (e.g., the tray clock).

Not here. Tray clock sometimes messed up with TQ 4.5, too.

* Global shortcuts (like CTRL+ESC to start System Activity) stop
  working after a few hours of uptime.

Works fine here, even after days of uptime.

 There might be more, but I didn't stay around long enough to find out.
 I reverted to Qt 4.5.  Note that I *did* a full rebuild of all packages
 that depend on Qt, including all of KDE of course (equery depends is
 your friend).
 
 Bottom line, KDE 4.3 *does* work with Qt 4.6, but it does *not* work
 just fine (there's a big difference between works and works fine).

And there's also a big difference between works fine for me and works fine 
for 
you, it seems ;)

Bye...

Dirk



Re: [gentoo-user] Re: Heads up: KDE 4.3 does *not* work OK with Qt 4.6

2009-12-15 Thread Dirk Heinrichs
Am Dienstag 15 Dezember 2009 20:09:48 schrieb James:

 I assume you mean 'x11-libs/qt' or could you be more specific?

What would be the other Qt, then?

Bye...

Dirk



Re: [gentoo-user] kde 4.3.4 crashing after login

2009-12-06 Thread Dirk Heinrichs
Am Sonntag 06 Dezember 2009 07:54:45 schrieb Dirk Heinrichs:
 Am Sonntag 06 Dezember 2009 01:27:49 schrieb Kenneth Prugh:
  Reports that downgrading hal to 0.5.13-r2 fixes the issue (it did
  for me).
 
 Good to know.

And indeed, I have a fully functional KDE again.

Bye...

Dirk



Re: [gentoo-user] kde 4.3.4 crashing after login

2009-12-05 Thread Dirk Heinrichs
Am Sonntag 06 Dezember 2009 01:27:49 schrieb Kenneth Prugh:
 On Sun, 06 Dec 2009 00:26:32 +0100
 Johannes Kimmel johannes.kim...@gmx.de wrote:
 
 There's a discussion on the forum about this issue currently at
 https://forums.gentoo.org/viewtopic.php?p=6085003
 
 Reports that downgrading hal to 0.5.13-r2 fixes the issue (it did
 for me).

Good to know.

Ah, just as I saw this, my sync has finished and paludis reports it would like 
to downgrade hal. So it seems Gentoo devs did already react to the problem.

Bye...

Dirk



Re: [gentoo-user] Re: Block root user from login on xorg GUI

2009-11-15 Thread Dirk Heinrichs
Am Samstag 14 November 2009 23:50:42 schrieb Alan McKinnon:

 On Saturday 14 November 2009 22:46:18 Dirk Heinrichs wrote:
  Am Samstag 14 November 2009 16:13:04 schrieb Nikos Chantziaras:
   Ever heard about make menuconfig?
 
  ???
 
 The account foolishly being prevented from bypassing SELinux is root.
 
 So, configure a new kernel, disable SELinux, build, install, reboot.
 
 Voila! No SELinux.
 
 Or,
 
 Edit grub.conf, reboot.
 
 Voila! No SELinux.
 
 Or, (as SELinux can be used to prevent access to grub.conf)
 
 Just hit the damn power button and edit the kernel options in the grub
  command line.

Compile in kernel options, configure the kernel not to accept additional ones. 
Damn power button rendered useless.

 Trying to prevent root from doing $STUFF on a pc is utterly and completely
 pointless and simply will not succeed, ever. There is hardware where this
  can be done, but it's not a PC, has no Intel designs in it and is often
  truly secured with armed guards.

This all implies physical access to the machine, right?

 trying to prevent root from doing $STUFF on Unix is utterly and completely
 pointless and simply will not succeed, ever. There are OSes where this can
  be done, but they are not Unix. By definition, on Unix root can do
  anything, including bypassing systems to prevent root from doing anything.

SELinux allows to spread the tasks root needs to do or can do accross several 
roles. Of course, if only one single person has root access to the system this 
doesn't make sense. But we're talking about cases where several people (incl. 
the malicious attacker) have root access. So you can very well configure a 
(SE-)Linux system so that root can't do everything.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Block root user from login on xorg GUI

2009-11-14 Thread Dirk Heinrichs
Am Samstag 14 November 2009 10:21:35 schrieb Nikos Chantziaras:

 You cannot impose any restrictions to the root user.  root is 
 unrestricted by definition.  It's useless to even start thinking about 
 trying.

Ever heard about SELinux?

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Block root user from login on xorg GUI

2009-11-14 Thread Dirk Heinrichs
Am Samstag 14 November 2009 16:13:04 schrieb Nikos Chantziaras:

 Ever heard about make menuconfig?

???

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Block root user from login on xorg GUI

2009-11-12 Thread Dirk Heinrichs
Am Donnerstag 12 November 2009 21:01:45 schrieb Mick:

 Is there a trick I could add in /etc/pam.d/login or one of the
  /etc/pam.d/gdm* files perhaps?

Use kdm and set AllowRootLogin=false in /usr/share/config/kdm/kdmrc.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Block root user from login on xorg GUI

2009-11-12 Thread Dirk Heinrichs
Am Donnerstag 12 November 2009 21:56:48 schrieb Mick:

 Thanks, but the box in question is running Gnome.

So what? Nothing stops you from starting a gnome session via kdm.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] kernel build - back in the soup.

2009-11-04 Thread Dirk Heinrichs
Am Dienstag 03 November 2009 23:29:59 schrieb Harry Putnam:

 The thing is, I cannot find the culprit.  For example, examining the
 PIIX items in the working kernel and inserting here:

Still the (IMHO) best way is to boot a LiveCD, run lspci -vv (two times v) 
and write down which hardware is detected and which driver is used for it. 
From that you can directly determine what you need to compile into your 
kernel. Everything else is guesswork.

Hint: menuconfig has a search function (/). You can directly search for the 
driver name you got from lspci and enable the corresponding option.

If you're unsure as to what should be compiled into the kernel and what can be 
a module, always say Y. You can try M in later iterations. As a rule of 
thumb: everything you need to access your root fs should get a Y. That is 
Chipset-(S)ATA harddisk-Filesystem.

If it still won't work, you can also post your kernel config and the output of 
lspci -vv here and somebody will find out what's wrong/missing.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: kernel build - back in the soup.

2009-11-04 Thread Dirk Heinrichs
Am Mittwoch 04 November 2009 02:46:54 schrieb Harry Putnam:

 But am I missing some critical driver?

Harddisk (CONFIG_BLK_DEV_SD=y), maybe? That's one reason for unknown block 
device.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: kernel build - back in the soup.

2009-11-04 Thread Dirk Heinrichs
Am Mittwoch 04 November 2009 05:10:52 schrieb Harry Putnam:

 I think you can say make `oldconfig' and the `old config' is supposed to
 be incorporated so no I didn't

No, that's only half of the truth. You need to copy .config from your old 
kernel first. I'd compile the config into the kernel, so that you can access it 
from the running kernel any time, via /proc/config(.gz).

 If I had put .confg into the new sources, then plain make menuconfig
 is what I would have used.

This is how I do it since years. Works fine. Never used oldconfig.

 Do you know where the man pages or docs for that stuff is .. its not in
 `man make'

But in make help when you are in the kernel source directory.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Kernel upgrading and linux symlink

2009-11-01 Thread Dirk Heinrichs
Am Samstag 31 Oktober 2009 22:03:03 schrieb Alan McKinnon:
 Yes, almost every app that installs kernel drivers will go to
  /usr/src/linux/  looking for kernel sources

Nope. They look into $KBUILD_OUTPUT and $KERNEL_DIR, which both default to 
/usr/src/linux.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


To James and James (was Re: [gentoo-user] executing commands on lots of servers at once)

2009-10-30 Thread Dirk Heinrichs
Am Donnerstag 29 Oktober 2009 22:42:46 schrieb James:

 Thanks for the response, Alan. I haven't posted on this alias in many
 months, so it wasn't me who asked 2 days ago. ;)

Yes, there are indeed two James on the list. Could you please both be so 
kind and use your full names when posting to the list, to avoid such confusion 
in the future?

Thanks a lot...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Portage strangeness with imagemagick

2009-10-29 Thread Dirk Heinrichs
Am Donnerstag 29 Oktober 2009 19:39:27 schrieb Dan Johansson:
 Today when I do an update world on one of my serves I get the following:
 
 8-
 - # emerge --update --deep --verbose
  --reinstall changed-use --with-bdeps y world --pretend --tree
 
 These are the packages that would be merged, in reverse order:
 
 Calculating dependencies... done!
 
 emerge: there are no ebuilds built with USE flags to satisfy =x11-
 libs/cairo-1.6[X].
 !!! One of the following packages is required to complete your request:
 - x11-libs/cairo-1.8.8 (Change USE: +X)
 (dependency required by x11-libs/gtk+-2.16.6 [ebuild])
 (dependency required by media-gfx/ufraw-0.15-r1 [ebuild])
 (dependency required by media-gfx/imagemagick-6.5.2.9 [ebuild])
 (dependency required by www-apps/gallery-2.3 [ebuild])
 (dependency required by world [argument])
 8-
 -
 
 As this is a server I really do not want/need X on this host.

So why do have gtk+ in your USE, then? That's the one that makes ufraw pull in 
gtk+ which in turn wants cairo with the X flag. OTOH, this doesn't mean you'll 
get X installed on your machine. You'll only get a handful of X libs.
 
 I can not see why it works if I first deletes all USE flags (-*) and the
  just sets the USE flags I need again.

Because it's not imagemagick that wants cairo with X (which the emerge output 
above clearly states).

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Portage strangeness with imagemagick

2009-10-29 Thread Dirk Heinrichs
Am Donnerstag 29 Oktober 2009 20:08:27 schrieb Dan Johansson:
 On Thursday 29 October 2009 19.52:52 Dirk Heinrichs wrote:
  Am Donnerstag 29 Oktober 2009 19:39:27 schrieb Dan Johansson:
   Today when I do an update world on one of my serves I get the
   following:
  
   8-
  -- -- - # emerge --update --deep --verbose
   --reinstall changed-use --with-bdeps y world --pretend --tree
  
   These are the packages that would be merged, in reverse order:
  
   Calculating dependencies... done!
  
   emerge: there are no ebuilds built with USE flags to satisfy =x11-
   libs/cairo-1.6[X].
   !!! One of the following packages is required to complete your request:
   - x11-libs/cairo-1.8.8 (Change USE: +X)
   (dependency required by x11-libs/gtk+-2.16.6 [ebuild])
   (dependency required by media-gfx/ufraw-0.15-r1 [ebuild])
   (dependency required by media-gfx/imagemagick-6.5.2.9 [ebuild])
   (dependency required by www-apps/gallery-2.3 [ebuild])
   (dependency required by world [argument])
   8-
  -- -- -
  
   As this is a server I really do not want/need X on this host.
 
  So why do have gtk+ in your USE, then? That's the one that makes ufraw
  pull in gtk+ which in turn wants cairo with the X flag. OTOH, this
  doesn't mean you'll get X installed on your machine. You'll only get a
  handful of X libs.
 
   I can not see why it works if I first deletes all USE flags (-*) and
   the just sets the USE flags I need again.
 
  Because it's not imagemagick that wants cairo with X (which the emerge
   output above clearly states).
 
  Bye...
 
  Dirk
 
 Yes, I can see that it's not imagemagick directly that pulls in cairo. And
  I do not have the gtk USE flag set:

Oh, I looked into the 0.16 ebuild of ufraw, which contains this:

RDEPEND=
media-libs/jpeg
=media-libs/lcms-1.13
media-libs/tiff
exif? ( =media-gfx/exiv2-0.11 )
gnome? ( gnome-base/gconf )
gtk? ( =x11-libs/gtk+-2.6.0
=media-gfx/gtkimageview-1.5.0
gimp? ( =media-gfx/gimp-2.0 ) )
lensfun? ( =media-libs/lensfun-0.2.3 )

So this one really has the gtk+ dep depending on the presence of the gtk use 
flag.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] executing commands on lots of servers at once

2009-10-29 Thread Dirk Heinrichs
Am Donnerstag 29 Oktober 2009 19:36:27 schrieb James:
 I have a cluster of Gentoo boxes I'd like to update all at once, along
 with emerging specific packages to the servers simultaneously.
 
 Does anyone have any experience(s) with a good utility for doing this?

Try out the debian (cough) distributed shell (dsh).

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Ethernet card not working, tried tulip drivers...

2009-10-28 Thread Dirk Heinrichs
Am Mittwoch 28 Oktober 2009 00:32:07 schrieb Marcus Wanner:

 To sum it up: How do I figure out what the name of my card is, and after 
 that, what driver do I need?

Boot from a LiveCD, like Knoppix or GRML, run lspci -vv from there and post 
the output.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Ethernet card not working, tried tulip drivers...

2009-10-28 Thread Dirk Heinrichs
Am Mittwoch 28 Oktober 2009 18:56:33 schrieb Dirk Heinrichs:
 Am Mittwoch 28 Oktober 2009 00:32:07 schrieb Marcus Wanner:
  To sum it up: How do I figure out what the name of my card is, and after
  that, what driver do I need?
 
 Boot from a LiveCD, like Knoppix or GRML, run lspci -vv from there and post
 the output.

Oops, you already got that hint.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] strange error when trying to start network

2009-10-27 Thread Dirk Heinrichs
Am Dienstag 27 Oktober 2009 06:52:07 schrieb covici:

 Just to let people know, the solution was just a reboot, I didn't need
 to go to the new style of netowrk,

Nobody said you need to. According to Roy Marples old style will stay for some 
time.

 which I have a lot of questions about
 anyway, but this is all that was necessary.

Best place to do this is on openrc-disc...@marples.name.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Dirk Heinrichs
Am Dienstag 27 Oktober 2009 19:39:01 schrieb Grant:
 depclean wants to remove xorg-server and xf86-video-intel and I'm a
 bit scared to do that.  Does anyone know what might be going on there?
 
  x11-base/xorg-server
 selected: 1.6.3.901-r2
protected: none
  omitted: none
 
  x11-drivers/xf86-video-intel
 selected: 2.7.1
protected: none
  omitted: none

Looks like you don't have anything installed which needs them. If you really 
need xorg-server (means: if this is a desktop machine), you should add the 
package to your world file.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Dirk Heinrichs
Am Dienstag 27 Oktober 2009 20:00:57 schrieb Grant:
 Don't most (all?) X apps depend on xorg-server?

Nope. No X app depends on the server, because the server could be running on 
another machine.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] strange error when trying to start network

2009-10-26 Thread Dirk Heinrichs
Am Montag 26 Oktober 2009 20:06:29 schrieb Volker Armin Hemmann:
 in network:
 
 ifconfig_eth0=67.62.15.196 netmask 255.255.255.0
 defaultroute=67.62.15.1

This only applies if you have switched to new style networking scripts, 
doesn't it?

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] strange error when trying to start network

2009-10-26 Thread Dirk Heinrichs
Am Montag 26 Oktober 2009 21:29:24 schrieb covici:
 What are new style networking scripts -- which package is that.  The
 /etc/conf.d/net.example seems not to have changed since May.

The ones that come with newer versions of openrc. If you decide to use them, 
your configuration now goes into network, but you also have to use the 
corresponding init script.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] strange error when trying to start network

2009-10-26 Thread Dirk Heinrichs
Am Montag 26 Oktober 2009 21:47:43 schrieb Volker Armin Hemmann:
  This only applies if you have switched to new style networking scripts,
  doesn't it?
 
 and that is why I wrote 'in network'

But it's only half of the truth. Editing /etc/conf.d/network doesn't have any 
effect unless you also drop the old init scripts (net.*) and use the new one 
(network).

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Has MySQL become compulsory?

2009-10-25 Thread Dirk Heinrichs
Am Sonntag 25 Oktober 2009 13:05:53 schrieb Neil Bothwick:
 On Sun, 25 Oct 2009 11:08:12 +, Mick wrote:
  I guess that until then I will have
  to put up with the few seconds that akonadi tries to start, searches
  and then fails to find mysql.
 
 Or turn off desktop searching, as I have on my notebook with a noticeable
 improvement in responsiveness.

How would that affect akonadi?

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Has MySQL become compulsory?

2009-10-25 Thread Dirk Heinrichs
Am Sonntag 25 Oktober 2009 14:18:45 schrieb Neil Bothwick:
 On Sun, 25 Oct 2009 13:30:32 +0100, Dirk Heinrichs wrote:
   Or turn off desktop searching, as I have on my notebook with a
   noticeable improvement in responsiveness.
 
  How would that affect akonadi?
 
 Because you no longer need it. Set USE=-semantic-desktop and akonadi
 isn't even installed.

akonadi is an unconditional dep of kdepim. It's about storing PIM data, not 
desktop searching (strigi/nepomuk).

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Has MySQL become compulsory?

2009-10-24 Thread Dirk Heinrichs
Am Samstag 24 Oktober 2009 02:02:16 schrieb Dave Jones:
  Please search the mail archives. Or read your elogs, it's all in there.
 
 Alan, thank you for your 'RTFM' reply. which is utterly useless either
 to me or any other follower of the gentoo-user mail group.

It's neither useless to you nor to anybody else. The question has been 
answered here several times in the past couple of days and way before that in 
your very own portage news. So pointing you to the list archives or elogs 
gives you evrything you need to solve your problem.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Confusion

2009-10-22 Thread Dirk Heinrichs
Am Samstag 17 Oktober 2009 17:54:49 schrieb econti:

 Is there any other solution?

The same problem came up on gentoo-user-de yesterday, too. One replier told us 
that there was a portage news item about this topic:

2009-09-27-qt_use_changes
  Title Qt 4.5.2 default USE flag changes
  AuthorAlex Alexander wi...@gentoo.org
  Posted2009-09-27
  Revision  1

Qt version 4.5.2 has significant changes in the USE flags enabled by
default.

When upgrading, make sure you check and re-enable any USE flags you
need.

Depending on your system and installed packages, you might hit an issue
where Portage is getting confused by this USE flag change, trying to mix
old 4.5.1 ebuilds with new 4.5.2 ones, resulting in blocks.

If this happens to you, please add the offending USE flags (usually
'qt3support' and 'dbus') in your USE= or switch to a desktop profile
(eselect profile list). Check this post [0] for more details on this
issue.

[0] http://www.linuxized.com/p192;

So it could be a good idea to read your portage news.

HTH...

Dirk

  


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-22 Thread Dirk Heinrichs
Am Donnerstag 22 Oktober 2009 23:19:07 schrieb Alan E. Davis:
 I've tried alot of things, but I give up.  Can someone help me with the
  knot of dependencies that has been holding my system in hostage from any
  attempt to update world, for weeks now?

Please read your portage news, especially 2009-09-27-qt_use_changes. See 
also this weeks thread with subject Confusion.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 15:30:03 schrieb Alan McKinnon:

 Konqueror - well now, that's a different story:
 
 - web shortcuts (gg:  wp:  etc) do not work. At all. Period.

Works fine here. Period ;-)

 - fish:// does not work

Dito.

4.3.2, though.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 15:59:08 schrieb Alex Schuster:
 Mick writes:

  I will probably have to face this sooner rather than later.  What's
  the best way to do this?  Uninstall *everything* from KDE3.5 and then
  launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
  slots?
 
 I see no problem in just installing them, without removing KDE 3.5.

But you'll need to add kdeprefix to your USE flags.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 16:14:56 schrieb Neil Bothwick:
 On Tue, 20 Oct 2009 16:09:33 +0200, Alan McKinnon wrote:
  USE=kdeprefix is not supported under any circumstances and has not
  effect on KDE:3.5 at all
 
 The only time you need it, and you'll have to unmask the flag to do so,
 is if you are using two different KDE4 slots, like 4.3 and 4.2.

Ah, ok.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] searchable list of packages

2009-10-19 Thread Dirk Heinrichs
Am Montag 19 Oktober 2009 12:50:15 schrieb Krzysztof Poc:
 I couldn't find ecryptfs package under sys-fs subfolder.

Because it doesn't exist. It's part of the kernel.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Confusion

2009-10-18 Thread Dirk Heinrichs
Am Sonntag 18 Oktober 2009 18:54:54 schrieb econti:
 [ebuild  N] app-office/akonadi-server-1.2.1  USE=mysql -sqlite
 [nomerge  ] x11-libs/qt-dbus-4.5.2
 [ebuild UD]   x11-libs/qt-qt3support-4.5.1 [4.5.2]
 [ebuild UD]x11-libs/qt-sql-4.5.1 [4.5.2]
 [ebuild UD]x11-libs/qt-gui-4.5.1 [4.5.2-r2] USE=dbus* gtkstyle%*
 [ebuild UD] x11-libs/qt-script-4.5.1 [4.5.2]
 [ebuild UD] x11-libs/qt-dbus-4.5.1 [4.5.2]
 [ebuild UD]  x11-libs/qt-core-4.5.1 [4.5.2]

Hmm, looks like your installed version of qt-dbus is responsible for the 
wanted downgrade. Strange.

Could you diff the installed .ebuild for x11-libs/qt-dbus-4.5.2 
(/var/db/pkg/x11-libs/qt-dbus-4.5.2/qt-dbus-4.5.2.ebuild) with the one in your 
portage tree and re-install the package if they're different?

Then, there are two other things which make me wonder:

 [blocks B ] x11-libs/qt-opengl-4.5.1-r (x11-libs/qt-opengl-4.5.1-
 r is blocking x11-libs/qt-qt3support-4.5.1, x11-libs/qt-script-4.5.1,
 x11-libs/qt-dbus-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-gui-4.5.1)

Those -r versions emerge is talking about. Any chance you have installed 
qt packages (or some apps which need them) from an overlay?

 ('installed', '/', 'x11-libs/qt-webkit-4.5.2-r1', 'nomerge') pulled in by
x11-libs/qt-webkit required by world

2) Do you have qt packages listed in your world file? They're usually pulled in 
as dependencies of other packages, so they shouldn't appear there.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Confusion

2009-10-17 Thread Dirk Heinrichs
Am Samstag 17 Oktober 2009 17:54:49 schrieb econti:
 Now, to emerge akonadi-server, kcontrol I should downgrade all the qt-* 
 to the 4.5.1 version.

Says who? You can only tell what want's the downgrade when you add -t. 
akonadi-server needs some qt packages with a version =4.5.0 and kcontrol is 
a KDE 3.5 package which won't pull in QT 4 at all.

 Then to mask all the new kde4 packages, qt-*-4.5.2 
 and xulrunner. Is it right?

How do come to this conclusion? Run your emerge command again with -t and 
you'll see clearer.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges

2009-10-17 Thread Dirk Heinrichs
Am Samstag 17 Oktober 2009 19:21:46 schrieb Kevin O'Gorman:
 My Xorg.conf does specify some details about the monitor, but no modeline.
 I had to put that stuff in there originally to get my preferred 1280x1024
 resolution.  Do I need to go back to the days of modlines?  Xorg.conf is
 attached.

Did you try X -configure? Or even without xorg.conf?

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] How to suppress starting kmail with KDE 4.3.2

2009-10-13 Thread Dirk Heinrichs
Am Dienstag 13 Oktober 2009 07:56:20 schrieb Jim Cunning:
 I recently upgraded to KDE 4.3.x, now at 4.3.2.  With KDE 3.5.10 I could
  have kontact running on logout and it would be restarted the next time I
  logged in. With KDE 4.3.x, kontact is started, but so is kmail in a
  separate window.  I changed my default mail application to kontact, but
  I cannot find where kmail is mentioned to start on login, so I can remove
  it.

https://bugs.kde.org/show_bug.cgi?id=93203

Bye...

Dirk



Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-11 Thread Dirk Heinrichs
Mick schrieb:

 If in addition you use the --verbose and or --debug options you should see 
 all 
 that dbus has to tell you.

Such options don't exist.

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-11 Thread Dirk Heinrichs
Am Samstag 10 Oktober 2009 09:41:52 schrieb Dirk Heinrichs:
 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.

Downgraded QT to 4.5.2 and everything works fine again. Will file some bugs for 
this...

Bye...

Dirk



Re: [gentoo-user] Syntax for masking kde:4?

2009-10-11 Thread Dirk Heinrichs
Am Sonntag 11 Oktober 2009 13:30:06 schrieb Peter Humphrey:

 What is the syntax for a single entry in package.mask to exclude the whole
  of kde:4?

When using paludis, that would be

=kde-base/*:4.3

or more general:

=category/*:slot

Don't know wether this works the same with portage, though.

HTH...

Dirk



[gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Hi all,

just wanted to know wether anbody has encountered this:

Nearly all KDE password dialogs (except screensaver and kdm) have
stopped working. Neither kwallet nor kmail/kontact or kopete password
dialogs work. I can enter login data, but the OK button doesn't react
on klicks, only Cancel works.

I suspect that it has something to do with recent QT update to 4.5.3,
but I'm not sure.

Has anybody else seen this?

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Volker Armin Hemmann schrieb:
 On Samstag 10 Oktober 2009, Dirk Heinrichs wrote:
 Hi all,

 just wanted to know wether anbody has encountered this:

 Nearly all KDE password dialogs (except screensaver and kdm) have
 stopped working. Neither kwallet nor kmail/kontact or kopete password
 dialogs work. I can enter login data, but the OK button doesn't react
 on klicks, only Cancel works.

 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.

 Has anybody else seen this?
 
 no, never. Is consolekit running?

Yes.

 dbus is ok?

Yes (at least I think so). How would I find out if it's not?

 error messages in kdm.log?

Hmm, kdm is working fine. Would I find other programs errors here, too?

 revdep-rebuilt done?

Yes (or better: its cousin reconcilio), everything fine.

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Mick schrieb:
 On Saturday 10 October 2009, Dirk Heinrichs wrote:
 # /etc/init.d/dbus status
  * Caching service dependencies ...   [ ok ]
  * status:  started

That tells me it's started, but not wether it's ok or not.

Bye...

Dirk




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Volker Armin Hemmann schrieb:

 have you deactivated akonadi in the past (just pulling stuff from my ass, 
 remembering how kopete stopped working without akonadi...).

I don't think it's related, since it's not working for all users. I'll
check anyway...

Bye...

Dirk




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-08 Thread Dirk Heinrichs

William Hubbs schrieb:


 That is correct, in the latest version this is how it works.  You
 shouldn't have to remove the flag file though.


Yes, you're right. I overlooked the rm command in the init script.

Bye...

Dirk



Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-07 Thread Dirk Heinrichs

Zitat von William Hubbs willi...@gentoo.org:


On Tue, Oct 06, 2009 at 09:30:29PM +0200, Dirk Heinrichs wrote:

Then explain why nox alone always works fine when I use it WITHOUT livecd.


 If you are using an older version of xinit, it might work, but it also
 causes you to have to reboot before you can restart X.  With the latest
 stable, you will have to use gentoo=nox and it will also allow you to
 restart X after a reboot just by doing /etc/init.d/xdm restart.


Thanks a lot, didn't know that.

Bye...

Dirk


This message was sent using IMP, the Internet Messaging Program.





Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-07 Thread Dirk Heinrichs

Zitat von Dirk Heinrichs dirk.heinri...@online.de:


Zitat von William Hubbs willi...@gentoo.org:


On Tue, Oct 06, 2009 at 09:30:29PM +0200, Dirk Heinrichs wrote:

Then explain why nox alone always works fine when I use it WITHOUT livecd.


If you are using an older version of xinit, it might work, but it also
causes you to have to reboot before you can restart X.  With the latest
stable, you will have to use gentoo=nox and it will also allow you to
restart X after a reboot just by doing /etc/init.d/xdm restart.


Thanks a lot, didn't know that.


Interestingly, I just stumbled accross this again, while updating  
config files. After reading the code, I'd say the above is not correct  
(at least not on ~x86 with bl2/openrc). Here it works like this:


There's /etc/init.d/xdm-setup, which checks for nox and touches  
(creates) a flag file /etc/.noxdm. When /etc/.noxdm exists,  
/etc/init.d/xdm doesn't start the display manager. So it's sufficient  
to remove the flag file to be able to start X.


Bye...

Dirk


This message was sent using IMP, the Internet Messaging Program.




Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Dirk Heinrichs
Am Dienstag 06 Oktober 2009 18:51:14 schrieb meino.cra...@gmx.de:
 By the way:
 By giving  init=/bin/sh instead of  2 you can bypass the root
 and any other login.
 Thats why it is important to lock grub with a passsword.

Or embedd the options into the kernel and configure it not to accept additional 
options.

Bye...

Dirk



Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Dirk Heinrichs
Am Dienstag 06 Oktober 2009 18:36:25 schrieb Marco:
 Two questions:
 - Since Xorg is in the default runlevel, how can I boot into gentoo
 without starting X (boot prompt option)?

Add nox to your boot options.

 - How can I recreate functional modules for mouse and kbd?

re-emerging them should be sufficient (or even switch to evdev).

Bye...

Dirk



Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Dirk Heinrichs
Am Dienstag 06 Oktober 2009 19:07:26 schrieb meino.cra...@gmx.de:

 ...which locks you out if you need to get in...

Yes, sure. OTOH, nothing can lock you out of your own machine ;)

Bye...

Dirk



Re: [gentoo-user] URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Dirk Heinrichs
Am Dienstag 06 Oktober 2009 19:50:36 schrieb William Hubbs:
 Actually, what you want to add is gentoo=nox.  nox alone is for use on
 the live cd only, but gentoo=nox works everywhere else.

Then explain why nox alone always works fine when I use it WITHOUT livecd.

Bye...

Dirk



Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread Dirk Heinrichs
Am Sonntag 04 Oktober 2009 08:28:16 schrieb David Juhl:

 so if it is read only why can't I read?
 You don't have permission to access /~david16/ on this server

Does the user that runs the server process have permissions to read from tha 
directory?

Bye...

Dirk



Re: [gentoo-user] Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Freitag 02 Oktober 2009 22:56:31 schrieb Harry Putnam:

 I'd really like to be able to use UNK addressing from the cmd line.
 
   cd //host/share
   You can do `cd //linux-host/share' in a bash terminal

You can do it on Linux, too. Use the kernel automounter and set it up to mount 
shares under /net/hostname. (Hmm, isn't that the default anyway?)

 Konqueror can do it... but I don't run kde, and don't really want to
 fiddle with it in that direction.

No, konq can't do it. It uses KDE kio techniques (incl. smb, fish, ftp, 
audiocd, whatever), but this is KDE only.

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 17:27:19 schrieb Harry Putnam:
 I started my computer life on linux 1996..

 automounting is somewhat new in linux... it was not commonly used when
 I started out.

Hmm, Not commonly used, don't know. First versions of autofs date back to 
April 97, amd is much older, I think. So no, automounting is NOT new in Linux, 
it's there for over a decade now.

Bye...

Dirk 



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 17:31:28 schrieb Harry Putnam:
 `eix midnight' fails as does `eix commander'
 
 Does it have a different name in portage?

No, it has the same name as everywhere: mc ;-)

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Hi,

I really wonder about this discussion. This tool can do it, that tool can do 
it, the other one, too. WTF?

Just mount the damn share and _EVERY_ tool can access it. So what?

Bye...

Dirk



Re: [gentoo-user] Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Freitag 02 Oktober 2009 22:56:31 schrieb Harry Putnam:
 I'd really like to be able to use UNK addressing from the cmd line.
 
   cd //host/share

BTW: Is the share served by a Windows or Linux machine and what OS is the 
client? If it's Linux only, you'd better be using NFS.

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 20:10:30 schrieb Harry Putnam:
 Dirk Heinrichs dirk.heinri...@online.de writes:
  Hmm, Not commonly used, don't know. First versions of autofs date back
  to April 97, amd is much older, I think. So no, automounting is NOT new
  in Linux, it's there for over a decade now.
 
 At nearly 70, I can call a decade `fairly recent'.
 
 I have to beg to differ here... I don't mean your statements about when
 it appeared...
 
 Linux is much older than 1997... and as I said I started a little
 before that... At that time there were not many users at all not to
 mention users using automounting. I'd hazard a guess that total users
 was not much over 150,000 or so... just an idle guess though.

I wouldn't even dare to guess :)

 The newbies like me were definitely not using it linux then took much
 more config than it does today... even on gentoo today.  You could easily
 spend 2 or more wks getting X up... or even getting it to boot.

Yeah, I know. I started with Linux roughly one or two years before you did.

 Building your own kernel was well out of the grasp of newbies at that
 time.

Then there must have been two types of newbies ;)

 So in that atmosphere... its not true that automount was in common use.

As I wrote I don't know. I used it, but again I wouldn't dare to guess how 
many others did.

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 20:16:48 schrieb Harry Putnam:
  No, it has the same name as everywhere: mc ;-)
 
 Dirk, Your wisacre additions are really starting to wear on me.  Have
 you been on a binge or something... and need a few days rest.

1) You've seen the smiley?
2) You got the package name, didn't you?

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 20:14:16 schrieb Harry Putnam:
 Dirk Heinrichs dirk.heinri...@online.de writes:
  I really wonder about this discussion. This tool can do it, that
 tool can do it, the other one, too. WTF?
 
 No problem, don't read it.

That's really hard to do :)

Bye...

Dirk



Re: [gentoo-user] Re: Abut smb:// aware tools

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 20:59:50 schrieb Harry Putnam:
 
 I never liked mc even in the old days...

So you actually knew mc before?

  (cd /#smb:host/share)

Again, another tool, another syntax. Once you simply mount the share, the path 
will be the same no matter what tool you use to browse it. So why not do the 
simple thing?

Bye...

Dirk



Re: [gentoo-user] PostgreSQL server blocker

2009-10-03 Thread Dirk Heinrichs
Am Samstag 03 Oktober 2009 22:59:15 schrieb Stroller:
 For the longest time I've had PostgreSQL server installed on one of my  
 systems. I update world every month or two and today `emerge -upv  
 world` shows this blocker:

Postgresql packages have been split. They are now named postgresql-base, -doc 
and -server. You need to uninstall your current packages and install those.

HTH...

Dirk



Re: [gentoo-user] PostgreSQL server blocker

2009-10-03 Thread Dirk Heinrichs
Am Sonntag 04 Oktober 2009 07:34:24 schrieb Dirk Heinrichs:
 Am Samstag 03 Oktober 2009 22:59:15 schrieb Stroller:
  For the longest time I've had PostgreSQL server installed on one of my
  systems. I update world every month or two and today `emerge -upv
  world` shows this blocker:
 
 Postgresql packages have been split. They are now named postgresql-base,
  -doc and -server. You need to uninstall your current packages and install
  those.

Forgot to add: The new packages are also slotted now. Means you can install 
several major versions (back to 7.3.x) next to each other to ease upgrade:

Install new version, dump databases of old version, stop old, start new, 
import databases, uninstall old version.

Bye...

Dirk



Re: [gentoo-user] Am I wrong?..

2009-10-01 Thread Dirk Heinrichs
Am Donnerstag 01 Oktober 2009 21:32:56 schrieb forgottenwizard:

 However, I'm also wondering why the ebuild doesn't make use of the
 EDITOR variable as was mentioned.

Because that's the worst thing to do. An ebuild's behaviour should not depend 
on env variables (like it's still the case for this stupid grub ebuild), 
because the user never get's to see this. There are other possibilities, i.e. 
something like LINGUAS or VIDEO_CARDS, which are immediately visible.

Bye...

Dirk



Re: [gentoo-user] fcrontab - what am I missing?

2009-09-30 Thread Dirk Heinrichs
Am Mittwoch 30 September 2009 17:40:43 schrieb Helmut Jarausch:

 I've been using fcron for quite some time, but
 now it behaves strange.
 I have version 3.0.4-r2 installed.
 
 Doing  fcrontab -e  as non-root user
 I get
 Could not change egid to fcron[449]: Operation not permitted
 
 although I'm a member of group fcron.

Maybe permissions of fcrontab are borked, should be:

# ll =fcrontab
-rwsr-sr-x 1 fcron fcron 51K 10. Jun 19:28 /usr/bin/fcrontab*

HTH...

Dirk



[gentoo-user] zsh users, please vote for this bug

2009-09-20 Thread Dirk Heinrichs
Hi,

this is for all (wannabe) zsh users:

Please vote for the following bug so that we can safely use zsh as root's 
login shell in the future.

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

Thanks...

Dirk



Re: [gentoo-user] KDE 4.3.1 query

2009-09-17 Thread Dirk Heinrichs
Am Donnerstag 17 September 2009 00:48:04 schrieb Volker Armin Hemmann:

 Really, I am sick of people talking shit about KDE.
 
 Am I harsh?
  Yes, I am. A lot of times.
 
 Because I am sick of 'I am too cool to read documentation'. I am sick of 'I
  am too cool to use bugzilla' and I am sick of 'I am too cool to think for
  a second' and especially I am sick of 'I am too cool to google for a
  moment'.

Full ACK!

Bye...

Dirk



Re: [gentoo-user] libssl3.so.12 not found, but why not?

2009-09-17 Thread Dirk Heinrichs
Am Donnerstag 17 September 2009 19:21:44 schrieb walt:
 Two days ago after updating world on my ~amd64, at least two apps
 can't find libssl.so.12 even though it's right where it should be.
 
 One difference I find between my working x86 and my broken ~amd64
 is the output of ldconfig -p:
 
 x86 machine:
 #ldconfig -p | grep ssl3.so
   libssl3.so.12 (libc6) = /usr/lib/nss/libssl3.so.12 == minor number
   libssl3.so (libc6) = /usr/lib/nss/libssl3.so
 
 ~amd64 machine:
 #ldconfig -p | grep ssl3.do
   libssl3.so (libc6,x86-64) = /usr/lib64/nss/libssl3.so
   libssl3.so (libc6) = /opt/flash-libcompat/libssl3.so
 
 Note that the minor number (.12) doesn't show up even though there
 is a correct and proper symlink for it in /usr/lib64/nss.
 
 Another source of confusion for me is that the programs that need
 libssl3.so.12 are both linked against libssl3.so (no minor number)
 but the error message specifically says that libssl3.so.12 can't be
 found.
 
 Can anyone here make sense out of this info?

Not really, but I've seen this on my box at work today. The interesting thing 
here was that for the affected program, evolution, libssl3.so showed up four 
times in ldd output, where three entries showed not found while the forth 
showed the location of the lib.

Interestingly, setting LD_LIBRARY_PATH to /usr/lib/nss resolved the issue.

Bye...

Dirk



Re: [gentoo-user] MAC Pro eSATA Card

2009-09-14 Thread Dirk Heinrichs
Am Montag 14 September 2009 09:20:08 schrieb Matthias Langer:
 Has anyone here experiences with eSATA Cards for a MAC Pro running
 Gentoo? I've already tried two cards ([1], [2]). Both work fine in
 connection with normal PC hardware, but they are not recognized by the
 kernel (or even lspci) on the MAC Pro.

Did you try to boot with some LiveCD and run lspci (-vv) from there?

Bye...

DIrk



Re: [gentoo-user] Duplicate Flash drive

2009-09-13 Thread Dirk Heinrichs
Am Sonntag 13 September 2009 04:32:43 schrieb James:

 I guess I should use 'dd' to copy the entire contents
 of one CF drive to another?  Any example syntax with dd
 is welcome. 

What about man dd?

 Should I keep a machine around to run fdisk on a new CF 
 module, or is there a way, I can just plug the CF module 
 into a reader/writer and burn the image onto
 the CF module directly, and not have to use fdisk to format
 first?

No, just use dd.

 What about grub and the mbr. Will dd copy over all of that information,
 or do I have to run grub (grub install) manually to ensure the MBR
 is set properly.

If you create an image of your entire device, then no. However, you will loose 
the ability to mount and modify the image. But you could easily write a small 
script for writing the MBR. I've never done this, but I'd bet that fdisk (or 
one of it's many cousins) can be used in scripts to setup the partitions on 
the fly.

So let's assume your CF card USB stick or whatever is has one partition and is 
detected as /dev/sda.

You can then first take an image of the partition:

dd if=/dev/sda1 of=firewall.img

This image can then be mounted and modified as needed:

mkdir /mnt/firewall
mount -t ext2 -oloop firewall.img /mnt/firewall
[do modifications inside /mnt/firewall]
umount /mnt/firewall

then write it back to as many other CF cards you need:

dd if=firewall.img of=/dev/sdX1 (replace X as appropriate)

There should also be a possibility to copy the MBR with dd, something like

dd if=/dev/sda of=mbr.img count=512 (not sure about the count value, though).

and write it back with

dd if=mbr.img of=/dev/sda.

The only thing left is the automatic partitioning.

HTH...

Dirk



Re: [gentoo-user] Duplicate Flash drive

2009-09-13 Thread Dirk Heinrichs
Am Sonntag 13 September 2009 09:13:21 schrieb Dirk Heinrichs:

 I've never done this, but I'd bet that fdisk (or 
 one of it's many cousins) can be used in scripts to setup the partitions
  on  the fly.

That cousin would be sfdisk.

Bye...

Dirk



Re: [gentoo-user] 2.6.30 and reiserfs?

2009-09-13 Thread Dirk Heinrichs
Am Sonntag 13 September 2009 10:08:33 schrieb Konstantinos Agouros:

 It says: All is good. I tried that. The error message complains about not
 being able to set times properly.

What _exactly_ does it say?

Bye...

Dirk



Re: [gentoo-user] lzma-utils vs xz-utils

2009-09-13 Thread Dirk Heinrichs
Am Sonntag 13 September 2009 10:35:44 schrieb Philip Webb:
 I understand the blocks lines, but am uneasy about uninstalling
  Lzma-utils, which seems to have many important dependencies:

Just do it. xz-utils is a drop in replacement.

Bye...

Dirk



Re: [gentoo-user] Re: Kernel 2.6.30 gets no network

2009-09-13 Thread Dirk Heinrichs
Am Sonntag 13 September 2009 13:04:37 schrieb Arttu V.:
 On 9/13/09, Nikos Chantziaras rea...@arcor.de wrote:
  On 09/13/2009 01:48 PM, Kevin O'Gorman wrote:
  On Sun, Sep 13, 2009 at 3:42 AM, Kevin O'Gorman kogor...@gmail.com
  mailto:kogor...@gmail.com wrote:
  Umm.  I just looked at the .config files, and it appears the interfaces
  are supported by the config option  CONFIG_EEPRO100=y
  which is not even present in the 2.6.30 file.  Eeeek! Is my system now
  unsupportable?
 
  It's CONFIG_E100:
 
 Yes, a different(?) driver is to be used apparently (code duplication
 reductions?):
 
 e100: add support for 82552 10/100 adapter

Yep. It's these kind of changes that make me go through make menuconfig once 
after major version upgrades.

BTW: There's no need for make oldconfig in this case.

Bye...

Dirk



Re: [gentoo-user] 2.6.30 and reiserfs?

2009-09-12 Thread Dirk Heinrichs
Am Samstag 12 September 2009 12:46:56 schrieb Konstantinos Agouros:

 I am using reiserfs just for my squid-cache nevertheless after I booted
 2.6.30-r4 on an amd64 system, I couldn't create any files on that
 partition. Is there a way to convert the partition to work or do I really
 have to change filesystems?

What does fsck say?

Bye...

Dirk



Re: [gentoo-user] Re: Why is apps-misc/gnuit blocked by dev-util/git?

2009-09-08 Thread Dirk Heinrichs
Am Dienstag 08 September 2009 21:32:42 schrieb Grant Edwards:
 Both packages install (unrelated) executables named gitview.

Yeah, just seen it in the ebuild:

# dev-util/git[gtk] installs the gitview tool which collides with this
# package.

Just remove the gtk flag from git and you can install both.

Bye...

Dirk



Re: [gentoo-user] Why is apps-misc/gnuit blocked by dev-util/git?

2009-09-08 Thread Dirk Heinrichs
Am Dienstag 08 September 2009 21:24:52 schrieb Grant Edwards:
 Does this have something to do with the fact that
 apps-misc/gnuit used to be called apps-misc/git?

I'd rather say it has something to do with the fact that both packages provide 
a binary called /usr/bin/git,

Bye...

Dirk



  1   2   3   4   5   6   7   8   9   10   >