Re: [gentoo-user] no CD or DVD but rules seem correct-FIXED-or, not

2007-05-11 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb ext Dan Farrell:

 Secondly, in addition to some kind of driver for IDE, either generic or
 specific, you need the cdrom driver (module: cdrom.ko) for cdrom
 support.

 My guess is, you upgraded the kernel and fell into the commonly
 experienced PATA driver burn -- there's two driver sets now, an
 experimental one and the old ones, and you have to make sure to get the
 right one for your configuration.

And if you use the new one, you have to be aware that it is attached to the 
SCSI subsystem now. This means that you have to enable SCSI as well as 
support for SCSI disks (CONFIG_BLK_DEV_SD=y) and SCSI cdroms 
(CONFIG_BLK_DEV_SR=m = sr_mod.ko), just as you would do with SATA.

Bye...

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


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


Re: [gentoo-user] {OT} web/mail server as nameserver

2007-05-11 Thread Crayon Shin Chan
On Friday 11 May 2007 04:29, Grant wrote:
 Hello, I've been using everydns.net as my site's nameserver but they
 were down for a long time yesterday and are currently down again
 today.

I've used zoneedit.com for years and have never had a problem.

 If this remote machine is my only web and mail server, it might as well 
 be the nameserver too right?

May not be good for mail. If your server is down and someone tries to send 
you mail and the dns lookup fails would the sending mailserver mark it as 
a failure immediately? As opposed to, if your dns server was elsewhere, 
then since dns lookup succeeds the sending mailserver will requeue the 
mail until your mailserver is up again.

 Would you use djbdns for this?

It would be a more secure choice than bind :)

-- 
Crayon
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Florian Philipp
 quoth the Florian Philipp:
  Maybe I should formulate another question: Where is the big difference
  between a binary ebuild and a binary rpm / deb and why is it so hard to
  convert them?

 Another thought:

 Unless I've missed it, you've not mentioned *what* it is you have an RPM
 for. Have you checked bugzilla, and all the various overlays yet to see if
 there *is* a user-contributed ebuild for it?

 darren kirby

My problem is that I don't have any - yet. 

I'm going to work for a company that uses RedHat and I will have to use my 
private laptop (Gentoo, of course).
Since they develop software themselves I fear that I will have to use some of 
their customized or self-developed and not published software without access 
to the source (I don't think they'll trust me so much in the beginning).

Well, it doesn't seem like there is an easy solution so I will play around 
with rpms in a chroot-jail to get used to it. If everything goes wrong I can 
still switch to an rpm-based distribution ...

Thank you guys! You have given me alot of inspiration and hints. 

Florian Philipp


pgpfK1ctQ7l6E.pgp
Description: PGP signature


[gentoo-user] Problems recieving digest

2007-05-11 Thread burlingk
What format is the digest usually sent in?
I got an email that seems to be a bunch of attatchements that had been
stripped from the message.
Is there a way to set my settings so that I get a text only digest?
Most lists I am on, that is the default, so I was surprised.

Please respond to this one directly (or at least CC me), as I seem to be
having issues receiving messages propperly at the moment.

--
Ken
 

 
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread David Harel

Greetings,


After installing gentoo-source-2.6.20-r8 I copied my current .config 
file to the new kernel and did make oldconfig. I had to do define only 
new properties of the new kernel and the rest was taken from the 
original config file however, at boot time I got panic halt on root 
mount stating that ext3 is not supported. Double check on support for 
ext3 is OK.



Any idea?

--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Neil Bothwick
On Fri, 11 May 2007 12:43:50 +0300, Nistor Andrei wrote:

 Just a thought... I think you could use alien to convert the rpm to a
 tar.gz,

Use rpm2tgxz to do that.

 then use emerge /path/to/whatever.tar.gz. (IIRC that's a way
 you can install a binary package...). That should make portage aware of
 the package being installed, but I think that you must install the deps
 by hand...

That won't work, emerge can only work with ebuilds or portage binary
packages. You can either write your own ebuild to install the binary,
which is pretty straightforward, or simply unpack it to /.

As these are private, company packages, nothing else in the tree is going
to depend on it, so you don't really need to install it via portage,
although it does make tracking the package's dependencies easier.


-- 
Neil Bothwick

Make like a tree and leave.


signature.asc
Description: PGP signature


Re: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Neil Bothwick
On Fri, 11 May 2007 13:25:46 +0300, Nistor Andrei wrote:

  That won't work, emerge can only work with ebuilds or portage binary
  packages. You can either write your own ebuild to install the binary,
  which is pretty straightforward, or simply unpack it to /.
   
 Portage binary packages aren't actually .tar.gz archives?

No, they are tar.bz2 archives with some metadata appended. without that
metadata, portage cannot create an entry in the package database.


-- 
Neil Bothwick

Life is pleasant. Death is peaceful. Its the transition thats
troublesome. - Isaac Asimov


signature.asc
Description: PGP signature


Re: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Nistor Andrei
On Thursday 10 May 2007, Florian Philipp wrote:
 Hi!

 I thought this question would be quiet common but I've been unable to get
 an answer googling and looking through howtos. Actually there are some
 links in an old thread on forums.gentoo.org but its target seems to have
 moved.

 Anyway, how do I install packages in .rpm or .deb without messing up
 portage? Is there something like alien?

 Thanks in advance
 Florian Philipp


Just a thought... I think you could use alien to convert the rpm to a tar.gz, 
then use emerge /path/to/whatever.tar.gz. (IIRC that's a way you can 
install a binary package...). That should make portage aware of the package 
being installed, but I think that you must install the deps by hand...
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Nistor Andrei
On Friday 11 May 2007, Neil Bothwick wrote:
 On Fri, 11 May 2007 12:43:50 +0300, Nistor Andrei wrote:
  Just a thought... I think you could use alien to convert the rpm to a
  tar.gz,

 Use rpm2tgxz to do that.

  then use emerge /path/to/whatever.tar.gz. (IIRC that's a way
  you can install a binary package...). That should make portage aware of
  the package being installed, but I think that you must install the deps
  by hand...

 That won't work, emerge can only work with ebuilds or portage binary
 packages. You can either write your own ebuild to install the binary,
 which is pretty straightforward, or simply unpack it to /.

Portage binary packages aren't actually .tar.gz archives?
 As these are private, company packages, nothing else in the tree is going
 to depend on it, so you don't really need to install it via portage,
 although it does make tracking the package's dependencies easier.


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} web/mail server as nameserver

2007-05-11 Thread jarry
Crayon Shin Chan wrote:

  Would you use djbdns for this?
 
 It would be a more secure choice than bind :)

Well, I do not know djbdns well so I can not compare djbdns/bind,
but I think bind security is not so bad: it can run as non-root
user now, moreover bind supports chrooting right out the box. 

Poor security of bind is imho similar superstition as it is
for sendmail: once in the past this software had some problem,
so now a lot of people think they should forever avoid using it...

Jarry
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] freetype-2.3.3 messed up my desktop

2007-05-11 Thread Alan McKinnon
On Thursday 10 May 2007, Mick wrote:
 Also noticed that OpenOffice fonts look odd, but I think these are
 Gtk controlled?

No, Open Office uses it's own font rendering engine

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread Alan McKinnon
On Friday 11 May 2007, David Harel wrote:
 Greetings,


 After installing gentoo-source-2.6.20-r8 I copied my current .config
 file to the new kernel and did make oldconfig. I had to do define
 only new properties of the new kernel and the rest was taken from the
 original config file however, at boot time I got panic halt on root
 mount stating that ext3 is not supported. Double check on support for
 ext3 is OK.

 Any idea?

Given the actual information you posted above, none whatsoever.

Please post your .config and the version number of the kernel you were 
upgrading from and we'll all take a look-see

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb ext David Harel:

 After installing gentoo-source-2.6.20-r8 I copied my current .config
 file to the new kernel and did make oldconfig. I had to do define only
 new properties of the new kernel and the rest was taken from the
 original config file however, at boot time I got panic halt on root
 mount stating that ext3 is not supported. Double check on support for
 ext3 is OK.

Could you please, in addition to what Alan requested, post the _exact_ 
message?

Bye...

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


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


[gentoo-user] locate

2007-05-11 Thread Martin S

Just recently tried using

locate foo.conf | cd

to automagically move to the directory in which I've saved foo.conf
Of course it didn't work as you can't cd to /bar/foo.conf

I didn't find a way to dropping the actual file name from the result of
locate.
I did a brief google on locate, but didn't find a switch to drop the actual
file name from the result.

Can it be done, or if not what should I use to get the desired result?


Regards,

Martin S


Re: [gentoo-user] locate

2007-05-11 Thread Neil Bothwick
On Fri, 11 May 2007 14:34:44 +0200, Martin S wrote:

 Just recently tried using
 
 locate foo.conf | cd
 
 to automagically move to the directory in which I've saved foo.conf
 Of course it didn't work as you can't cd to /bar/foo.conf
 
 I didn't find a way to dropping the actual file name from the result of
 locate.

cd $(dirname $(locate foo.conf))

-- 
Neil Bothwick

WinErr 010: Reserved for future mistakes by our developers


signature.asc
Description: PGP signature


[gentoo-user] new install 2007.0 and gcc-3.3.6

2007-05-11 Thread Turi Tropea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi people :)

why on a fresh install of 2007.0 (using the minimal cd and the
official howto) when i try to emerge kde-meta is required gcc-3.3.6
that does not support my cflags (pentium-m)

this is a little bit of emerge kde-meta kdm

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

Calculating dependencies  . . . done!
[ebuild  N] x11-libs/libXau-1.0.3  USE=-debug 0 kB
[ebuild  N] dev-libs/libxslt-1.1.20  USE=crypt python -debug
0 kB
[ebuild  N] x11-libs/libICE-1.0.3  USE=ipv6 -debug 0 kB
[ebuild  N] x11-libs/libfontenc-1.0.4  USE=-debug 0 kB
[ebuild  N] x11-libs/libXdmcp-1.0.2  USE=-debug 0 kB
[ebuild  N] x11-apps/rgb-1.0.1  USE=-debug 0 kB
 [ebuild  NS   ] sys-devel/gcc-3.3.6-r1  USE=fortran gtk nls
(-altivec) -bootstrap -boundschecking -build -doc -gcj (-hardened)
-ip28 -ip32r10k (-multilib) -multislot (-n32) (-n64) -nocxx -nopie
-nossp -objc -test -vanilla 0 kB 
[ebuild  N] app-admin/gamin-0.1.8  USE=-debug 0 kB
[ebuild  N] dev-libs/pth-2.0.6  0 kB
[ebuild  N] kde-base/kdebase-pam-6  0 kB
[ebuild  N] sys-apps/eject-2.1.5-r1  USE=nls 0 kB
[ebuild  NS   ] sys-devel/automake-1.4_p6  0 kB

.

this is the error:

cc1: error: bad value (pentium-m) for -march= switch
cc1: error: bad value (pentium-m) for -mcpu= switch
make[2]: *** [gengenrtl.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: *** Waiting for unfinished jobs
echo timestamp  clean_s1
make[1]: Leaving directory
`/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
make: *** [bootstrap-lean] Error 2


is possible to define two different cflag in make.conf? one for
gcc-3.3.6 and the other for gcc-4xx?

i also have two version of gcc correctly emerged, 4.1.1-r3 and 3.4.6-r2

ps excuse me for my bad english :(
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFGRGeapidk8BrvGZARAplMAJ9YEcjv0p9qNFgYzv/jBJUKCcjjbACfbbMm
ZYX2szsFXEnrAC6LvBF9Sis=
=cHe8
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - !!! An error occured while trying to send logmail:

2007-05-11 Thread Michael Sullivan
Since I installed an exim server on a couple of my
machines yesterday I have been getting this error when
I try to emerge anything:

!!! An error occured while trying to send logmail:
{'root': (501, 'root: recipient address must contain
a domain')}

I have the domain name set in the DNSDOMAIN variable
in /etc/conf.d/domainname.  How do I activate it?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} web/mail server as nameserver

2007-05-11 Thread Crayon Shin Chan
On Friday 11 May 2007 18:48, [EMAIL PROTECTED] wrote:

 Poor security of bind is imho similar superstition as it is
 for sendmail: once in the past this software had some problem,
 so now a lot of people think they should forever avoid using it...

If the OP doesn't need any bind-specific feature then why not use djbdns 
which has a better security track record. djb software are built from the 
ground up to be secure (as is possible), he also splits the program 
into smaller executables, each having a specific job thus making each of 
them secure a simpler task. Whilst bind and sendmail have made 
substantial efforts to be more secure, they are still built on legacy and 
bloated monolithic code.

-- 
Crayon
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - A serious problem with my exim configuration

2007-05-11 Thread Michael Sullivan
On my new exim install on my server box, I have a
serious problem.  It will accept mail sent to
[EMAIL PROTECTED], but not
[EMAIL PROTECTED]  Here are the relevant
portions of my config:

domainlist local_domains = @ espersunited.com :
baby.espersunited.com : localhost
domainlist relay_to_domains =
hostlist   relay_from_hosts = 127.0.0.1 :
70.234.122.248 : 70.234.122.250 : 70.234.122.251

qualify_domain = baby.espersunited.com :
localhost.localdomain

How do I get it to accept mail for espersunited.com?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new install 2007.0 and gcc-3.3.6

2007-05-11 Thread Alan McKinnon
On Friday 11 May 2007, Turi Tropea wrote:
 Hi people :)

 why on a fresh install of 2007.0 (using the minimal cd and the
 official howto) when i try to emerge kde-meta is required gcc-3.3.6
 that does not support my cflags (pentium-m)

 this is a little bit of emerge kde-meta kdm

[snip]

please provide the output of 

emerge -pvt kde-meta kdm

so we can see what wants to pull in gcc-3.3.6. It shouldn't happen as 
the profile specifies:

  =sys-devel/gcc-3.3.4-r1

 is possible to define two different cflag in make.conf? one for
 gcc-3.3.6 and the other for gcc-4xx?

No...

alan


-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] locate

2007-05-11 Thread Neil Bothwick
On Fri, 11 May 2007 15:53:42 +0200, Martin S wrote:

 Forgot you're still toppost sensitive in this group.

And always will be, once oyu've seen the one true way you don't change :)

 Anyway I don't have a mouse on that system, so I'll have to use Alan
 suggestion.

You could use a script. e.g.

#!/bin/sh
# cdlocate.sh
cd $(dirname $(locate $1 | head -n 1))

The head -n 1 will avoid it falling over when locate returns more than
one hit, although it will still break if there are no hits. Maybe,
although I haven't tested it, something like

FILE=$(locate $* | head -n 1))
[[ ${FILE} ]]  cd $(dirname ${FILE})


-- 
Neil Bothwick

Error reading FAT record: Try the SKINNY one? (Y/N)


signature.asc
Description: PGP signature


Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread David Harel
Sorry for not providing details (was sure people will identify the 
problem in a glance).



Upgrade is from 2.6.17-r8

Attached the panic message:


VFS: cannot open root  device sda1 or unknown block (0,0)

please append a correct root= boot option.

Kernel panic - not syncing: VFS: unable to mount root fs on unknown - 
block (0,0)



Attached the .config file (after converted to 2.6.20-r8 - make oldconfig 
- just hit the enter key)


lilo is double checked. Below the relevant section.


boot=/dev/sda
root=/dev/sda1
read-only


image=/boot/vmlinuz-2.6.20-r8.v0

 label=SDA1-20-r8.v0
 append=root=/dev/sda1



Alan McKinnon wrote:


On Friday 11 May 2007, David Harel wrote:
  

Greetings,


After installing gentoo-source-2.6.20-r8 I copied my current .config
file to the new kernel and did make oldconfig. I had to do define
only new properties of the new kernel and the rest was taken from the
original config file however, at boot time I got panic halt on root
mount stating that ext3 is not supported. Double check on support for
ext3 is OK.



  

Any idea?



Given the actual information you posted above, none whatsoever.

Please post your .config and the version number of the kernel you were 
upgrading from and we'll all take a look-see


alan

  


--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.20-gentoo-r8
# Fri May 11 16:54:29 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_DEFCONFIG_LIST=/lib/modules/$UNAME_RELEASE/.config

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
CONFIG_INITRAMFS_SOURCE=
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Block layer
#
CONFIG_BLOCK=y
CONFIG_LBD=y
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED=anticipatory

#
# Processor type and features
#
# CONFIG_SMP is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_PARAVIRT is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUMM=y
# CONFIG_MCORE2 is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y

Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread Etaoin Shrdlu
On Friday 11 May 2007 16:39, David Harel wrote:

 lilo is double checked. Below the relevant section.


 boot=/dev/sda
 root=/dev/sda1
 read-only


 image=/boot/vmlinuz-2.6.20-r8.v0

   label=SDA1-20-r8.v0
   append=root=/dev/sda1

This last line, written this way, looks wrong or at least useless to me.
Try to change it into the simpler

  root = /dev/sda1

or remove it altogether, since you already specified the root device in 
the global section.

Also, you seem to have a SCSI or SATA drive (the output of lspci would 
help here). All SCSI low-level drivers are disabled in your config, so I 
guess you have a SATA drive. But, you have also disabled all the SATA 
drivers (it's the Serial ATA (prod) and Parallel ATA (experimental) 
drivers section). This could happen if you did make oldconfig using a 
pre-2.6.19 config file, because SATA drivers moved under CONFIG_ATA 
starting from 2.6.19. If so, do a make menuconfig and double check 
that all the drivers you need are compiled into your kernel.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new install 2007.0 and gcc-3.3.6

2007-05-11 Thread Turi Tropea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 


Naga ha scritto:

 emerge sys-libs/libstdc++-v3 and gcc-3 will go away :)
Worked very well!!! now i can emerge my kde without any interruptions
:) (ehm...i hope)

thanks thanks thanks
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFGRHa3pidk8BrvGZARAhcrAJsEpvGwqqVnInnv1zFMZSxtenOVNQCg2ag6
bM05gs2zadBMxGqo99dK2xA=
=ihvJ
-END PGP SIGNATURE-

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] locate

2007-05-11 Thread Alex Schuster
Martin S writes: 


Anyway I don't have a mouse on that system, so I'll have to use Alan
suggestion.


You could use a little shell function like this one. Add it to your 
~/.bashrc or somewhere like that. 


locatecd()
{
   oldIFS=$IFS
   IFS=$'\n'
   results=( $( locate $1 ) )
   ret=$?
   IFS=$oldIFS
   if (( ret ))
   then
   echo Sorry, '$1' was not found.
   return $ret
   fi
   if (( [EMAIL PROTECTED]  1 ))
   then
   echo More than one file found, using the first one.
   fi

   cd $( dirname [EMAIL PROTECTED] )
} 


   Alex
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] locate

2007-05-11 Thread Martin S

That works yes.
A bit much to typw though. Don't know if I'd save much time from first doing
a locate and the manually typing the cd [result] string :)

Martin S

2007/5/11, Neil Bothwick [EMAIL PROTECTED]:


On Fri, 11 May 2007 14:34:44 +0200, Martin S wrote:

 Just recently tried using

 locate foo.conf | cd

 to automagically move to the directory in which I've saved foo.conf
 Of course it didn't work as you can't cd to /bar/foo.conf

 I didn't find a way to dropping the actual file name from the result of
 locate.

cd $(dirname $(locate foo.conf))

--
Neil Bothwick

WinErr 010: Reserved for future mistakes by our developers





--
Regards,

Martin S


Re: [gentoo-user] locate

2007-05-11 Thread Martin S

2007/5/11, Neil Bothwick [EMAIL PROTECTED]:


On Fri, 11 May 2007 15:29:03 +0200, Martin S wrote:

 A bit much to typw though. Don't know if I'd save much time from first
 doing a locate and the manually typing the cd [result] string :)

Or type cd double-click middle-click



Forgot you're still toppost sensitive in this group.
Anyway I don't have a mouse on that system, so I'll have to use Alan
suggestion.

Regards,

Martin S


Re: [gentoo-user] OT - A serious problem with my exim configuration

2007-05-11 Thread Dirk GROSSE OSTERHUES
On 11/5/07 15:35, Michael Sullivan wrote:
 [...]
 domainlist local_domains = @ espersunited.com :

Try it with a : after the @ ;)

 baby.espersunited.com : localhost
 domainlist relay_to_domains =
 hostlist   relay_from_hosts = 127.0.0.1 :
 70.234.122.248 : 70.234.122.250 : 70.234.122.251
 
 qualify_domain = baby.espersunited.com :
 localhost.localdomain
 
 How do I get it to accept mail for espersunited.com?
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread Neil Bothwick
On Fri, 11 May 2007 17:39:57 +0300, David Harel wrote:

 Upgrade is from 2.6.17-r8
 
 Attached the panic message:
 
 
 VFS: cannot open root  device sda1 or unknown block (0,0)
 
 please append a correct root= boot option.
 
 Kernel panic - not syncing: VFS: unable to mount root fs on unknown - 
 block (0,0)

You've been bitten by the same thing that hit most other SATA users. The
SATA config options moved between 2.6.18 and 2.6.19 so your SATA chipset
driver is no longer compiled in to the kernel. Do a make menuconfig,
hit / and search for your SATA driver and enable it.


-- 
Neil Bothwick

If a parsley farmer is sued, can they garnish his wages?


signature.asc
Description: PGP signature


Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-11 Thread Alan McKinnon
On Friday 11 May 2007, David Harel wrote:
 Sorry for not providing details (was sure people will identify the
 problem in a glance).


 Upgrade is from 2.6.17-r8

OK, you seem to have run into the Lets rip IDE out of the kernel and 
replace it with ATA thing that happened in 2.6.18...

In menuconfig , under Drivers, there's a menu a little bit below the 
IDE?MFM stuff. It's called SATA/PATA or similar. You will find 
appropriate settings for your hardware there. I can't elabortae as I 
don't know what you have, but you disk settings seem to be IDE


 Attached the panic message:


 VFS: cannot open root  device sda1 or unknown block (0,0)

 please append a correct root= boot option.

 Kernel panic - not syncing: VFS: unable to mount root fs on unknown -
 block (0,0)

Please, please, please always quote the correct error messages and leave 
your personal evaluation out of it. See how the above says absolutely 
nothing about ext3? But your original post was all about that, and 
without the actual error and .config, we would have spent hours trying 
to get your fs working, when in fault it is not faulty...



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no CD or DVD but rules seem correct-FIXED-or, not

2007-05-11 Thread maxim wexler
 And if you use the new one, you have to be aware
 that it is attached to the 
 SCSI subsystem now. This means that you have to
 enable SCSI as well as 
 support for SCSI disks (CONFIG_BLK_DEV_SD=y) and
 SCSI cdroms 
 (CONFIG_BLK_DEV_SR=m = sr_mod.ko), just as you
 would do with SATA.

Thanks, Dirk but that's not the problem anymore.
Problem is persistent-CD.rules that keeps getting
re-written every boot. I've already written a
10-local.rules to handle my _one_ CD, /dev/cdrom-
/dev/hdc and _one_ DVD, /dev/dvd- /dev/hdd drive but
persistent seems to think the symlinks should be
called /dev/cdrom4 and /dev/cdrom5.

I delete the persistant file, like I say, but it gets
rewritten when I reboot and re-establishes the wrong
symlinks, I suspect by /lib/udev/write_cd_rules.

Question is: Can I safely delete
/lib/udev/write_cd_rules or disable it somehow?

Maxim


   
Boardwalk
 for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's 
economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - Need help setting up mailman to work with exim

2007-05-11 Thread Michael Sullivan
What do I need to do to set up mailman to work with
exim?  I have a test list called phantom that I tried
to send a test message to from
[EMAIL PROTECTED]:  

exim_main.log:2007-05-11 11:47:37
H=adsl-70-234-122-248.dsl.tul2ok.sbcglobal.net
(baby.espersunited.com) [70.234.122.248] sender verify
fail for [EMAIL PROTECTED]:
Unrouteable address

I don't know where it's getting
bullet.espersunited.com from; bullet's not even hooked
up anymore.  Can anyone help me?  If I can't get this
working, I'll have to go back to sendmail, which I
know it works with...


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] locate

2007-05-11 Thread Uwe Thiem
On 11 May 2007, Martin S wrote:
 That works yes.
 A bit much to typw though. Don't know if I'd save much time from first
 doing a locate and the manually typing the cd [result] string :)

Make it a shell function if you need it often.

Uwe

-- 
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} web/mail server as nameserver

2007-05-11 Thread Håkon Alstadheim
Crayon Shin Chan wrote:
 On Friday 11 May 2007 18:48, [EMAIL PROTECTED] wrote:

   
 Poor security of bind is imho similar superstition as it is
 for sendmail: once in the past this software had some problem,
 so now a lot of people think they should forever avoid using it...
 

 If the OP doesn't need any bind-specific feature then why not use djbdns 
 which has a better security track record. djb software are built from the 
 ground up to be secure (as is possible), he also splits the program 
 into smaller executables, each having a specific job thus making each of 
 them secure a simpler task. Whilst bind and sendmail have made 
 substantial efforts to be more secure, they are still built on legacy and 
 bloated monolithic code.

   
Just to fill in the picture a bit, the djb* software also has a long
flip-the-bird-at-any-rfc-you-don't-like track-record.

-- 
Håkon Alstadheim 
spamtrap: [EMAIL PROTECTED] -- 1 hit  you are out

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} web/mail server as nameserver

2007-05-11 Thread kashani

Håkon Alstadheim wrote:

Crayon Shin Chan wrote:

On Friday 11 May 2007 18:48, [EMAIL PROTECTED] wrote:


Poor security of bind is imho similar superstition as it is
for sendmail: once in the past this software had some problem,
so now a lot of people think they should forever avoid using it...

If the OP doesn't need any bind-specific feature then why not use djbdns 
which has a better security track record. djb software are built from the 
ground up to be secure (as is possible), he also splits the program 
into smaller executables, each having a specific job thus making each of 
them secure a simpler task. Whilst bind and sendmail have made 
substantial efforts to be more secure, they are still built on legacy and 
bloated monolithic code.


  

Just to fill in the picture a bit, the djb* software also has a long
flip-the-bird-at-any-rfc-you-don't-like track-record.



I generally agree with Håkon on this. :-).

The other issue is that djb likes to abandon his software after it's 
done. Things like DNSSEC and dynamic updates don't exist in djbdns and 
aren't planned. They don't matter so much if you're just doing 
authoritative DNS, but if you're doing interesting thing on your network 
Bind is pretty much required.


kashani
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no CD or DVD but rules seem correct-FIXED-or, not

2007-05-11 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb maxim wexler:

 Problem is persistent-CD.rules that keeps getting
 re-written every boot.

Hmm that's strange. Doesn't happen on my system(s).

 I've already written a 
 10-local.rules to handle my _one_ CD, /dev/cdrom-
 /dev/hdc and _one_ DVD, /dev/dvd- /dev/hdd drive but
 persistent seems to think the symlinks should be
 called /dev/cdrom4 and /dev/cdrom5.

Can you post the relevant lines from 10.local.rules.

 I delete the persistant file, like I say, but it gets
 rewritten when I reboot and re-establishes the wrong
 symlinks, I suspect by /lib/udev/write_cd_rules.

 Question is: Can I safely delete
 /lib/udev/write_cd_rules or disable it somehow?

I suspect it will be re-installed at next udev update. What's your udev 
version, BTW.?

Bye...

Dirk



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


RE: [gentoo-user] convert rpm to ebuild

2007-05-11 Thread Öhler , Alessandro
Hi

I follow this treat now for a while, but something is still missing here.

RPM is not just a Binary Package. I agree most of them are.
Some of the RPM´s also have some scripts embedded which are not handled if you 
convert it with  rpm2targz or simular.

For example i still look for an way to convert Legate Networker RPM´s to Gentoo 
Ebuild without manual extracting those scripts which are normaly handled at 
installtime by the RPM System :-(.


--http://www.rpm.org/max-rpm/s1-rpm-inside-scripts.html-
Install/Erase-time Scripts

The other type of scripts that are present in the spec file are those that are 
only used when the package is either installed or erased. There are four 
scripts, each one meant to be executed at different times during the life of a 
package:

*

  Before installation.
*

  After installation.
*

  Before erasure.
*

  After erasure. 
---

By the way does someone have an idea how this can be done easily without 
extracting them manualy ??


Building an Binary Gentoo Ebuild from just Binary RPM´s no problem so far, but 
if those scripts needed for installation, the hard life goes on.

Ciao

Alessandro





-Original Message-
From: Neil Bothwick [mailto:[EMAIL PROTECTED] 
Sent: Freitag, 11. Mai 2007 12:35
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] convert rpm to ebuild

On Fri, 11 May 2007 13:25:46 +0300, Nistor Andrei wrote:

  That won't work, emerge can only work with ebuilds or portage binary 
  packages. You can either write your own ebuild to install the 
  binary, which is pretty straightforward, or simply unpack it to /.
   
 Portage binary packages aren't actually .tar.gz archives?

No, they are tar.bz2 archives with some metadata appended. without that 
metadata, portage cannot create an entry in the package database.


--
Neil Bothwick

Life is pleasant. Death is peaceful. Its the transition thats troublesome. - 
Isaac Asimov
Die Information in dieser Nachricht ist vertraulich und ausschliesslich fuer 
den Adressaten bestimmt. Der Empfaenger dieser Nachricht, der nicht der 
Adressat, einer seiner Mitarbeiter oder sein Empfangsbevollmaechtigter ist, 
wird hiermit davon in Kenntnis gesetzt, dass er deren Inhalt nicht verwenden, 
weitergeben oder reproduzieren darf. Sollten Sie diese Nachricht irrtuemlich 
erhalten haben, benachrichtigen Sie uns bitte unverzueglich per Telefon und 
retournieren Sie uns die Nachricht per E-Mail/Fax.


The information contained in this e-mail is privileged and confidential and is 
for the exclusive use of the addressee. The person who receives this e-mail and 
who is not the addressee, one of his employees or an agent entitled to hand it 
over to the addressee, is informed that he may not use, disclose or reproduce 
the contents thereof. If you have received this communication by mistake, 
please let us know by telephone without delay and send it back to us by 
e-mail/fax.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-11 Thread Michael Sullivan
On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
 Hi Michael,
 
 Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
  On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
   Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
 If you don't want to write it in Procmail, maybe you like to
 do some Ruby. I once composed my own mail filter. It's not
 documented very well but really easy to use.
 
   http://opensource.bertram-scharpf.de/sites/cropmail/

  
  OKay.  It emerged.  Now, how do I plug it into sendmail?
 
 I'm using Exim and I only have no other machine at home
 where I could try another MTA. As I did with Exim, it should
 suffice when you take the Procmail plug of Sendmail and just
 s/procmail/cropmail/g it.
 
 A successful configuration example is welcome here.
 
 Bertram
 
 
 -- 
 Bertram Scharpf
 Stuttgart, Deutschland/Germany
 http://www.bertram-scharpf.de

I'm a little confused as to exactly what I insert
into /etc/exim/exim.conf.  Any clues?
-Michael Sullivan-

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] freetype-2.3.3 messed up my desktop

2007-05-11 Thread Mick
On Friday 11 May 2007 12:08, Alan McKinnon wrote:
 On Thursday 10 May 2007, Mick wrote:
  Also noticed that OpenOffice fonts look odd, but I think these are
  Gtk controlled?

 No, Open Office uses it's own font rendering engine

Thanks Alan,

Would the OOo rendering engine work with freetype?  I am sure it changed its 
anti-aliasing since the freetype was updated.
-- 
Regards,
Mick


pgp5j2k7MyoJk.pgp
Description: PGP signature


Re: [gentoo-user] no CD or DVD but rules seem correct-FIXED-or, not

2007-05-11 Thread maxim wexler
 Can you post the relevant lines from 10.local.rules.

[EMAIL PROTECTED] ~ $ cat /etc/udev/rules.d/10*
 BUS==ide, KERNEL==hdc, SYMLINK+=cdrom,
GROUP=cdrom
 BUS==ide, KERNEL==hdd, SYMLINK+=dvd,
GROUP=cdrom
[EMAIL PROTECTED] ~ $ 

see http://www.reactivated.net/writing_udev_rules.html
  under Examples -
cd/dvd drives for the model I used. 

 I suspect it will be re-installed at next udev
 update. What's your udev 
 version, BTW.?

udev-104-r12

 
 Bye...
 
   Dirk



   
Be
 a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=listsid=396545433
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems starting X

2007-05-11 Thread Johannes Skov Frandsen

Francisco Rivas skrev:
Hi all friends, I really like this situations because we learn so 
much...I have to thank you to all for this experience...


Well we got a lot of work to do for help Johannes.

You fell confortable installing the ati-drivers manually?, if your 
aswer is Yes, then:


1.- Disable all support for ati in the kernel

2.- Enable the framebuffer console like 
http://gentoo-wiki.com/HOWTO_fbsplash, because I know (for sure) you 
want a grubsplash and bootsplash :D :


3.- Unmerge all ati driver you have installed.

4.- Execute manually the installation and finally aticonfig --initial, 
and startx.
   
Note : I have :

X.org http://X.org :
  X Window System Version 7.1.1
  Release Date: 12 May 2006
  X Protocol Version 11, Revision 0, Release 7.1.1
  Build Operating System: UNKNOWN
  Current Operating System: Linux dta-desktop 2.6.21-gentoo #3 SMP 
PREEMPT Wed May 9 17:07:22 VET 2007 i686

  Build Date: 28 February 2007
  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  Module Loader present

Kernel :
  2.6.21-gentoo #3 SMP PREEMPT (but I has 2.6.20-r6,r7,r8) and it 
works too.


Ati Card : ATI Mobility Radeon X1300
  $fglrxinfo
 OpenGL vendor string : ATI Technologies Inc.
 OpenGL renderer string : ATI Mobility Radeon X1300
OpenGL version string : 2.0.6458 (8.36.5)

If your answer is No. Try with #ACCEPT_KEYWORDS=~x86 emerge 
ati-drivers, in my case is

*  x11-apps/ati-drivers-extra
  Latest version available: 8.33.6
  Latest version installed: [ Not Installed ]
  Size of files: 57,246 kB
  Homepage:  http://www.ati.com http://www.ati.com
  Description:   Ati precompiled drivers extra application
  License:   ATI GPL-2 QPL-1.0

*  x11-drivers/ati-drivers
  Latest version available: 8.35.5
  Latest version installed: [ Not Installed ]
  Size of files: 55,971 kB
  Homepage:  http://www.ati.com
  Description:   Ati precompiled drivers for recent chipsets
  License:   ATI GPL-2 QPL-1.0

Emerge the 8.35.5 and aticonfig --initial

I hope this help you...Please comment us your experience...

--
Francisco Rivas
Linux User (New) : #448324
Linux Machine (New) : 355187

Hi everybody

Thanks for all the help so far,,, I'm embarrassed/sorry to say that non 
of it really worked so far.


I recompile the  kernel without any ati support and installed 8.35.5 
driver without a problem.
But aticonfig claims it can't run because of an invalid xorg.conf file 
and i can't generate a new one with 'Xorg -configure'

it just prints this error:

marvin / Xorg -configure

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo-r7 i686
Current Operating System: Linux marvin 2.6.20-gentoo-r7 #6 SMP Fri May 
11 17:52:

30 GMT 2007 i686
Build Date: 11 May 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri May 11 23:11:24 2007
List of video drivers:
   ati
   atimisc
   fglrx
   radeon
   savage
   r128

Backtrace:
0: Xorg(xf86SigHandler+0x84) [0x80c7b64]
1: [0xe420]
2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x13d) 
[0xb74a5b1

d]
3: Xorg(DoConfigure+0x208) [0x80ca2e8]
4: Xorg(InitOutput+0x685) [0x809fae5]
5: Xorg(main+0x27b) [0x806e26b]
6: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7c86838]
7: Xorg(FontFileCompleteXLFD+0xa1) [0x806d7a1]

Fatal server error:
Caught signal 11.  Server aborting

Aborted

Currently I'm supporting the theory that Young Sun is right, and that 
the problem is the version of Xorg.


Tomorrow I will try to uninstall the compiled drivers from ati and try 
the open source drivers. If that doesn't work

I'm feeling inclined to buy a new nvidia card instead.

Maybe I could also try to make the onboard S3 savage card  work, 
although I have never been a big fan of 
graphic cards with shared memory.


Thanks again for all the help

Johannes


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Problems starting X

2007-05-11 Thread JD


-Original Message-
From: Johannes Skov Frandsen [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 11, 2007 5:24 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Problems starting X

Francisco Rivas skrev:
 Hi all friends, I really like this situations because we learn so 
 much...I have to thank you to all for this experience...

 Well we got a lot of work to do for help Johannes.

 You fell confortable installing the ati-drivers manually?, if your 
 aswer is Yes, then:

 1.- Disable all support for ati in the kernel

 2.- Enable the framebuffer console like 
 http://gentoo-wiki.com/HOWTO_fbsplash, because I know (for sure) you 
 want a grubsplash and bootsplash :D :

 3.- Unmerge all ati driver you have installed.

 4.- Execute manually the installation and finally aticonfig --initial, 
 and startx.

 Note : I have :
 X.org http://X.org :
   X Window System Version 7.1.1
   Release Date: 12 May 2006
   X Protocol Version 11, Revision 0, Release 7.1.1
   Build Operating System: UNKNOWN
   Current Operating System: Linux dta-desktop 2.6.21-gentoo #3 SMP 
 PREEMPT Wed May 9 17:07:22 VET 2007 i686
   Build Date: 28 February 2007
   Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
   Module Loader present

 Kernel :
   2.6.21-gentoo #3 SMP PREEMPT (but I has 2.6.20-r6,r7,r8) and it 
 works too.

 Ati Card : ATI Mobility Radeon X1300
   $fglrxinfo
  OpenGL vendor string : ATI Technologies Inc.
  OpenGL renderer string : ATI Mobility Radeon X1300
 OpenGL version string : 2.0.6458 (8.36.5)

 If your answer is No. Try with #ACCEPT_KEYWORDS=~x86 emerge 
 ati-drivers, in my case is
 *  x11-apps/ati-drivers-extra
   Latest version available: 8.33.6
   Latest version installed: [ Not Installed ]
   Size of files: 57,246 kB
   Homepage:  http://www.ati.com http://www.ati.com
   Description:   Ati precompiled drivers extra application
   License:   ATI GPL-2 QPL-1.0

 *  x11-drivers/ati-drivers
   Latest version available: 8.35.5
   Latest version installed: [ Not Installed ]
   Size of files: 55,971 kB
   Homepage:  http://www.ati.com
   Description:   Ati precompiled drivers for recent chipsets
   License:   ATI GPL-2 QPL-1.0

 Emerge the 8.35.5 and aticonfig --initial

 I hope this help you...Please comment us your experience...

 -- 
 Francisco Rivas
 Linux User (New) : #448324
 Linux Machine (New) : 355187
Hi everybody

Thanks for all the help so far,,, I'm embarrassed/sorry to say that non 
of it really worked so far.

I recompile the  kernel without any ati support and installed 8.35.5 
driver without a problem.
But aticonfig claims it can't run because of an invalid xorg.conf file 
and i can't generate a new one with 'Xorg -configure'
it just prints this error:

marvin / Xorg -configure

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo-r7 i686
Current Operating System: Linux marvin 2.6.20-gentoo-r7 #6 SMP Fri May 
11 17:52:
30 GMT 2007 i686
Build Date: 11 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri May 11 23:11:24 2007
List of video drivers:
ati
atimisc
fglrx
radeon
savage
r128

Backtrace:
0: Xorg(xf86SigHandler+0x84) [0x80c7b64]
1: [0xe420]
2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x13d) 
[0xb74a5b1
d]
3: Xorg(DoConfigure+0x208) [0x80ca2e8]
4: Xorg(InitOutput+0x685) [0x809fae5]
5: Xorg(main+0x27b) [0x806e26b]
6: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7c86838]
7: Xorg(FontFileCompleteXLFD+0xa1) [0x806d7a1]

Fatal server error:
Caught signal 11.  Server aborting

Aborted

Have you tried this with removing fglrx?  I've had similar issues with other
video drivers, and by removing fglrx from the equation I've been able to at
least get X to fire up.

Currently I'm supporting the theory that Young Sun is right, and that 
the problem is the version of Xorg.

Tomorrow I will try to uninstall the compiled drivers from ati and try 
the open source drivers. If that doesn't work
I'm feeling inclined to buy a new nvidia card instead.

Maybe I could also try to make the onboard S3 savage card  work, 
although I have never been a big fan of 
graphic cards with shared memory.

Thanks again for all the help

Johannes


-- 
[EMAIL PROTECTED] mailing list


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help setting up mailman to work with exim

2007-05-11 Thread Randy Barlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Sullivan wrote:
 If I can't get this
 working, I'll have to go back to sendmail, which I
 know it works with...

I use Postfix and it plays nice with Mailman.  I'd highly recommend it!

R

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

iD8DBQFGRRFN7So1xaF/eR8RAuUAAKCDfi/C1oA/GxUh9QdsFAj5kE7y2ACgyQ2r
/GtdD1eN36p0LppoRX7YmNk=
=Tep7
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-11 Thread Bertram Scharpf
Hi,
1
Am Freitag, 11. Mai 2007, 13:39:21 -0500 schrieb Michael Sullivan:
 On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
  Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
   On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
 On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
http://opensource.bertram-scharpf.de/sites/cropmail/
   
   OKay.  It emerged.  Now, how do I plug it into sendmail?
 
 I'm a little confused as to exactly what I insert
 into /etc/exim/exim.conf.  Any clues?

As far as I remember Exim became prominent for its excellent
logging and diagnostics output. (It's months ago for me). Do
you like to post some parts of /var/log/exim/* ?

Thanks in advance.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems starting X

2007-05-11 Thread Francisco Rivas

Johannes,

It is a good idea try with other version of the xorg. please post something
about your experience.

On 5/11/07, JD [EMAIL PROTECTED] wrote:




-Original Message-
From: Johannes Skov Frandsen [mailto:[EMAIL PROTECTED]
Sent: Friday, May 11, 2007 5:24 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Problems starting X

Francisco Rivas skrev:
 Hi all friends, I really like this situations because we learn so
 much...I have to thank you to all for this experience...

 Well we got a lot of work to do for help Johannes.

 You fell confortable installing the ati-drivers manually?, if your
 aswer is Yes, then:

 1.- Disable all support for ati in the kernel

 2.- Enable the framebuffer console like
 http://gentoo-wiki.com/HOWTO_fbsplash, because I know (for sure) you
 want a grubsplash and bootsplash :D :

 3.- Unmerge all ati driver you have installed.

 4.- Execute manually the installation and finally aticonfig --initial,
 and startx.

 Note : I have :
 X.org http://X.org :
   X Window System Version 7.1.1
   Release Date: 12 May 2006
   X Protocol Version 11, Revision 0, Release 7.1.1
   Build Operating System: UNKNOWN
   Current Operating System: Linux dta-desktop 2.6.21-gentoo #3 SMP
 PREEMPT Wed May 9 17:07:22 VET 2007 i686
   Build Date: 28 February 2007
   Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
   Module Loader present

 Kernel :
   2.6.21-gentoo #3 SMP PREEMPT (but I has 2.6.20-r6,r7,r8) and it
 works too.

 Ati Card : ATI Mobility Radeon X1300
   $fglrxinfo
  OpenGL vendor string : ATI Technologies Inc.
  OpenGL renderer string : ATI Mobility Radeon X1300
 OpenGL version string : 2.0.6458 (8.36.5)

 If your answer is No. Try with #ACCEPT_KEYWORDS=~x86 emerge
 ati-drivers, in my case is
 *  x11-apps/ati-drivers-extra
   Latest version available: 8.33.6
   Latest version installed: [ Not Installed ]
   Size of files: 57,246 kB
   Homepage:  http://www.ati.com http://www.ati.com
   Description:   Ati precompiled drivers extra application
   License:   ATI GPL-2 QPL-1.0

 *  x11-drivers/ati-drivers
   Latest version available: 8.35.5
   Latest version installed: [ Not Installed ]
   Size of files: 55,971 kB
   Homepage:  http://www.ati.com
   Description:   Ati precompiled drivers for recent chipsets
   License:   ATI GPL-2 QPL-1.0

 Emerge the 8.35.5 and aticonfig --initial

 I hope this help you...Please comment us your experience...

 --
 Francisco Rivas
 Linux User (New) : #448324
 Linux Machine (New) : 355187
Hi everybody

Thanks for all the help so far,,, I'm embarrassed/sorry to say that non
of it really worked so far.

I recompile the  kernel without any ati support and installed 8.35.5
driver without a problem.
But aticonfig claims it can't run because of an invalid xorg.conf file
and i can't generate a new one with 'Xorg -configure'
it just prints this error:

marvin / Xorg -configure

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo-r7 i686
Current Operating System: Linux marvin 2.6.20-gentoo-r7 #6 SMP Fri May
11 17:52:
30 GMT 2007 i686
Build Date: 11 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri May 11 23:11:24 2007
List of video drivers:
ati
atimisc
fglrx
radeon
savage
r128

Backtrace:
0: Xorg(xf86SigHandler+0x84) [0x80c7b64]
1: [0xe420]
2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x13d)
[0xb74a5b1
d]
3: Xorg(DoConfigure+0x208) [0x80ca2e8]
4: Xorg(InitOutput+0x685) [0x809fae5]
5: Xorg(main+0x27b) [0x806e26b]
6: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7c86838]
7: Xorg(FontFileCompleteXLFD+0xa1) [0x806d7a1]

Fatal server error:
Caught signal 11.  Server aborting

Aborted

Have you tried this with removing fglrx?  I've had similar issues with
other
video drivers, and by removing fglrx from the equation I've been able to
at
least get X to fire up.

Currently I'm supporting the theory that Young Sun is right, and that
the problem is the version of Xorg.

Tomorrow I will try to uninstall the compiled drivers from ati and try
the open source drivers. If that doesn't work
I'm feeling inclined to buy a new nvidia card instead.

Maybe I could also try to make the onboard S3 savage card  work,
although I have never been a big fan of
graphic cards with shared memory.

Thanks again for all the help

Johannes


--
[EMAIL PROTECTED] mailing list


--
[EMAIL