[opensuse] What has happened to the libpng.so.2

2005-10-31 Thread Alexander S. Usov
Hi!

I have a binary, which requires libpng.so.2 to run.
A quick check show that the last SuSE version it was included is
9.1 (compat-2004.4.2-3.i386.rpm).
Will it work if I simply copy it somewhere into /usr/local/lib?

-- 
Best regards,
  Alexander.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] What has happened to the libpng.so.2

2005-10-31 Thread Jean-François Simon
I had the same problem with a program called Fieldview. In my case doing
a symlink to the libpng.so.3 works fine.

On Mon, 2005-10-31 at 09:05 +0100, Alexander S. Usov wrote:
 Hi!
 
 I have a binary, which requires libpng.so.2 to run.
 A quick check show that the last SuSE version it was included is
 9.1 (compat-2004.4.2-3.i386.rpm).
 Will it work if I simply copy it somewhere into /usr/local/lib?
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] RPM dependency hell: back to the drawing board?

2005-10-31 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Janne Karhunen wrote:
 On Monday 31 October 2005 01:24, Pascal Bleser wrote:
 
 My point, about this and as a reply to Janne, is that Linux is a highly
 modular system, and that it's actually one of it's key benefits. 
 
 Yep. This is yet another double-edged sword.

Personally, I wouldn't say it like that but.. yes :)
It has a vast number of advantages and, obviously, some drawbacks ;)

- --
  -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
  /\\ [EMAIL PROTECTED]   [EMAIL PROTECTED]
 _\_v The more things change, the more they stay insane.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFDZeyZr3NMWliFcXcRAsQfAJ9Dj/iYaZMEsm/533MzwtBiYJdTJwCdEdqh
O9CtTwcOI5qLcoG84Fo7wFs=
=wCg+
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Where is postgresql?

2005-10-31 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ken Leyba wrote:
 Well, that's exactly what I didn't want or need to do.  I guess
 openSUSE isn't for me.  I installed Mandriva which includes
 PostgreSQL.  My application is now running.  Normally I use CentOS but
 it didn't like the video card on my test machine (needed the GUI for a
 demo), so I thought I'd give openSUSE a shot.  Oh well.

Ken, why isn't openSUSE for you ?
Because you downloaded the OSS ISOs that don't include all the packages and you 
had to do the following:
- - installation_sources -a 
http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source
- - yast2 -i postgresql-server
?
(which, of course, you can also do with the YaST2 graphical user interface)

cheers
- --
  -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
  /\\ [EMAIL PROTECTED]   [EMAIL PROTECTED]
 _\_v The more things change, the more they stay insane.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFDZe3Xr3NMWliFcXcRAjlkAJ4x8RS9ZNFWGDtYu+LFrSKYn056jACgnhEo
HGSD5N8Pzcf1R5Wbow7epp0=
=HvDG
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] RPM dependency hell: back to the drawing board?

2005-10-31 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Hatfield wrote:
 Now Klik has very little to do with this.
 Or, rather, Klik definately does *not* solve this, it's the exact
 opposite.
 
 Sorry if this came out the wrong way, I was just trying to lighten the
 mood.  I agree with everything you've stated.

Eh, you don't have to ;)))
Sorry if I did sound a little harsh, was not the intention.

As said, Klik is a great idea, and works nicely. But it is facing exactly the 
same issue as what
Janne is trying to solve/discuss, at least on non-live distributions.

cheers
- --
  -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
  /\\ [EMAIL PROTECTED]   [EMAIL PROTECTED]
 _\_v The more things change, the more they stay insane.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFDZe5rr3NMWliFcXcRAmS5AJ4y8MGq6bYHv4J2kpe4HBolYa2oCACeJP8f
BhJYsvzRu90fXQZOsCkH9z0=
=f6B7
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] modifies for use Smartlink-softmodem on ibm thinkpad T41

2005-10-31 Thread Gianluca

Hi everyone,
The opensuse project is fantastic :-) ... and now I'm tring to get my 
contribution.
I installed the openSUSE 10.0 release on my thinkpad T41, and the 
packages for modem installed on my laptop are in inst-source-extra 
directory, and are:

 - smartlink-softmodem
 - km_smartlink-softmodem
In the package km_smartlink-softmodem for 10.0, the file armlibs.o is 
missing... so the slamr.ko module can't be generated... and modem 
doesn't work !!
However, this problem is already fixed in the km_smartlink-softmodem for 
10.1 release... but there are other problems with that package.
In fact, the slamr.ko module doesn't be generated because in the 
Makefile provided by the package for generate the module there isn't the 
definition of KERNEL_SOURCE variable used at line 19:


modules modules_add clean:
$(MAKE) -C $(KERNEL_SOURCE) $@ SUBDIRS=$(CURDIR) 
EXTRA_CFLAGS=-I$(CURDIR)


So, I add the line:
 KERNEL_SOURCE=lib/modules/`uname -r`/build
and now the slamr.ko module can be generated and installed :-).

But... another problem arises with my laptop. When the kernel initialize 
itself and search and load the modules for my hardware, it automatically 
load slamr module for modem... but it do that too early. I don't know 
why... but this behaviour blocks the modem!!!
So, I blocked the loading of slamr by kernel booting (I moved the file 
slamr.ko in another directory)... and I modified the script slmodemd for 
loading the slamr module when the script starts.

And now the modem works perfectly. :-)

/ line 56:   #modprobe slamr/
line   57:insmod /usr/src/kernel-modules/km_smartlink_softmodem/slamr.ko

I'm italian... and I'm learning english... so, be patience for my poor 
english... thanks :-)


Ciao,
Gianluca



Re: [opensuse] What has happened to the libpng.so.2

2005-10-31 Thread Alexander S. Usov
On Monday 31 October 2005 09:40, jdd wrote:
 Alexander S. Usov wrote:
  Hi!
 
  I have a binary, which requires libpng.so.2 to run.
  A quick check show that the last SuSE version it was included is
  9.1 (compat-2004.4.2-3.i386.rpm).
  Will it work if I simply copy it somewhere into /usr/local/lib?

 easy to try :-)

I will. What I forgot to write is if it's possible to use one of the 
installed .so.3  or .so.1?

-- 
Best regards,
  Alexander.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] modifies for use Smartlink-softmodem on ibm thinkpad T41

2005-10-31 Thread Christoph Thiel
On Mon, 31 Oct 2005, Gianluca wrote:

 contribution. I installed the openSUSE 10.0 release on my thinkpad T41, 
 and the packages for modem installed on my laptop are in 
 inst-source-extra directory, and are:
  - smartlink-softmodem
  - km_smartlink-softmodem 
 In the package km_smartlink-softmodem for 10.0, the file armlibs.o is 
 missing... so the slamr.ko module can't be generated... and modem 
 doesn't work !!

... just get the package kernel-default-nongpl that's in 
the inst-source-extra on ftp.suse.com, to get the ready-to-use slamr.ko ;)


Regards
Christoph

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] suse in a windows network (authentication)

2005-10-31 Thread Roman Sommer
hi list

i was wondering if I could somehow make my suse (10) authenticate
versus my windows 2003 domain controller. I configured both ldap
client and kerberos client in Yast2. Authentication works (the
kerberos part).. but I still cannot log in because ldap isn't able to
fetch user account information from my active directory which is
because it's not using the kerberos credidentials to establish a
gssapi connection.

So I set up shell/home information in /etc/passwd. No password.
Passwords are still being retrieved from the domain controller via
kerberos. Big surprise - login works. If I now issue a ldapsearch
with the filter it already tried before (but with no valid bind)
((objectclass=User)(msSFU30Name=testuser)) it starts a SASL/GSSAPI
authentication and successfully fetches the needed information. Why
doesn't ldap use gssapi on logins then.. or where can I tell it to use
it? Couldn't find any suitable option in Yast nor the config files
themselves.
Oh and no I don't want to use a dedicated user with a locally stored
plaintext password to search active directory :)

might anyone please help?

best regards
Roman Sommer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Where is postgresql?

2005-10-31 Thread Ken Schneider
On Sun, 2005-10-30 at 21:28 -0800, Ken Leyba wrote:
 Well, that's exactly what I didn't want or need to do.  I guess
 openSUSE isn't for me.  I installed Mandriva which includes
 PostgreSQL.  My application is now running.  Normally I use CentOS but
 it didn't like the video card on my test machine (needed the GUI for a
 demo), so I thought I'd give openSUSE a shot.  Oh well.
 
You could have easily added
ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586
as an additional YaST source and installed it that way (plus a lot of
additional packages). Comparing Mandriva download to the opensuse OSS
download is like comparing apples to oranges.

-- 
Ken Schneider
UNIX  since 1989, linux since 1994, SuSE  since 1998


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Capi with AVM Fritz Card PCI

2005-10-31 Thread Christian Praeger

Thank you,

now Capi 2.0 works. But now I have another problem:

I want to use Capisuite to receive fax. Sometimes it works fine and 
sometimes I don't get a fax and this error in the capisuite.log:


Mon Oct 31 01:09:04 2005 Connection 0x736d90: Connection object created 
for incoming call PLCI 201 from - to 12345 CIP 0x4
Mon Oct 31 01:09:04 2005 Connection 0x736d90: call from - to 12345 for 
christian connecting with fax

Mon Oct 31 01:09:04 2005 Connection 0x736d90: accepting with service 1
Mon Oct 31 01:10:01 2005 Connection 0x736d90: disconnect initiated
Mon Oct 31 01:10:01 2005 Connection 0x736d90: connection lost with cause 
0x3400,0x3311

Mon Oct 31 01:10:02 2005 Connection 0x736d90: Connection object deleted

I took a look at the capisuite manual: The code 0x3400 means that the 
ISDN protocol is ok and the transmission terminated normally.
But the error code 0x3311 says that the connection was not successful 
and the remote station is not a G3 fax device??


On Suse 9.2 it worked with the same hardware. What's wrong in Opensuse 10?

Has anybody an answer? Thanks.

Christian

Am Mittwoch 26 Oktober 2005 10:28 schrieb Christian Präger 
[EMAIL PROTECTED]:
 


I want to use the AVM Fritz Card PCI 2.0 with Opensuse 10 on an AMD
Athlon64. This ISDN card runs perfect with the HiSAX-Driver, but if I
want to use the Capi-Driver I get following error code:
...
How can I get Capi work under Opensuse? 
   



Hi Christian,

try
ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/x86_64/10.0/SUSE-Linux10.0-GM-Extra/suse/x86_64/kernel-default-nongpl-2.6.13-15.x86_64.rpm

-- mdc

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Where is postgresql?

2005-10-31 Thread Eberhard Moenkeberg

Hi,

On Mon, 31 Oct 2005, Ken Schneider wrote:

On Sun, 2005-10-30 at 21:28 -0800, Ken Leyba wrote:



Well, that's exactly what I didn't want or need to do.  I guess
openSUSE isn't for me.  I installed Mandriva which includes
PostgreSQL.  My application is now running.  Normally I use CentOS but
it didn't like the video card on my test machine (needed the GUI for a
demo), so I thought I'd give openSUSE a shot.  Oh well.


You could have easily added
ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586
as an additional YaST source and installed it that way (plus a lot of
additional packages). Comparing Mandriva download to the opensuse OSS
download is like comparing apples to oranges.


The path has to stop at inst-source/.

Cheers -e
--
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Where is postgresql?

2005-10-31 Thread Ken Schneider
On Mon, 2005-10-31 at 14:21 +0100, Eberhard Moenkeberg wrote:
 Hi,
 
 On Mon, 31 Oct 2005, Ken Schneider wrote:
  On Sun, 2005-10-30 at 21:28 -0800, Ken Leyba wrote:
 
  Well, that's exactly what I didn't want or need to do.  I guess
  openSUSE isn't for me.  I installed Mandriva which includes
  PostgreSQL.  My application is now running.  Normally I use CentOS but
  it didn't like the video card on my test machine (needed the GUI for a
  demo), so I thought I'd give openSUSE a shot.  Oh well.
 
  You could have easily added
  ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586
  as an additional YaST source and installed it that way (plus a lot of
  additional packages). Comparing Mandriva download to the opensuse OSS
  download is like comparing apples to oranges.
 
 The path has to stop at inst-source/.
 
 Cheers -e
Noticed just as I hit send. :-)

-- 
Ken Schneider
UNIX  since 1989, linux since 1994, SuSE  since 1998


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Laptop mode tools

2005-10-31 Thread Alistair Hamilton
Hi

Is there a reason why there are no laptop mode tools included in 10.0?  I 
cannot find anything in Yast to do the same job.

Regards
Alistair

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Laptop mode tools

2005-10-31 Thread Marcus Meissner
On Mon, Oct 31, 2005 at 02:59:57PM +, Alistair Hamilton wrote:
 Hi
 
 Is there a reason why there are no laptop mode tools included in 10.0?  I 
 cannot find anything in Yast to do the same job.

What tools do you mean? Everything should be there.

Ciao, Marcus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kmail can not connect to gmail?

2005-10-31 Thread [EMAIL PROTECTED]
Hi Jorge,


On Mon, 2005-10-31 at 16:50 +0100, Jorge Luis Arzola wrote:
 Hi list:
 
 anybody else having problems connecting to gmail via pop3. I use suse 10.0 
 and 
 had no trobles connecting till two days ago, when it suddenly stoped 
 connecting. I think it has to do with gmail itself, cause I can connect to 
 other pop acounts.
 
 greetings 
 
 jorge
 
 
 El Lunes, 31 de Octubre de 2005 15:04, Andreas Ehmich escribió:
  Hi Juerg,
 
  i already updated to RPMs-100, but the Problem still exists.
  How do you configurate your Network?
 
  Regards Andi
 
   Hi Andi
  
   http://www.opensuse.org/Installing_Xen3
  
   After reboot my network interfaces doesn't work.
  
   I had the same. Update to
   http://www.suse.de/~garloff/linux/xen/RPMs-100/ does fixed this for
   me.
  
   Regards
  
   Juerg
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

I noticed the same with OSS10  POP. Think it is only a coincedence
though. Is it happening with other Suse's and Distros? It does connect
when I do not connect too often (10 min or so). It also improves
sometimes, but sometimes the error 'connection timed out' appears a
every time. 

:-)
Al


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] modifies for use Smartlink-softmodem on ibm thinkpad T41

2005-10-31 Thread Reinhard Gimbel

Gianluca wrote:

The opensuse project is fantastic :-) ... and now I'm tring to get my 
contribution.
I installed the openSUSE 10.0 release on my thinkpad T41, and the 
packages for modem installed on my laptop are in inst-source-extra 
directory, and are:

 - smartlink-softmodem
 - km_smartlink-softmodem
In the package km_smartlink-softmodem for 10.0, the file armlibs.o is 
missing... so the slamr.ko module can't be generated... and modem 
doesn't work !!
However, this problem is already fixed in the km_smartlink-softmodem for 
10.1 release... but there are other problems with that package.
In fact, the slamr.ko module doesn't be generated because in the 
Makefile provided by the package for generate the module there isn't the 
definition of KERNEL_SOURCE variable used at line 19:


modules modules_add clean:
$(MAKE) -C $(KERNEL_SOURCE) $@ SUBDIRS=$(CURDIR) 
EXTRA_CFLAGS=-I$(CURDIR)



So, I add the line:
 KERNEL_SOURCE=lib/modules/`uname -r`/build
and now the slamr.ko module can be generated and installed :-).

But... another problem arises with my laptop. When the kernel initialize 
itself and search and load the modules for my hardware, it automatically 
load slamr module for modem... but it do that too early. I don't know 
why... but this behaviour blocks the modem!!!
So, I blocked the loading of slamr by kernel booting (I moved the file 
slamr.ko in another directory)... and I modified the script slmodemd for 
loading the slamr module when the script starts.

And now the modem works perfectly. :-)

/ line 56:   #modprobe slamr/
line   57:insmod 
/usr/src/kernel-modules/km_smartlink_softmodem/slamr.ko


If it would really an inconsistency/bug it would also be great if you 
could file that into bugzilla.novell.com !


 I'm italian... and I'm learning english... so, be patience for my poor
 english... thanks :-)

Probably it is because I'm also no native english speaker, but: I have 
no problems in understanding your english !

--
Never give up !

Best regards,
Reinhard.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Where is postgresql?

2005-10-31 Thread Ken Leyba
Ergh!  I must have been having a bad day because I tried the links and
I couldn't get into the ../suse/i586/ directories to see PostgreSQL, I
thought they were broken.  Now, I'm not sure if I will go ahead and
stay with Mandriva, or re-install openSUSE.  I'd have preferred
openSUSE because that's what I planned to put in production (actaully
that or CentOS).  So you've put openSUSE back on the map for me. 
Thanks for the replies!  Next time I won't have the knee jerk reaction
;^)

Ken

On 10/31/05, Ken Schneider [EMAIL PROTECTED] wrote:
 On Sun, 2005-10-30 at 21:28 -0800, Ken Leyba wrote:
  Well, that's exactly what I didn't want or need to do.  I guess
  openSUSE isn't for me.  I installed Mandriva which includes
  PostgreSQL.  My application is now running.  Normally I use CentOS but
  it didn't like the video card on my test machine (needed the GUI for a
  demo), so I thought I'd give openSUSE a shot.  Oh well.
 
 You could have easily added
 ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586
 as an additional YaST source and installed it that way (plus a lot of
 additional packages). Comparing Mandriva download to the opensuse OSS
 download is like comparing apples to oranges.

 --
 Ken Schneider
 UNIX  since 1989, linux since 1994, SuSE  since 1998


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Ken Leyba
I think you're the opposite of a paranoid. I think you go around with
the insane delusion that people like you.-Harry Block, Deconstructing
Harry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] What has happened to the libpng.so.2

2005-10-31 Thread Reinhard Gimbel

Alexander S. Usov schrieb:

On Monday 31 October 2005 09:40, jdd wrote:

Alexander S. Usov wrote:

I have a binary, which requires libpng.so.2 to run.
A quick check show that the last SuSE version it was included is
9.1 (compat-2004.4.2-3.i386.rpm).
Will it work if I simply copy it somewhere into /usr/local/lib?

easy to try :-)


I will. What I forgot to write is if it's possible to use one of the 
installed .so.3  or .so.1?


You always can try to link to a higher version number. Most of time it 
should work (if library internal structures hadn't changed too much ...).


Trying to use the lower number might fail (of course depending on which 
function of the library is used).

--
Never give up !

Best regards,
Reinhard.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Wlan doesn't start at boot time

2005-10-31 Thread Reinhard Gimbel


Hi !

Ilker wrote:


I use ndiswrapper, and it works great.The problem is although i can see my
network with iwlist, i cannot cannect to it.That's the problem.I wish it has
a solution... I'm going to reinstall my Suse 10.0 after combining 5cds into
a dvd, i wish it'll be better.


I don't think that creating a DVD out of the 5 CD images will help to 
solve your problem ...


What exactly is your problem ? Can't you see the outside world i.e. 
ping www.google.com ? Can't you see other devices connected to your 
private network ?


How about your routes ? What the command route -n is responding ? Is 
there a line starting with 0.0.0.0 (i.e. a default route) ? If not 
that might be the problem.

--
Never give up !

Best regards,
Reinhard.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Capi with AVM Fritz Card PCI

2005-10-31 Thread Christian Praeger

[EMAIL PROTECTED] schrieb:

Am Montag 31 Oktober 2005 13:59 schrieb Christian Praeger 
[EMAIL PROTECTED]:
 


now Capi 2.0 works. But now I have another problem:
I want to use Capisuite to receive fax. Sometimes it works fine and
sometimes I don't get a fax and this error in the capisuite.log:
...
I took a look at the capisuite manual: The code 0x3400 means that the
ISDN protocol is ok and the transmission terminated normally.
But the error code 0x3311 says that the connection was not successful
and the remote station is not a G3 fax device??
   



Hi Christian,

is it really a G3 (analog usual) fax? Or is it G4 (ISDN unusual, because 
too expensive)?


 


Yes, the sender is a normal analog faxdevice.


On Suse 9.2 it worked with the same hardware. What's wrong in
Opensuse 10?
   



What did you select in YaST HylaFAX or CAPI2.0 (9.3 and 10.0)?
 


I used in Suse 9.x the Capi interface and in 10.0 too.

Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] suse in a windows network (authentication)

2005-10-31 Thread Richard Bos
Op maandag 31 oktober 2005 12:23, schreef Roman Sommer:
 i was wondering if I could somehow make my suse (10) authenticate
 versus my windows 2003 domain controller. I configured both ldap
 client and kerberos client in Yast2. Authentication works (the
 kerberos part).. but I still cannot log in because ldap isn't able to
 fetch user account information from my active directory which is
 because it's not using the kerberos credidentials to establish a
 gssapi connection.

Perhaps this just recently released article provides some required 
information:
http://www.linuxjournal.com/article/8374

-- 
Richard Bos
Without a home the journey is endless

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Wlan doesn't start at boot time

2005-10-31 Thread Ilker
Hi,
Finally i got my connection by following this page:
http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation.
Let's turn back to the real problem.

After every boot, i have to type dhcpcd wlan0 as root.I just hate to do
that every boot.Is there any solution ? When i write a script includes
dhcpcd wlan0 and put it into directory /etc/init.d, it doesn't
work.Ithink this is because of the rights.(I also tried the absolute
path,
/sbin/dhcpcd wlan0)

route -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 http://192.168.1.0 0.0.0.0 http://0.0.0.0
255.255.255.0http://255.255.255.0U 0 0 0 wlan0
127.0.0.0 http://127.0.0.0 0.0.0.0 http://0.0.0.0
255.0.0.0http://255.0.0.0U 0 0 0 lo
0.0.0.0 http://0.0.0.0 192.168.1.1 http://192.168.1.1
0.0.0.0http://0.0.0.0UG 0 0 0 wlan0

Also, i saw you have to write the ndiswrapper module into
/etc/modprobe.conf to get it loaded ever boot.But my system seems like
loading it at every boot.Is there a problem with it ??


On 10/31/05, Reinhard Gimbel [EMAIL PROTECTED] wrote:


 Hi !

 Ilker wrote:

  I use ndiswrapper, and it works great.The problem is although i can see
 my
  network with iwlist, i cannot cannect to it.That's the problem.I wish it
 has
  a solution... I'm going to reinstall my Suse 10.0 after combining 5cds
 into
  a dvd, i wish it'll be better.

 I don't think that creating a DVD out of the 5 CD images will help to
 solve your problem ...

 What exactly is your problem ? Can't you see the outside world i.e.
 ping www.google.com http://www.google.com ? Can't you see other
 devices connected to your
 private network ?

 How about your routes ? What the command route -n is responding ? Is
 there a line starting with 0.0.0.0 http://0.0.0.0 (i.e. a default
 route) ? If not
 that might be the problem.
 --
 Never give up !

 Best regards,
 Reinhard.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [opensuse] ClusterIP anyone?

2005-10-31 Thread Per Jessen
Martin Cordova wrote:

 I am interested in learning about configuring load balancing without a
 load balancer, now that IPTables includes support for this. It's hard
 to find easy-to-follow intructions about it, the netfilter how-to does
 not help me too much (because of my limited experience with iptables
 and networking concepts)

iptables has actually had it for a while - I played with it last year I
believe.  It works perfectly well when you're only after round-robin
style load distribution (there's no balancing involved).  However, if
you need to maintain sessions once established, iptables load
distribution is not for you. 

 I already looked into a very nice software called balancer, which is

Have you looked at http://www.linuxvirtualserver.org/ at all?


/Per Jessen, Zürich


-- 
http://www.spamchek.de/ - managed anti-spam and anti-virus solution.
Sign up for your free 30-day trial now!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Laptop mode tools

2005-10-31 Thread Christoph Thiel
On Mon, 31 Oct 2005, Alistair Hamilton wrote:

 There is no laptop_mode script to start/stop laptop mode, the ACPI event 
 handlers are missing, and there is no config file under /etc/sysconfig.  
 In fact, the only thing that there is, is kernel support.

Actually powersave should deliver the same functionally - but anyway, what 
features are you missing? Please file an enhancement request on 
bugzilla.novell.com.


Regards
Christoph

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Network Problems after Xen Installation

2005-10-31 Thread David Bottrill
On Monday 31 October 2005 14:04, Andreas Ehmich wrote:


 i already updated to RPMs-100, but the Problem still exists.
 How do you configurate your Network?


I have a Dell server with SuSE 10.0 working fine after installing the latest 
Xen RPMs. However I have now tried to get SuSE 10.0 /  Xen working on an AMD 
Athlon XP board and I am experiencing the same network problems. 

I am guessing that this could be a network card kernel module problem, the 
Dell has broadcom Gigabit Ethernet interface if I remember correctly, whereas 
the AMD board uses a SIS900 interface. I have tried a 3COM 10/100 card in the 
AMD to no effect and if I can find one I intend to try an Intel E100 card as 
these are usually well behaved and the kernel modules mature and stable. 

Sorry I can't be of any more help but I can vouch that Xen can be got working. 
I am putting together my own howto as I've had a lot of problems getting the 
network working in DomUs, my answer to which was to disable boot.coldplug in 
the runlevel ediitor of the DomU. There are a few other tweaks to go but that 
will at least get it working, I still haven't managed to get a swap partition 
working in the DomUs so that's on my list.

On a related topic I have purchased a Xen VM from a hosting company and I have 
moved my website, email and webmail to there. Performance is brilliant and 
the cost is very low. This company is using Xen on Debian stable and it works 
well. I still miss YAST, but I'm getting used to apt-get.

David


-- 
David Bottrill

[EMAIL PROTECTED]
www.bottrill.org
Registered Linux user number 330730
Internet Free World Dialup: 683864

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Exporting Evolution address book, mail, to another machine.

2005-10-31 Thread M.Blackmore
On Fri, 2005-10-28 at 13:26 +0100, M.Blackmore wrote:
 to migrate over ... the contents of Evolution 
 
 However, it doesn't look like Evolution is going to be so easy.
 
 No luser menus for export anywhere,

Thanks for the collective wisdom, pengiepersons. And as someone said,
this lack of transparent export - even if it is simply copy the
contents of .evolution directory into a file and then undo them into
the required (and prompted for??) directory on the new box, it is really
a Useability Bug.

What is almost - and often truly is - subliminal absorbed knowledge to a
IT technical person is so out of the information range for those not so
versed as to make it hard to even find the right way to conceptualise
the question about the problem one has, much less articulate it.

Heck, its makes it hard to conceptualise in any meaningful way what the
problem IS to ask a question around.

Imagine the scene: an Aussie squaddie in the middle of the Papua New
Guinea mountains asks a local (who has never seen anyone from the other
side of the ridge in the next valley, much less a European) to G'day
mate, go fix that radio over there. It ain't transmitting. Presuming
that the chap speaks English, of course. Which he probably doesn't. The
people in the next valley don't either. In fact they speak a totally
unrelated language that is mutually incomprehensible to any valley
around.

Well, thats just the way it feels hereabouts at times - something isn't
simply doing what I want. Err err err.

There is an old Irish joke it is always worth pondering, for it is both
banal and deep: 

Gentleman asked gobda in the middle of the remotest bog in the west: Is
that the way to Dublin?

Sure 'tis Sir. But if I were you, I wouldn't be starting from here!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] ftpd command isn't there ... what is it? Where should it be?

2005-10-31 Thread M.Blackmore
I'm still trying to get suse 10.0 gm onto my desktop (emailing here from
a P200/128mb server until a network install works!).

In the context of mounting a loopback dvd.iso image into a directory for
export via nfs (which didn't work with an nfs error returned) it was
suggested I mounted another way and then started an ftp server (I
assume).

The command to do this was suggested as 

ftpd -D

However, this returned a - command not found in bash - error.

What is ftpd? i.e. what is it starting up?

Is there anything else in suse 9.3 that is supposed to do the same thing
(different name or different program)?

If it is on the installation, where would it live? And how do I direct
the 'pooter to find it in its search path?

Trying to get suse10.0 onto my desktop is proving quite an obstacle
course. 

At least in windows I'd have some clue where to start poking about ...
takes cover

Good thing I'm into free/open source stuff for political/ideological
reasons, eh? That's if I can get in to it...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Exporting Evolution address book, mail, to another machine.

2005-10-31 Thread Patrick Shanahan
* M.Blackmore [EMAIL PROTECTED] [10-31-05 16:40]:
 Thanks for the collective wisdom, pengiepersons. And as someone said,
 this lack of transparent export - even if it is simply copy the
 contents of .evolution directory into a file and then undo them into
 the required (and prompted for??) directory on the new box, it is
 really a Useability Bug.

rant
Hairs are being split here.  No assumption of a user's comprehension
and/or level of expertise can be one hundred percent correct.  The
user who cannot fathom copying a file from one directory to another
will also have problems displaying the directory itself.

A person sitting in front of a windoz screen would have the same
problem if he lacked the most basic knowledge of copying or moving a
file from one location to another.

Should I post instructions for climbing the steps to my porch because
someone, sometime may be so agile that he/she cannot navigate all four
steps and may fall and be injured.  Or must I also be concerned that that
person may be so myopic that my instructions are not in a large enough
type or the wrong language.

Perhaps I should just remove the steps and tell everyone to stay the 
away.
/rant

One-Program-Does-Everything is a Billy-ism, *not* a Nix-ism.  If fact,
it is the opposite.
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kmail can not connect to gmail?

2005-10-31 Thread Jose Thadeu Cavalcante
Check if the pop port is 995 and in Extra tab, Encryption is set to Use SSL 
for ... and Authentication set to Clear text. 
Thadeu
On Monday 31 October 2005 13:50, Jorge Luis Arzola wrote:
 Hi list:

 anybody else having problems connecting to gmail via pop3. I use suse 10.0
 and had no trobles connecting till two days ago, when it suddenly stoped
 connecting. I think it has to do with gmail itself, cause I can connect to
 other pop acounts.

 greetings

 jorge


pgprv29h9rCZX.pgp
Description: PGP signature


Re: [opensuse] SOLVED! Configuring Touchscreen

2005-10-31 Thread Kenneth Aar

 Original Message 
Subject: Re: Driver for ITM Touch touchscreen
Date: Mon, 31 Oct 2005 11:19:39 +0100
From: Hans-Christian Egtvedt [EMAIL PROTECTED]
Organization: MIVU Solutions
To: Kenneth Aar [EMAIL PROTECTED]

On Mon, 2005-10-31 at 10:18 +0100, Kenneth Aar, wrote:
 Hi

 I am trying to setup a ITM Touch touchscreen(A LG L1510SF) on SUSE 
linux 10.


 I have found the code I need, but it seems incomplete.
 Is this something I will have to patch in the kernel?

You need to compile a kernel driver for the touch panel.

 The code I think I can use resides her:
 http://seclists.org/lists/linux-kernel/2005/Mar/3955.html
 It is signed by you, Hans-Christian Egtvedt. So it hope you can help.

Go to http://www.mivu.no/itmtouch/ here for the latest driver. Makefile and
itmtouch.c should be enough.

Then
 ~  make
 ~  make install

You will need a driver for your X-server too, it's in the folder
http://www.mivu.no/itmtouch/X4.3/

Either download the tarball or just the binary.


--
Regards
Kenneth Aar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] ftpd command isn't there ... what is it? Where should it be?

2005-10-31 Thread Christian Boltz
Hello,

Am Montag, 31. Oktober 2005 22:45 schrieb M.Blackmore:
 The command to do this was suggested as

 ftpd -D

 However, this returned a - command not found in bash - error.

What about running   pin ftpd   ? ;-)

--- ./DVD1/suse/i586/pure-ftpd-1.0.20-7.i586.rpm
--- ./DVD1/suse/i586/vsftpd-2.0.3-6.i586.rpm

Install one of them (vsftpd will be fine for your needs, I guess) and 
restart xinetd. That's it.


Regards,

Christian Boltz
-- 
Das Schicksal beschützt Narren, kleine Kinder und Schiffe
mit dem Namen Enterprise.[William T. Riker]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kmail can not connect to gmail?

2005-10-31 Thread Christian Boltz
Hello,

Am Montag, 31. Oktober 2005 16:50 schrieb Jorge Luis Arzola:
 anybody else having problems connecting to gmail via pop3. I use suse
 10.0 and had no trobles connecting till two days ago, when it
 suddenly stoped connecting. I think it has to do with gmail itself,
 cause I can connect to other pop acounts.

If unsure, test it manually ;-)


telnet pop3.gmail.com 110   # servername guessed ;-)
user your.username
pass your_password
list   # shows you a list of messages
top 1 50   # shows the first 50 lines of message 1
quit

If this works, you should start looking for problems in your mail 
client.


 El Lunes, 31 de Octubre de 2005 15:04, Andreas Ehmich escribió:
[something about XEN]

*Please* stop thread-hijacking!
Is it that hard to click new message when asking a new question?

Oh, and also stop top-posting and sending fullquotes.


Regards,

Christian Boltz
-- 
Bei mir war es dann doch sinnvoller, bei dem nicht
funktionierenden Laufwerk (Scheiss Linux! Scheiss Yast! Scheiss
Suse! Alles Scheisse!)...ähem...  den IDE-Stecker auch wirklich
reinzustecken (Scheiss Ratti) :-))[Ratti in suse-linux]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] ClusterIP anyone?

2005-10-31 Thread Martin Cordova
Yes I did, do you know if OpenSuSE kernel includes ipvs support? To be
honest, I was looking for something very easy to setup (and
understand), somewhere I read that ClusterIP was kind of a new wave,
a recent addition.

Thanks for the reply, regards, Martin.

On 10/31/05, Per Jessen [EMAIL PROTECTED] wrote:
 Martin Cordova wrote:

  I am interested in learning about configuring load balancing without a
  load balancer, now that IPTables includes support for this. It's hard
  to find easy-to-follow intructions about it, the netfilter how-to does
  not help me too much (because of my limited experience with iptables
  and networking concepts)

 iptables has actually had it for a while - I played with it last year I
 believe.  It works perfectly well when you're only after round-robin
 style load distribution (there's no balancing involved).  However, if
 you need to maintain sessions once established, iptables load
 distribution is not for you.

  I already looked into a very nice software called balancer, which is

 Have you looked at http://www.linuxvirtualserver.org/ at all?


 /Per Jessen, Zürich


 --
 http://www.spamchek.de/ - managed anti-spam and anti-virus solution.
 Sign up for your free 30-day trial now!


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Dinamica - Open source J2EE framework
Free, easy and powerful
http://www.martincordova.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] ftpd command isn't there ... what is it? Where should it be?

2005-10-31 Thread Eberhard Moenkeberg

Hi,

On Tue, 1 Nov 2005, Christian Boltz wrote:

Am Montag, 31. Oktober 2005 22:45 schrieb M.Blackmore:



The command to do this was suggested as

ftpd -D

However, this returned a - command not found in bash - error.


What about running   pin ftpd   ? ;-)

--- ./DVD1/suse/i586/pure-ftpd-1.0.20-7.i586.rpm
--- ./DVD1/suse/i586/vsftpd-2.0.3-6.i586.rpm

Install one of them (vsftpd will be fine for your needs, I guess) and
restart xinetd. That's it.


I guess the right hint for this poor individual, but not enough.
You have to edit /etc/xinetd.d/vsftpd and set disabled=no additionally.

Cheers -e
--
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] What has happened to the libpng.so.2

2005-10-31 Thread Philipp Thomas
Alexander S. Usov [EMAIL PROTECTED] [Mon, 31 Oct 2005 09:05:29 +0100]:

I have a binary, which requires libpng.so.2 to run.

A libpng.so.2 in parallel with .so.1 and .so.3 will most probably work
without problem, but I'd strongly recommend recompiling the program so
that it's linked to the current libraries.

Philipp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Using Thunderbird with Firefox

2005-10-31 Thread jim

How do you set Firefox to use Thunderbird as default mail ?
If I put Bookmarks from another computer that Firefox used, how can i 
get them to come up in Suse Firefox?
If I put  Bookmarks in /home/user and try to do a import from Firefox , 
Firefox won't import them.


Jim

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kmail can not connect to gmail?

2005-10-31 Thread Randall R Schulz
Jorge,

On Monday 31 October 2005 07:50, Jorge Luis Arzola wrote:
 Hi list:

 anybody else having problems connecting to gmail via pop3. I use suse
 10.0 and had no trobles connecting till two days ago, when it
 suddenly stoped connecting. I think it has to do with gmail itself,
 cause I can connect to other pop acounts.

 greetings

Is it possible the interruption coincided with your enabling the 
firewall? For easy viewing and control of the firewall, install and run 
Guarddog and look at the rules for the Internet zone on the Protocol 
tab. Expand the Mail section and make sure you're allowing POP3S ('S' 
for secure), which is indicated by the check mark (_not_ the 'x').


 jorge


Randall Schulz

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] rpm -e problem: specifies multiple packages

2005-10-31 Thread Aschwin Marsman
Hi,

I have the following problem:

# rpm -q lame
lame-3.96.1-pm.1
lame-3.96.1-pm.1
# rpm -e lame
error: lame specifies multiple packages

How can I solve this? The smart package manager hangs when trying
to remove the package and I can't get it deleted on the commandline.

Already did a rpm rebuild db.

Best regards,

Aschwin Marsman

-- 
[EMAIL PROTECTED]  http://www.marsman.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Laptop mode tools

2005-10-31 Thread Allen
On Mon, Oct 31, 2005 at 04:41:52PM +, Alistair Hamilton wrote:
 On Monday 31 Oct 2005 15:56, Marcus Meissner wrote:
  On Mon, Oct 31, 2005 at 02:59:57PM +, Alistair Hamilton wrote:
   Hi
  
   Is there a reason why there are no laptop mode tools included in 10.0?  I
   cannot find anything in Yast to do the same job.
 
  What tools do you mean? Everything should be there.
 
  Ciao, Marcus
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 Marcus
 
 There is no laptop_mode script to start/stop laptop mode, the ACPI event 
 handlers are missing, and there is no config file under /etc/sysconfig.  In 
 fact, the only thing that there is, is kernel support.

I use SUSE on my Dell Inspiron 5150 Laptop, and I've never had a problem. I
actually had 8.2 on there for a long time and never had a problem. Hell it
works better on the Battery than Windows XP does which is what it came
with. My Pentium 4 M @ a little over 3 GHz works great on it, and I
actually get about 7 hours of Battery with SUSE.

I found out because I forgot to shut it off one day and had power stuff all
turned off, and when I got home it was a wee bit warm, but it had been on
 for more than 5 hours and the light on the battery was JUST then blinking
to say it was low.

I paid extra for that Battery but it was worth it, why by a laptop without
buying a greta battery that's going to last? I mean that's the point of a
 laptop is using it without being on a desk.

Man I'm rambling but it's Halloween and I had so much fun. Anyway, just
pointing out that SUSE comes with everything you need. :)

-Allen.


 
 Regards
 Alistair
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] rpm -e problem: specifies multiple packages

2005-10-31 Thread Carl Hartung
On Monday 31 October 2005 23:43, Aschwin Marsman wrote:
 I have the following problem:

 # rpm -q lame
 lame-3.96.1-pm.1
 lame-3.96.1-pm.1
 # rpm -e lame
 error: lame specifies multiple packages

 How can I solve this? The smart package manager hangs when trying
 to remove the package and I can't get it deleted on the commandline.

 Already did a rpm rebuild db.

Hi Aschwin,

Have you checked to see what shows up in the Install and Remove 
Software (now Software Management) module in YaST? I understand it's a GUI 
layered on top of rpm, but since rpm is basically a fixed application 
relational database management system, sometimes the GUI provides just the 
needed broad view during forensics... it is simply easier to browse the 
database in the GUI. Select Package Groups in the left pane, scroll to the 
bottom and select zzz all and all the packages, installed and not, will be 
displayed in the right-hand pane. Scroll down to lame and see what's listed. 
If there are two, try selecting *both* for removal. That's the best I can do 
for tonight. I'll catch up with the list tomorrow and good luck!

regards,

- Carl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Network Problems after Xen Installation

2005-10-31 Thread Juerg Schneider
Am Montag, 31. Oktober 2005 15:04 schrieb Andreas Ehmich:
 i already updated to RPMs-100, but the Problem still exists.
 How do you configurate your Network?

Nothing special. I've configured the network during install by yast 
(with boot.iso). I installed the original Xen kernel, boot this one 
and eth0 was gone. I've deleted the card and reconfigured in yast, 
but I've only a working eth0 with the default kernel. Update to the 
version of garloff (7313), boot the new Xen kernel and eth0 was 
working again. 

MANDATORY_DEVICES is set to eth0.

Regards 

Juerg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Laptop mode tools

2005-10-31 Thread Alistair Hamilton
On Monday 31 Oct 2005 23:25, Christoph Thiel wrote:
 Have you had a look at /etc/sysconfig/powersave/disk yet? It should have
 all the options that you are looking for.


 Regards
   Christoph

Just what I was after, thanks!

Alistair

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]