Re: [gentoo-user] Gentoo on Thumbdrive

2005-09-03 Thread Neil Bothwick
On Fri, 2 Sep 2005 22:21:30 -0300, Norberto Bensa wrote:

  Incorrect. Flash memory only has a limited write lifetime, treating it
  like a hard drive will kill it in no time.

 Yup. Like in three years or so... I've dropped both floppies and CD-RW
 discs in favor of pendrives (1GB)

more like three months if you put a frequently written directory,
like /tmp or /var/log, on a flash device. Unless you use a filesystem
like JFFS2 that evens the writes over the whole disks, a few months of
logfile updates can easily kill a portion of a drive.

BTW you have PGP signed your email but your key doesn't appears to be on
the keyservers.


-- 
Neil Bothwick

A closed mouth gathers no foot.


pgpohsSDVanjJ.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo on Thumbdrive

2005-09-03 Thread Rumen Yotov
On Fri, 2005-09-02 at 22:21 -0300, Norberto Bensa wrote:
 Neil Bothwick wrote:
  On Fri, 2 Sep 2005 19:06:13 -0400, Michael Crute wrote:
   additionally carry around a thumbdrive. I was wondering if anyone has
   been able to install Gentoo on a thumbdrive. I assume it could be
   treated like a regular hard drive, correct?
 
  Incorrect. Flash memory only has a limited write lifetime, treating it
  like a hard drive will kill it in no time.
 
 
 Yup. Like in three years or so... I've dropped both floppies and CD-RW discs 
 in favor of pendrives (1GB)
 
 The down side is: not every computer out there can boot from a USB device. So 
 for some computers, you still have to carry a boot floppy, but I can live 
 with it for now.
 
 Regards,
 Norberto
Hi,
A little OT here, but just wanted to mention a distro (XoL IIRC) it's a
derivative of SoL (Server oriented? Linux) linux project (check
distrowatch.com), there are some more projects under SoL.
Basic idea is to run the main system from CD-ROM but have all configs 
docs on an USB-pen drive. So in theory boot the CD, work, save your
docs/work and go on. Moving office w/o a laptop.
PS: no experience with this checked the page though.
Rumen


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


Re: [gentoo-user] connections

2005-09-03 Thread Mattias Granlund

Hi!
My first post here, so bare with me.

You would want to check the variable $cfg['PmaAbsoluteUri'] =  
'http://localhost/phpmyadmin'; in config.inc.php in phpmyadmin's dir. If  
that points to localhost, your browser / server will direct you there.  
Change it to your servers IP or domainname and you should be good to go.


//Mattias Granlund

On Sat, 03 Sep 2005 03:14:58 +0200, Michael Crute [EMAIL PROTECTED] wrote:


On 9/2/05, John Dangler [EMAIL PROTECTED] wrote:


Mike~
Thanks for the reply. I did check the settings in my.cnf and
skip-networking is commented out.
I looked at the rest of the configuration and it seems as though it  
should

allow the connection…

Help is definitely appreciated…


One thought would be that you may not have PHPMyAdmin configured  
properly.
Is the error you are getting a PHPMyAdmin error page or a browser error?  
Is
your webserver setup to server the pages properly (no offense just going  
for
the obvious first). Is the MySQL user your are trying to login as  
allowed to

login remotely? Firewall? Just some thoughts. I can send you my
config.phpfor MyAdmin if that would help. There isnt much good stuff
in there anyhow
;)

-Mike





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Postfix, LDAP, courier-imap, how do i get them to talk to each other?

2005-09-03 Thread Jose Gonzalez Gomez
2005/9/2, Jakub Krajcovic [EMAIL PROTECTED]:
 Hello all,
 
 I am finishing the installation of a gentoo server, and $SUBJECT is
 the last thing that i need to do.
 The server's primary purpose is to server as a PDC for a windows
 domain. The user accounts (both posix and samba) are stored in ldap,
 as are the machine accounts (i followed the instructions on
 samba.idealx.org to set it up). The accounts in ldap are valid unix
 accounts (posix - like i mentioned earlier), the only thing is that
 they do not have a shell, (eg /bin/false) because the users only use
 samba, and do not connect to the server itself for shell access. Each
 user has a valid home directory (eg /home/group/user) and of course,
 a password.
 
 I configured postfix to relay mail, and now i need to configure it to
 receive mail, pass it to courier-imap (configure courier-imap), and
 make courier look for delivery info in the ldap database, and deliver
 the friggin email. I need the email stored in Maildir format, and
 preferably, i would want it to be stored in /home/group/user/.maildir
 (eg ~user/.maildir)
 
 Could someone please help me with this? I have followed this guide:
 http://gentoo-wiki.com/HOWTO_Postfix-
 LDAP_virtual_users_with_qmail_schema and did some configuration
 according to this, but i was not able to get it working, as this
 deals primarily with virtual users, but my users are real. I
 googled, checked the forums, but i found nothing that would solve my
 problem.
 
 Also, i am using qmailSchema for the users that i need to give email
 to. The fields that are defined for mail-enabled users are:
 
 mail: [EMAIL PROTECTED]
 accountStatus: active
 mailMessageStore: /home/group/user/.maildir (is this correct?)
 
 
 In case anyone would be willing to assist, but you would need the
 config files, please let me know, and i will post them on my server.
 
 thanks in advance to anyone willing to help
 
 
 S pozdravom / Best regards
 jakub krajcovic
 

Sometime ago I had some installation with that software and a similar
setup, although I don't remember the exact details. Anyway I seem to
remember that the mail wasn't delivered to the home directory of every
user, as it's a bit tricky to do so: the MTA should have write access
to all the home directories. I'm currently using Cyrus IMAP and
delivering mail through LMTP.

Anyway, you may treat your users as virtual and store the mail
anywhere else. Keep in mind that storing mail in the user's home
directory is intended for systems where users access mail directly in
their file system (as they used some time ago) instead of going
through a POP3/IMAP server, as it's mainly done nowadays. Moreover,
you're not giving your users shell access, so you don't have to worry
for giving direct access to mail files (unless you're mounting those
directories from anywhere else).

HTH,
Jose

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gpasswd not function immediately?

2005-09-03 Thread danielhf
yes, that's exactly what you should to make the command take effect.

On Thu, Sep 01, 2005 at 07:46:40PM +0300, Rumen Yotov wrote:
 On Thu, 2005-09-01 at 15:35 +0800, Qiangning Hong wrote:
  I want to create a crontab for my account using crontab -e. However
  system tells me I have no permission to run crontab.  I checked the
  Gentoo Linux Cron Guide_ and find that I must add my account to the
  cron group to use crontab.  Follow the guide, I ran:
  
  $ sudo gpasswd -a hongqn cron
  
  and run crontab -e again.  But bash still tells me Permission
  denied.  It seems the system has not recoginized I am already a cron
  group member immediately.  Maybe it reads a cache somewhere?  If so, how
  can I flush that cache?
  
  -- 
  Qiangning Hong
  http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn)
  
  Registered Linux User #396996
  Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1
  Thunderbird! http://www.spreadfirefox.com/?q=affiliatesid=67907t=183
 Hi,
 i think you'll have to logout  login to activate this change.
 HTH. Rumen


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting problems with nVidia and OpenMosix kernel

2005-09-03 Thread danielhf
i have got the same problem while installing the nvidia-kernel within
portage tree on my 2.6.12-5 kernel. 

i solved it by commenting the line
--- Load glx 
in /etc/X11/xorg.conf.

i recommend downloading the latest driver xxx.run from nvidia.com and
compile a module for your kernel. it worked for me, just for your
reference. ;-)

On Sat, Sep 03, 2005 at 01:42:33AM +, Raphael Melo de Oliveira Bastos Sales 
wrote:
 Hi there,
 
 I got a Gentoo box with two kernels, one is linux-2.6.12-gentoo-r9
 kernel sources and the other linux-2.4.30-openmosix-r3. On the 2.6
 kernel, the nvidia driver works fine. But on the OpenMosix version,
 whenever I try to start X, it crashes, and in the log, there are no
 error messages.
 All I get is:
 (II) Initializing extension GLX
 
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
 
 Fatal server error:
 Caught signal 11.  Server aborting
 
 cat /var/log/Xorg.0.log | grep EE returns nothing.
 
 I believe it is a flaw in the agpgart module, because if I try to
 load the module, I get:
 /lib/modules/2.4.30-om-migshm/kernel/drivers/char/agp/agpgart.o:
 init_module: Invalid argument
 Hint: insmod errors can be caused by incorrect module parameters,
 including invalid IO or IRQ parameters.
   You may find more information in syslog or the output from dmesg
 /lib/modules/2.4.30-om-migshm/kernel/drivers/char/agp/agpgart.o:
 insmod /lib/modules/2.4.30-om-migshm/kernel/drivers/char/agp/agpgart.o
 failed
 /lib/modules/2.4.30-om-migshm/kernel/drivers/char/agp/agpgart.o:
 insmod agpgart failed
 
 Anyone knows how to fix this? Thank you for your attention,
 
 Raphael
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /dev/cdrom has gone!

2005-09-03 Thread danielhf
i upgrade my system to use udev instead of previously known 
devfs, and leave the devfs option blank while configure the 
kernel, but recently, i found i could not mount my cdrom, 
there is no such device at all! the /dev/cdrom and the like has
gone! 
  
i test with my usb disk, and the /dev/ directory could add and 
remove the sda1 device node accordingly, it seems that everything
goes well. but where is my cdrom?

i have changed the /etc/conf.d/rc, and replace
RC_DEVICE_TARBALL=yes with
RC_DEVICE_TARBALL=no  several days ago,
because i think that'll be ok for me, and everything seems working
with the exception of the cdrom i found today! 

the rule file under the etc/udev/rules.d/ makes no sense to me,

any ideas please, thanks a lot.

-
daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /dev/cdrom has gone!

2005-09-03 Thread Holly Bostick
[EMAIL PROTECTED] schreef:
 i upgrade my system to use udev instead of previously known devfs, 
 and leave the devfs option blank while configure the kernel, but 
 recently, i found i could not mount my cdrom, there is no such device
  at all! the /dev/cdrom and the like has gone!
 
 i test with my usb disk, and the /dev/ directory could add and remove
  the sda1 device node accordingly, it seems that everything goes 
 well. but where is my cdrom?
 
 i have changed the /etc/conf.d/rc, and replace 
 RC_DEVICE_TARBALL=yes with RC_DEVICE_TARBALL=no  several days 
 ago, because i think that'll be ok for me, and everything seems 
 working with the exception of the cdrom i found today!
 
 the rule file under the etc/udev/rules.d/ makes no sense to me,
 
 any ideas please, thanks a lot.

/dev/cdrom (or in my case, /dev/cdrom, /dev/cdrw, and /dev/dvd) are just
symlinks to the real device anyway.

The real device is hd* (in my case, 'hdc', because the CD/DVD drive is the
master on the second IDE channel, as my hard drive is hda because it's
master on the first channel).

So maybe try looking for the actual device, instead of a symlink (which
has apparently been removed), and see if that gets you any further.

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



[gentoo-user] USB2 versus USB1.x

2005-09-03 Thread Rhywek
Hi, * .*

I have a small problem with usb in my laptop. First I had all 3 HCD
compiled in my kernel: ehci, ohci and uhci. When I connected some usb
2.0 device (hard drive or external DVD burner), there was a message in
/var/log/everything/current that device is not running at full speed and
that I should connect it to a faster hub and it was using ohci. I tried
all four ports I have and it was the same. I tested the device (that is
a hard-drive) with hdparm -tT /dev/sda and it gave about 900 kbyte/s,
which is something like usb 1.x.

Then I recompiled my kernel with ehci only. Now there is no such
message, the same device is using ehci and when I test it, it gives more
than 20 Mbytes/s, which must be USB 2.0, as I want.

The problem is: why when I have compiled ohci also, the device does not
work as USB 2.0? I could work with ehci only, but the problem is that
now my usb mouse is not working (it is not usb 2.0).

I read the help to all selections in kernel config under USB support.
There is no thing like select fastest driver... They say that it is no
harm to select all HCDs...

This is the relevant part of the output from lspci -v:

:00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1
(rev
01) (prog-if 10 [OHCI])
Subsystem: Acer Incorporated [ALI]: Unknown device 0052
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at d8001000 (32-bit, non-prefetchable) [size=4K]

:00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2
(rev
01) (prog-if 10 [OHCI])
Subsystem: Acer Incorporated [ALI]: Unknown device 0052
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at d8002000 (32-bit, non-prefetchable) [size=4K]

:00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller
(rev 01)
 (prog-if 20 [EHCI])
Subsystem: Acer Incorporated [ALI]: Unknown device 0052
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 19
Memory at d8003000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [dc] Power Management version 2

I also came to idea that maybe the first device I connect is determining the 
speed for all ports (the first is also USB1.x mouse). So I disconnected the 
mouse and plugged the USB2 devices first, but no difference.

Yesterday I updated my kernel to 2.6.12-gentoo-r10, but it is the same.

Any clues?
Any proper kernel configs for this part?

Thanks in advance.
Rhywek.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /dev/cdrom has gone!

2005-09-03 Thread danielhf
unfortunetly, hdc does not exist either.
and dmesg does not show anything about my
cdrom or hdc. just odd.

On Sat, Sep 03, 2005 at 12:36:49PM +0200, Holly Bostick wrote:
 [EMAIL PROTECTED] schreef:
  i upgrade my system to use udev instead of previously known devfs, 
  and leave the devfs option blank while configure the kernel, but 
  recently, i found i could not mount my cdrom, there is no such device
   at all! the /dev/cdrom and the like has gone!
  
  i test with my usb disk, and the /dev/ directory could add and remove
   the sda1 device node accordingly, it seems that everything goes 
  well. but where is my cdrom?
  
  i have changed the /etc/conf.d/rc, and replace 
  RC_DEVICE_TARBALL=yes with RC_DEVICE_TARBALL=no  several days 
  ago, because i think that'll be ok for me, and everything seems 
  working with the exception of the cdrom i found today!
  
  the rule file under the etc/udev/rules.d/ makes no sense to me,
  
  any ideas please, thanks a lot.
 
 /dev/cdrom (or in my case, /dev/cdrom, /dev/cdrw, and /dev/dvd) are just
 symlinks to the real device anyway.
 
 The real device is hd* (in my case, 'hdc', because the CD/DVD drive is the
 master on the second IDE channel, as my hard drive is hda because it's
 master on the first channel).
 
 So maybe try looking for the actual device, instead of a symlink (which
 has apparently been removed), and see if that gets you any further.
 
 HTH,
 Holly
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Sven Köhler
 unfortunetly, hdc does not exist either.
 and dmesg does not show anything about my
 cdrom or hdc. just odd.

how about modprobe ide-cd ?


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-09-03 Thread Christoph Daldrup
Am 01.09.2005 14:36 schrieb Christoph Daldrup:

 Am 01.09.2005 09:41 schrieb Stefan Frank:
 
 I just did a emerge -u dhcp and I was able to do /etc/init.d/net.eth0 
 restart 
 without problems. Try to clear the cache of dhcpcd under /var/lib/dhcpc (?) 
 and to start it again. 
 
 Thanks for that suggestion, I will try later.

OK, I tried again. I do get an IP, I can connect to the internet, but
the dhcpcd-process does not finish. In a working gentoo environment that
 is not a big problem, but while booting, this is bad.

This is the output I get:
  *   Bringing up eth1
  * dhcp
  *   Running dhcpcd ...
 ClassID  = Linux 2.6.12-gentoo-r9 i686
 ClientID = 61.7.1.00.0E.35.BC.F8.71
 parseDhcpMsgRecv: 6 options received:
 i=1   len=4   option = 255.255.255.0
 i=3   len=4   option = 192.168.0.1
 i=6   len=4   option = 192.168.0.1
 i=51  len=4   option = 259200
 i=53  len=1   option = 2
 i=54  len=4   option = 192.168.0.1
 DhcpMsgRecv-yiaddr  = 192.168.0.2
 DhcpMsgRecv-siaddr  = 0.0.0.0
 DhcpMsgRecv-giaddr  = 0.0.0.0
 DhcpMsgRecv-sname   = 
 ServerHardwareAddr   = 00.09.5B.D8.68.18
 parseDhcpMsgRecv: 9 options received:
 i=1   len=4   option = 255.255.255.0
 i=3   len=4   option = 192.168.0.1
 i=6   len=4   option = 192.168.0.1
 i=28  len=4   option = 192.168.0.255
 i=51  len=4   option = 259200
 i=53  len=1   option = 5
 i=54  len=4   option = 192.168.0.1
 i=58  len=4   option = 0
 i=59  len=4   option = 0
 DhcpMsgRecv-yiaddr  = 192.168.0.2
 DhcpMsgRecv-siaddr  = 0.0.0.0
 DhcpMsgRecv-giaddr  = 0.0.0.0
 DhcpMsgRecv-sname   = 
 ServerHardwareAddr   = 00.09.5B.D8.68.18

Then the output stops, but I don't get a prompt. :(

What am I doing wrong?

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



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
On Sat, Sep 03, 2005 at 02:07:34PM +0200, Sven K?hler wrote:

i alway build it into kernel, i already checked my config file,
the BLK_DEV_IDECD=y is just there.

besides, why there is a register dump while i reboot,
the error occures at /etc/init.d/halt.sh right
after Unmounting filesystems.  hehe ;-(. broken...

  unfortunetly, hdc does not exist either.
  and dmesg does not show anything about my
  cdrom or hdc. just odd.
 
 how about modprobe ide-cd ?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:

no error on reboot now, but i will try to switch to windows to see
if the cdrom works well

 On Sat, Sep 03, 2005 at 02:07:34PM +0200, Sven K?hler wrote:
 
 i alway build it into kernel, i already checked my config file,
 the BLK_DEV_IDECD=y is just there.
 
 besides, why there is a register dump while i reboot,
 the error occures at /etc/init.d/halt.sh right
 after Unmounting filesystems.  hehe ;-(. broken...
 
   unfortunetly, hdc does not exist either.
   and dmesg does not show anything about my
   cdrom or hdc. just odd.
  
  how about modprobe ide-cd ?
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Alex Korshunov

[EMAIL PROTECTED] wrote:


On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:

no error on reboot now, but i will try to switch to windows to see
if the cdrom works well
 


All my cdroms in /dev/cdroms/cdrom. May be...?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Matt Randolph

Alex Korshunov wrote:


[EMAIL PROTECTED] wrote:


On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:

no error on reboot now, but i will try to switch to windows to see
if the cdrom works well
 


All my cdroms in /dev/cdroms/cdrom. May be...?



I didn't see the beginning of this thread so my question may be 
redundant.  Did you (the OP) verify that the drive is still detected by 
the BIOS?


--

Pluralitas non est ponenda sine necessitate - W. of O.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] cedet-1.0_pre3 loses `sb-info.el'

2005-09-03 Thread Yuan MEI
I was using cedet-1.0_beta3 well for some days, however, today, when I
update it to the 1.0_pre3 version, I found that the file `sb-info.el',
which should be in `/usr/share/emacs/site-lisp/cedet/speedbar' was
missed.  And actually, this file is packed in `cedet-1.0pre3.tar.gz'.
So, what's wrong? the ebuild or the source's makefile?
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
my BIOS infomation shows my cdrom is at the third IDE primary,
so i do:
mknod -m 660 hde b 33 0

and later i tried
mknod -m 660 hdc b 23 0

the output:
hdc is not a valid block device

no luck. hde failed either, i give it up. ;-( 

thanks for all help.

daniel

On Sat, Sep 03, 2005 at 04:53:57PM +0400, Alex Korshunov wrote:
 [EMAIL PROTECTED] wrote:
 
 On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:
 
 no error on reboot now, but i will try to switch to windows to see
 if the cdrom works well
  
 
 All my cdroms in /dev/cdroms/cdrom. May be...?
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
yes, it works just well in WindowsXP.
it even works before i use udev. hehe

i'm not sure it failed due to the udev, 
i have no idea now.

On Sat, Sep 03, 2005 at 09:20:42AM -0400, Matt Randolph wrote:
 Alex Korshunov wrote:
 
 [EMAIL PROTECTED] wrote:
 
 On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:
 
 no error on reboot now, but i will try to switch to windows to see
 if the cdrom works well
  
 
 All my cdroms in /dev/cdroms/cdrom. May be...?
 
 
 I didn't see the beginning of this thread so my question may be 
 redundant.  Did you (the OP) verify that the drive is still detected by 
 the BIOS?
 
 -- 
 
 Pluralitas non est ponenda sine necessitate - W. of O.
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Postfix, LDAP, courier-imap, how do i get them to talk to each other?

2005-09-03 Thread Brett Schroeder

All the answers are here http://www.postfix.org/documentation.html

Jose Gonzalez Gomez wrote:

2005/9/2, Jakub Krajcovic [EMAIL PROTECTED]:


Hello all,

I am finishing the installation of a gentoo server, and $SUBJECT is
the last thing that i need to do.
The server's primary purpose is to server as a PDC for a windows
domain. The user accounts (both posix and samba) are stored in ldap,
as are the machine accounts (i followed the instructions on
samba.idealx.org to set it up). The accounts in ldap are valid unix
accounts (posix - like i mentioned earlier), the only thing is that
they do not have a shell, (eg /bin/false) because the users only use
samba, and do not connect to the server itself for shell access. Each
user has a valid home directory (eg /home/group/user) and of course,
a password.

I configured postfix to relay mail, and now i need to configure it to
receive mail, pass it to courier-imap (configure courier-imap), and
make courier look for delivery info in the ldap database, and deliver
the friggin email. I need the email stored in Maildir format, and
preferably, i would want it to be stored in /home/group/user/.maildir
(eg ~user/.maildir)

Could someone please help me with this? I have followed this guide:
http://gentoo-wiki.com/HOWTO_Postfix-
LDAP_virtual_users_with_qmail_schema and did some configuration
according to this, but i was not able to get it working, as this
deals primarily with virtual users, but my users are real. I
googled, checked the forums, but i found nothing that would solve my
problem.

Also, i am using qmailSchema for the users that i need to give email
to. The fields that are defined for mail-enabled users are:

mail: [EMAIL PROTECTED]
accountStatus: active
mailMessageStore: /home/group/user/.maildir (is this correct?)


In case anyone would be willing to assist, but you would need the
config files, please let me know, and i will post them on my server.

thanks in advance to anyone willing to help


S pozdravom / Best regards
jakub krajcovic




Sometime ago I had some installation with that software and a similar
setup, although I don't remember the exact details. Anyway I seem to
remember that the mail wasn't delivered to the home directory of every
user, as it's a bit tricky to do so: the MTA should have write access
to all the home directories. I'm currently using Cyrus IMAP and
delivering mail through LMTP.

Anyway, you may treat your users as virtual and store the mail
anywhere else. Keep in mind that storing mail in the user's home
directory is intended for systems where users access mail directly in
their file system (as they used some time ago) instead of going
through a POP3/IMAP server, as it's mainly done nowadays. Moreover,
you're not giving your users shell access, so you don't have to worry
for giving direct access to mail files (unless you're mounting those
directories from anywhere else).

HTH,
Jose



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread John Jolet
On Saturday 03 September 2005 08:20, Matt Randolph wrote:
 Alex Korshunov wrote:
  [EMAIL PROTECTED] wrote:
  On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:
 
  no error on reboot now, but i will try to switch to windows to see
  if the cdrom works well
 
  All my cdroms in /dev/cdroms/cdrom. May be...?

 I didn't see the beginning of this thread so my question may be
 redundant.  Did you (the OP) verify that the drive is still detected by
 the BIOS?
having done some research yesterday on udev, specifically the gentoo udev 
howto, it was my understanding that udev did NOT create node files.  those 
must exist and udev just manages the mappings to those files.  that's what 
the tar/untar process on shutdown/boot takes care of.  devfs, on the other 
hand DID take care of those files.  the gentoo udev howto specifically gives 
a walkthrough on the steps necessary to switch from a hybrid udev/devfs 
system to a pure udev system.  Have you looked at that document?  
Unfortunately, I don't remember the link at this moment, but I linked to it 
from the udev stuff at kernel.org.
-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
i did read that document, to find the doc is trivial.

what i got is just similar. the udev just create the device
files which were detected by kernel, and handle the operations
like add or remove dynamically. i tried this feature with my usb
devices already, i really like the way udev works. i could not found
any info from the output of dmesg, so i think perhaps there is a problem
on detecting the device, but not the problem of udev.

thanks

daniel

On Sat, Sep 03, 2005 at 08:40:20AM -0500, John Jolet wrote:
 On Saturday 03 September 2005 08:20, Matt Randolph wrote:
  Alex Korshunov wrote:
   [EMAIL PROTECTED] wrote:
   On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote:
  
   no error on reboot now, but i will try to switch to windows to see
   if the cdrom works well
  
   All my cdroms in /dev/cdroms/cdrom. May be...?
 
  I didn't see the beginning of this thread so my question may be
  redundant.  Did you (the OP) verify that the drive is still detected by
  the BIOS?
 having done some research yesterday on udev, specifically the gentoo udev 
 howto, it was my understanding that udev did NOT create node files.  those 
 must exist and udev just manages the mappings to those files.  that's what 
 the tar/untar process on shutdown/boot takes care of.  devfs, on the other 
 hand DID take care of those files.  the gentoo udev howto specifically gives 
 a walkthrough on the steps necessary to switch from a hybrid udev/devfs 
 system to a pure udev system.  Have you looked at that document?  
 Unfortunately, I don't remember the link at this moment, but I linked to it 
 from the udev stuff at kernel.org.
 -- 
 John Jolet
 Your On-Demand IT Department
 512-762-0729
 www.jolet.net
 [EMAIL PROTECTED]
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Philip Webb
050903 [EMAIL PROTECTED] wrote:
 my BIOS infomation shows my cdrom is at the third IDE primary,
 so i do: 'mknod -m 660 hde b 33 0' ...

What happened in that case ?  That ought to be what you want.

 ... and later i tried 'mknod -m 660 hdc b 23 0'
 the output: hdc is not a valid block device

I changed over a couple of days ago  have the correct devices in  /dev .
Are you using an upto-date kernel ( 2.6.12-gentoo-rnn ) ?

-- 
,,
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] Which drivers to use for audio and video?

2005-09-03 Thread waltdnes
On Sat, Sep 03, 2005 at 04:44:42AM +0100, Ian Hastie wrote

 Walter Dnes [EMAIL PROTECTED] wrote:

 Notice there is no sse3 support.

  I got carried away there.  It only goes up to sse2.  Another goof on
my part was referring to the gcc 3.4.4 docs.  I think we're still on
3.3.5.

  Now I just need to get the sound chip working.
 
 Which chip is it you have?  My emu10k1 based Audigy 2 works well with
 the in kernel driver.  I'd expect most of the other OSS kernel
 supported chips to work in 64 bit mode too.

  I finally got it going.  My Google-fu hasn't been as good as it could
be.  I tried earlier searching on my motherboard and k8, and got
buried in a gazillion results, consisting mostly of people listing off
their system components, or else computer stores selling systems with
that motherboard.  I tried a few more times and finally found someone
saying how he got his sound working.  First, in make menuconfig ...

M Intel/SiS/nVidia/AMD/ALi AC97 Controller

  And then at bootup...

modprobe snd-intel8x0

  I could put the modprobe

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which drivers to use for audio and video?

2005-09-03 Thread waltdnes
On Thu, Sep 01, 2005 at 10:28:27PM -0700, Mark Knecht wrote

 Note that 3dnow and mmx are disabled even though I have them enabled
 in my make.conf file:

  What about your CFLAGS line?  I assume that you're using -march=k8.
It's supposed to implicitly include mmx and sse and sse2, but maybe the
mplayer make file gets cute, and tries reading CFLAGS.  Here's my 32-bit
mode CFLAGS line...
CFLAGS=-O2 -pipe -fomit-frame-pointer -march=athlon -m3dnow -mmmx -msse -msse2 
-msse3 -mfpmath=sse

  My emerge seems to have everything I asked for

[m3000][root][~] emerge -pv mplayer

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-video/mplayer-1.0_pre7-r1  -3dfx +3dnow +3dnowext
+X +aac -aalib +alsa (-altivec) -arts -bidi -bl -cdparanoia +cpudetection
-custom-cflags -debug +dga -directfb +divx4linux -doc -dts -dv -dvb +dvd
+dvdread -edl +encode -esd -fbcon -ggi +gif -gtk -i8x0 -ipv6 -jack
-joystick +jpeg -libcaca -lirc -live -lzo -mad -matroska -matrox +mmx
+mmxext -mythtv -nas -nls -nvidia +opengl -oss +png +real -rtc -samba
+sdl +sse +sse2 -svga -tga +theora +truetype -v4l -v4l2 +vorbis
+win32codecs -xanim -xinerama -xmms +xv -xvid -xvmc 0 kB


  Try the following command, and see what local flags it allows...
grep /mplayer: /usr/portage/profiles/use.local.desc

  I think that local flags are supposed to be entered in
/etc/portage/package.use.  Here's my entry...

media-video/mplayer cpudetection real sse2 3dnowext mmxext

  My flags line is almost identical to yours.  I'm missing lahf_lm.

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] localization

2005-09-03 Thread Francisco J. A. Ares
Hi,

I would like to know which is the right locale setting for compiling
e.g. KDE and Mozilla in my own language.  Mozilla is a good example,
because in an earlier version all labels and everything else was in my
home language.

This is what I already have set in my environment:

I18N=pt_BR
LANG=pt_BR
LANGUAGE=pt_BR
LC_ALL=pt_BR
LINGUA=pt_BR
LINGUAS=pt_BR
LOCALE=pt_BR

By the way, OpenOffice is currently in my home language and WindowMaker
has mixed english and brazillian portuguese texts.

Am I missing any?

I am looking at the Gentoo Wiki about UTF-8:  is it the right thing to
do the best localization?

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



[gentoo-user] Xorg fails to start

2005-09-03 Thread James
Hello,

   

Well, an intel based portable with a radeon 9000 was working fine
with a 2.6.12-gentoo-r9 kernel until this morning. X(kdm) would
not start. I logged in (console) and entered 'startx' and got something
very strange:

First I had to comment out the { Load  speedo  } line, then the next
problem was(/var/log/Xorg.0.log):

'Symbol drmGetClient from module
/usr/lib/modules/drivers/radeon_drv.o is unresolved'

I also get:
(**) Keyboard1: CustomKeycodes disabled
(WW) No core pointer registered
(II) XINPUT: Adding extended input device Keyboard1 (type: KEYBOARD)
No core pointer

Fatal server error:
failed to initialize core devices

Checking /etc/X11/xorg.conf it is otherwise as it was
(except for speedo) commented out in the fonts section.

I did a emerge -uD world yesterday. 
I tried the older 
2.6.gentoo-r4 kernel, which worked fine for weeks
and it gives the same problem, with identical results.

I rebuilt the 2.6.12-gentoo-r9 kernel with radeon
detailed debugging turn on and here is what I get:


Linux agpgart interface v0.101 (c) Dave Jones
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt :01:00.0[A] - Link [LNKA] - GSI 11 (level, low) - IRQ
 11
[drm] Initialized radeon 1.16.0 20050311 on minor 0: ATI Technologies Inc Radeon
 R250 Lf [FireGL 9000]
radeonfb_pci_register BEGIN
ACPI: PCI Interrupt :01:00.0[A] - Link [LNKA] - GSI 11 (level, low) - IRQ
 11
radeonfb (:01:00.0): Found 65536k of DDR 128 bits wide videoram
radeonfb (:01:00.0): mapped 16384k videoram
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=250.00 Mhz, System=167.00 MHz
radeonfb: PLL min 2 max 35000
1 chips in connector info
 - chip 1 has 1 connectors
  * connector 0 of type 2 (CRT) : 2300
Starting monitor auto detection...
radeonfb: I2C (port 1) ... not found
radeonfb: I2C (port 2) ... not found
radeonfb: I2C (port 3) ... not found
radeonfb: I2C (port 4) ... not found
radeonfb: I2C (port 2) ... not found
radeonfb: I2C (port 4) ... not found
Non-DDC laptop panel detected
radeonfb: I2C (port 3) ... not found
radeonfb: I2C (port 4) ... not found
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: LP171W01
radeonfb: detected LVDS panel size from BIOS: 1440x900
BIOS provided panel power delay: 1000
radeondb: BIOS provided dividers will be used
ref_divider = 6
post_divider = 4
fbk_divider = 40
Scanning BIOS table ...
 320 x 350
 320 x 400
 320 x 400
 320 x 480
 400 x 600
 512 x 384
 640 x 350
 640 x 400
 640 x 475
 640 x 480
 720 x 480
 720 x 576
 800 x 600
 848 x 480
 1024 x 768
 1152 x 864
 1440 x 900
Found panel in BIOS table:
  hblank: 320
  hOver_plus: 64
  hSync_width: 32
  vblank: 12
  vOver_plus: 3
  vSync_width: 3
  clock: 9621
Setting up default mode based on panel info
radeonfb: Dynamic Clock Power Management enabled
radeonfb (:01:00.0): ATI Radeon Lf
radeonfb_pci_register END
kobject_register failed for radeonfb (-17)
 [c021eff9] kobject_register+0x49/0x80
 [c02c2548] bus_add_driver+0x58/0xd0
 [c0228f87] pci_register_driver+0x87/0xb0
 [c05a833e] radeonfb_old_init+0x3e/0x46
 [c0590a0b] do_initcalls+0x2b/0xc0
 [c01003b4] init+0x94/0x1b0
 [c0100320] init+0x0/0x1b0
 [c01014a5] kernel_thread_helper+0x5/0x10

is this a Digital Right Management issue?

confused...
James


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] connections

2005-09-03 Thread John Dangler
Mattias~
Thanks for the reply.  Actually, my config.inc.php has
$cfg['PmaAbsoluteUri']='' (autoconfig is working ok)

the server ip is 192.168.1.10
the laptop ip is 192.168.1.15

the /etc/hosts file in the server has 
127.0.0.1 localhost myserver myserver2

I'm wondering if the /etc/hosts file in the laptop should get an entry with:
192.168.1.10 myserver myserver2

John 
 

-Original Message-
From: Mattias Granlund [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 03, 2005 4:35 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] connections

Hi!
My first post here, so bare with me.

You would want to check the variable $cfg['PmaAbsoluteUri'] =  
'http://localhost/phpmyadmin'; in config.inc.php in phpmyadmin's dir. If  
that points to localhost, your browser / server will direct you there.  
Change it to your servers IP or domainname and you should be good to go.

//Mattias Granlund

On Sat, 03 Sep 2005 03:14:58 +0200, Michael Crute [EMAIL PROTECTED] wrote:

 On 9/2/05, John Dangler [EMAIL PROTECTED] wrote:

 Mike~
 Thanks for the reply. I did check the settings in my.cnf and
 skip-networking is commented out.
 I looked at the rest of the configuration and it seems as though it  
 should
 allow the connection.

 Help is definitely appreciated.


 One thought would be that you may not have PHPMyAdmin configured  
 properly.
 Is the error you are getting a PHPMyAdmin error page or a browser error?  
 Is
 your webserver setup to server the pages properly (no offense just going  
 for
 the obvious first). Is the MySQL user your are trying to login as  
 allowed to
 login remotely? Firewall? Just some thoughts. I can send you my
 config.phpfor MyAdmin if that would help. There isnt much good stuff
 in there anyhow
 ;)

 -Mike




-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-- 
gentoo-user@gentoo.org mailing list





-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge toggling arts, kdelibs, kwin between 3.4.1 and 3.4.2

2005-09-03 Thread Roy Wright

Howdy,

I have my system set up to sync every night then send me a notification 
message.

I then examine what has changed and decide when to do the emerge.

For the past week, emerge -uDNv world has been toggling arts, kdelibs, 
and kwin.
What I mean is that if 3.4.1 is installed then it upgrades to 3.4.2 
(which is as expected
since I have these in my package.keywords file).  The problem seems to 
be that when
3.4.2 is installed, emerge wants to downgrade them to 3.4.1.  This 
doesn't make

sense to me.

I'm also at a loss on how to troubleshoot this.

Here's what I can see:

royw-gentoo ~ # emerge -uDNv world -p

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild UD] kde-base/arts-3.4.1-r2 [3.4.2] +alsa +arts 
-artswrappersuid -debug +esd -hardened -jack +kdeenablefinal +mp3 
+vorbis +xinerama 0 kB
[ebuild UD] kde-base/kdelibs-3.4.1-r2 [3.4.2] +alsa +arts +cups 
-debug +doc -jpeg2k +kdeenablefinal +kerberos -openexr +spell +ssl +tiff 
+xinerama -zeroconf 0 kB
[ebuild UD] kde-base/kwin-3.4.1 [3.4.2] +arts -debug +kdeenablefinal 
-kdexdeltas +xinerama 0 kB


Total size of downloads: 0 kB
royw-gentoo ~ # eix -e arts
* kde-base/arts
Available versions:  1.2.3 1.3.2 1.3.2-r1 3.4.1-r2 ~3.4.2 [M]3.5_alpha1
Installed:   1.3.2-r1 3.4.2
Homepage:http://multimedia.kde.org/
Description: aRts, the KDE sound (and all-around 
multimedia) server/output manager



Found 1 matches
royw-gentoo ~ # grep arts /etc/portage/*
/etc/portage/package.keywords:kde-base/arts ~x86
/etc/portage/package.keywords:kde-base/kdemultimedia-arts ~x86
/etc/portage/package.keywords:kde-base/artsplugin-mpeglib ~x86
/etc/portage/package.keywords:kde-base/artsplugin-mpg123 ~x86
/etc/portage/package.keywords:kde-base/artsplugin-audiofile ~x86
/etc/portage/package.keywords:kde-base/artsplugin-xine ~x86


Any ideas?

TIA,
Roy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] localization

2005-09-03 Thread Alexander Skwar
Francisco J. A. Ares schrieb:
 Hi,
 
 I would like to know which is the right locale setting for compiling
 e.g. KDE and Mozilla in my own language.

KDE: You need to install kde-i18n and set the LINGUAS variable
appropriately. You can choose from

LANGS=af ar bg bn br bs ca cs cy da de el en_GB eo es \
et eu fi fr fy ga he hi hsb hu is it ja lt mk \
nb nds nl nn pa pl pt pt_BR ro ru se sk sl sr \
[EMAIL PROTECTED] sv ta tg tr uk zh_CN

Mozilla: Mozilla cannot be localized, using nothing but
the Gentoo ebuild. You'll manually have to install the
appropriate language extension for every user (!).
You can get them at 
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.6/linux-i686/xpi/


  Mozilla is a good example,
 because in an earlier version all labels and everything else was in my
 home language.

Doubtful.

 LINGUAS=pt_BR

In this case, all you need to do is to install the kde-i18n package
and uwse the KDE control center thing to assign the correct langauge.

 LOCALE=pt_BR
 
 By the way, OpenOffice is currently in my home language and WindowMaker
 has mixed english and brazillian portuguese texts.
 
 Am I missing any?

No - you've got too much. It's sufficient to set
LANG in the environment and LINGUAS in make.conf.

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alexander Skwar
Hello!

[16:00:20 [EMAIL PROTECTED]:~] $ sudo emerge -Duvat world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[..]
[ebuild  N] app-i18n/man-pages-de-0.4  0 kB
[..]

As you can see there, the package man-pages-de is about
to get installed after a emerge -Duvat world. As you can
see from the indention, the package is on the first level,
meaning that no other package requires man-pages-de.

Why is man-pages-de going to be installed and how do I
make portage *NOT* install those ancient man pages?

Thanks,

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge toggling arts, kdelibs, kwin between 3.4.1 and 3.4.2

2005-09-03 Thread Alex
On Saturday 03 September 2005 17:14, Roy Wright wrote:
 Any ideas?


Probably they're pulled as a dependency from a 3.4.1 kde-package.

run:
# equery depends kde-base/arts
# equery depend kde-base/kdelibs
# equery depend  kde-base/kwin

and try to find what's pulling them. Then add it to your package.keywords.

HTH :)
-- 
Cheers, Alex.


pgpcaLgdfz3XX.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo on Thumbdrive

2005-09-03 Thread Norberto Bensa
Neil Bothwick wrote:
 On Fri, 2 Sep 2005 22:21:30 -0300, Norberto Bensa wrote:
   Incorrect. Flash memory only has a limited write lifetime, treating it
   like a hard drive will kill it in no time.
 
  Yup. Like in three years or so... I've dropped both floppies and CD-RW
  discs in favor of pendrives (1GB)

 more like three months if you put a frequently written directory,
 like /tmp or /var/log, on a flash device. 

You can use UNIONFS for those ;)
Anyway, unless we're talking about different technologies, one of my USB 
drives is working fine and it is more than a year old. And I've used it like 
crazy (both read _and_ writes.)


 BTW you have PGP signed your email but your key doesn't appears to be on
 the keyservers.

Oops. The signature was supposed to be used for private mail messages only. I 
don't trust keyservers. 

My apologies to everyone! 


Regards,
-- 
Norberto Bensa
4544-9692 / 15-4190-6344
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Thumbdrive

2005-09-03 Thread Rumen Yotov
Hi,
OT here
On Sat, 2005-09-03 at 14:45 -0300, Norberto Bensa wrote:
 Neil Bothwick wrote:
  On Fri, 2 Sep 2005 22:21:30 -0300, Norberto Bensa wrote:
Incorrect. Flash memory only has a limited write lifetime, treating it
like a hard drive will kill it in no time.
  
   Yup. Like in three years or so... I've dropped both floppies and CD-RW
   discs in favor of pendrives (1GB)
 
  more like three months if you put a frequently written directory,
  like /tmp or /var/log, on a flash device. 
 
 You can use UNIONFS for those ;)
 Anyway, unless we're talking about different technologies, one of my USB 
 drives is working fine and it is more than a year old. And I've used it like 
 crazy (both read _and_ writes.)
 
 
  BTW you have PGP signed your email but your key doesn't appears to be on
  the keyservers.
 
 Oops. The signature was supposed to be used for private mail messages only. I 
 don't trust keyservers. 
 
Why you don't trust the keyservers, you (or any other person which
already has your signature) could always check if your signature is
authentic (or you can update it if need be). Your choice of course.
 My apologies to everyone! 
 
 
 Regards,
 -- 
 Norberto Bensa
 4544-9692 / 15-4190-6344
 Ciudad de Buenos Aires, Argentina
Rumen


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


Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Daniel Drake

[EMAIL PROTECTED] wrote:

i alway build it into kernel, i already checked my config file,
the BLK_DEV_IDECD=y is just there.


Are you really really sure? What do you have in /sys/bus/ide/drivers ?

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



[gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Greg Yasko
On Sat, 03 Sep 2005 18:19:37 +0800, danielhf wrote:

 i upgrade my system to use udev instead of previously known 
 devfs, and leave the devfs option blank while configure the 
 kernel, but recently, i found i could not mount my cdrom, 
 there is no such device at all! the /dev/cdrom and the like has
 gone! 
   
 any ideas please, thanks a lot.
 
 -
 daniel

I had the same problem several months ago when I upgraded to the 2.6
kernel and udev.

Just boot off the livecd, mount the / partition and delete .devfsd from
the /dev directory. That should do it.

Hope this helps.

-G.Y.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Matt Randolph

Alexander Skwar wrote:


Hello!

[16:00:20 [EMAIL PROTECTED]:~] $ sudo emerge -Duvat world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[..]
[ebuild  N] app-i18n/man-pages-de-0.4  0 kB
[..]

As you can see there, the package man-pages-de is about
to get installed after a emerge -Duvat world. As you can
see from the indention, the package is on the first level,
meaning that no other package requires man-pages-de.

Why is man-pages-de going to be installed and how do I
make portage *NOT* install those ancient man pages?

Thanks,

Alexander Skwar
 



# emerge gentoolkit
# equery depends man-pages-de

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alex
On Saturday 03 September 2005 18:24, Alexander Skwar wrote:
 Alexander Skwar schrieb:
  The main question still remains, though: How do I make portage
  *NOT* install man-pages-de? Unsetting LINGUAS or setting USE=-nls
  is NOT a valid option :)

 This did do the trick:

 echo sys-apps/man-pages -nls  /etc/portage/package.use

Indeed :)
-- 
Cheers, Alex.


pgpZ8pa9VOp22.pgp
Description: PGP signature


Re: [gentoo-user] emerge toggling arts, kdelibs, kwin between 3.4.1 and 3.4.2

2005-09-03 Thread Rumen Yotov
On Sat, 2005-09-03 at 12:14 -0500, Roy Wright wrote:
 Howdy,
 
 I have my system set up to sync every night then send me a notification 
 message.
 I then examine what has changed and decide when to do the emerge.
 
 For the past week, emerge -uDNv world has been toggling arts, kdelibs, 
 and kwin.
 What I mean is that if 3.4.1 is installed then it upgrades to 3.4.2 
 (which is as expected
 since I have these in my package.keywords file).  The problem seems to 
 be that when
 3.4.2 is installed, emerge wants to downgrade them to 3.4.1.  This 
 doesn't make
 sense to me.
 
 I'm also at a loss on how to troubleshoot this.
 
 Here's what I can see:
 
 royw-gentoo ~ # emerge -uDNv world -p
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies ...done!
 [ebuild UD] kde-base/arts-3.4.1-r2 [3.4.2] +alsa +arts 
 -artswrappersuid -debug +esd -hardened -jack +kdeenablefinal +mp3 
 +vorbis +xinerama 0 kB
 [ebuild UD] kde-base/kdelibs-3.4.1-r2 [3.4.2] +alsa +arts +cups 
 -debug +doc -jpeg2k +kdeenablefinal +kerberos -openexr +spell +ssl +tiff 
 +xinerama -zeroconf 0 kB
 [ebuild UD] kde-base/kwin-3.4.1 [3.4.2] +arts -debug +kdeenablefinal 
 -kdexdeltas +xinerama 0 kB
 
 Total size of downloads: 0 kB
 royw-gentoo ~ # eix -e arts
 * kde-base/arts
  Available versions:  1.2.3 1.3.2 1.3.2-r1 3.4.1-r2 ~3.4.2 [M]3.5_alpha1
  Installed:   1.3.2-r1 3.4.2
  Homepage:http://multimedia.kde.org/
  Description: aRts, the KDE sound (and all-around 
 multimedia) server/output manager
 
 
 Found 1 matches
 royw-gentoo ~ # grep arts /etc/portage/*
 /etc/portage/package.keywords:kde-base/arts ~x86
 /etc/portage/package.keywords:kde-base/kdemultimedia-arts ~x86
 /etc/portage/package.keywords:kde-base/artsplugin-mpeglib ~x86
 /etc/portage/package.keywords:kde-base/artsplugin-mpg123 ~x86
 /etc/portage/package.keywords:kde-base/artsplugin-audiofile ~x86
 /etc/portage/package.keywords:kde-base/artsplugin-xine ~x86
 
 
 Any ideas?
 
 TIA,
 Roy
 
Hi,
Use the --tree option of 'emerge' (or t for short), it gives you a
tree-view of the packages, and what is most important the dependencies
even with some installed packages.
Think that when going to 3.4.2 it's a simple upgrade as this is the
latest version, but the Downgrade is due to some installed package which
depends on =3.4.1-rX and consequently requires a downgrade (see which
one using --tree).
Check man emerge, etc.
HTH. Rumen


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


Re: [gentoo-user] localization

2005-09-03 Thread Uwe Thiem
On 03 September 2005 16:48, Francisco J. A. Ares wrote:
 Hi,

 I would like to know which is the right locale setting for compiling
 e.g. KDE and Mozilla in my own language.  Mozilla is a good example,
 because in an earlier version all labels and everything else was in my
 home language.

KDE doesn't compile in your language. All the languages are in a database, and 
you choose yours in KDE's Control Center.

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo extras cd

2005-09-03 Thread Uwe Thiem
On 02 September 2005 23:44, Fernando Canizo wrote:
 El 01/sep/2005 a las 22:51 -0300, Justin me decía:
  Hi All,
 
  Ive been using Gentoo PPC for a while, and as a dial-up user find to
  difficult to download all the packages i want(just takes to long), is
  there anything like the Packages CD but more :)
 
  Does anyone know if a 3rd party/or gentoo provides such a thing? I
  don't mind paying for such a CD/DVD.

 No, don't know, but in the meantime you can use 'getdelta' (emerge
 getdelta). I know a couple of dialup users that were very satisfied
 with this.

I concur. It usually speeds things up. 

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alexander Skwar
Alexander Skwar schrieb:

 The main question still remains, though: How do I make portage
 *NOT* install man-pages-de? Unsetting LINGUAS or setting USE=-nls
 is NOT a valid option :)

This did do the trick:

echo sys-apps/man-pages -nls  /etc/portage/package.use


Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] NFS exports option nohide doesn't do anything?

2005-09-03 Thread Alexander Skwar
Hello!

I'm having some trouble understanding the nohide
option in the exports file.

On the server, I've got:

/etc/exports:
/test   
blatt.bei.digitalprojects.com(async,rw,root_squash,no_subtree_check,nohide)

[20:53:35 [EMAIL PROTECTED]:~] $ ls -laR /test
/test:
insgesamt 3
drwxr-xr-x   3 root root 1024  3. Sep 20:48 .
drwxr-xr-x  30 root root 1024  3. Sep 20:48 ..
drwxr-xr-x   3 root root 1024  3. Sep 20:49 otherfs

/test/otherfs:
insgesamt 15
drwxr-xr-x  3 root root  1024  3. Sep 20:49 .
drwxr-xr-x  3 root root  1024  3. Sep 20:48 ..
-rw-r--r--  1 root root29  3. Sep 20:49 datei.txt
drwx--  2 root root 12288  3. Sep 20:46 lost+found
ls: /test/otherfs/lost+found: Keine Berechtigung
[20:53:39 [EMAIL PROTECTED]:~] $ mount | grep test
/dev/mapper/daten3-lvol0 on /test/otherfs type ext2 (rw)

On the blatt client, I've done:

[EMAIL PROTECTED] ~ $ sudo mount -t nfs -v server:/test /mnt
server:/test on /mnt type nfs (rw,addr=192.168.1.3)

Then:

[EMAIL PROTECTED] ~ $ ls -laR /mnt/
/mnt/:
insgesamt 6
drwxr-xr-x   3 root root 1024  3. Sep 20:48 .
drwxr-xr-x  23 root root 4096  3. Sep 20:18 ..
drwxr-xr-x   2 root root 1024  3. Sep 20:48 otherfs

/mnt/otherfs:
insgesamt 2
drwxr-xr-x  2 root root 1024  3. Sep 20:48 .
drwxr-xr-x  3 root root 1024  3. Sep 20:48 ..

I now would have thought, that I'd see the datei.txt
in the otherfs directory, as the directory has been
exported with the nohide option.

Why don't I see datei.txt?

Also, why do I get the following error?

[EMAIL PROTECTED] ~ $ sudo mount -v -t nfs server:/test/otherfs /mnt
mount: server:/test/otherfs failed, reason given by server: Keine Berechtigung

In the server syslog, I get:

== ./user.log ==
Sep  3 20:56:24 server rpc.mountd: authenticated mount request from 
blatt.bei.digitalprojects.com:862 for /test/otherfs (/test)
Sep  3 20:56:24 server rpc.mountd: request to export directory /test/otherfs 
below nearest filesystem /test

Thanks,

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Matt Randolph

Matt Randolph wrote:


Alexander Skwar wrote:


Hello!

[16:00:20 [EMAIL PROTECTED]:~] $ sudo emerge -Duvat world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[..]   
[ebuild  N] app-i18n/man-pages-de-0.4  0 kB

[..]

As you can see there, the package man-pages-de is about
to get installed after a emerge -Duvat world. As you can
see from the indention, the package is on the first level,
meaning that no other package requires man-pages-de.

Why is man-pages-de going to be installed and how do I
make portage *NOT* install those ancient man pages?

Thanks,

Alexander Skwar
 



# emerge gentoolkit
# equery depends man-pages-de

Oops!  I answered without noticing who was asking.  I don't know.  If 
you're really sure that it's not in your world file and that no packages 
depend on it... All I can guess is that something must be broken 
somewhere.  I suppose I'd try cleaning my world file and doing a 
depclean (with the dep script) to get rid of any unnecessary packages. 

Could man-pages-de be a dependency of an installed package when some USE 
flag is set a certain way?  I'm wondering if a change in such a USE flag 
since the original package was installed could cause this behavior to occur.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alex
On Saturday 03 September 2005 18:06, Alexander Skwar wrote:
 The main question still remains, though: How do I make portage
 *NOT* install man-pages-de? Unsetting LINGUAS or setting USE=-nls
 is NOT a valid option :)

You can either put it in your /etc/portage/package.mask file or if that breaks 
a dependency in /etc/portage/package.provided (if they don't exist create 
them :) )

-- 
Cheers, Alex.


pgpeuYGqVN1Cs.pgp
Description: PGP signature


[gentoo-user] SOLVED: Xorg fails to start

2005-09-03 Thread James
James wireless at tampabay.rr.com writes:

 Well, an intel based portable with a radeon 9000 was working fine
 with a 2.6.12-gentoo-r9 kernel until this morning. X(kdm) would
 not start. I logged in (console) and entered 'startx' and got something
 very strange:

Well, I've  got xorg starting upon boot up, but, I not very 
satisfied with the fix. Here's what I did to fix xorg.conf

#jLoadtype1
#jLoadspeedo
#jLoadfreetype
LoadType1
LoadSpeedo

#   Option Device  /dev/mouse
   Option Device  /dev/input/mouse0


I not sure what newly emerge package(s) or what could 
have necessitated this modifications.

Any other suggestions on the fonts section of the xorg.conf
and fonts to emerge would be appreciated, as I do 
not support very many font types...

Any ideas?

James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE fails to start when coupled with firewall...

2005-09-03 Thread Timo Heubach

Hi,

I have set up a set of rules with iptables so that the default policy of 
all tables is to block all communication if it's not specifically 
allowed in the given table. Now I'm wondering why KDE doesn't start when 
those rules are applicable. It always stops where it should be 
initializing services... What does it need the network for and why can't 
it stop probing if access is forbidden? ...And most of all, what could I 
do to make it all work?


Sincerely,
Timo Heubach
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser
I have a different problem now. I've migrated the whole program to my 
server, but it does not work there. I set up different ports for it and 
server does not listen to them, though I have Listen directives. I'm 
getting time-outs, but I don't know why. Does anybody have any idea why 
apache does not listen to my my ports, no matter what they are? Thanks


Michael Crute wrote:

Just a note for the future. Whenever you create a virual host that 
points to a directory you must create a directory container inside of 
the virual host container that sets up the permissions for the 
directory otherwise your will always get a 403 error.


-Mike

On 8/7/05, *q-parser* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Yes, that's it! Many thanks...I hope, there'll be no other problems.

Michael Crute wrote:

 Try this...

 VirtualHost Gentoo-drak:85
ServerAdmin [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
DocumentRoot /usr/local/koha/opac/htdocs
ServerName Gentoo-drak

ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/
Redirect permanent index.html
 http://Gentoo-drak:85/cgi-bin/koha/opac-main.pl
  http://gentoo-drak:85/cgi-bin/koha/opac-main.pl

ErrorLog /usr/local/koha/log/opac-error_log
TransferLog /usr/local/koha/log/opac-access_log

SetEnv PERL5LIB /usr/local/koha/intranet/modules
SetEnv KOHA_CONF /etc/koha.conf

Directory /usr/local/koha/opac/htdocs
   Options Indexes FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
/Directory
 /VirtualHost


 On 8/7/05, *q-parser* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
 mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
wrote:

 Thanks for help, however, it didn't work. I'm still getting
403 - You
 don't have permission to access / on this server.
 I think it's not necessary to define virtual hosts in
vhosts.conf
 as it
 is, to my knowledge, included to apache2.conf, so does my
config. Any
 other suggestions for this? This is getting rather pushy.

 Paul Raison wrote:

  To use virtual hosting with Apache2, you should them up in the
  /etc/apache2/conf/vhosts/vhosts.conf file. Then you need
to add
 this
  directive within the Virtual Host block:-
 
  directory /usr/local/koha/opac/cgi-bin/
  Order allow,deny
  Allow from all
  /directory
 
  Repeat this section for /usr/local/koha/opac/htdocs/
 
  This should get it working.
 
  Paul
 
  q-parser wrote:
 
  I've got a problem with setting up a virtual host for my
koha
  perl-based application. It has its own httpd.conf which I
include
  into apache2.conf using Include directive. It looks like
this:
 
  #
  Listen 85
 
  VirtualHost Gentoo-drak:85
ServerAdmin [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
DocumentRoot /usr/local/koha/opac/htdocs
ServerName Gentoo-drak
ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/
Redirect permanent index.html
  http://Gentoo-drak:85/cgi-bin/koha/opac-main.pl
ErrorLog /usr/local/koha/log/opac-error_log
TransferLog /usr/local/koha/log/opac-access_log
SetEnv PERL5LIB /usr/local/koha/intranet/modules
SetEnv KOHA_CONF /etc/koha.conf
 
  /VirtualHost
  
  Gentoo-drak is a name of my machine. Ok, when I try to
connect to
  localhost using port 85, I get this error message: You
don't have
  permission to access / on this server. I don't understand
because
  DocumentRoot dir /usr/local/koha/opac/htdocs has 775
permissions.
 
  Could anybody advise me how to get this to work or tip me
out some
  tutorial on virtual hosting?
  Thanks
 
 

 --
 gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org
mailto:gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org
mailing list




 --
 
 Michael E. Crute
 Software Developer
 SoftGroup Development Corporation

 In a world without walls and fences, who needs windows and gates?


--
gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list




--

Michael E. Crute
Software Developer
SoftGroup Development Corporation

In a world without walls and fences, who needs windows and gates? 



--
gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread Michael Crute
On 9/3/05, q-parser [EMAIL PROTECTED] wrote:
I have a different problem now. I've migrated the whole program to myserver, but it does not work there. I set up different ports for it andserver does not listen to them, though I have Listen directives. I'mgetting time-outs, but I don't know why. Does anybody have any idea why
apache does not listen to my my ports, no matter what they are? ThanksCan you send me your config file or the relevant parts from it?

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?


Re: [gentoo-user] Resolved - Adaptec AIC7xxx kernel problems?

2005-09-03 Thread Brett I. Holcomb
I went to 2.6.13 and now I can boot and run on one system so I'll check 
out the other soon.  The boot hung on coldplug pnp but I removed it and 
will troubleshoot it later.



On Thu, 1 Sep 2005, Brett I. Holcomb wrote:


Thanks.  I'll look into this and try it.

On Thu, 1 Sep 2005, Bob Sanders wrote:


 On Wed, 31 Aug 2005 22:13:43 -0400 (EDT)
 Brett I. Holcomb [EMAIL PROTECTED] wrote:

  I'm wondering if it's just me or is anyone else having problems.  I am
  results in system not running.
 

 I run a couple of 32-bit systems at work with onboard Adaptec  79xx 
 controllers.
 Both had earlier 2.6.11 and 2.6.12 kernels and both now have 2.6.12-r9 
 kernels.
 No problems on either.  One runs a 4 disk software raid 5 setup (local 
 Gentoo mirror).


 Both boot off the SCSI controller.

 fwiw- I never use make oldconfig  Somewhere in the 2.6.x series I 
 discovered that if
 I mount /boot, then run make config, it would pick up my running config. 
 Perhaps it

 was the System.map setting in /boot.

 Regardless, I just do -
  make menuconfig
  make
  make modules_install
  make install
  vim /boot/grub/grub.conf

  Is it just me G.
 


 Sounds like something else in your config isn't set up properly.

 Bob
 -






--

Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Slightly OT: favorite window manager/desktop environ?

2005-09-03 Thread waltdnes
On Thu, Sep 01, 2005 at 11:31:28AM -0400, Charles Marcus wrote
 IceWM (with ROXFiler if you want Desktop icons, etc)
 
 lightening fast, easy to configure

  Blackbox WM here.  This goes back to when my 6-year-old Dell, 450 mhz
PIII, 128 megs of RAM, was still my main machine.  The GNOME and KDE
people write some great apps (Gimp, Gnumeric, AbiWord, KDE Office), but
their desktop environments are huge, bloated, resource hogs.  With
Blackbox, I can still run the apps, without the desktop.  Put it this way

  I don't run desktops, I run applications.

  I think lightweight WM's will be important.  Linux in general will
have a great window of Opportunity when Vista is released.  A lot of
current machines will not be able to run it well (crawl != run).  If
people are faced with a choice of throwing out their old W2K, and XP
machines, and buying new ones, versus keeping their machines and
switching to linux, I think we could see quite a few converts.  We can
also pound away on the TCO angle at Microsoft's expense.  Running the
latest version of linux doesn't require you to buy a new desktop.  On
the other hand, that may explain why some PC hardware companies are so
lukewarm (in some cases hostile) about linux support.

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Slightly OT: favorite window manager/desktop environ?

2005-09-03 Thread Mark Knecht
On 9/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 On Thu, Sep 01, 2005 at 11:31:28AM -0400, Charles Marcus wrote
  IceWM (with ROXFiler if you want Desktop icons, etc)
 
  lightening fast, easy to configure
 
   Blackbox WM here.  This goes back to when my 6-year-old Dell, 450 mhz
 PIII, 128 megs of RAM, was still my main machine.  The GNOME and KDE
 people write some great apps (Gimp, Gnumeric, AbiWord, KDE Office), but
 their desktop environments are huge, bloated, resource hogs.  With
 Blackbox, I can still run the apps, without the desktop.  Put it this way
 
   I don't run desktops, I run applications.
 
   I think lightweight WM's will be important.  Linux in general will
 have a great window of Opportunity when Vista is released.  A lot of
 current machines will not be able to run it well (crawl != run).  If
 people are faced with a choice of throwing out their old W2K, and XP
 machines, and buying new ones, versus keeping their machines and
 switching to linux, I think we could see quite a few converts.  We can
 also pound away on the TCO angle at Microsoft's expense.  Running the
 latest version of linux doesn't require you to buy a new desktop.  On
 the other hand, that may explain why some PC hardware companies are so
 lukewarm (in some cases hostile) about linux support.
 

In general I'll have to take the unpopular position and say I
disagree. All those potential converts are just like you - They don't
run desktops they run apps - and because they are so entrenched with
dollars already spent on Microsoft Windows, Microsoft email, Microsoft
Office, Quicken,, etc., they won't come just because they can save
$400 buying a new PC.

To become a Linux user is a commitment. People don't make new
commitments lightly, and making a light commitment to Linux is doomed
to failure. It's far too hard to use. Imagine knowing absolutely
nothing about any Linux editor, nor even terminal commands, and trying
to configure networking. It's nigh on impossible.

That said, Linux, and Gentoo specifically, is a pleasure to run when
it's running, but even after 3-4 years of being a newbie it's taken me
3 days of work to get my new AMD64 machine to the point where it's
starting to do multimedia.

Just my 2 cents,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser




Michael Crute wrote:
On 9/3/05, q-parser [EMAIL PROTECTED]
wrote:
  
  I
have a different problem now. I've migrated the whole program to my
server, but it does not work there. I set up different ports for it and
server does not listen to them, though I have Listen directives. I'm
getting time-outs, but I don't know why. Does anybody have any idea why

apache does not listen to my my ports, no matter what they are? Thanks


  
  
  
Can you send me your config file or the relevant parts from it?
  
-Mike
  
-- 

Michael E. Crute
Software Developer
SoftGroup Development Corporation
  
Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

Here it is:

# 

Listen 100
Listen 200

# NameVirtualHost is used by one of the optional configurations
detailed below
# Please make sure this line is correct before uncommenting.
# See http://httpd.apache.org/docs/vhosts/ for some guides.

#NameVirtualHost 11.22.33.44
#NameVirtualHost virtual:100

# KOHA's OPAC Configuration
VirtualHost virtual:100
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot /usr/local/koha/opac/htdocs
 ServerName virtual
 ServerPath /usr/local/
 ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/
 Redirect permanent index.html
http://virtual:100/cgi-bin/koha/opac-main.pl
 ErrorLog /usr/local/koha/log/opac-error_log
 TransferLog /usr/local/koha/log/opac-access_log
 SetEnv PERL5LIB "/usr/local/koha/intranet/modules"
 SetEnv KOHA_CONF "/etc/koha.conf"
 Directory "/usr/local/koha/opac/htdocs"
 Order allow,deny
 Allow from all
 AllowOverride None
 Options +Includes -FollowSymlinks -Indexes
 #Options Indexes FollowSymLinks
 AddHandler server-parsed .html
 /Directory
 Directory /usr/local/koha/opac/cgi-bin
 Order allow,deny
 Allow from all
 AllowOverride None
 Options +Includes -FollowSymLinks -Indexes
 #Options Indexes FollowSymLinks
 AddHandler server-parsed .html
 /Directory
/VirtualHost

# KOHA's INTRANET Configuration
VirtualHost virtual:200
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot /usr/local/koha/intranet/htdocs
 ServerName virtual
 ScriptAlias /cgi-bin/koha/ "/usr/local/koha/intranet/cgi-bin/"
 Redirect permanent index.html
http://virtual:200/cgi-bin/koha/mainpage.pl
 ErrorLog /usr/local/koha/log/koha-error_log
 TransferLog /usr/local/koha/log/koha-access_log
 SetEnv PERL5LIB "/usr/local/koha/intranet/modules"
 SetEnv KOHA_CONF "/etc/koha.conf"

 Directory "/usr/local/koha/intranet/htdocs"
 Order allow,deny
 Allow from all
 AllowOverride None
 Options +Includes -FollowSymlinks -Indexes
 #Options Indexes FollowSymLinks
 AddHandler server-parsed .html
 /Directory
 Directory /usr/local/koha/intranet/cgi-bin
 Order allow,deny
 Allow from all
 AllowOverride None
 Options +Includes -FollowSymLinks -Indexes
 #Options Indexes FollowSymLinks
 AddHandler server-parsed .html
 /Directory

/VirtualHost

# 

Those port numbers are chosen for explanatory reason, but I wouldn't
object if they worked ;) This whole file is Include-d into
apache2.conf. I emphasize that on my localhost, it works great, with
ports 85 and 8585 instead the two here. The curious thing is, that if I
want to use port 8585 here, the browser shows me main apache page (you
know, as if port 80 is used).
All I want to know is why apache does not 'want' to listen to the given
ports? I don't know, maybe it does, but I'm getting time-outs.





[gentoo-user] gtkrc-2.0 file

2005-09-03 Thread LostSon
 Hello 
 I seem to have lost my gtkrc-2.0 file could someone send me theirs,
thanks.

 LostSon

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread Michael Crute
On 9/3/05, q-parser [EMAIL PROTECTED] wrote:

Those port numbers are chosen for explanatory reason, but I wouldn't
object if they worked ;) This whole file is Include-d into
apache2.conf. I emphasize that on my localhost, it works great, with
ports 85 and 8585 instead the two here. The curious thing is, that if I
want to use port 8585 here, the browser shows me main apache page (you
know, as if port 80 is used).

All I want to know is why apache does not 'want' to listen to the given
ports? I don't know, maybe it does, but I'm getting time-outs.




Well you really don't need those Listen
directives, those will cause the main server to listen on those ports
(thus the reason you see the main page). You DO need NameVirtualHost
directives for each port you want to vhost on though. Try adding
NameVirtualHosts for the ports and see if that works.

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?


Re: [gentoo-user] My movie clips have lost their colour

2005-09-03 Thread Ian Hastie
On Sat, 03 Sep 2005 13:39:39 +0800
William Kenworthy [EMAIL PROTECTED] wrote:

 Thanks, but Ive just fixed it - well rather its fixed but I dont know
 the cause.  I recompiled a number of video programs and related stuff,
 and after a reboot its all back to normal.

The reboot would have fixed it.  Programmes like xine use Xv overlay to
do their video output.  This has video controls including colour
settings very similar to a TV set.  If they get set wrong you get no
colour, or some other weirdness happens.  When you rebooted the overlay
controls will have got set to sensible defaults.

-- 
Ian.

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



Re: [gentoo-user] Re: Slightly OT: favorite window manager/desktop environ?

2005-09-03 Thread John Jolet
I don't run desktops, I run applications.
 
 In general I'll have to take the unpopular position and say I
 disagree. All those potential converts are just like you - They don't
 run desktops they run apps - and because they are so entrenched with
 dollars already spent on Microsoft Windows, Microsoft email, Microsoft
 Office, Quicken,, etc., they won't come just because they can save
 $400 buying a new PC.

 To become a Linux user is a commitment. People don't make new
 commitments lightly, and making a light commitment to Linux is doomed
 to failure. It's far too hard to use. Imagine knowing absolutely
 nothing about any Linux editor, nor even terminal commands, and trying
 to configure networking. It's nigh on impossible.

I agree.  I'm a longtime unix administrator with many opportunities to convert 
family and friends to linux, but haven't yet, either due to lack of linux 
drivers for multi-function devices, or lack of linux compatibility to apps 
they need to run.  Until companies support all their hardware o linux 
(specifically in my case lexmark), people will feel trapped in windows.  even 
clients of mine that have spent hundreds of dollars for me to clean their 
windows boxes of spyware  can't afford to move due to websites they NEED to 
run requiring activeX controls.
-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser

Michael Crute wrote:

On 9/3/05, *q-parser* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Those port numbers are chosen for explanatory reason, but I
wouldn't object if they worked ;) This whole file is Include-d
into apache2.conf. I emphasize that on my localhost, it works
great, with ports 85 and 8585 instead the two here. The curious
thing is, that if I want to use port 8585 here, the browser shows
me main apache page (you know, as if port 80 is used).
All I want to know is why apache does not 'want' to listen to the
given ports? I don't know, maybe it does, but I'm getting time-outs.


Well you really don't need those Listen directives, those will cause 
the main server to listen on those ports (thus the reason you see the 
main page). You DO need NameVirtualHost directives for each port you 
want to vhost on though. Try adding NameVirtualHosts for the ports and 
see if that works.


-Mike

--

Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
In a world without walls and fences, who needs windows and gates? 


Unfortunately, it was no help :( I'll try to reinstall Koha (that's what 
I'm trying to get working) and see if the problem persists. But I 
strongly believe that there's problem with apache or vhost.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Nautilus - open in same window

2005-09-03 Thread Mark Knecht
Hi,
   I feel bad asking for this info again. Holly or someone else here
told me what app to run a year ago but I don't seem to be able to find
my notes anymore. The effects of age I think...

   I want to edit Gnome's configuration so that Nautilus opens new
folders in the same window but I'm not finding any config editor on my
machine who's name makes sense to fix this. What's it called these
days?

Thanks in advance,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Getting problems with nVidia and OpenMosix kernel

2005-09-03 Thread danielhf
i'm not sure, i use a nvida card instead, i will recieve some error
while there is a wrong module compiled or i have two module which locate
at different path, this will occur probably when i update my driver.

for example, i emerge nvidia-kernel and it is in /lib/module/`uname
-r`/video/nvidia.ko, but when i update my driver to the one i downloaded
from nvidia.com, it is in /lib/module/`uname
-r`/kernel/drivers/video/nvidia.ko. system will be confused. 

i'm not so experienced either, just for reference. good luck.

daniel

On Sat, Sep 03, 2005 at 03:22:17PM +, James wrote:
 Raphael Melo de Oliveira Bastos Sales raphael.melo21 at gmail.com writes:
 
  
  Hi there,
  
  I got a Gentoo box with two kernels, one is linux-2.6.12-gentoo-r9
  kernel sources and the other linux-2.4.30-openmosix-r3. On the 2.6
  kernel, the nvidia driver works fine. But on the OpenMosix version,
  whenever I try to start X, it crashes, and in the log, there are no
  error messages.
  All I get is:
  (II) Initializing extension GLX
  
 *** If unresolved symbols were reported above, they might not
 *** be the reason for the server aborting.
  
  Fatal server error:
  Caught signal 11.  Server aborting
  
  cat /var/log/Xorg.0.log | grep EE returns nothing.
 
 Well, an intel based portable with a radeon 9000 was working fine
 with a 2.6.12-gentoo-r9 kernel until this morning. X(kdm) would
 not start. I logged in (console) and entered 'startx' and got something
 very strange that may be related to other xorg problems:
 
 First I had to comment out the { Load  speedo  } line, then the next
 problem was:
 
 'Symbol drmGetClient from module
 /usr/lib/modules/drivers/radeon_drv.o is unresolved'
 
 I also get:
 (**) Keyboard1: CustomKeycodes disabled
 (WW) No core pointer registered
 (II) XINPUT: Adding extended input device Keyboard1 (type: KEYBOARD)
 No core pointer
 
 Fatal server error:
 failed to initialize core devices
 
 I did a emerge -uD world yesterday.
 
 Could these problems be related?
 
 ???
 James
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
there are two items there:
ide-cdrom  ide-disk
but just empty directories. ??

On Sat, Sep 03, 2005 at 06:45:21PM +0100, Daniel Drake wrote:
 [EMAIL PROTECTED] wrote:
 i alway build it into kernel, i already checked my config file,
 the BLK_DEV_IDECD=y is just there.
 
 Are you really really sure? What do you have in /sys/bus/ide/drivers ?
 
 Daniel
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cpu flags / USE flags / compiler flags

2005-09-03 Thread waltdnes
On Wed, Aug 31, 2005 at 09:04:21AM -0700, Mark Knecht wrote

 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
 xtpr
  [...deletia...]
 I then looked for CPU flags that had an equivalent USE flag and that
 might be of use for faster graphics. On this machine I chose mmx, sse
  sse2. Armed with that I changed my make.conf file to look like this:

  There are CPU flags and there are USE flags.  Some of them have the
same names, and that may confuse you.  It works like this...
  1) Get a listing of your cpu's flags in /proc/cpuinfo
  2) Check against the list of supported flags in gcc for you cpu, and
 add them to CFLAGS
  3) Check http://www.gentoo.org/dyn/use-index.xml for a list of valid
 USE flags, and include any that show up in /proc/cpuinfo
  4) Repeat step 3) with /usr/portage/profiles/use.local.desc for any
 programs you're emerging.  There doesn't seem to be anything
 special on your pentium4, but my AMD64 not only has mmx and 3dnow,
 it also has mmxext and 3dnowext.  mplayer can take advantage of
 them.  I include them in the /etc/portage/package.use entry for
 media-video/mplayer.

 I'll assume that you're using gcc 3.3.5.  In that case, the place to
look for CPU flag options is...

http://gcc.gnu.org/onlinedocs/gcc-3.3.5/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

  That list shows pentium4, mmx, sse, and sse2.  Also, if you have *ANY*
version of sse available, you can improve performance by running floating
point math via sse, rather than 387 instructions.  I recommend...

CFLAGS=-O2 -pipe -fomit-frame-pointer -march=pentium4 -mmmx -msse -msse2 
-mfpmath=sse

http://www.gentoo.org/dyn/use-index.xml shows mmx and sse as valid USE
flags, so you can include them in USE.

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cpu flags / USE flags / compiler flags

2005-09-03 Thread Mark Knecht
Thanks Walter. That description verifies my guess and gives me a
reason to continue looking at the issue.

I appreciate your help.

Cheers,
Mark

On 9/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 On Wed, Aug 31, 2005 at 09:04:21AM -0700, Mark Knecht wrote
 
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
  mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
  xtpr
   [...deletia...]
  I then looked for CPU flags that had an equivalent USE flag and that
  might be of use for faster graphics. On this machine I chose mmx, sse
   sse2. Armed with that I changed my make.conf file to look like this:
 
   There are CPU flags and there are USE flags.  Some of them have the
 same names, and that may confuse you.  It works like this...
   1) Get a listing of your cpu's flags in /proc/cpuinfo
   2) Check against the list of supported flags in gcc for you cpu, and
  add them to CFLAGS
   3) Check http://www.gentoo.org/dyn/use-index.xml for a list of valid
  USE flags, and include any that show up in /proc/cpuinfo
   4) Repeat step 3) with /usr/portage/profiles/use.local.desc for any
  programs you're emerging.  There doesn't seem to be anything
  special on your pentium4, but my AMD64 not only has mmx and 3dnow,
  it also has mmxext and 3dnowext.  mplayer can take advantage of
  them.  I include them in the /etc/portage/package.use entry for
  media-video/mplayer.
 
  I'll assume that you're using gcc 3.3.5.  In that case, the place to
 look for CPU flag options is...
 
 http://gcc.gnu.org/onlinedocs/gcc-3.3.5/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
 
   That list shows pentium4, mmx, sse, and sse2.  Also, if you have *ANY*
 version of sse available, you can improve performance by running floating
 point math via sse, rather than 387 instructions.  I recommend...
 
 CFLAGS=-O2 -pipe -fomit-frame-pointer -march=pentium4 -mmmx -msse -msse2 
 -mfpmath=sse
 
 http://www.gentoo.org/dyn/use-index.xml shows mmx and sse as valid USE
 flags, so you can include them in USE.
 
 --
 Walter Dnes [EMAIL PROTECTED]
 My musings on technology and security at http://tech_sec.blog.ca
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread danielhf
i discover a something while examine my dmesg output.

--Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
--ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
--Probing IDE interface ide0...
--hda: ST380817AS, ATA DISK drive
--Probing IDE interface ide1...
--Probing IDE interface ide2...
--Probing IDE interface ide3... --- there should be a cdrom detected here
--Probing IDE interface ide4...
--Probing IDE interface ide5...
--ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
--hda: max request size: 1024KiB
--hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=16383/255/63
--hda: cache flushes supported
-- hda: hda1 hda2  hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 hda13 

now, maybe i can say it's a problem of detecting my driver for sure?

there have been a lot of problems around since i use a SATA hard drive,
and a common ATA cdrom, i spent a lot of time to find out the right CMOS
configuration:

P-ATA only | S-ATA only | P-ATA  S-ATA etc and some others. 
i use a Native Mode, so that my disk can be recognized as /dev/hdaXX
instead of /dev/sdaXX. and P-ATA only but with S-ATA enabled.

is there any advice on how to config such stuff correctly?
WindowsXP works with them just perfectly, and it's ok on my gentoo box
before the udev comes out maybe. i remember...

many thanks
daniel

On Sat, Sep 03, 2005 at 06:45:21PM +0100, Daniel Drake wrote:
 [EMAIL PROTECTED] wrote:
 i alway build it into kernel, i already checked my config file,
 the BLK_DEV_IDECD=y is just there.
 
 Are you really really sure? What do you have in /sys/bus/ide/drivers ?
 
 Daniel
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list