Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread Dirk Heinrichs
Am Donnerstag, 24. August 2006 17:22 schrieb ext fei huang:
 I'm running a user mode linux on my Gentoo box, and trying to debug the
 /sbin/init process, but seems no way to emerge the sysvinit with debug
 flag on, perhaps not all packages support the use flag..

Don't forget to emerge it with FEATURES=nostrip. Otherwise your debug 
symbols will be stripped out again.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpdkhmvnx8CL.pgp
Description: PGP signature


Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread fei huang
On 8/25/06, Dirk Heinrichs [EMAIL PROTECTED] wrote:
Am Donnerstag, 24. August 2006 17:22 schrieb ext fei huang: I'm running a user mode linux on my Gentoo box, and trying to debug the /sbin/init process, but seems no way to emerge the sysvinit with debug
 flag on, perhaps not all packages support the use flag..Don't forget to emerge it with FEATURES=nostrip. Otherwise your debugsymbols will be stripped out again.tks, but the sysvinit package does not have a debug use flag (through equery uses syvinit), added the line sys-apps/sysvinit debug to /etc/portage/package.use, no use at all, gdb complains no debug symbol found. mm, I ever emerged firefox with debug flag on, that worked coz mozilla-firefox does have a debug use flag!.. 
no idea how to do it under Gentoo...daniel HTH...Dirk
--Dirk Heinrichs| Tel:+49 (0)162 234 3408Configuration Manager | Fax:+49 (0)211 47068 111Capgemini Deutschland | Mail: [EMAIL PROTECTED]
Hambornerstraße 55| Web:http://www.capgemini.comD-40472 Düsseldorf| ICQ#: 110037733GPG Public Key C2E467BB | Keyserver: 
www.keyserver.net


Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-25 Thread Neil Bothwick
On Thu, 24 Aug 2006 17:42:07 -0700, kashani wrote:

 I'd be careful with non_fqdn_hostname

Why?


-- 
Neil Bothwick

I'm Not Sure If I'm Homosexual, Said Tom, Half In Earnest.


signature.asc
Description: PGP signature


Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread Dirk Heinrichs
Am Freitag, 25. August 2006 09:10 schrieb ext fei huang:

 tks, but the sysvinit package does not have a debug use flag (through
 equery uses syvinit), added the line sys-apps/sysvinit debug to
 /etc/portage/package.use, no use at all, gdb complains no debug symbol
 found.

 no idea how to do it under Gentoo...

What about adding -g to CFLAGS?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpWDQZ0OHZv0.pgp
Description: PGP signature


Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread Etaoin Shrdlu
On Friday 25 August 2006 09:10, fei huang wrote:

 no idea how to do it under Gentoo...

As a last resort, you can compile it manually from sources with the 
appropriate options and copy the init binary under /sbin. Of course, be 
sure you know what you're doing. I suggest you rename the original init 
binary to use it again in case something goes wrong (with init= on the 
command line).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't play games

2006-08-25 Thread sdoma
Well, that was it. I'm quite surprised because I start xterm as 
``xterm -ls'', which should provide a login shell but I had to logoff
completely (terminating X and logout).

Thanks
Frank


On Thu, 2006-08-24 at 19:05 +0200, Boris Fersing wrote:
 2006/8/24, sdoma [EMAIL PROTECTED]:
  Hi again,
 
  I've added some games to my system anr ran ``gpasswd -a frank games''.
 
  I get Permission denied even for ``ls /usr/games''. Well trying to
  start some game I get the same. Can anyone tell em what I'm missing?
 
 Hi,
 
 did you logout and log in after this command ?
 
 Boris.
 
  Thanks
  Frank
 
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 -- 
 Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't play games

2006-08-25 Thread Dirk Heinrichs
Am Freitag, 25. August 2006 10:14 schrieb ext sdoma:

 Well, that was it. I'm quite surprised because I start xterm as
 ``xterm -ls'', which should provide a login shell but I had to logoff
 completely (terminating X and logout).

A login shell only means that it parses different rc files on startup, just 
like it would do when the user logged in.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp90STJZBlGr.pgp
Description: PGP signature


Re: [gentoo-user] Can't play games

2006-08-25 Thread Peter Haworth
On Fri, 25 Aug 2006 10:14:59 +0200, sdoma wrote:
 Well, that was it. I'm quite surprised because I start xterm as
 ``xterm -ls'', which should provide a login shell but I had to
 logoff completely (terminating X and logout).

A login shell is not a new login; it just means that as well as
reading .bashrc (or the equivalent for your shell), it also reads
.bash_profile, .bash_login and .profile when starting up, and reads
.bash_logout on exit.

To add groups to the currently running process requires root
privileges, even if the user is configured as a member of the new
group. The usual methods to achieve this are logging out and back in
again, or using newgrp (though this starts a new shell, and only
affects processes started from that shell).

-- 
Peter Haworth   [EMAIL PROTECTED]
Tradition means giving votes to the most obscure of all classes, our
 ancestors. It is the democracy of the dead. Tradition refuses to submit
 to the small and arrogant oligarchy of those who just happen to be
 walking about. All democrats object to men being disqualified by the
 accident of their birth; tradition objects to their being disqualified
 by the accident of their death.
-- G. K. Chesterton
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't play games

2006-08-25 Thread Dirk Heinrichs
Am Freitag, 25. August 2006 10:44 schrieb ext Peter Haworth:
 On Fri, 25 Aug 2006 10:14:59 +0200, sdoma wrote:
  Well, that was it. I'm quite surprised because I start xterm as
  ``xterm -ls'', which should provide a login shell but I had to
  logoff completely (terminating X and logout).

 A login shell is not a new login; it just means that as well as
 reading .bashrc (or the equivalent for your shell), it also reads

Should be: ...instead of reading .bashrc (...), it reads...

In Gentoo, .bashrc is also read from login shells, because of

[[ -f ~/.bashrc ]]  . ~/.bashrc

in .bash_profile.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpJof2jC2gEy.pgp
Description: PGP signature


[gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread sdoma
Hi again,

As the handbook mentioned udev is default for Gentoo now.

I have 1479 devices and directories in /dev after startup Hmmm, wasn't
udev (and formerly devfs) meant to have only the devices needed?

Is hotplug still an issue or is it started by bootmisc? If i plug in my
USB stick (yes, I do have USB UHCI, EHCI, OHCI mass storage compiled
into the kernel) I can't mount it.

I remember some discussion about hotplug/coldplug and if coldplug makes
sense at all.

On the ~x86 installation based on 2005.0 there was no node in /dev for
sd*. If I plugged in the stick sda and sda1 came up and I could mount
sda1.

My questions:
Is the Gentoo UDEEV guide still valid for 2006.0?
How do I get rid of all these unneeded device nodes in /dev?
How do I ensure that devices plugged in while the system is up and
running arise (Emerging hotplug and add it to the default runlevel,
right?)?

Thanks in advance
Frank


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Dirk Heinrichs
Am Freitag, 25. August 2006 11:04 schrieb ext sdoma:

 As the handbook mentioned udev is default for Gentoo now.

 I have 1479 devices and directories in /dev after startup Hmmm, wasn't
 udev (and formerly devfs) meant to have only the devices needed?

Did you set RC_DEVICE_TARBALL to no in /etc/conf.d/rc? If not, Gentoo will 
store a tarfile of devices at shutdown and restore them at startup.

 My questions:
 How do I get rid of all these unneeded device nodes in /dev?

1) Set RC_DEVICE_TARBALL to no.
2) rm /lib/udev-state/devices.tar.bz2
3) boot from a live CD, mount your root fs and remove everything 
from /yourroot/dev except console, null and initctl

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpuyV5MCWX4Q.pgp
Description: PGP signature


Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread Richard Fish

On 8/25/06, fei huang [EMAIL PROTECTED] wrote:

wonder why gentoo does not support debug flag on ALL packages, but just to a
small range of ebuilds?
any good reason for that .?  don't know.


The debug use flag is normally (and IMO should only be) used for
optional debugging/logging systems that can be built-in to packages,
not for debug symbols like you get with CFLAGS=-g.  It sometimes also
adds -g, but it is really more for the optional parts of packages that
can be included regardless of the CFLAGS.

To illustrate my point, USE=debug has the following effects on:

* app-emulation/wine: enables the use of the WINE_DEBUG environment
variable to generate debug output.
* media-sound/alsa-driver: adds extra logging about the sound card
configuration and inner-workings of alsa to the system logs.

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



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Richard Fish

On 8/25/06, sdoma [EMAIL PROTECTED] wrote:

Is hotplug still an issue or is it started by bootmisc? If i plug in my
USB stick (yes, I do have USB UHCI, EHCI, OHCI mass storage compiled
into the kernel) I can't mount it.


The hotplug init script doesn't do anything anymore, it's functions
have been taken over by udev.  There have been issues on and off of
conflicts between udev and the hotplug package, but nothing current
that I am aware of.

You can't mount itwhy?  Is there no device being created?
udevmonitor may help to figure out why...


I remember some discussion about hotplug/coldplug and if coldplug makes
sense at all.


Coldplug is dead and gone, usurped by udev.


How do I ensure that devices plugged in while the system is up and
running arise (Emerging hotplug and add it to the default runlevel,
right?)?


No, just use current versions of the kernel and udev.

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



Re: [gentoo-user] Can't play games

2006-08-25 Thread Pillon Matteo

2006/8/25, sdoma [EMAIL PROTECTED]:

Well, that was it. I'm quite surprised because I start xterm as
``xterm -ls'', which should provide a login shell but I had to logoff
completely (terminating X and logout).


Next time try with newgrp(1). ;-)

Bye.

--
* Matteo Pillon
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread sdoma
Yes, now I remember. I had this tarball issue with 2005.0 already,
thanks.

Regarding to the issue with sd* ... call me a numb ;o) ... i forgot to
build SCSI disk support into the kernel 8-|

No up to the main part of my holiday plans ... reinstall my (LFS based)
WiFi AP to be Gentoo too. ;)))

Regards
Frank


On Fri, 2006-08-25 at 11:32 +0200, Dirk Heinrichs wrote:
 Am Freitag, 25. August 2006 11:04 schrieb ext sdoma:
 
  As the handbook mentioned udev is default for Gentoo now.
 
  I have 1479 devices and directories in /dev after startup Hmmm, wasn't
  udev (and formerly devfs) meant to have only the devices needed?
 
 Did you set RC_DEVICE_TARBALL to no in /etc/conf.d/rc? If not, Gentoo will 
 store a tarfile of devices at shutdown and restore them at startup.
 
  My questions:
  How do I get rid of all these unneeded device nodes in /dev?
 
 1) Set RC_DEVICE_TARBALL to no.
 2) rm /lib/udev-state/devices.tar.bz2
 3) boot from a live CD, mount your root fs and remove everything 
 from /yourroot/dev except console, null and initctl
 
 Bye...
 
   Dirk

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Akregator Crashing

2006-08-25 Thread Kris Kerwin
Hi,

I've been attempting to start akregator-3.5.2 (as part of the 
kde-base/kde-meta package) for some time, and have been consistently getting 
crashes. The only piece of diagnostic material that I can provide is the 
following backtrace.

Thanks in advance,
Kris Kerwin

- Backtrace -

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1511470912 (LWP 16901)]
[KCrash handler]
#9  0xa5bf49e5 in c4_Column::PullValue ()
   from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#10 0xa5c01e56 in c4_HandlerSeq::Prepare ()
   from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#11 0xa5c04fb1 in c4_Persist::LoadAll ()
   from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#12 0xa5c09506 in c4_Storage::c4_Storage ()
   from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#13 0xa5be9fe7 in Akregator::Backend::FeedStorageMK4Impl::FeedStorageMK4Impl
() from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#14 0xa5bf0975 in Akregator::Backend::StorageMK4Impl::archiveFor ()
   from /usr/kde/3.5/lib/kde3/libakregator_mk4storage_plugin.so
#15 0xa7f515d7 in Akregator::Feed::loadArticles ()
   from /usr/kde/3.5/lib/libakregatorprivate.so
#16 0xa7f51f55 in Akregator::Feed::fromOPML ()
   from /usr/kde/3.5/lib/libakregatorprivate.so
#17 0xa7f5c2a4 in Akregator::FeedList::parseChildNodes ()
   from /usr/kde/3.5/lib/libakregatorprivate.so
#18 0xa7f5c3ec in Akregator::FeedList::parseChildNodes ()
   from /usr/kde/3.5/lib/libakregatorprivate.so
#19 0xa7f5c7fc in Akregator::FeedList::readFromXML ()
   from /usr/kde/3.5/lib/libakregatorprivate.so
#20 0xa5e0b060 in Akregator::View::loadFeeds ()
   from /usr/kde/3.5/lib/kde3/libakregatorpart.so
#21 0xa5e01b19 in Akregator::Part::openFile ()
   from /usr/kde/3.5/lib/kde3/libakregatorpart.so
#22 0xa5dff4ab in Akregator::Part::openURL ()
   from /usr/kde/3.5/lib/kde3/libakregatorpart.so
#23 0xa5dff511 in Akregator::Part::openStandardFeedList ()
   from /usr/kde/3.5/lib/kde3/libakregatorpart.so
#24 0xa5e13a3b in Akregator::AkregatorPartIface::process ()
   from /usr/kde/3.5/lib/kde3/libakregatorpart.so
#25 0xa6b7f435 in DCOPClient::receive () from /usr/kde/3.5/lib/libDCOP.so.4
#26 0xa6b8288a in DCOPClient::send () from /usr/kde/3.5/lib/libDCOP.so.4
#27 0xa6b767ae in DCOPRef::sendInternal () from /usr/kde/3.5/lib/libDCOP.so.4
#28 0x08050ab6 in ?? ()
#29 0xaf9af840 in ?? ()
#30 0xaf9af820 in ?? ()
#31 0xaf9af830 in ?? ()
#32 0xaf9af810 in ?? ()
#33 0x001c in ?? ()
#34 0x080ed720 in ?? ()
#35 0x08062850 in ?? ()
#36 0xaf9b0010 in ?? ()
#37 0xaf9af798 in ?? ()
#38 0x080ebcd6 in ?? ()
#39 0x0004 in ?? ()
#40 0xa5f9681c in in6addr_any () from /lib/tls/libc.so.6
#41 0x080ed710 in ?? ()
#42 0x080ed720 in ?? ()
#43 0x080627f0 in ?? ()
#44 0xa6a927e0 in ?? () from /usr/qt/3/lib/libqt-mt.so.3
#45 0x08062850 in ?? ()
#46 0xaf9af8e0 in ?? ()
#47 0xaf9af7d8 in ?? ()
#48 0xa5fa2840 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#49 0x0048 in ?? ()
#50 0xa5fa2840 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#51 0x080627f0 in ?? ()
#52 0xa5fa2878 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#53 0x08062970 in ?? ()
#54 0xaf9af8e0 in ?? ()
#55 0x08062840 in ?? ()
#56 0xa5fa2840 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#57 0xa5fa0ff4 in ?? () from /lib/tls/libc.so.6
#58 0xa5fa2840 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#59 0x08062840 in ?? ()
#60 0xaf9af7c8 in ?? ()
#61 0xa5ef1276 in free () from /lib/tls/libc.so.6
#62 0xa6d4bf7f in KUniqueApplication::processDelayed ()
   from /usr/kde/3.5/lib/libkdecore.so.4

Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread fei huang
On 8/25/06, Richard Fish [EMAIL PROTECTED] wrote:
On 8/25/06, fei huang [EMAIL PROTECTED] wrote: wonder why gentoo does not support debug flag on ALL packages, but just to a small range of ebuilds?
 any good reason for that .?don't know.The debug use flag is normally (and IMO should only be) used foroptional debugging/logging systems that can be built-in to packages,not for debug symbols like you get with CFLAGS=-g.It sometimes also
adds -g, but it is really more for the optional parts of packages thatcan be included regardless of the CFLAGS.so, they are distinct concepts.
To illustrate my point, USE=debug has the following effects on:* app-emulation/wine: enables the use of the WINE_DEBUG environmentvariable to generate debug output.* media-sound/alsa-driver: adds extra logging about the sound card
configuration and inner-workings of alsa to the system logs.-Richard--It does make sense.. thank you so much.. daniel
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Is there a way to debug /sbin/init process?

2006-08-25 Thread Michael Crute

On 8/25/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:

On Friday 25 August 2006 09:10, fei huang wrote:

 no idea how to do it under Gentoo...

As a last resort, you can compile it manually from sources with the
appropriate options and copy the init binary under /sbin. Of course, be
sure you know what you're doing. I suggest you rename the original init
binary to use it again in case something goes wrong (with init= on the
command line).


Or you could patch the ebuild so that it allows debugging and put it
in your overlay. Thats probably better than manually compiling from
source.

-Mike

--

Michael E. Crute
http://mike.crute.org

I may not have gone where I intended to go, but I think I have ended
up where I intended to be. --Douglas Adams
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Enabling Mutt with SSL for IMAP

2006-08-25 Thread Anthony Roy
Hi all,

I am trying to set up mutt to access an IMAP account via SSL. Now I
set the 'ssl' USE flag  before emerging mutt, but entering  mutt -v I
get the outpu at the bottom of this post. 

Note in particular the -USE_SSL flag indicating that mutt has been
built without SSL support. Are there any other USE flags other than
'ssl' that need setting to enable SSL in mutt?

More generally, how do I find out the relationship between the portage
use flags and a packages compile options?

#---   mutt -v output   ---
Copyright (C) 1996-2002 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.15-gentoo-r1 (i686) [using ncurses 5.4]
Compile options:
-DOMAIN
-DEBUG
+HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
-USE_FCNTL  +USE_FLOCK   -USE_INODESORT
+USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  +USE_GNUTLS  -USE_SASL
-HAVE_REGCOMP  +USE_GNU_REGEX  +COMPRESSED
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP  -CRYPT_BACKEND_CLASSIC_SMIME
-CRYPT_BACKEND_GPGME  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV  -ICONV_NONTRANS  -HAVE_LIBIDN  +HAVE_GETSID
+HAVE_GETADDRINFO  +USE_HCACHE
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=Maildir
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc/mutt
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to [EMAIL PROTECTED].
To report a bug, please use the flea(1) utility.

patch-1.5.6.dw.pgp-timeout.1
patch-1.5.6.dw.mbox-hook.1
rr.compressed
patch-1.5.4.lpr.collapse_flagged Lukas P. Ruf [EMAIL PROTECTED]
patch-1.5.10.tt.assumed_charset.1
#---
---

Thanks,

Anthony Roy. 


This email and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed. This 
communication represents the originator's personal views and opinions, which do 
not necessarily reflect those of HPI Limited. If you are not the original 
recipient or the person responsible for delivering the email to the intended 
recipient, be advised that you have received this email in error, and that any 
use, dissemination, forwarding, printing, or copying of this email is strictly 
prohibited. If you received this email in error, please immediately notify 
[EMAIL PROTECTED] message has been scanned by Anti-Virus. Recipients are 
advised to apply their own virus checks to this message on delivery.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-25 Thread Grant

 Do you think this postfix anti-spam configuration is OK:

 smtpd_delay_reject = yes
 smtpd_helo_required = yes
 smtpd_helo_restrictions =
permit_mynetworks,
reject_non_fqdn_hostname,
reject_invalid_hostname,
permit

I'd be careful with non_fqdn_hostname


What's wrong with that?  Here's how the postfix docs describe it:

reject_non_fqdn_helo_hostname (with Postfix  2.3: reject_non_fqdn_hostname)
Reject the request when the HELO or EHLO hostname is not in
fully-qualified domain form, as required by the RFC.


 smtpd_sender_restrictions =
permit_mynetworks,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit
 smtpd_recipient_restrictions =
permit_mynetworks,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_unauth_destination,
permit

That's pretty much what I run and you might want to look at
smtpd_data_restrictions as well.


What do you use with smtpd_data_restrictions?  I was considering
reject_unauth_pipelining but the docs have me confused with the Note
below:

reject_unauth_pipelining
Reject the request when the client sends SMTP commands ahead of time
where it is not allowed, or when the client sends SMTP commands ahead
of time without knowing that Postfix actually supports ESMTP command
pipelining. This stops mail from bulk mail software that improperly
uses ESMTP command pipelining in order to speed up deliveries.
Note: reject_unauth_pipelining is not useful outside
smtpd_data_restrictions when 1) the client uses ESMTP (EHLO instead of
HELO) and 2) with smtpd_delay_reject = yes (the default). The use of
reject_unauth_pipelining in the other restriction contexts is
therefore not recommended.


 Would it be OK to remove the following aliases since I never use them:

It's good form to keep them on your server and compile with the relvent
RFC which specifies these.


Those aliases must be bringing in some spam though.

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



[gentoo-user] Re: Enabling Mutt with SSL for IMAP

2006-08-25 Thread Jim Ramsay
Anthony Roy wrote:
 More generally, how do I find out the relationship between the portage
 use flags and a packages compile options?

Short answer is: Read the ebuild.  Look for things like:

econf $(use_enable ssl)

if use ssl; then
  # Do many things
fi

use ssl  epatch some_file.patch

-- 
Jim Ramsay
Me fail English?  That's unpossible!


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-25 Thread Mick
On Thursday 24 August 2006 10:38, Richard Fish wrote:
 On 8/24/06, Mick [EMAIL PROTECTED] wrote:
  I am not using the symlink flag and just to make sure I removed
  the /usr/src/linux symlink and relinked it to the latest stable kernel
  sources.  The only thing I can think of is that I used make oldconfig,
  when I compiled a kernel with those sources - does it matter?

 I wouldn't think so...

I've looked into it a bit more.  The error refers to autoconf.h:
===
 KLIBCAS klibc/syscalls/umask.o
  KLIBCAS klibc/syscalls/chroot.o
In file included from linux/include/linux/linkage.h:4,
 from linux/include/asm/signal.h:5,
 from include/signal.h:13,
 from klibc/fork.c:9:
linux/include/linux/config.h:6:28: warning: linux/include/linux/autoconf.h:
Permission denied
linux/include/linux/config.h:6:28: linux/autoconf.h: No such file or directory
  KLIBCAS klibc/syscalls/symlink.o
make[2]: *** [klibc/fork.o] Error 1
make[2]: *** Waiting for unfinished jobs
===

Looking at the access rights only root can play with it:
-rw---  1 root root  47664 Aug 24 20:44 autoconf.h

Just in case, what's the autoconf.h access rights on your boxen?
-- 
Regards,
Mick


pgpT5RmVWWdnY.pgp
Description: PGP signature


RE: [gentoo-user] Re: Enabling Mutt with SSL for IMAP - Email found in subject

2006-08-25 Thread Anthony Roy
 Anthony Roy wrote:
  More generally, how do I find out the relationship between 
 the portage 
  use flags and a packages compile options?
 
 Short answer is: Read the ebuild.  Look for things like:

Spot on! Turns out that SSL conflicts with gnutls which I had set.

Thanks,

Anthony.


This email and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed. This 
communication represents the originator's personal views and opinions, which do 
not necessarily reflect those of HPI Limited. If you are not the original 
recipient or the person responsible for delivering the email to the intended 
recipient, be advised that you have received this email in error, and that any 
use, dissemination, forwarding, printing, or copying of this email is strictly 
prohibited. If you received this email in error, please immediately notify 
[EMAIL PROTECTED] message has been scanned by Anti-Virus. Recipients are 
advised to apply their own virus checks to this message on delivery.


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [samba] No write to linux shares

2006-08-25 Thread reader
I've posted this here because I know the advice on the samba list will
be to update to samba-3.0.23b  from previous posts there, however it
appears there is no ebuild for that in todays sync and I'm not
conversant enough with doing my own to update that way.

Further I'm guessing several people here are running samba-3.0.23a
without this write problem... so rather than argue with developers on
samba list who will just tell me to update and see if problem is still
there, I'm asking for help here from any savvy samba users running the
current build available on portage.

I'm able to see and navigate to the linux shares from a winxp box, but
not able to write to the share.  I've defined the share to have write
abiltity like this in smb.conf:

 [smWinBk]
   comment = 
   valid users = reader Harry
   path = /anex2/win_bk/
   writeable = yes
   guest ok = yes


The log from an attempt to write to the above share shows there is no
write priviledge:

(I'm not sure where the log actually starts for this attempt but will
include a few lines showing the Write=no- (Samba logs are basically
unintelligable far as I can tell))

The line  of note is marked off with asterisks and I've included one
before and after.  Following the write info line, and dozens of lines
further along we finally see the denial, also marked off with
asterisks. 

I've opened a text file named AlienSkin.txt and attempted to alter its
contents using a winxp editor and working from a winxp box.

Can anyone here tell me what might be causing the write failure?  I
see no evidence of authentication or password problems so guessing
that isn't an issue here.



[2006/08/25 11:04:42, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(AlienSkin.txt) returning 0744

***
[2006/08/25 11:04:42, 2] smbd/open.c:open_file(352)
  Harry opened file AlienSkin.txt read=Yes write=No (numopen=1)
***

[2006/08/25 11:04:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file AlienSkin.txt, dev = 308, 
inode = 3989, file_id = 1

 [...] snipped about 65 lines

[2006/08/25 11:04:48, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(AlienSkin.txt) returning 0744

*
[2006/08/25 11:04:48, 3] smbd/open.c:open_file(278)
  Error opening file AlienSkin.txt (Permission denied) (local_flags=2) (flags=2)
[2006/08/25 11:04:48, 3] smbd/error.c:unix_error_packet(90)
  unix_error_packet: error string = Permission denied


[2006/08/25 11:04:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2682) cmd=162 (SMBntcreateX) 
NT_STATUS_ACCESS_DENIED





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-25 Thread kashani

Grant wrote:

I'd be careful with non_fqdn_hostname


What's wrong with that?  Here's how the postfix docs describe it:

reject_non_fqdn_helo_hostname (with Postfix  2.3: 
reject_non_fqdn_hostname)

Reject the request when the HELO or EHLO hostname is not in
fully-qualified domain form, as required by the RFC.


	Nothing is wrong with it, but that tends to be the one that bounces the 
most mail erroneously at least for me. In a perfect world there would be 
no problem with it, but in reality we have MS 2003 boxes reporting 
themselves as 2003WS-01 without a FQDN when they attempt to relay.



 smtpd_sender_restrictions =
permit_mynetworks,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit
 smtpd_recipient_restrictions =
permit_mynetworks,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_unauth_destination,
permit

That's pretty much what I run and you might want to look at
smtpd_data_restrictions as well.


What do you use with smtpd_data_restrictions?  I was considering
reject_unauth_pipelining but the docs have me confused with the Note
below:

reject_unauth_pipelining
Reject the request when the client sends SMTP commands ahead of time
where it is not allowed, or when the client sends SMTP commands ahead
of time without knowing that Postfix actually supports ESMTP command
pipelining. This stops mail from bulk mail software that improperly
uses ESMTP command pipelining in order to speed up deliveries.
Note: reject_unauth_pipelining is not useful outside
smtpd_data_restrictions when 1) the client uses ESMTP (EHLO instead of
HELO) and 2) with smtpd_delay_reject = yes (the default). The use of
reject_unauth_pipelining in the other restriction contexts is
therefore not recommended.


er hmmm, I'm still using Postfix 2.2 which doesn't have all the neat 2.3 
stuff yet. In 2.2 you'd put pipelining under smtpd recipient 
restrictions, but it appears that would cause some issues in 2.3 though 
just setting it under data restrictions would work fine if I'm reading 
it right.


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



Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-25 Thread Richard Fish

On 8/25/06, Peter Ruskin [EMAIL PROTECTED] wrote:

 Just in case, what's the autoconf.h access rights on your boxen?

$ ll /usr/src/linux-2.6.17-gentoo-r5/include/linux/autoconf.h
-rw-r--r-- 1 root root 40K 19 Aug 2006
13:25 /usr/src/linux-2.6.17-gentoo-r5/include/linux/autoconf.h


ditto

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



Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-25 Thread Preston Hagar
I think the thing you have to keep in mind is how strict you want to be. I am in control of mail servers for three different organizations, my personal email, my consulting side business, and the real estate company I work full time for. Each one has a varying degree of how acceptable false positives are. For my personal email, I use the following settings:
smtpd_delay_reject = yessmtpd_helo_required = yessmtpd_helo_restrictions = permit_mynetworks, check_helo_access hash:/etc/postfix/helo_access, reject_non_fqdn_hostname,
 reject_invalid_hostname, permitsmtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit
smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination,
 reject_rbl_client relays.ordb.org, reject_rbl_client list.dsbl.org, reject_rbl_client sbl-xbl.spamhaus.org
, reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.njabl.org, check_policy_service inet:
127.0.0.1:6 permitThe check_policy_service inet:127.0.0.1:6 is for postgrey, a greylisting service. Personally, I hate spam so much, I would rather block my own mother's emails than get spam. The checks above with postgrey have brought me from about 15-20 spam a day to 0 since I have had them in effect. On the otherhand, for the real estate company I work for, some of these options are not acceptable. Postgrey is not acceptable since many of our users expect email to be instant I know there is no technical guarantee of this, but they get upset no matter what if their emails take too long. Using postgrey on my own personal server, I make it delay for 5 minutes. Most mail servers will keep trying and I will get the message within 10-15 minutes max. I have had a few times, though, that the mail took 4 or 5 hours before it was tried again. A solution I use for this for my consulting business is to whitelist all of my clients domains. With the real estate company, however, there are too many different users working with too many different and new companies to try and whitelist them all. 
I actually do keep the rbls for all installations. I completely understand and agree with the previous posters frustration with rbls. I have had the same trouble myself. I have had our company be on spamhaus and spamcop and different times in the last couple of years. It usually is a headache, but in general, they are more good than harm. At the real estate company, I have about 200 users that I can assure you would let me hear about it very quickly if they were not getting their messages. So far, I have not had any complaints using the rbls above. 
Anyway, as I said before, you just have to find the proper balance for your situation. If you or your company cannot afford to lose even one email, it is probably best to put in very limited checks and use client-side filtering with Junk mailboxes. If speed of delivery is important, greylisting is not a good option. If you just want to stop the spam and it isn't the end of the world if you lose a possibly legitimate mail, then try out my settings above.
Hope this helps,PrestonOn 8/21/06, Grant [EMAIL PROTECTED] wrote:
I've followed the steps outlined here to eliminate spam up to thesection on SPF and greylisting on the second page:http://www.freesoftwaremagazine.com/articles/focus_spam_postfix/
The author is really into greylisting:If you take nothing else from this article, let it be thatgreylisting is a Good Thing and your customers will love you for usingitbut the feedback I got on it from this list was not as positive.Of
the stuff I've implemented, these lines seem to have been the mosteffective:reject_rbl_client relays.ordb.org,reject_rbl_client list.dsbl.org
,reject_rbl_client sbl-xbl.spamhaus.org,with the spamhaus.org line doing most of the work according to the logs.Do you think the reject_rbl_client stuff is safer than greylisting?
- Grant--gentoo-user@gentoo.org mailing list


[gentoo-user] default compile options / USE flags?

2006-08-25 Thread Jarry

Hi,

I would like to find how a certain package would be compiled
(with which USE-flags) if I did not have any USE-flags in
/etc/make.conf, and empty /etc/portage/package.use

Up to now I'm using this procedure:
- comment USE-line in /etc/make.conf out,
- rename /etc/portage/package.use to some other name,
- run emerge --pretend --verbose package
- check output (that is what I am interested in)
- and restore make.conf and package.use

But is there some other, probably cleaner solution?
And what is the meaning of colors (some are blue,
some red, some yellow, etc.) used for USE-flags
in output?

Jarry

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] default compile options / USE flags?

2006-08-25 Thread Bira

On 8/25/06, Jarry [EMAIL PROTECTED] wrote:

And what is the meaning of colors (some are blue,
some red, some yellow, etc.) used for USE-flags
in output?


Red flags will be used in the emerge, blue ones will not. Green ones
weren't used the last time you emerged that package, but will be used
this time. Yellow ones didn't exist for that packager the last time
you emerged it, but they do now.

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



Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-25 Thread Mick
On Friday 25 August 2006 18:46, Richard Fish wrote:
 On 8/25/06, Peter Ruskin [EMAIL PROTECTED] wrote:
   Just in case, what's the autoconf.h access rights on your boxen?
 
  $ ll /usr/src/linux-2.6.17-gentoo-r5/include/linux/autoconf.h
  -rw-r--r-- 1 root root 40K 19 Aug 2006
  13:25 /usr/src/linux-2.6.17-gentoo-r5/include/linux/autoconf.h

 ditto

Thank you both.  I find this really odd.  I happen to have three kernel 
sources on this laptop.  This is what they show:
==
# ls -la /usr/src/linux-2.6.16-gentoo-r13/include/linux/autoconf.h 
-rw--- 1 root root 46596 Jul 19 
11:10 /usr/src/linux-2.6.16-gentoo-r13/include/linux/autoconf.h

# ls -la /usr/src/linux-2.6.17-gentoo-r4/include/linux/autoconf.h 
-rw--- 1 root root 47664 Aug 24 
20:44 /usr/src/linux-2.6.17-gentoo-r4/include/linux/autoconf.h

# ls -la /usr/src/linux-2.6.18-rc4/include/linux/autoconf.h 
-rw-r--r-- 1 root root 18921 Aug 15 
14:04 /usr/src/linux-2.6.18-rc4/include/linux/autoconf.h
==

Can anyone explain this . . . ?
-- 
Regards,
Mick


pgp8QeMQJJRUV.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Mick
On Friday 25 August 2006 10:50, Richard Fish wrote:
  I remember some discussion about hotplug/coldplug and if coldplug makes
  sense at all.

 Coldplug is dead and gone, usurped by udev.

I know what you're saying, but I seem to still have coldplug in my boot 
runlevel and of course it kicks in every time I boot.  I have not noticed any 
errors.  Shouldn't it have been removed automatically through the  baselayout 
and udev updates?
-- 
Regards,
Mick


pgpITjvzyE7sW.pgp
Description: PGP signature


[gentoo-user] OT friendly cellphone w/ Gentoo?

2006-08-25 Thread James
Hello,

I live in Florida, so we have quite a lot of cell phone companies to
choose from. I get to order a new phone and new service. Most importantly,
I'm looking for a cell phone that exchanges data with a gentoo laptop,
easily (kmobiletools) or some other kde gui based app.

Then I'd like the option for wireless internet connectivity (flat rate).

or the ability to use the ppp+cell phone for access thru my firewalled
static IP connection.

Any recommendations?

I do like the usb port on a motorola razr, but, I not sure mot-cell phones
are friendly with linux/gentoo... One of my co-workers (windoz user)
just got a razr and it get's reception where my krufty-LG does not, both
using Alltel.

I like alltel and have an unlimited access plan in a small geographic area
(basically 4 counties in Florida) so Alltel and a ???.cellphone would be keen.
But, I can switch to a new cell phone company, if something really works 
good with Gentoo(KDE) as we are shuffling cell phones around the company
this weekend..

Verizon does have a suposedly 300+ kbps wireless net access plan in Florida,
but, I'm not sure if you can get a flat rate price on that. Paying
metered feeds for wireless access via a cell phone, is not an option
(we're a small company).

Googling does not produce anything to get excited about, so I thought I'd
seek advise (or learn which phones to avoid) from this gentoo+user list.

thoughts?


James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT friendly cellphone w/ Gentoo?

2006-08-25 Thread Hemmann, Volker Armin
On Friday 25 August 2006 22:00, James wrote:
 Hello,

 I live in Florida, so we have quite a lot of cell phone companies to
 choose from. I get to order a new phone and new service. Most importantly,
 I'm looking for a cell phone that exchanges data with a gentoo laptop,
 easily (kmobiletools) or some other kde gui based app.

 Then I'd like the option for wireless internet connectivity (flat rate).

 or the ability to use the ppp+cell phone for access thru my firewalled
 static IP connection.

 Any recommendations?

 I do like the usb port on a motorola razr, but, I not sure mot-cell phones
 are friendly with linux/gentoo... One of my co-workers (windoz user)
 just got a razr and it get's reception where my krufty-LG does not, both
 using Alltel.

well, I got my new razr today - and I am not too happy. Compared with my old 
Sony Ericson, bluetooth is crippled and everything seems to be a lot more 
complicated. While it is easy to put files onto the phone or fetch them with 
kdebluetooth with the SE, it seems not to be even possible with the razr.
:(

also, the razr does not support EDGE, so its networking is kinda slow compared 
to phones with it.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoobox configuration

2006-08-25 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello!
I have a lot of problem with my gentoo box (on amd64) and I want to 
search someone that can solve them.
I mean a professional work: I lost too much time behind base 
configuration and I want to use my computer at its best!
I found some shops that they do it but, they are far away and they 
refuse to configure it by remote (I have some hardware problems too).
Do you know some shops that they are near to Nuremberg (Germany)?
I need a lot of helps! Please!
Thanks a lot,
Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE72MUHmkkjmM/hrcRAi2yAJ0VvZ5Q2VxELPnaPEDi9ScB5t0XXACfc0sy
1Z+l4tmMa0MRxImpVj9R/qo=
=+vVy
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT friendly cellphone w/ Gentoo?

2006-08-25 Thread James
Hemmann, Volker Armin volker.armin.hemmann at tu-clausthal.de writes:



 well, I got my new razr today - and I am not too happy. Compared with my old 
 Sony Ericson, bluetooth is crippled and everything seems to be a lot more 
 complicated. While it is easy to put files onto the phone or fetch them with 
 kdebluetooth with the SE, it seems not to be even possible with the razr.

 also, the razr does not support EDGE, so its networking is kinda slow 
 compared 
 to phones with it.


I'm pretty sure Alltel uses cdma, still. I suspected the razr was not linux
friendly, when googling produced very little in the way of positive information.
T-mobile is here in Florida, but their network quality really suffers from
drops according to everyone I have conversed with concerning T-mobile in 
Florida.

Any ideas which other  cell phone vendors here in Florida, have GPRS/EDGE or
any other standard that actually works well with a cell phone conected to a
linux(gentoo) laptop?

Very few happy postings when you google for linux + razr and other
keywords.




James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoobox configuration

2006-08-25 Thread Mick
On Friday 25 August 2006 21:52, Luigi Pinna wrote:
 gpgkeys: key 1E69248E633F86B7 not found on keyserver
 Hello!
 I have a lot of problem with my gentoo box (on amd64) and I want to
 search someone that can solve them.
 I mean a professional work: I lost too much time behind base
 configuration and I want to use my computer at its best!
 I found some shops that they do it but, they are far away and they
 refuse to configure it by remote (I have some hardware problems too).
 Do you know some shops that they are near to Nuremberg (Germany)?
 I need a lot of helps! Please!
 Thanks a lot,
 Luigi

Do you mean that you are looking for something like this:

http://www.cio.com/blog_view.html?CID=23595
-- 
Regards,
Mick


pgp8GVtVikz2d.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Daniel Pielmeier

I have mine set to no and it is full of stuff.  According to Konqueror
it has 654 files and 13 folders.  Is that right?  That is a lot of stuff.


I think it is.

After setting RC_DEVICE_TARBALL to no and removing everything except 
/dev/console and /dev/null by using the gentoo live-cd, the number of my 
devices decreased to 850 from formerly 5200.


A note for everybody who uses gensplash and splashutils. After i deleted 
the device files and rebooted the silent mode refused to work. So i 
decided to reemerge splashutils. But this is not necessary. After 
installing, the ebuild checks for missing devices, which was in my case 
/dev/tty1.


Here is the output from emerge which solved my problem!

It appears that the /dev/tty1 character device doesn't exist on
the root filesystem. This will prevent the silent mode from working
properly. You can fix the problem by doing:

mount --bind / /lib/splash/tmp
mknod /lib/splash/tmp/dev/tty1 c 4 1
umount /lib/splash/tmp

I hope this helps to avoid confusion!

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



Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-25 Thread Preston Hagar
On 8/25/06, kashani [EMAIL PROTECTED] wrote:
Preston Hagar wrote: Using postgrey on my own personal server, I make it delay for 5 minutes.Most mail servers will keep trying and I will get the message within 10-15 minutes max.I have had a few times, though, that the mail took 4 or 5 hours
 before it was tried again.hotmail will retry every minute for 3 minutes. If you make the delay 30secs you will see mail come in much quicker from a number of placeswithout accepting more spam. It's been my experience that mail is either
retried or it is not and the actual time of the delay doesn't matter.Also setting the whitelist time to 63 days will keep infrequent emailersfrom getting greylisted as often.You might also checkout sqlgrey which has some nice twists like
whitelisting a domain after x successful deliveries in y time. Theebuild is in bugzilla.http://bugs.gentoo.org/show_bug.cgi?id=71535kashani
--gentoo-user@gentoo.org mailing listpostgrey does the whitelist a domain after so many sucessful tries. I do use that as well. Don't get me wrong, most of my mail is delivered right after the 5 minute limit. I just wanted to warn the OP that on a few occasions, mail can take longer. According to RFC specs, it can take up to 4 hours. With the real estate company I work for, even one message taking 4 hours is unacceptable. 
Thanks for your input. I will check out sqlgrey.Preston


Re: [gentoo-user] OT friendly cellphone w/ Gentoo?

2006-08-25 Thread Neil Bothwick
On Fri, 25 Aug 2006 22:30:37 +0200, Hemmann, Volker Armin wrote:

  I do like the usb port on a motorola razr, but, I not sure mot-cell
  phones are friendly with linux/gentoo... One of my co-workers
  (windoz user) just got a razr and it get's reception where my
  krufty-LG does not, both using Alltel.  

I bought a Razr last year, it works with the CVS (or is it SVN?) version
of kmobiletools, but not so well with the release in portage. I notice
there's now a 0.5 beta in portage, masked. I'll give that a try this
weekend, it should work as it's later than the CVS version I have.

 well, I got my new razr today - and I am not too happy. Compared with
 my old Sony Ericson, bluetooth is crippled and everything seems to be a
 lot more complicated. While it is easy to put files onto the phone or
 fetch them with kdebluetooth with the SE, it seems not to be even
 possible with the razr.

KDEbluetooth finds the Razr without any problems, just select Find
device in the Razr's menu and click the bluetooth icon in the panel.


-- 
Neil Bothwick

Top Oxymorons Number 16: Peace force


signature.asc
Description: PGP signature


Re: [gentoo-user] [samba] No write to linux shares

2006-08-25 Thread Ryan Tandy

[EMAIL PROTECTED] wrote:

 [smWinBk]
   comment = 
   valid users = reader Harry
   path = /anex2/win_bk/
   writeable = yes
   guest ok = yes


Are you being logged in as a guest for some reason?  Try with guest ok 
= no and see if anything changes.  Don't forget to double check the 
local (unix) permissions on the share folder too.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Mick
On Friday 25 August 2006 22:06, Richard Fish wrote:

 Yeah, udev = 089 blocks coldplug, so the init script should have been
 removed, assuming you have upgraded to udev = 089.

OK, I'm still on stable: sys-fs/udev-087-r1

 carcharias rjf # emerge --info | grep CONFIG_PROTECT
 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 /var/bind
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
 /etc/init.d /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
 /etc/terminfo

Thanks.  I do not have init.d scripts masked, so it should be updated 
accordingly when I upgrade udev.  I'll keep an eye out for it.
-- 
Regards,
Mick


pgpOuQ2hXGwEI.pgp
Description: PGP signature


Re: [gentoo-user] kdm wierdness

2006-08-25 Thread John Blinka
Richard Fish wrote:
 Hmm, are you authenticating locally, or against a network/ldap server?
locally.

 Which logs have you checked?  Both /var/log/kdm.log and
 ~/.xsession-errors would be relevant.

Just stuff in /var/log, including kdm.log.  It contains lines like

FreeFontPath: FPE /usr/share/fonts/misc:unscaled/ refcount is 2,
should be 1; fixing.

which I presumed were not the source of the problem.

But I was unaware of ~/.xsession-errors.  After the first, failed login
it looks like this:

/usr/bin/startxfce4: X server already running on display :0
xrdb: Connection refused
xrdb: Can't open display ':0'
/etc/xdg/xfce4/xinitrc: line 52: xscreensaver: command not found
Agent pid 7296
which: no dbus-launch in
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.6:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/local/lang/Eiffel55/studio/spec/linux-glibc2.1/bin:/usr/local/hdf5/serial/bin)

(xfce4-session:7299): Gtk-WARNING **: cannot open display: 
Agent pid 7296 killed


After the 2nd, successful login, it looks like

/usr/bin/startxfce4: X server already running on display :0
/etc/xdg/xfce4/xinitrc: line 52: xscreensaver: command not found
Agent pid 7368
which: no dbus-launch in
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.6:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/local/lang/Eiffel55/studio/spec/linux-glibc2.1/bin:/usr/local/hdf5/serial/bin)
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be
created.

** (xfwm4:7376): WARNING **: The display does not support the XComposite
extension.

** (xfwm4:7376): WARNING **: Compositing manager disabled.

(xftaskbar4:7378): libxfcegui4-WARNING **: tray icon has requested a
size of (1 x 1), resizing to (24 x 24)


john


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kdm wierdness

2006-08-25 Thread Richard Fish

On 8/25/06, John Blinka [EMAIL PROTECTED] wrote:

But I was unaware of ~/.xsession-errors.  After the first, failed login
it looks like this:

/usr/bin/startxfce4: X server already running on display :0
xrdb: Connection refused
xrdb: Can't open display ':0'


Hrm, normally it is the DM's job to setup the access control (with
xauth) appropriately to allow cllients to connect to the server, but
I'm no expert on this...it usually just works.

So maybe we can just double check a couple of basics:

Do you have x11-apps/xauth merged?
What are the permissions on ~user/.Xauthority

Other than that, I know exactly nothing about xfce4, but maybe this
problem is coming from the startxfce4 script...

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



Re: [gentoo-user] OT friendly cellphone w/ Gentoo?

2006-08-25 Thread Hemmann, Volker Armin
On Saturday 26 August 2006 00:19, Neil Bothwick wrote:
 On Fri, 25 Aug 2006 22:30:37 +0200, Hemmann, Volker Armin wrote:
   I do like the usb port on a motorola razr, but, I not sure mot-cell
   phones are friendly with linux/gentoo... One of my co-workers
   (windoz user) just got a razr and it get's reception where my
   krufty-LG does not, both using Alltel.

 I bought a Razr last year, it works with the CVS (or is it SVN?) version
 of kmobiletools, but not so well with the release in portage. I notice
 there's now a 0.5 beta in portage, masked. I'll give that a try this
 weekend, it should work as it's later than the CVS version I have.

  well, I got my new razr today - and I am not too happy. Compared with
  my old Sony Ericson, bluetooth is crippled and everything seems to be a
  lot more complicated. While it is easy to put files onto the phone or
  fetch them with kdebluetooth with the SE, it seems not to be even
  possible with the razr.

 KDEbluetooth finds the Razr without any problems, just select Find
 device in the Razr's menu and click the bluetooth icon in the panel.

yeah, it finds it. But it does not 'find' any services, like obex file 
transfer and others.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Dale
Daniel Pielmeier wrote:
 I have mine set to no and it is full of stuff.  According to Konqueror
 it has 654 files and 13 folders.  Is that right?  That is a lot of
 stuff.

 I think it is.

 After setting RC_DEVICE_TARBALL to no and removing everything except
 /dev/console and /dev/null by using the gentoo live-cd, the number of
 my devices decreased to 850 from formerly 5200.

 A note for everybody who uses gensplash and splashutils. After i
 deleted the device files and rebooted the silent mode refused to work.
 So i decided to reemerge splashutils. But this is not necessary. After
 installing, the ebuild checks for missing devices, which was in my
 case /dev/tty1.

 Here is the output from emerge which solved my problem!

 It appears that the /dev/tty1 character device doesn't exist on
 the root filesystem. This will prevent the silent mode from working
 properly. You can fix the problem by doing:

 mount --bind / /lib/splash/tmp
 mknod /lib/splash/tmp/dev/tty1 c 4 1
 umount /lib/splash/tmp

 I hope this helps to avoid confusion!

 Daniel

So doing a rm -rf /dev/* would be a bad idea?  Can I just move them and
then copy them back?  Or is what I have normal number wise?

Full of questions ain't I?

Dale

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



[gentoo-user] File replication

2006-08-25 Thread Stephen Liu
Hi folks,

I'm prepared using an USB enclosure for data stroage.

I'm searching a tool/method whenever I save a file on /home/user a
duplicate copy will be saved automatically on
/mnt/point/of/usb_enclosure/home/user simultaneously, similar to
replication/mirroring.   Thus the USB enclosure can be used as a mobile
storage device and can be plugged in on any Linux PC.

Please advise.  TIA

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



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Richard Fish

On 8/25/06, Dale [EMAIL PROTECTED] wrote:

Daniel Pielmeier wrote:
 I have mine set to no and it is full of stuff.  According to Konqueror
 it has 654 files and 13 folders.  Is that right?  That is a lot of
 stuff.

 I think it is.

 After setting RC_DEVICE_TARBALL to no and removing everything except
 /dev/console and /dev/null by using the gentoo live-cd, the number of
 my devices decreased to 850 from formerly 5200.

So doing a rm -rf /dev/* would be a bad idea?  Can I just move them and
then copy them back?  Or is what I have normal number wise?


You apparently missed the part of Daniel's email where he said you
have a normal number.Several hundred device nodes is normal (850
for Daniel, 932 here).  The vast majority of which (577) are tty or
pty devices that will be on all systems.  So yeah, you should be fine.

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



Re: [gentoo-user] File replication

2006-08-25 Thread Michael Crute

On 8/25/06, Stephen Liu [EMAIL PROTECTED] wrote:

Hi folks,

I'm prepared using an USB enclosure for data stroage.

I'm searching a tool/method whenever I save a file on /home/user a
duplicate copy will be saved automatically on
/mnt/point/of/usb_enclosure/home/user simultaneously, similar to
replication/mirroring.   Thus the USB enclosure can be used as a mobile
storage device and can be plugged in on any Linux PC.


My first thought for this kind of setup would be a little Perl magic
with inotify... not sure if something already exists like this.

http://www.edoceo.com/creo/inotify/perl-inotify.php

-Mike

--

Michael E. Crute
http://mike.crute.org

I may not have gone where I intended to go, but I think I have ended
up where I intended to be. --Douglas Adams
--
gentoo-user@gentoo.org mailing list



[gentoo-user] 2006.1 released soon?

2006-08-25 Thread James
Hello,

http://www.gentoo.org/proj/en/releng/release/2006.1/2006.1.xml

seems to indicated that 2006.1 will be available VERY soon.

Any ideas How I can remotely status the download servers
to see when this hits the first servers?

I'm really itching to test out the 2006.1 liveCD installation
on a couple of machines

ideas?


--patience is a virtue, I wish I had.

James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kdm wierdness

2006-08-25 Thread John Blinka
Richard Fish wrote:

 So maybe we can just double check a couple of basics:

 Do you have x11-apps/xauth merged?
Yes.
 What are the permissions on ~user/.Xauthority
-rw--- 1 john users 605 Aug 25 22:48 .Xauthority

 Other than that, I know exactly nothing about xfce4, but maybe this
 problem is coming from the startxfce4 script...

I think not.  I see the same behavior when trying to start a kde-3.5
session.
Besides, I have several other machines with identical startxfce4 scripts
that behave normally.

John

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [samba] No write to linux shares

2006-08-25 Thread reader
Andrew Frink [EMAIL PROTECTED] writes:

 Do the users unix mapping have write permissions to that dir?


yes...

Here is the mapping:
From /etc/samba/smbusers
  root = administrator admin
  nobody = guest pcguest smbguest
  reader = reader harry Harry

Here is the directory permissions
  ls -ld /mnt/pack/pub
  drwxr-xr-x 19 reader wheel [...] /mnt/pack/pub

and on the actual file:
  -rw-r--r-- 1 reader wheel [...] /mnt/pack/pub/AlienSkin.txt


[...]


Ryan Tandy [EMAIL PROTECTED] writes:

[...]

 Are you being logged in as a guest for some reason?  Try with guest
 ok = no and see if anything changes.  Don't forget to double check
 the local (unix) permissions on the share folder too.
 -- 

I don't know if I'm being logged in as guest or not but making the
change you suggested had no effect.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 and udev

2006-08-25 Thread Dale
Richard Fish wrote:

 You apparently missed the part of Daniel's email where he said you
 have a normal number.Several hundred device nodes is normal (850
 for Daniel, 932 here).  The vast majority of which (577) are tty or
 pty devices that will be on all systems.  So yeah, you should be fine.

 -Richard

That was one reason I asked.  I noticed that they had a similar number
to mine.  I just don't have a lot of stuff hooked up here.  I guess it
all works OK then.

Thanks,

Dale

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



Re: [gentoo-user] OT friendly cellphone w/ Gentoo?

2006-08-25 Thread Roy Wright
Hemmann, Volker Armin wrote:
 well, I got my new razr today - and I am not too happy. Compared with my old 
 Sony Ericson, bluetooth is crippled and everything seems to be a lot more 
 complicated. While it is easy to put files onto the phone or fetch them with 
 kdebluetooth with the SE, it seems not to be even possible with the razr.
 :(

 also, the razr does not support EDGE, so its networking is kinda slow 
 compared 
 to phones with it.
   
With my RAZR, I can sync phonebooks via bluetooth or usb, but this is
crippled in only name+number
is synced - i.e., no additional attributes such as home/work/mobile is
sync'ed.

I am able to download photos/movies from the phone with either bluetooth
or usb.

I can upload files with usb but there is something weird with it.  For
example if I upload a mp3 file,
then tell the phone to use it as a ring tone, it doesn't.

I can upload files fine with bluetooth, including mp3 to ringtone.

I couldn't make heads or tails of the Konnector stuff.

Overall I'd score the RAZR about 5 on a 10 point scale.  I'd score the
linux support about 5 too,
the parts are there, the setup is difficult, the UI elements are clunky.


HTH,
Roy

-- 
echo spzxAdjtdp/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'
-- 
gentoo-user@gentoo.org mailing list