Re: [gentoo-user] hibernation and various programs.

2006-12-07 Thread Richard Fish

On 12/7/06, Xamindar <[EMAIL PROTECTED]> wrote:

Dang this is stupid.  You are right, vmware stays up if I hibernate
without restarting alsasound.  But for me I have no sound when I start
up again.  Oh well.


You could disconnect vmware from the sound device while the virtual
machine is still running, which should allow you to restart alsasound
without it killing vmware.

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



Re: [gentoo-user] Help with udev (was joliet fs)

2006-12-07 Thread Richard Fish

On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:

> As soon as I run udevstart (or at boot) I get this error about a dozen
> times:
>
> Dec  7 20:45:29 lappy udevd[2187]: lookup_group: specified group 'cdrw'
> unknown


That's because the cdrw group is needed by udev "just-in-case" you
have a cdrw drive.


I groupadded cdrw to make sure that I get no more complaints from udev.  Then
I tried mounting a data DVD but all I get is:

$ mount /mnt/cdrom
mount: No medium found


Is this the same DVD you wrote as before?  Can you try writing a
different DVD, or a different brand of media.  Just write some random
small files to it and try that.  I'm thinking one of two possibilities
here:

1. (unlikely) the 3GB file is confusing things, possibly only files up
to 2GB are supported.  Note that DVD movies usually split things up
into 1GB chunks, probably for these kinds of issues.

2. (likely) your DVD ROM drive is not capable of reading some or all
writeable media.  Just because it can read a printed DVD, doesn't mean
it can read a DVD+R, DVD-R, DVD-RW, DVD+RW, or DVD-R-DL, etc...  So
you might try different types and different brands of media to see if
you can find something it will read.

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



Re: [gentoo-user] X11 screen saver

2006-12-07 Thread Richard Fish

On 12/7/06, David Corbin <[EMAIL PROTECTED]> wrote:

I have a recently upgrade my gentoo system, including X11.  Now, instead of my
KDE screen saver, I get a giant X11 logo.  I cannot find where this should be
turned off. Any pointers?


What does xset -q report for Screen Saver.  Xorg has it's own built in
screen saver that defaults to activating after 10 minutes.  The
built-in screen saver displays a large X pattern, unless Xorg
determines that the hardware is capable of blanking the screen, in
which case it will prefer to do that instead.

You should be able to disable the built-in screensaver by running
either "xset s 0 0", or setting 'Option "BlankTime" 0' in the
ServerLayout section of your xorg.conf.

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



Re: [gentoo-user] syslog problem....

2006-12-07 Thread Richard Fish

On 12/7/06, David Corbin <[EMAIL PROTECTED]> wrote:

When I try to start exim, I get this:

 * Caching service dependencies ...
 *  Service 'sysklogd' already provided by 'logger'!;
 *  Not adding service 'syslog-ng'...
[ ok ]
 * sysklogd -> start: syslogd ...
/sbin/start-stop-daemon: stat /usr/sbin/syslogd: No such file or directory (No
such file or directory)
 * Failed to start syslogd


I don't have exim installed, but I'm guessing it depends on "logger",
which can be provided by either sysklogd or syslog-ng.

Probably:

1. You had sysklogd installed at one point (thus got an init file for it)
2. You emerge -C'd it (thus why /usr/sbin/syslogd doesn't exist)
3. You have /etc in CONFIG_PROTECT but don't have /etc/init.d in
CONFIG_PROTECT_MASK, so portage left the sysklogd init file on your
system.

I'm guessing you should be able to resolve this with:

1. rc-update -d sysklogd
2. rm /etc/init.d/sysklogd

Then add /etc/init.d to CONFIG_PROTECT_MASK in /etc/make.conf if you
want portage to automatically remove init files when you remove the
associated package.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another strange alsa problem [SOLVED]

2006-12-07 Thread Richard Fish

On 12/7/06, Matthias Langer <[EMAIL PROTECTED]> wrote:

On Thu, 2006-12-07 at 11:24 -0700, Richard Fish wrote:
thanks for your answer that would have been very, very helpful if i
hadn't already fixed this problem [1] ;-)


Yeah I saw that, but only after I responded.  I blame both gmail, for
treating messages with different subjects as different threads (so
adding "SOLVED" caused a different thread to appear in my inbox, that
I didn't read until later), and myself, for using gmail. :-P

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



Re: [gentoo-user] X11 screen saver

2006-12-07 Thread Raymond Lewis Rebbeck
On Friday, 8 December 2006 12:22, David Corbin wrote:
> I have a recently upgrade my gentoo system, including X11.  Now, instead of
> my KDE screen saver, I get a giant X11 logo.  I cannot find where this
> should be turned off. Any pointers?
>
> David

The giant X11 logo seems to have replaced the blank screensaver. You can 
adjust screensavers in the kde control center in 'Appearance and Themes -> 
Screen Saver'.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] X11 screen saver

2006-12-07 Thread David Corbin
I have a recently upgrade my gentoo system, including X11.  Now, instead of my 
KDE screen saver, I get a giant X11 logo.  I cannot find where this should be 
turned off. Any pointers?

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



Re: [gentoo-user] amd64 kernel error

2006-12-07 Thread Randy Barlow
On Thursday 07 December 2006 22:05, James wrote:
> Hello,
>
> I'm almost finished on a new amd64 install. I built a new kernel
> (2.6.18-gentoo-r3) and make it a boot option in grub.conf
> and try to boot off of it. The system has these error lines
> on the screen before locking up:
>
> 
> Root-NFS: No NFS server available, giving up.
> VFS: Unable to mount root fs via NFS, trying floppy.
> VFS: Insert root floppy and press Enter.
> 
>
> I saved the kernel from the livecd  installation process
> and it boots just fine and works great.
> uname -a
> Linux excursion 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 01:30:07 UTC 2006 x86_64
> AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
>
>
> I ran  emerge world, emerge xorg-x11 and emerge kde-meta
> all ran/compiled just fine. X is not setup (yet).
>
> I made the kernel options for 2.6.18-gentoo-r3 identical to
> those for a amd64 (turion) based system, but it still gives
> that NFS error, which is probably a vestige from the livecd
> install.
>
> Any ideas how to fix this?

What is the relevant entry in your grub.conf?  Specifically, the root= part?

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



[gentoo-user] amd64 kernel error

2006-12-07 Thread James
Hello,

I'm almost finished on a new amd64 install. I built a new kernel 
(2.6.18-gentoo-r3) and make it a boot option in grub.conf
and try to boot off of it. The system has these error lines
on the screen before locking up:


Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Insert root floppy and press Enter.


I saved the kernel from the livecd  installation process
and it boots just fine and works great.
uname -a
Linux excursion 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 01:30:07 UTC 2006 x86_64 AMD
Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux


I ran  emerge world, emerge xorg-x11 and emerge kde-meta
all ran/compiled just fine. X is not setup (yet).

I made the kernel options for 2.6.18-gentoo-r3 identical to
those for a amd64 (turion) based system, but it still gives
that NFS error, which is probably a vestige from the livecd
install.

Any ideas how to fix this?

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another strange alsa problem [SOLVED]

2006-12-07 Thread Matthias Langer
On Thu, 2006-12-07 at 11:24 -0700, Richard Fish wrote:
> On 12/7/06, Matthias Langer <[EMAIL PROTECTED]> wrote:
> > alsa-init: using device default
> > alsa-lib: pcm_dmix.c:914:(snd_pcm_dmix_open) unable to open slave
> > alsa-init: playback open error: Invalid argument
> > Could not open/initialize audio device -> no sound.
> 
> This indicates a configuration error.  The default device is
> apparently the dmix plugin, but it is misconfigured to open a slave
> device that doesn't exist.
> 
> > Now the funny thing is, that the same works as root; so i guess that
> > some permissions are not set correctly
> 
> Maybe root doesn't have a ~/.asoundrc, and your regular user account does?
> 
> -Richard

thanks for your answer that would have been very, very helpful if i
hadn't already fixed this problem [1] ;-)

Matthias

[1]: http://news.gmane.org/gmane.linux.gentoo.user/cutoff=175354

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] syslog problem....

2006-12-07 Thread David Corbin
When I try to start exim, I get this:

 * Caching service dependencies ...
 *  Service 'sysklogd' already provided by 'logger'!;
 *  Not adding service 'syslog-ng'...   
 
[ ok ]
 * sysklogd -> start: syslogd ...
/sbin/start-stop-daemon: stat /usr/sbin/syslogd: No such file or directory (No 
such file or directory)
 * Failed to start syslogd  
 
[ !! ]
 * ERROR:  cannot start exim as sysklogd could not start

I have syslog-ng installed, and don't understand why it's trying to load 
sysklogd...pointers welcome.

Thanks
David
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rekall-2.4.4 ebuild anywhere?

2006-12-07 Thread Jerry McBride
On Thursday 07 December 2006 19:32, Jerry McBride wrote:
> On Thursday 07 December 2006 07:14, Helmut Jarausch wrote:
> > Hi,
> >
> > I am in need for an ebuild for rekall-2.4.4 since only
> > this version works with Python-2.5 (and my GenToo
> > system is solely based on Python-2.5)
> >
> > Many thanks for a pointer or hint,
> >
> > Helmut Jarausch
> >
> > Lehrstuhl fuer Numerische Mathematik
> > RWTH - Aachen University
> > D 52056 Aachen, Germany
>
> Goggle is YOUR friend...
>
> Results 1 - 20 of about 90 English pages for rekall-2.4.4. (0.33 seconds)
>
> It's free for download... at  http://www.rekallrevealed.org/packages
>

OOPS... Sorry... you want an ebuild... Hmmm not yet...


-- 

--

Jerry McBride
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't Start Epiphany

2006-12-07 Thread Philip Webb
061207 Randy Barlow wrote:
> I've just made a shiny new install and am using the Gnome desktop,
> but I cannot seem to start Epiphany.  I get a dialogue box:
>   Startup failed because of the following error:
>   Unable to determine the address of the message bus
>   (try 'man dbus-launch' and 'man dbus-daemon' for help)
> I did run /etc/init.d/dbus start as root & added that to default runlevel
> and I did log out/in afterwards, and the problem persists.

I use KDE, but it sb similar for you.  My  .xinitrc  is :

  # PP 060514 : for KDE : to enable Epiphany
  xscreensaver &
  dbus-launch startkde

I start X from the raw command-line with 'startx',
so if you're using the equivalent of 'kdm', it mb a bit more complex.

Generally, I'm a fan of Epiphany, but occasionally it freezes the machine:
there seems to be some bug perhaps involving Javascript.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rekall-2.4.4 ebuild anywhere?

2006-12-07 Thread Jerry McBride
On Thursday 07 December 2006 07:14, Helmut Jarausch wrote:
> Hi,
>
> I am in need for an ebuild for rekall-2.4.4 since only
> this version works with Python-2.5 (and my GenToo
> system is solely based on Python-2.5)
>
> Many thanks for a pointer or hint,
>
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany

Goggle is YOUR friend...

Results 1 - 20 of about 90 English pages for rekall-2.4.4. (0.33 seconds) 

It's free for download... at  http://www.rekallrevealed.org/packages

-- 

--

Jerry McBride
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: dual boot install advice

2006-12-07 Thread James
Etaoin Shrdlu  unlimitedmail.org> writes:

> > > Once again, I'm installing  several amd64 systems with dual boot XP.
> > > I always have to nuke the XP, reformat, leave sda1 for XP and
> > > continue on with the install. Since I am installing Gentoo first

> Maybe I missed something, but why do you have to nuke XP in the first 
> place? Can't you just use qtparted or any other tool to resize the 
> windows partition and then go on with the gentoo install?


That or many other methods never seem to work for me. XP is spread
out all over the disk and the recovery partition is very difficult to
deal with too. 


James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Howto setup AON ADSL inet connection via SpeedTouch 546v6 ? SOLVED

2006-12-07 Thread noro kamen

2006/12/6, noro kamen <[EMAIL PROTECTED]>:

Hi everybody !

I'd like to make internet connection via  Telekom Austria / AON.
I have " Thomson/Alcatel SpeedTouch  546i v6"  ADSL router, FW is 5.3.9.1.
Windoze inet connectivity works (using "green CD"  from AON ).

Can u give me an advice, what should I do, to make it work under Gentoo ?

TIA
noro


I have to answer it myself, because it seems there are no austrian
guys on this list :-(.
(Welche Liste bevorzugen sie ?)
After I realized, I have to setup PPTP tunnel, it was not so difficult ...
this is what I did:
emerge pptpclient
modify files in /etc/ppp directory  (for ppp daemon)
write startup rc-script  and add it to default run level

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



Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread Grant

> What would you do if you needed a certain  block for one
> domain but not for another, and you need both of the domains to
> function under SSL?  Is multiple IPs the only way?

In my case I'm doing something like this on a single webserver.

head -n 5 /etc/apache2/vhosts.d/02_webapi.domain.com.conf

ServerName webapi.domain.com
DocumentRoot /var/www/webapi.domain.com/site

head -n 5 /etc/apache2/vhosts.d/03_secure.domain.com.conf

ServerName secure.domain.com
DocumentRoot /var/www/secure.domain.com/site

I also moved /etc/apache2/modules.d/41_mod_ssl.default-vhost.conf to
another dir to keep it from conflicting with the ssl vhosts I have.

You can make ssl work on a single IP if you don't mind all the "this ssl
cert is for blah domain not this domain" warnings you'll get from your
browser. The reason this happens is that SSL is negotiated before the
request for the domain so you'll default to first ssl vhost Apache
loaded for that IP.

kashani


Thanks a lot for the help.  I'm using port 444 for the second SSL
vhost.  That's no problem because it's admin stuff.  I guess that's
port-based virtual hosting.

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



Re: [gentoo-user] [OT] DVD drives

2006-12-07 Thread Dale
Preston Hagar wrote:
> It seems that you may have already decided, but to throw my 2 cents in
> I have used the black version of the Lite-On:
>
> http://www.newegg.com/Product/Product.asp?Item=N82E16827106013
> 
>
> For over a year now with much success in Gentoo.
>
> HTH,
>
> Preston
>
>
>

May be better but my case is beige.  I didn't know I put a link to a
black one in there.  I guess I pasted the wrong one.

You think the different face plate color may be the only difference?  I
know we used to get drives with different color face plates a long time
ago.  Same drive just a different front.

Thanks

Dale

:-)  :-)


[gentoo-user] freeradius eap tls issue

2006-12-07 Thread Yiannis Kontekakis
Hello,

I am trying to set up a radius server (using eap tls) for my wpa capable
access point.
I am using net-dialup/freeradius-1.1.3-r1 with the following USE
flags="frxp mysql pam ssl"
I have read multiple howtos ( one of them is
http://www.urbanwireless.co.nz/?page_id=22 ) but when I start freeradius
in debugging mode I get the following error message:
Failed to link to module 'rlm_eap': /usr/lib/libeap-1.1.3.so: undefined
symbol: SSL_set_ex_data

After some googling I found out that this problem relates with libtool.
Does anyone has experience with this configuration/problem?

Thanks in advance

Yiannis

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with udev (was joliet fs)

2006-12-07 Thread Mick
On Thursday 07 December 2006 21:07, Mick wrote:

> It seems to me now that I have a udevd problem here.  I used to have
> a /mnt/cdrw mountpoint and I also had a cdrw group.  I changed this
> to /mnt/cdrom (because I figured this laptop has just a simple DVD-ROM and
> can't write) and I then removed cdrw from the /etc/group file (I didn't use
> the command groupdel).  At this moment in time there's still a cdrom entry
> in /etc/group:
>
> # cat /etc/group | grep cdr*
> cdrom:x:19:michael,haldaemon
>
> There's a cdrom in devices:
>
> # ls -la /dev/cd*
> lrwxrwxrwx 1 root root 3 Dec  7 20:20 /dev/cdrom -> hdc
> lrwxrwxrwx 1 root root 3 Dec  7 20:20 /dev/cdrom1 -> hdc
>
> and there's a cdrom under /mnt:
>
> # ls -la /mnt | grep cdr*
> drwx--  2 root cdrom  72 Oct 27  2004 cdrom
>
> and this is what /etc/fstab now shows:
>
> # cat /etc/fstab | grep cdr*
> /dev/cdrom /mnt/cdrom autonoauto,ro,user,exec 0 0
>
> As soon as I run udevstart (or at boot) I get this error about a dozen
> times:
>
> Dec  7 20:45:29 lappy udevd[2187]: lookup_group: specified group 'cdrw'
> unknown
>
> I unmerged/remerged udev after I deleted /etc/udev*.  What is causing this
> error (where is udev picking up the previous cdrw device/group?) and how
> can I fix it.
>
> Thanks for all your help so far.  :)

Some more tests:

I groupadded cdrw to make sure that I get no more complaints from udev.  Then 
I tried mounting a data DVD but all I get is:

$ mount /mnt/cdrom
mount: No medium found

I have no problem mount CDs and reading the fs on them, or playing movie DVDs 
using mplayer.  For some reason the problem only seems to exist with mounting 
data DVDs.  Can you see something wrong with the above set up, permissions, 
etc.?
-- 
Regards,
Mick


pgpyxgSx0xB9u.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread kashani

Grant wrote:

What would you do if you needed a certain  block for one
domain but not for another, and you need both of the domains to
function under SSL?  Is multiple IPs the only way?


In my case I'm doing something like this on a single webserver.

head -n 5 /etc/apache2/vhosts.d/02_webapi.domain.com.conf

ServerName webapi.domain.com
DocumentRoot /var/www/webapi.domain.com/site

head -n 5 /etc/apache2/vhosts.d/03_secure.domain.com.conf

ServerName secure.domain.com
DocumentRoot /var/www/secure.domain.com/site

I also moved /etc/apache2/modules.d/41_mod_ssl.default-vhost.conf to 
another dir to keep it from conflicting with the ssl vhosts I have.


You can make ssl work on a single IP if you don't mind all the "this ssl 
cert is for blah domain not this domain" warnings you'll get from your 
browser. The reason this happens is that SSL is negotiated before the 
request for the domain so you'll default to first ssl vhost Apache 
loaded for that IP.


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



Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
> What would you do if you needed a certain  block for one
> domain but not for another, and you need both of the domains to
> function under SSL?  Is multiple IPs the only way?

According to www.wikipedia.org/wiki/HTTPS :

Because SSL operates below http and has no knowledge of the higher level 
protocol, SSL servers can
only present one certificate for a particular IP/port combination. This means 
that in most cases it
is not feasible to use name-based virtual hosting with HTTPS. (This is subject 
to change in the
upcoming TLS 1.1, which will enable name-based virtual hosting.).

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
LISTA DE CASAMIENTO: Cualquier Fravega a nombre de Busleiman (37520).
http://www.buanzo.com.ar | http://www.vivamoslavida.com.ar : Portal 
no-comercial del buen vivir!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFeIr0AlpOsGhXcE0RAkijAKCA/F3nnutmB+jxvd+LcF+UP7fBcwCeIcc7
DVcYDTl+1LxiTsPoNwJqOeo=
=mKi8
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread Grant

> I need to include a Location block for one subdomain, but not for
> another.  I have separate VirtualHost blocks set up for port 80, but
> when I try to do the same for port 443, I get the following when
> restarting apache2:
>
> [warn] _default_ VirtualHost overlap on port 443, the first has precedence
>
> To create the second 443 VirtualHost I copied the Gentoo
> SSL_DEFAULT_VHOST config to another file and did a little editing.
> Should I be going about that a different way?
>
> Does anyone else find the Gentoo apache2 layout/config annoying?
>
> - Grant

Actually I find the layout clean and relaxing with just a hint of
cinnamon. :)


Ok, knowing that others like it I'm more comfortable trying to get
used to it.  It's all the IfDefine stuff I don't like.


I suspect you're doing *:443 in more than one place. SSL can not use
named based vhosts. You need multiple IPs to do multiple ssl vhosts
correctly.


What would you do if you needed a certain  block for one
domain but not for another, and you need both of the domains to
function under SSL?  Is multiple IPs the only way?

- Grant


kashani

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with udev (was joliet fs)

2006-12-07 Thread Mick
On Thursday 07 December 2006 18:35, Richard Fish wrote:
> On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:
> > My /etc/fstab looks like this:
> >
> > /dev/hdc   /mnt/dvd   auto,iso9660,udf   noauto,ro,user,exec   0 0
>
> I'm not sure it is legal to specify a comma-separated list of
> filesystem types.  Probably better to just use "auto" here.

I have another machine that seems to work alright with a list of options, but 
I'll change it to just auto anyway.

> > Could you please tell me what sort of Joliet fs options I need to select
> > so as to be able to mount the burned fs, or what do I need to configure
> > in my system to enable me to achieve this?
>
> I would guess just CONFIG_JOLIET=y in your kernel configuration.  You
> can find it in Filesystems->CD-ROM/DVD Filesystems under ISO 9660
> CDROM filesystem support.

I have all that configured in the kernel.

It seems to me now that I have a udevd problem here.  I used to have 
a /mnt/cdrw mountpoint and I also had a cdrw group.  I changed this 
to /mnt/cdrom (because I figured this laptop has just a simple DVD-ROM and 
can't write) and I then removed cdrw from the /etc/group file (I didn't use 
the command groupdel).  At this moment in time there's still a cdrom entry 
in /etc/group:

# cat /etc/group | grep cdr*
cdrom:x:19:michael,haldaemon

There's a cdrom in devices:

# ls -la /dev/cd*
lrwxrwxrwx 1 root root 3 Dec  7 20:20 /dev/cdrom -> hdc
lrwxrwxrwx 1 root root 3 Dec  7 20:20 /dev/cdrom1 -> hdc

and there's a cdrom under /mnt:

# ls -la /mnt | grep cdr*
drwx--  2 root cdrom  72 Oct 27  2004 cdrom

and this is what /etc/fstab now shows:

# cat /etc/fstab | grep cdr*
/dev/cdrom /mnt/cdrom autonoauto,ro,user,exec 0 0

As soon as I run udevstart (or at boot) I get this error about a dozen times:

Dec  7 20:45:29 lappy udevd[2187]: lookup_group: specified group 'cdrw' 
unknown

I unmerged/remerged udev after I deleted /etc/udev*.  What is causing this 
error (where is udev picking up the previous cdrw device/group?) and how can 
I fix it.

Thanks for all your help so far.  :)
-- 
Regards,
Mick


pgpUQ0DMQyHUV.pgp
Description: PGP signature


Re: [gentoo-user] hibernation and various programs.

2006-12-07 Thread Xamindar
Dang this is stupid.  You are right, vmware stays up if I hibernate
without restarting alsasound.  But for me I have no sound when I start
up again.  Oh well.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread kashani

Grant wrote:

I need to include a Location block for one subdomain, but not for
another.  I have separate VirtualHost blocks set up for port 80, but
when I try to do the same for port 443, I get the following when
restarting apache2:

[warn] _default_ VirtualHost overlap on port 443, the first has precedence

To create the second 443 VirtualHost I copied the Gentoo
SSL_DEFAULT_VHOST config to another file and did a little editing.
Should I be going about that a different way?

Does anyone else find the Gentoo apache2 layout/config annoying?

- Grant


Actually I find the layout clean and relaxing with just a hint of 
cinnamon. :)


I suspect you're doing *:443 in more than one place. SSL can not use 
named based vhosts. You need multiple IPs to do multiple ssl vhosts 
correctly.


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



Re: [gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread Hans de Hartog

Grant wrote:


Does anyone else find the Gentoo apache2 layout/config annoying?



I don't think it's annoying. I would say: it's, eh, versatile :-)
But I guess it's very much the same on other distributions.
So, I would this mark this as OT.

Kind regards,
Hans.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hibernation and various programs.

2006-12-07 Thread Xamindar
Thomas Rösner wrote:
> Xamindar wrote:
>> Richard Fish wrote:
>>  
>>> On 12/6/06, Xamindar <[EMAIL PROTECTED]> wrote:
>>>
 I have hibernation set up on my laptop and am just wondering if there
 are any programs that are unsafe to have running when hibernating. 
 One
 of the main ones im wondering about would be vmware.  Can I hibernate
 while I have windows xp running in vmware and still have it exactly
 how
 I left it when I power back on?  I will probably try it soon anyway
 but
 just wondering if anyone else out there has more experience.
   
>>> I have done this, but end up rebooting the vmware session every time I
>>> try, because I move around to different networks and the networking
>>> between linux and XP gets confused.  So generally I'd recommend
>>> suspending the virtual machine with vmware's suspend function first,
>>> and then hibernate.
>>> 
>> You are right, it kills the vmware machine on hibernate.  I just tried
>> it.  Oh well, at least it doesn't freeze.  I'll try that vmware suspend
>> function.
>>   
>
> vmware uses Alsa, no? I see no way you can keep sound apps running if
> you have to unload the alsa module before hibernating.
>
> Regards,
>T.
hmm, maybe that is it.  I'll try not unloading the alsa drivers and see
if it still crashes.  Do most sound drivers resume just fine?  I think
with mine the sound will still work on a resume and will only NOT work
if I was playing music while I hibernated.  So I just set it to unload
them every time to be safe.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo apache2 VirtualHost :443 config

2006-12-07 Thread Grant

I need to include a Location block for one subdomain, but not for
another.  I have separate VirtualHost blocks set up for port 80, but
when I try to do the same for port 443, I get the following when
restarting apache2:

[warn] _default_ VirtualHost overlap on port 443, the first has precedence

To create the second 443 VirtualHost I copied the Gentoo
SSL_DEFAULT_VHOST config to another file and did a little editing.
Should I be going about that a different way?

Does anyone else find the Gentoo apache2 layout/config annoying?

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



Re: [gentoo-user] gnome-screensaver requires emacs?

2006-12-07 Thread Etaoin Shrdlu
On Thursday 7 December 2006 20:27, Chris Bare wrote:

> # emerge emerge -pv --tree gnome-screensaver
^

Remove the second "emerge"  :)

It turns out that "emerge" is an xemacs extension, which your command 
tries to emerge, along with its dependency.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome-screensaver requires emacs?

2006-12-07 Thread Chris Bare
# emerge emerge -pv --tree gnome-screensaver

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

Calculating dependencies... done!
 [ebuild  N] gnome-extra/gnome-screensaver-2.14.2  USE="pam xinerama -debug
-doc" 1,872 kB 
 [ebuild  N] app-xemacs/emerge-1.09  59 kB 
 [ebuild  N]  app-editors/xemacs-21.4.17  USE="X berkdb gpm jpeg png tiff
-Xaw3d -athena -canna -dnd -freewnn -ldap -motif -mule -nas -neXt -postgres
-xface" 10,377 kB 


what am I missing here? Why is it trying to install app-xemacs/emerge for
gnome-screensaver?
-- 
Chris Bare
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fine grained net dependancies

2006-12-07 Thread Mike Williams
On Thursday 07 December 2006 01:48, Thomas Rösner wrote:
> > At some point I was sure baselayout supported full runscript depend(){}
> > syntax, in the form depend_${iface}(){}.
>
> That'd be nice! I didn't know it ever worked. It would be nice if this
> could be made to work again.

There is support for depend_${iface}(){}, if the function is defined it's 
executed. I haven't dug deeply enough to see why my "before" is seemingly 
ignored. It's probably only effective to net scripts, not run scripts in 
general.

> > But heartbeat continues to start after the first net service starts, so
> > it fails to start as the interface it needs doesn't exist yet.
>
> Why not set RC_NET_STRICT_CHECKING="yes" in /etc/conf.d/rc?

Another excellent suggestion, thanks!

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with joliet fs

2006-12-07 Thread Richard Fish

On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:

My /etc/fstab looks like this:

/dev/hdc   /mnt/dvd   auto,iso9660,udf   noauto,ro,user,exec   0 0


I'm not sure it is legal to specify a comma-separated list of
filesystem types.  Probably better to just use "auto" here.


Could you please tell me what sort of Joliet fs options I need to select so as
to be able to mount the burned fs, or what do I need to configure in my
system to enable me to achieve this?


I would guess just CONFIG_JOLIET=y in your kernel configuration.  You
can find it in Filesystems->CD-ROM/DVD Filesystems under ISO 9660
CDROM filesystem support.

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



Re: [gentoo-user] [OT] DVD drives

2006-12-07 Thread Dale
Iain Buchanan wrote:
> 
>
> the prices are all so close that it doesn't matter there.  The first and
> last NEC are the same just silver and beige versions.
>
> As for the others, just compare them side by side:
>
>   NEC  LITE-ON  LG
> Silver  White  Beige
> DVD+R 18X16X18X
> DVD+RW 8X8X 8X
> DVD+R DL   8X8X 8X
> DVD-R 18X16X18X
> DVD-RW 6X6X 6X
> DVD-RAM   12X   12X
> DVD-ROM   16X16X16X
> CD-R  48X48X48X
> CD-RW 32X24X32X
> CD-ROM48X48X48X
> Cache  2M2M 2M
>
> (E&OE)
>
>   
>> 
>> 
>
> If they say CD-RW, then yes (all those do).
>
> Hope this helps (and I hope my ISP is working so this will get through!)
>   

It got through.  It does help.  I noticed that the LG is the right
color.  Not much difference other than that though.

Thanks for the help.

Dale

:-)  :-)


Re: [gentoo-user] another strange alsa problem

2006-12-07 Thread Richard Fish

On 12/7/06, Matthias Langer <[EMAIL PROTECTED]> wrote:

alsa-init: using device default
alsa-lib: pcm_dmix.c:914:(snd_pcm_dmix_open) unable to open slave
alsa-init: playback open error: Invalid argument
Could not open/initialize audio device -> no sound.


This indicates a configuration error.  The default device is
apparently the dmix plugin, but it is misconfigured to open a slave
device that doesn't exist.


Now the funny thing is, that the same works as root; so i guess that
some permissions are not set correctly


Maybe root doesn't have a ~/.asoundrc, and your regular user account does?

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



Re: [gentoo-user] dual boot install advice

2006-12-07 Thread maxim wexler
> 
> comments and advice are welcome. Resizing the XP
> partitioning (NTFS) without
> reformatting nevers seems to work for me.

My method is to boot the linux cd and partition the
drive but I don't format the 1st one. Then boot the XP
cd and install it to the first partition _then_ boot
the linux cd again and install linux onto the rest. I
like to include a fat partition to allow ease of
access from linux to XP. 

HTH, Maxim


 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with joliet fs

2006-12-07 Thread Bira

On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:


Could you please tell me what sort of Joliet fs options I need to select so as
to be able to mount the burned fs, or what do I need to configure in my
system to enable me to achieve this?  I just annoys me that WinXP has no
problem and my Gentoo setup does.


I'll take a look at my configurations once I get home today - there
might be something else that's needed. I also use K3B with the same
options you specified, and I never had a problem reading the discs in
Linux.

--
Bira
http://compexplicita.blogspot.com
http://sinfoniaferida.blogspot.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hibernation and various programs.

2006-12-07 Thread Thomas Rösner

Xamindar wrote:

Richard Fish wrote:
  

On 12/6/06, Xamindar <[EMAIL PROTECTED]> wrote:


I have hibernation set up on my laptop and am just wondering if there
are any programs that are unsafe to have running when hibernating.  One
of the main ones im wondering about would be vmware.  Can I hibernate
while I have windows xp running in vmware and still have it exactly how
I left it when I power back on?  I will probably try it soon anyway but
just wondering if anyone else out there has more experience.
  

I have done this, but end up rebooting the vmware session every time I
try, because I move around to different networks and the networking
between linux and XP gets confused.  So generally I'd recommend
suspending the virtual machine with vmware's suspend function first,
and then hibernate.


You are right, it kills the vmware machine on hibernate.  I just tried
it.  Oh well, at least it doesn't freeze.  I'll try that vmware suspend
function.
  


vmware uses Alsa, no? I see no way you can keep sound apps running if 
you have to unload the alsa module before hibernating.


Regards,
   T.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] screenrc configuration

2006-12-07 Thread Mick
Hi All,

Following a recent thread which touched upon the screen buffer I had another 
look at my screenrc and I think that it needs improving.  When I launch 
screen I get an error message at the bottom of the terminal:

/etc/screenrc: termcapinfo: two or three arguments required

This is relevant entries of my /etc/screenrc:

# XTERM TWEAKS
# ===

# xterm understands both im/ic and doesn't have a status line.
# Note: Do not specify im and ic in the real termcap/info file as
# some programs (e.g. vi) will not work anymore.
  termcap  xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
  terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
  termcap  rxvt hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
  terminfo rxvt hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l


# 80/132 column switching must be enabled for ^AW to work
# change init sequence to not switch width
  termcapinfo  xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l

# Make the output buffer large for (fast) xterms.
# termcapinfo xterm* OL=1
  termcapinfo xterm* OL=1
  termcapinfo rxvt* OL=2500

# tell screen that xterm can switch to dark background and has function
# keys.
  termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
  termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
  termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'

# special xterm hardstatus: use the window title.
  termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
  termcapinfo rxvt'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'

#terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
  termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
  termcapinfo rxvt 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'

# emulate part of the 'K' charset
  termcapinfo xterm 'XC=K%,%\E(B,[\304,\326,]\334,{\344,|\366,}\374,~\337'

# xterm-52 tweaks:
# - uses background color for delete operations
  termcapinfo xterm* be

# Do not use xterm's alternative window buffer, it breaks scrollback (see bug 
#61195)
  termcapinfo xterm|xterms|xs ti@:te=\E[2J
  termcapinfo rxvt ti@:te=\E[2J

# WYSE TERMINALS
# ===

#wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
#essential to have it here, as this is a slow terminal.
  termcapinfo wy75-42 xo:hs@

# New termcap sequences for cursor application mode.
  termcapinfo wy* 
CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J


# OTHER TERMINALS
# ===

# make hp700 termcap/info better
  termcapinfo  
hp700 
'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'

  terminfo vt100* 
ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
  termcapinfo linux C8
# old rxvt versions also need this
# termcapinfo rxvt C8
-- 
Regards,
Mick


pgpKhCuUtmmW5.pgp
Description: PGP signature


Re: [gentoo-user] Can't Start Epiphany

2006-12-07 Thread Randy Barlow

Matthias Langer wrote:

is it possible that you are using gnome-2.16 without gdm ? if so, read
this:
http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-2.16-upgrade.xml
  

Thanks Matthias!  I am indeed using startx and not gdm, so I added:

eval `dbus-launch --exit-with-session --sh-syntax`


to my ~/.xinitrc before the exec statement and all is well!

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



Re: [gentoo-user] Re: Transcoding movie DVD to MPEG4?

2006-12-07 Thread Mick
On Thursday 07 December 2006 15:03, Bira wrote:
> On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:
> > It seems that it has something to do with the joliet thing again that I
> > used to burn it.  From dmesg:
> >
> > ISO 9660 Extensions: Microsoft Joliet Level 3
> > ISOFS: changing to secondary root
> >
> > What does this mean?  Why can't my Gentoo read it?  Something I need to
> > set in the kernel?
>
> That's probably it - in the "make menuconfig" menu, it should be named
> something like "Joliet filesystem support", and be right next to the
> option for UDF.

Thanks, but I have Joliet configured in the kernel:

# cat .config | grep -i JOLIET
CONFIG_JOLIET=y

as well as UDF:

# cat .config | grep -i UDF   
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

-- 
Regards,
Mick


pgp5Vrrysuj9C.pgp
Description: PGP signature


[gentoo-user] Re: linux-headers vs gentoo-sources

2006-12-07 Thread 7v5w7go9ub0o



This show the disadvantage of aggressively cleaning $DISTDIR. You have
already downloaded this file once, when you installed 2.6.17-r1 (or even
earlier when you first installed a 2.6.17 kernel). Patch level updates  
use

the same source files, so cleaning out tarballs for installed packages
results in more downloads and more load on the mirrors.




Thanks for pointing this out. Suppose it's listed somewhere, but new to me.

Newbie

p.s. perhaps a permanent link on the newsletter to a page titled "20 (30?)  
useful tidbits that everyone knows about Gentoo, that make life  
easier"? It would include a link to Bugzilla; references to equery  
depends; dep -L; pquery --vdb --revdep; only one emerge sync per day; etc.  
i.e. all the stuff that recurrs here.




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Transcoding movie DVD to MPEG4?

2006-12-07 Thread Bira

On 12/7/06, Mick <[EMAIL PROTECTED]> wrote:

It seems that it has something to do with the joliet thing again that I used
to burn it.  From dmesg:

ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root

What does this mean?  Why can't my Gentoo read it?  Something I need to set in
the kernel?



That's probably it - in the "make menuconfig" menu, it should be named
something like "Joliet filesystem support", and be right next to the
option for UDF.

--
Bira
http://compexplicita.blogspot.com
http://sinfoniaferida.blogspot.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't Start Epiphany

2006-12-07 Thread Matthias Langer
On Thu, 2006-12-07 at 09:01 -0500, Randy Barlow wrote:
> Howdy all, I've just made a shiny new install and am using the Gnome
> desktop, but I cannot seem to start Epiphany.  When I try, I get a
> dialogue box telling me:
> 
> Startup failed because of the following error:
> Unable to determine the address of the message bus (try 'man
> dbus-launch' and 'man dbus-daemon' for help)
> 
> I did run /etc/init.d/dbus start as root (and added that to default run
> level) and I did log out/in afterwards, and the problem persists.  Any
> ideas?

is it possible that you are using gnome-2.16 without gdm ? if so, read
this:
http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-2.16-upgrade.xml

HTH,
Matthias

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Help with joliet fs

2006-12-07 Thread Mick
Hi All,

(I'm starting a new thread with this problem, because it isn't directly 
relevant to my previous thread on transcoding).

I am trying to burn a DVD with a large avi file (c. 3G) using K3B.  K3B has a 
number of options on the Burn settings, under Advanced ISO9960 Filesystem.  
By default K3B only shows 'Allow 31 character filenames' and further 
below 'ISO Level 2'.

I want to be able to read filenames which have spaces, underscores, lower case 
letters, etc. and long names/titles, so I ticked 'Allow 103 character Joliet 
filenames' and 'Allow untranslated ISO9960 filenames' - hoping that this will 
do the trick.  I left the default 'ISO Level 2' ticked.  What happened is 
that the DVD was burned successfully, but I cannot mount it using my Gentoo.  
It mounts and plays fine with WinXP, but with Gentoo returns this error:

$ mount /dev/hdc
mount: No medium found

It makes no difference if I try it as root and if I specify UDF, iso, auto as 
the fs type.  dmesg shows this:

ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root

My /etc/fstab looks like this:

/dev/hdc   /mnt/dvd   auto,iso9660,udf   noauto,ro,user,exec   0 0

Could you please tell me what sort of Joliet fs options I need to select so as 
to be able to mount the burned fs, or what do I need to configure in my 
system to enable me to achieve this?  I just annoys me that WinXP has no 
problem and my Gentoo setup does.
-- 
Regards,
Mick


pgp5T5USomW9X.pgp
Description: PGP signature


[gentoo-user] Can't Start Epiphany

2006-12-07 Thread Randy Barlow
Howdy all, I've just made a shiny new install and am using the Gnome
desktop, but I cannot seem to start Epiphany.  When I try, I get a
dialogue box telling me:

Startup failed because of the following error:
Unable to determine the address of the message bus (try 'man
dbus-launch' and 'man dbus-daemon' for help)

I did run /etc/init.d/dbus start as root (and added that to default run
level) and I did log out/in afterwards, and the problem persists.  Any
ideas?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another strange alsa problem [SOLVED]

2006-12-07 Thread Matthias Langer
On Thu, 2006-12-07 at 13:18 +0100, Matthias Langer wrote:
> I'm using alsa for years now and it has always been fine; especially it
> has always been possible without any problems to have multiple apps
> running that access the sound card. For example i could start audacious
> to play some music and to totem and watch a movie _with_ sound; or play
> some music and start a game etc.  Yesterday, i noticed, that this is
> no longer possible: For example, if i try to play a mp3 in gmplayer
> while running audacious i get:
> 
> alsa-init: using device default
> alsa-lib: pcm_dmix.c:914:(snd_pcm_dmix_open) unable to open slave
> alsa-init: playback open error: Invalid argument
> Could not open/initialize audio device -> no sound.
> 

well, it finally turned out that this problems where related to an
~/.asoundrc that has been created by some strange program. removing that
file made alsa happy again ...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Transcoding movie DVD to MPEG4?

2006-12-07 Thread Mick
On Thursday 07 December 2006 11:19, Mick wrote:
> On Tuesday 05 December 2006 23:04, rob wrote:
> > I Just use dvdrip emerge it works fine.
>
> I have used dvdrip and it created an avi file.  I have come across two
> issues since which I am not sure how to resolve:
>
> 1. Although I set the size of the media to 4700MB, dvdrip created a file
> which is just 2.9G (according to K3B).
> 2. I burned it to a DVD, but cannot mount it!  I am lost as to why I can't
> mount the darn thing.  I get a message:
>
> # mount -t udf /dev/dvd /mnt/dvd
> mount: No medium found
>
> I tried UDF because auto, or iso9660, didn't work either.  I tried
> mounting/playing it on a colleague's WinXP box and it worked fine.  What's
> up with this?
>
> This is what my fstab has:
>
> /dev/dvd   /mnt/dvd   auto,iso9660,udf   noauto,ro,user,exec   0 0
>
It seems that it has something to do with the joliet thing again that I used 
to burn it.  From dmesg:

ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root

What does this mean?  Why can't my Gentoo read it?  Something I need to set in 
the kernel?

-- 
Regards,
Mick


pgpvooupPlkmi.pgp
Description: PGP signature


[gentoo-user] rekall-2.4.4 ebuild anywhere?

2006-12-07 Thread Helmut Jarausch
Hi,

I am in need for an ebuild for rekall-2.4.4 since only
this version works with Python-2.5 (and my GenToo
system is solely based on Python-2.5)

Many thanks for a pointer or hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "seq --equal-width" not working

2006-12-07 Thread Andres Buehlmann
On Thu, 7 Dec 2006 13:33:50 +0100
Etaoin Shrdlu wrote:

> From the above description, it seems that there are two ways to get
> the output you want: either use the command
> 
> seq -w 0.00 0.25 1.00
> 
> or use -f:
> 
> seq -f "%0.2f"  0 0.25 1


Thanks a lot, that's exactly what I needed.

(However, I find it slightly irritating that seq without the -w flag 
automatically zero pads after the decimal point and seq with the -w flag does 
not, as described by Neil Bothwick.)

Thanks again
Andres

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] It isnt murder killing XP

2006-12-07 Thread Raymond Lewis Rebbeck
On Thursday, 7 December 2006 22:36, [EMAIL PROTECTED] wrote:
> Brilliant, ill give that a crack, i have the software for a windows
> machine(sonic stage) so ill give wine a shot.
>
> thanks
>
> Plus any dev out there who wants to become a hero in the recording industry
> take note we need a linux atrac management program... Or atleast a
> converter! Sent via BlackBerry® from Vodafone
>

Have a look at the following URL for some info on running SonicStage with 
wine:

http://appdb.winehq.com/appview.php?iVersionId=3876

-- 
Raymond Lewis Rebbeck

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "seq --equal-width" not working

2006-12-07 Thread Alan McKinnon
On Thursday 07 December 2006 13:00, Andres Buehlmann wrote:
> Hi
>
> I found a problem using seq (from coreutils):
> With version 6.4, I get:
>
> seq -w 0 0.25 1
> 0
> 0.25
> 0.5
> 0.75
> 1
>
> I.e., zero padding (with decimals) doesn't work.

Read the man page:

   -w, --equal-width
  equalize width by padding with leading zeroes

It says it will pad with leading zeroes. Why are you expecting it to pad 
with trailing zeroes? Looks like a bug in 5.94 as it is doing more than 
the spec says it must.

Use this command:

[EMAIL PROTECTED] ~ $ seq -f %.2f 0 0.25 1
0.00
0.25
0.50
0.75
1.00

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



[gentoo-user] another strange alsa problem

2006-12-07 Thread Matthias Langer
I'm using alsa for years now and it has always been fine; especially it
has always been possible without any problems to have multiple apps
running that access the sound card. For example i could start audacious
to play some music and to totem and watch a movie _with_ sound; or play
some music and start a game etc.  Yesterday, i noticed, that this is
no longer possible: For example, if i try to play a mp3 in gmplayer
while running audacious i get:

alsa-init: using device default
alsa-lib: pcm_dmix.c:914:(snd_pcm_dmix_open) unable to open slave
alsa-init: playback open error: Invalid argument
Could not open/initialize audio device -> no sound.

Now the funny thing is, that the same works as root; so i guess that
some permissions are not set correctly (note that my everyday user is in
the audio group) and perhaps, but this is only one possible explanation,
this is because i've upgraded to sys-fs/udev-103 recently ...

any ideas ?

btw, this is my sound-card: "Creative Labs SB Live! EMU10k1"

Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1,
glibc-2.4-r4, 2.6.18-gentoo-r3 i686)
=
System uname: 2.6.18-gentoo-r3 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.12.6
Last Sync: Thu, 07 Dec 2006 01:20:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo "
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en de"
MAKEOPTS="-j2"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.0.1/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac acpi aiglx alsa audiofile avahi beagle
berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt css cups dbus
dlloader dri dvd dvdr dvdread eds elibc_glibc emboss encode evo exif fam
fbcon ffmpeg firefox flac fortran gdbm gif ginac gmp gnome gphoto2 gpm
gstreamer gtk gtk2 hal iconv icq input_devices_keyboard
input_devices_mouse ipv6 isdnlog java javascript jpeg jpeg2k
kernel_linux lcms ldap libg++ linguas_de linguas_en mad mikmod mime mmx
mmxext mono mozsvg mp3 mpeg msn nautilus ncurses nfs nls nptl nptlonly
nsplugin nvidia offensive ogg oggvorbis opengl pam pcre pdf perl
plotutils png posix ppds pppd python qt3 qt4 quicktime readline real
reflection ruby sdl session sockets spell spl sqlite3 sse ssl subtitles
svg tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts
udev unicode usb userland_GNU vcd video_cards_nvidia vorbis win32codecs
wma xine xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] It isnt murder killing XP

2006-12-07 Thread Kellystewart00
Brilliant, ill give that a crack, i have the software for a windows 
machine(sonic stage) so ill give wine a shot.

thanks

Plus any dev out there who wants to become a hero in the recording industry 
take note we need a linux atrac management program... Or atleast a converter!
Sent via BlackBerry® from Vodafone  

-Original Message-
From: Raymond Lewis Rebbeck <[EMAIL PROTECTED]>

Date: Thu, 7 Dec 2006 22:29:43 
To:gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] It isnt murder killing XP


On Thursday, 7 December 2006 22:11, [EMAIL PROTECTED] wrote:
> Being a very new user to linux in general i was told killing windows
> altogether was a ballsy move but throwing myself in the deep end worked
> well the only issue i have is when it comes to encoding in Atrac format. I
> use mini disks for recording from my home music studio and would prefer to
> go back to atrac as opposed to mp3.
>
> Are there any programs for gentoo which will encode into atrac3 or just
> straight atrac?
>
> thanks in advance.
>
> Kel
> Sent via BlackBerry® from Vodafone

I don't believe there is any Atrac software outside of windows. You may have 
some success using such software with wine.

-- 
Raymond Lewis Rebbeck

-- 
gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "seq --equal-width" not working

2006-12-07 Thread Etaoin Shrdlu
On Thursday 7 December 2006 12:00, Andres Buehlmann wrote:

> Hi
>
> I found a problem using seq (from coreutils):
> With version 6.4, I get:
>[cut]
> I.e., zero padding (with decimals) doesn't work.
>
> However, with the older version 5.94, I get as expected:
>[cut]
> Can anybody confirm this? Am I missing something or is it simply a bug
> in the newer version?

Seems that -w only pads with leading zeros. From "info coreutils seq":

`-w'
`--equal-width'
 Print all numbers with the same width, by padding with leading
 zeros.  FIRST, STEP, and LAST should all use a fixed point decimal
 representation.  (To have other kinds of padding, use `--format').

>From the above description, it seems that there are two ways to get the 
output you want: either use the command

seq -w 0.00 0.25 1.00

or use -f:

seq -f "%0.2f"  0 0.25 1

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] which .iso to download ?

2006-12-07 Thread Alan McKinnon
On Thursday 07 December 2006 13:10, hicham wrote:
> Hello
>  I'm new to gentoo distro. , got an PC with Pentium 4 630 EMT 64, but
> I don't know which cd to download  from
> "http://www.gentoo.org/main/en/where.xml";

Use this one:

http://bouncer.gentoo.org/?product=gentoo-2006.1-livecd&os=amd64

alan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] It isnt murder killing XP

2006-12-07 Thread Kellystewart00
Being a very new user to linux in general i was told killing windows altogether 
was a ballsy move but throwing myself in the deep end worked well the only 
issue i have is when it comes to encoding in Atrac format. I use mini disks for 
recording from my home music studio and would prefer to go back to atrac as 
opposed to mp3.

Are there any programs for gentoo which will encode into atrac3 or just 
straight atrac?

thanks in advance.

Kel
Sent via BlackBerry® from Vodafone  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gvim slow to start

2006-12-07 Thread Ralf Stephan
Something like that happened when (already in X) I happened
to clean my /tmp directory, deleting the dirs used by X with it...
Every open of a gtk program needed 5 to 10 sec after that.
Of course, restart of X solved it.

Morale: be careful what you put in your .bashrc  ;)


ralf

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "seq --equal-width" not working

2006-12-07 Thread Daniel Iliev
Andres Buehlmann wrote:
> Hi
>
> I found a problem using seq (from coreutils):
> With version 6.4, I get:
>
> seq -w 0 0.25 1
> 0
> 0.25
> 0.5
> 0.75
> 1
>
> I.e., zero padding (with decimals) doesn't work.
>
>
> However, with the older version 5.94, I get as expected:
>
> seq -w 0 0.25 1
> 0.00
> 0.25
> 0.50
> 0.75
> 1.00
>
> Can anybody confirm this? Am I missing something or is it simply a bug
> in the newer version?
>
> Thanks
> Andres
>
>   

The same here:
seq (GNU coreutils) 6.4

seq  -w 0 0.25 1
0
0,25
0,5
0,75
1


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can Neon be slotted?

2006-12-07 Thread Ralf Stephan
> What versions of these are you trying to run?  davfs2-1.1.3-r1 and
> subversion-1.4.2 both depend on just "net-misc/neon", without any
> version deps, so I presume they both work with the current
> neon-0.26.1-r1.

Actually, svn does not depend on neon, only if you use WebDAV, and
then it's a svn bug. Reason: neon is meant to be included with
packages using it. This is clearly stated in the manual.

So, correctly, you would file bugs with both davfs2 and svn.


ralf

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: dual boot install advice

2006-12-07 Thread Mick
On Thursday 07 December 2006 08:47, Etaoin Shrdlu wrote:
> On Thursday 7 December 2006 05:10, James wrote:
> > > Once again, I'm installing  several amd64 systems with dual boot XP.
> > > I always have to nuke the XP, reformat, leave sda1 for XP and
> > > continue on with the install. Since I am installing Gentoo first
>
> Maybe I missed something, but why do you have to nuke XP in the first
> place? Can't you just use qtparted or any other tool to resize the
> windows partition and then go on with the gentoo install?

That's how I usually go about it on new machines.  I can't be a*sed with 
wasting time on installing WinXP and the resizing/rebooting takes the whole 
lot of 15-20 minutes on a slow machine/large drive.

It doesn't matter if WinXP rewrites the boot code on the MBR, as the OP said a 
Linux LiveCD is all you need to reinstall Grub in the MBR.
-- 
Regards,
Mick


pgpgSwQm4kxmi.pgp
Description: PGP signature


Re: [gentoo-user] Re: Transcoding movie DVD to MPEG4?

2006-12-07 Thread Mick
On Tuesday 05 December 2006 23:04, rob wrote:
> I Just use dvdrip emerge it works fine.
>

I have used dvdrip and it created an avi file.  I have come across two issues 
since which I am not sure how to resolve:

1. Although I set the size of the media to 4700MB, dvdrip created a file which 
is just 2.9G (according to K3B).
2. I burned it to a DVD, but cannot mount it!  I am lost as to why I can't 
mount the darn thing.  I get a message: 

# mount -t udf /dev/dvd /mnt/dvd
mount: No medium found

I tried UDF because auto, or iso9660, didn't work either.  I tried 
mounting/playing it on a colleague's WinXP box and it worked fine.  What's up 
with this?

This is what my fstab has:

/dev/dvd   /mnt/dvd   auto,iso9660,udf   noauto,ro,user,exec   0 0

Any suggestions on either front would be great.
-- 
Regards,
Mick


pgpRYjrznBvIM.pgp
Description: PGP signature


[gentoo-user] which .iso to download ?

2006-12-07 Thread hicham

Hello
I'm new to gentoo distro. , got an PC with Pentium 4 630 EMT 64, but
I don't know which cd to download  from
"http://www.gentoo.org/main/en/where.xml";

thanks for replying
hicham
--
gentoo-user@gentoo.org mailing list



[gentoo-user] "seq --equal-width" not working

2006-12-07 Thread Andres Buehlmann
Hi

I found a problem using seq (from coreutils):
With version 6.4, I get:

seq -w 0 0.25 1
0
0.25
0.5
0.75
1

I.e., zero padding (with decimals) doesn't work.


However, with the older version 5.94, I get as expected:

seq -w 0 0.25 1
0.00
0.25
0.50
0.75
1.00

Can anybody confirm this? Am I missing something or is it simply a bug
in the newer version?

Thanks
Andres

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Webmail in portage without PHP?

2006-12-07 Thread Neil Bothwick
On Thu, 07 Dec 2006 11:53:30 +0200, Daniel Iliev wrote:

> Well, I've tested RoundCube and I confirm it's very easy to install and
> very nice looking web mail application...But...what about security? It's
> not in the portage so there are no gentoo devs to take care of it. Since
> I would not go the way of checking for exploits and patching it myself I
> prefer SquirrelMail. If someday gentoo decides to include RoundCube in
> the portage, only then I'll think of using it in a production system.

There's an announcement mailing list for Roundcube that is a "Read-only
list with announcements like new versions, security bugs and more."

Subscribing to that should keep you abreast of any security issues and
updates.

Roundcube is still in beta, I wouldn't expect it to be added to portage
until 1.0 is due for release.


-- 
Neil Bothwick

The Flintstones probably had a PC!


signature.asc
Description: PGP signature


Re: [gentoo-user] Xfce update with wrong versions [solved]

2006-12-07 Thread Bertram Scharpf
Hi,

Am Mittwoch, 06. Dez 2006, 23:42:49 +0100 schrieb Bo Ørsted Andresen:
> On Wednesday 06 December 2006 23:07, Bertram Scharpf wrote:
> > this is the shortened output of my latest "emerge -pvuD world":
> >
> > 
> > [...]
> > [ebuild U ] xfce-base/xfce-mcs-manager-4.3.99.2 [4.3.90.2] USE="-debug" 
> > 591 kB
> > [...] 
> > [ebuild UD] xfce-base/xfce-mcs-manager-4.2.3 [4.3.90.2] USE="-debug" 0 
> > kB
> > 
> >
> > Obviously there is a bug in the version demand of the last
> > four packages. The downgraded packages will not work.
> 
> This is a well known problem that will hopefully be fixed in portage 2.1.3. If
> you file a bug it will be marked as a duplicate of but #1343 [1]. You need to
> get rid of whatever package is pulling in the downgrade (or upgrade it to a
> version that is compatible with 4.3.99.2). That's assuming you want the
> upgrade. Alternatively you can package.mask 4.3.x. --tree should be able to
> tell you what package(s) is pulling in the downgrade.

Yes! The --tree option told me that the pulling one was
"xffm". I couln't unmask this package because is was
replaced by "thunar", an advanced file manager. (Actually, I
use neither.)

Thanks a lot.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Webmail in portage without PHP?

2006-12-07 Thread Daniel Iliev
Michael Crute wrote:
> On 12/6/06, Grant <[EMAIL PROTECTED]> wrote:
>> I am using perl and I'd rather not install and maintain PHP just so I
>> can use Squirrelmail.  It sounds like I may need to though.  Does
>> anyone prefer another webmail client to Squirrelmail?
>
> We run RoundCube on Gentoo at work and it works very well, the
> interface is AJAXified which has its benefits. Overall I would say
> that if you are going to run PHP for your web-mail RoundCube is the
> best way to go. I don't know if it is in Portage or how easy it is to
> emerge, we manage our web applications with a different in-house
> system.
>
> -Mike
>

Well, I've tested RoundCube and I confirm it's very easy to install and
very nice looking web mail application...But...what about security? It's
not in the portage so there are no gentoo devs to take care of it. Since
I would not go the way of checking for exploits and patching it myself I
prefer SquirrelMail. If someday gentoo decides to include RoundCube in
the portage, only then I'll think of using it in a production system.

So, how do you, guys, secure non-portage applications?

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] evolution compilation error

2006-12-07 Thread Stefán István
Hi!
I tried to emerge evolution-2.6.2-r1, and got the following error:

make[2]: *** No rule to make target [EMAIL PROTECTED]@.po', needed by 
[EMAIL PROTECTED]@.gmo'.  Stop.
make[2]: Leaving directory 
`/portage_tmp/portage/evolution-2.6.2-r1/work/evolution-2.6.2/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/portage_tmp/portage/evolution-2.6.2-r1/work/evolution-2.6.2'
make: *** [all] Error 2

!!! ERROR: mail-client/evolution-2.6.2-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  evolution-2.6.2-r1.ebuild, line 183:   Called gnome2_src_compile
  gnome2.eclass, line 64:   Called die

Has anyone encountered with this problem?

Thanks,
István

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: dual boot install advice

2006-12-07 Thread Etaoin Shrdlu
On Thursday 7 December 2006 05:10, James wrote:

> > Once again, I'm installing  several amd64 systems with dual boot XP.
> > I always have to nuke the XP, reformat, leave sda1 for XP and
> > continue on with the install. Since I am installing Gentoo first

Maybe I missed something, but why do you have to nuke XP in the first 
place? Can't you just use qtparted or any other tool to resize the 
windows partition and then go on with the gentoo install?
-- 
gentoo-user@gentoo.org mailing list