Re: [expert] bash is wiping out the last line that doesn't have a newline

2002-01-13 Thread James Sparenberg

tested your line in 8.1

[james@jamlin Winamp]$ echo -n I can see this line in Mandrake 7.2
but not 8.0
I can see this line in Mandrake 7.2 but not 8.0[james@jamlin Winamp]$ 


Works in 8.1 .. Don't have an 8.0 box to test it on.  Perhaps
upgrading bash to the 8.1 version, bash-2.05-10mdk  might help.

James


On Sun, 13 Jan 2002 18:21:20 +1100
pesarif [EMAIL PROTECTED] wrote:

 
 Hello,
 
 Has anyone noticed this?:
 
 In Mandrake 7.2,
 [root@tux350 /root]# echo -n I can see this line in Mandrake 7.2 but
not 8.0
 I can see this line in Mandrake 7.2 but not 8.0[root@tux350 /root]#
 
 In Mandrake 8.0,
 [root@tux350 /root]# echo -n I can see this line in Mandrake 7.2 but
not 8.0
 [root@tux350 /root]#
 
 If the last line of output isn't terminated by a newline, then the
bash 
 prompt will get rid of it in Mandrake 8.0.
 
 I don't like this because some of my programs depend on bash _not_
killing 
 the last line of output.
 
 Does anyone know how I can get the 7.2 behaviour back?
 Some setting in bash?
 
 Thanks in advance,
 pesarif
 
 
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] bash is wiping out the last line that doesn't have a newline

2002-01-13 Thread Pen Gwynne

 [james@jamlin Winamp]$ echo -n I can see this line in Mandrake 7.2
 but not 8.0
 I can see this line in Mandrake 7.2 but not 8.0[james@jamlin Winamp]$


 Works in 8.1 .. Don't have an 8.0 box to test it on.  Perhaps
 upgrading bash to the 8.1 version, bash-2.05-10mdk  might help.

More correctly, you can see the line, followed immediately by your bash 
prompt, until you type the next character.  At that point bash erases the 
line and reprints your prompt along the character you just typed.  At least 
that's the behavior on my machine.  

A really *ugly* work-around is to embed a newline at the beginning of your 
prompt string by using \n.  It's ugly because under normal circumstances you 
get an extra empty line between prompts or between the last line of output 
and your prompt.

/Pen



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] How to get to command line from kdm?

2002-01-13 Thread Oscar

El sáb, 12-01-2002 a las 18:21, Randy Kramer escribió:
 Ken Thompson wrote:
  Randy, FWIW I've had Easy CD creator burn faulty CD's several times in the
  past. I've since taken to using Gcombust in Linux and for the most part have
  trouble free burn sessions. Make sure to uncheck the Pad option and if you
  want a bootable CD check the bootable option.
 
 Ken,
 
 Thanks for your response!
 
 I haven't had much burning CDs in Linux, and have had good luck with
 Easy CD Creator in Windows.  Some occasional coasters, but no systemic
 problem.
 
 When I switch to Linux for burning, I'll try Gcombust.
 
 Randy Kramer

Try gnome-toaster (last version). It will surprise you ;-)
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] can't watch mpeg movies

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 08:21, pesarif escribió:
 On Thu, 26 Jul 2001 08:01, Oscar wrote:
  Hello,
  Since I upgraded to MandrakeFreq, I can't watch any mpg movie.
  I believe the problem is with Xfree86 4.1.
  The window of the movie appears black. No image. No error messages.
  Graphics card: Ati Xpert XL
  Any idea?
  Thanks
  óscar.
 
 I was looking through some old mail and found yours.
 I guess better late than never...:
 
 Are you using xanim/aktion or kaiman or noatun (KDE Media Player)?
 If you are, it is probably an issue with your graphics card.  I've had the 
 same problem with a Nvidia Riva 128 zx.  Perhaps you should talk about this 
 on the xfree lists?
 
 In the meantime, use another mpeg decoder such as Loki's, found in XMMS and 
 gtv mpeg player.  Unfortunately, Loki's doesn't seem to the sync the audio 
 with the video -- something very noticable on slow computers such as mine.
 
 hth,
 pesarif

Thank you for your answer. Now I'm running LM8.1. The problem still is
with gtv and xmms, and with other programs now I can't remember. But I
remember that one of these programs, started from command line, shown a
message, something like X video extension not found or similar. (but I
can see, a.e., avi files with xanim).
Excuse me, I can't remember the exact message nor the exact app. If I
remember it, I will send it to list.
Thanks
óscar.

 
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] HP Scanjet 3200C parallel scanner

2002-01-13 Thread Neil R Porter

Hi all

I've got a HP Scanjet 3200C parallel scanner which won't work on my XP
box, so I was wondering whether I could get it to work on my LM 8.1
server?  I have absolutely no experience with scanners and linux, any
help on getting a parallel scanner to work would be appreciated.  Also,
I run my hp6l laserjet printer on my linux box from the parallel port...
would this be a problem if I ran the scanner off the same port too (at
the same time with the printer coming off the scanner if you see what i
mean)?

Ta for any help

Neil





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] how to fix damaged tar(.bz2) files

2002-01-13 Thread The Spam Disposal Plant

hi out there,

for some reasons I had to reformat my current harddrive and thus needed
to backup some directories, most importantly the home-directories of
course:

% tar cjf foo.tar.bz2 /home/foo_user

after reformatting my harddrive everything else unpacked nicely - except
my backups for the home-directories. Here is what I get when I try to
restore them:

--CUT--
% tar xjf foo.tar.bz2
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to *attempt* to recover
data from undamaged sections of corrupted files.

tar: 56 garbage bytes ignored at end of archive
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
--CUT--

as mentioned, I tried the bzip2recover binary which left me with more
than 300 individual, small tar.bz2-files. Only ONE of it is obviously
damaged, the other ones expand without problems.

Anyway, after playing around a bit I was able to reassemble a tar file
containg even what came out of the damaged small tar.bz2 file, but
extracting it ends like this:

--CUT--
% tar xf foo.tar
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Archive contains `\004\201{' where numeric off_t value expected
tar: : Cannot open: No such file or directory
tar: Skipping to next header
tar: Error exit delayed from previous errors
--CUT--

so in the end I have a nice foo.tar.bz2 backup file of about 300MB and
am not able to gain access to most of the files contained because one,
small single part of about 1MB was for reasons unknown not compressed
correctly ...

virtually **any** help would be appreciated, maybe somebody can point me
to a bzip2 or tar-forum where I can post this question as well.

please note that I have posted exactly the same question on
http://www.mandrakeuser.org/mub/viewtopic.php?topic=4891forum=77, but
unfortunately nobody could solve the riddle so far, thats why I try it
on this mailing-list as well. 

BTW: what is the relation/difference/scope of mandrakeuser.org vs. the
mailing lists?

thanks

udo







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] kapm-idled

2002-01-13 Thread Scott

Can anyone direct me to what kapm-idled is and why it takes on average 60% 
of my CPU.  This is a test server with no power management enabled.  I 
want to disable it if possible.  Mandrake ProSuite 8.1 with kernel 
2.4.8-34.

The machine is strickly for Internet Connection Sharing right now.

Thanks,

-Scott




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] How to get to command line from kdm?

2002-01-13 Thread Randy Kramer

Oscar wrote:
 Try gnome-toaster (last version). It will surprise you ;-)

Oscar,

OK, thanks!  (When I switch my burner to Linux.)

Randy Kramer



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Roll your own site certificate?

2002-01-13 Thread C. Heaven

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat January 12/02 02:12 pm, you wrote:

 I know that the OpenSSL package has a way to let you generate a site
 certificate that you can use with Apache, but I'm not quite sure what the
 program is called or how to use it.

 Does anyone know what the steps are to create a site certificate for your
 machine is?

/usr/bin/openssl req -new -key /etc/httpd/conf/ssl.key/server.key -x509 -days 
365 -out /etc/httpd/conf/ssl.crt/server.crt


Regards,

SpeedMan

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Qae+ZUvCcjYh/2sRAqiUAKCE1IXQRdntL3X7QOtW9IzMBUeNVQCfXeOh
Ltd/G6NRZ+O+RUzf13CqWWc=
=zYo+
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kapm-idled

2002-01-13 Thread Michael Leone

On Sun, 2002-01-13 at 09:35, Scott wrote:
 Can anyone direct me to what kapm-idled is and why it takes on average 60% 
 of my CPU.  This is a test server with no power management enabled.  I 
 want to disable it if possible.  Mandrake ProSuite 8.1 with kernel 
 2.4.8-34.

kapm-idled is kpam-IDLEd - the time your CPU is idle. It's not an
executing process. 

-- 

--
Michael J. Leone  Registered Linux user #201348 
mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone

PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
PGP public key:
http://www.mike-leone.com/~turgon/turgon-public-key.gpg

Sometimes your lack of sympathy gets hard to explain, 
 So on your mask of make-up you just paint a little parody of pain 
 When you were young, Del Amitri



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


Re: [expert] kapm-idled

2002-01-13 Thread Scott

I guess I am confused, in top it shows my system as being 50% idle, then 
kapm-idled is showing as 48% of the CPU and other processes making up the 
rest.
-Scott
On Sunday 13 January 2002 11:39 am, Michael Leone wrote:
 kapm-idled is kpam-IDLEd - the time your CPU is idle. It's not an
 executing process.

-- 
Mandrake Linux 8.1 Kernel version 2.4.8-34.1mdk
uptime: 1 hour 6 minutes.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] redhat vs mandrake

2002-01-13 Thread richard

Hi all tried RH7.2 today to try and get a working version of abiword

what a pile of crap !
OK it finds the graphics card immediatly which is good, it forgets that
we dont speak american in england.
cant find printers !!!
gnome immediatly crashes on startup
it screwed up the network config as I have to NICs,

and here's the good bit, when it started the xserver, not only did it
ignore my radeon VE but somehow it srewed the bios drive settings.
I had to put in an old SIS card to get X working.

So sorry guys your stuck with me !!

Now I've got all the hassle of upgrading evolution to 1.0 again, and the
dreaded libgal !

bg 
richard






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kapm-idled

2002-01-13 Thread J. Craig Woods

At 12:24 PM 1/13/2002 -0500, Scott wrote:
I guess I am confused, in top it shows my system as being 50% idle, then
kapm-idled is showing as 48% of the CPU and other processes making up the
rest.
-Scott
On Sunday 13 January 2002 11:39 am, Michael Leone wrote:
  kapm-idled is kpam-IDLEd - the time your CPU is idle. It's not an
  executing process.

--
Mandrake Linux 8.1 Kernel version 2.4.8-34.1mdk
uptime: 1 hour 6 minutes.

If you are confused, you are in very good company. Over the couple of years 
I have been hanging on this list, this issue has come up time and time 
again. According to the Mandrake folks, i.e. Civileme, this is just the way 
the Mandrake version of the kernel functions. It appears that the 
kapm-idled process shows itself as using the CPU cycles but it is not 
really using anything of the CPU. Go figure. Sometimes things are not what 
they appear to be. For some reason, to really confuse this issue, Red Hat's 
kapm-idled daemon behaves as you would expect it, which is in diametrical 
opposition to Mandrake's version.

Confusion saves our sanity...

J. Craig Woods
UNIX/NT SA
-Art is the illusion of spontaneity-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kapm-idled

2002-01-13 Thread Tom Brinkman

On Sunday 13 January 2002 11:24 am, Scott wrote:
 I guess I am confused, in top it shows my system as being 50% idle,
 then kapm-idled is showing as 48% of the CPU and other processes
 making up the rest.
 -Scott

Another kapm-idled related question:  In dmesg, I see Checking 
'hlt' instruction... OK., but since the advent of kapm-idled I'm 
pretty sure HLT instructions are not being sent to the cpu. This is 
really a guess, since kapm-idled came out just as I built this system 
(Tbird 1.4 oc'd to 1.55g). In Windoze, I use a little utility (Rain) to 
send HLT's and under moderate load the cpu temps are low 30C's. In 
Linux they're mid 40C's. Max temp of ~ 50C to 52C is seen with both 
OS's under 100% cpu load (burnK7). This is why I don't think HLT's are 
being sent in Linux.

   Any ideas on this?   Anyway to verify whether or not HLT's are 
enabled?  I'm usin kernel-2.4.17.2mdk and a kt133a chipset motherboard 
(Soyo k7vta pro).
-- 
Tom Brinkman   Corpus Christi, Texas, USA



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread Expert

I have a dualboot system, Mandrake on the first partition
because the e mail, web and ftp server both work 
out of the box, RedHat does not.

The only use I get from RedHat is that
the compiler seems to work when I want to
install and run wxGTKwindows libraries,
and audacity audio editing software,
everything else in RedHat is broken, 
but on my RedHat it is KDE's Dcopserver
that I cannot seem to fix, I can't even log
into kde session, I have to use gnome, can't
even run any kde apps! Bugger. (scuse my french)

I can't get Mandrake's compiler to compile anything,
whether I stick with the install default or upgrade to
gcc3, but, I'm sticking with Mandrake because the
web, ftp, and e mail servers all work great straight
from the box. I will just boot into RedHat to use
my audio editor, but that is all,
so we share similar sentiments.


On Sunday 13 January 2002 11:43 am, you wrote:
 Hi all tried RH7.2 today to try and get a working version of abiword

 what a pile of crap !
 OK it finds the graphics card immediatly which is good, it forgets that
 we dont speak american in england.
 cant find printers !!!
 gnome immediatly crashes on startup
 it screwed up the network config as I have to NICs,

 and here's the good bit, when it started the xserver, not only did it
 ignore my radeon VE but somehow it srewed the bios drive settings.
 I had to put in an old SIS card to get X working.

 So sorry guys your stuck with me !!

 Now I've got all the hassle of upgrading evolution to 1.0 again, and the
 dreaded libgal !

 bg
 richard



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kapm-idled

2002-01-13 Thread Scott

On Sunday 13 January 2002 12:47 pm, J. Craig Woods wrote:
 If you are confused, you are in very good company. Over the couple of years
 I have been hanging on this list, this issue has come up time and time
 again. According to the Mandrake folks, i.e. Civileme, this is just the way
 the Mandrake version of the kernel functions. It appears that the
 kapm-idled process shows itself as using the CPU cycles but it is not
 really using anything of the CPU. Go figure. Sometimes things are not what
 they appear to be. For some reason, to really confuse this issue, Red Hat's
 kapm-idled daemon behaves as you would expect it, which is in diametrical
 opposition to Mandrake's version.

I guess it makes sense.  When I run an uptime I see zero's for system load, 
when I run top I was seeing the system as only 50% idle and that was freaking 
me out.  All it does is dial my isp and share the connection.  But I did 
notice when the machine was doing some real work the kapm-idled would
drop from top.  Guess I better give the machine some more work to do :)  

Thanks for the answers.

-Scott



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kapm-idled

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 15:35, Scott escribió:
 Can anyone direct me to what kapm-idled is and why it takes on average 60% 
 of my CPU.  This is a test server with no power management enabled.  I 
 want to disable it if possible.  Mandrake ProSuite 8.1 with kernel 
 2.4.8-34.
 
 The machine is strickly for Internet Connection Sharing right now.
 
 Thanks,
 
 -Scott

Hi, Scott
If you have the kernel src installed:
- go to /etc/src/linux
- run make menuconfig (as root)
- Go to General Setup
- Go to option Make CPU idle calls when idle, select it and press the
Help button.
Here you have the answer to your question.
Now, If you do not like how kapm-idled is taking some % of your CPU,
you can deactivate the option Make CPU idle calls when idle and
recompile your kernel. The kapm-idled will be there, but it will not
take any CPU.

Saludos,
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread Ric Tibbetts

This subject is like the Energizer Bunny... It just keeps going, and
going, and...

LOL

I did a similar thing a couple of weeks ago.
I came from RedHat land a whileback. Ran it for years.I switched to
Mandrake about mid 2001, when Redhat just got flakey, and Mandrake was
showing such great promise.
A couple weeks ago, I got curious about how RH 7.2 was doing, so I
loaded it up. when I did, I loaded it without Gnome, and then loaded
Ximian Gnome instead.
That part all ran fine, as did KDE. The wide variation in installation
stability is interesting. How some parts are stable for some, and not
for others. :)
For me the breaking factor was the printing. Mandrake uses CUPS which
supports my printer. RH doesn't, and I couldn't get my printer to work.
I also thought that their installer came up short, not having much of
what's included in Mandrakes installer.

All in all, I'm much happier with Mandrake. :)

As to Evolution. I thought the 1.0 upgrade was a piece of cake. You can
get all the mdk.rpms from the cooker site. I just upgraded the following
packages:

evolution-1.0-2mdk.i586.rpm
evolution-devel-1.0-2mdk.i586.rpm
GConf-1.0.7-1mdk.i586.rpm
gtkhtml-1.0.0-1mdk.i586.rpm
libdb3.3-3.3.11-5mdk.i586.rpm
libgal18-0.18.1-1mdk.i586.rpm
libGConf1-1.0.7-1mdk.i586.rpm
libgtkhtml20-1.0.0-1mdk.i586.rpm

The upgrade took only a few minutes. Remember to install these with rpm
-Uvh. 
Also: I was on the gnome site last night, and Evolution 1.0.1 is out.
Many bug fixes! It's worth looking at. I expect we'll see it on the
cooker site soon.

Ric


Expert wrote:
 
 I have a dualboot system, Mandrake on the first partition
 because the e mail, web and ftp server both work
 out of the box, RedHat does not.
 
 The only use I get from RedHat is that
 the compiler seems to work when I want to
 install and run wxGTKwindows libraries,
 and audacity audio editing software,
 everything else in RedHat is broken,
 but on my RedHat it is KDE's Dcopserver
 that I cannot seem to fix, I can't even log
 into kde session, I have to use gnome, can't
 even run any kde apps! Bugger. (scuse my french)
 
 I can't get Mandrake's compiler to compile anything,
 whether I stick with the install default or upgrade to
 gcc3, but, I'm sticking with Mandrake because the
 web, ftp, and e mail servers all work great straight
 from the box. I will just boot into RedHat to use
 my audio editor, but that is all,
 so we share similar sentiments.
 
 On Sunday 13 January 2002 11:43 am, you wrote:
  Hi all tried RH7.2 today to try and get a working version of abiword
 
  what a pile of crap !
  OK it finds the graphics card immediatly which is good, it forgets that
  we dont speak american in england.
  cant find printers !!!
  gnome immediatly crashes on startup
  it screwed up the network config as I have to NICs,
 
  and here's the good bit, when it started the xserver, not only did it
  ignore my radeon VE but somehow it srewed the bios drive settings.
  I had to put in an old SIS card to get X working.
 
  So sorry guys your stuck with me !!
 
  Now I've got all the hassle of upgrading evolution to 1.0 again, and the
  dreaded libgal !
 
  bg
  richard
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
Ric Tibbetts

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] HP Scanjet 3200C parallel scanner

2002-01-13 Thread jose orlando t. ribeiro


There is a scanner how-to or something like that.

The problem is that the HP3200C isn't a HP product, it's a cheap scanner 
made in the far-east with a HP logo on it and, at least at the last time 
  that I researched how to set up one of these scanners in Linux (about 
six months ago... I have one 3200C too) it wasn't possible. If you 
really need a scanner under linux you should look for one of these SCSI 
models, not the cheap parallels...

HTH

orlando

Neil R Porter wrote:

 Hi all
 
 I've got a HP Scanjet 3200C parallel scanner which won't work on my XP
 box, so I was wondering whether I could get it to work on my LM 8.1
 server?  I have absolutely no experience with scanners and linux, any
 help on getting a parallel scanner to work would be appreciated.  Also,
 I run my hp6l laserjet printer on my linux box from the parallel port...
 would this be a problem if I ran the scanner off the same port too (at
 the same time with the printer coming off the scanner if you see what i
 mean)?
 
 Ta for any help
 
 Neil





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Gnome Desktop Icons

2002-01-13 Thread Ric Tibbetts

Oscar wrote:
 
 El dom, 13-01-2002 a las 01:07, Ric Tibbetts escribió:
  I've been digging at this for a while. There is a way to add icons to
  the desktop in Gnome, for starting applications.
  I'm part way there, but stuck.
 
  If I add a deffinition file in ~/.gnome-desktop, I can get the icon on
  the desk, and even start the appication, but I always get errors (the
  exact error depends on the applicaion I'm launching).
 
  Does anyone know the secret behind making this work? It's a piece of
  cake in KDE, but a bit more of a mystery in Gnome.
 
  I know it can be done. RedHat  Mandrake both add their stuff to it.
  It's just not documented anywhere that I can find. I'd settle for being
  pointed at a document.
 
  Thanks!!!
 
 
  --
  Ric Tibbetts
 
  Linux registration number: 55684
  If you want to help advertise Linux - point your friends to
  http://counter.li.org/
 
 (For LM8.1 and nautilus): Create your desktop entries in kde, then copy
 these entries to ~/.gnome-desktop
 Is the only way I have find until now. Gmc does not work properly for
 desktop icons since LM8.1.
 Saludos,
 óscar.

Thanks. But that didn't solve the error message.
I still get:
could not fdopen() the new stderr:
Invalid argument

Netscape seems to work ok, but that comes up when I start it.

-- 
Ric Tibbetts

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] system freeze at same time as sshd goes down - logging question

2002-01-13 Thread bascule

i'm getting the ocasional system freeze, i can't ctrl-alt-bspace or switch to 
a console and everytime this happens i can't ssh in from another machine, it 
seems too much of a coincidence that ssh fails at the same time but the 
question is does the freeze kill sshd or is it the other way round, i've been 
looking in /var/log to see if there might be some reference to sshd but i can 
find none, where might - if anywhere - i find any messages concerning sshd 
errors, every time i think to check sshd is up while the system is fine i can 
log in no problem, is there some logging that i could turn on?

bascule



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread bascule

out of curiosity, why not audacity on mandrake? i use 0.97-3mdk occasionaly, 
it seems to work

bascule

 The only use I get from RedHat is that
 the compiler seems to work when I want to
 install and run wxGTKwindows libraries,
 and audacity audio editing software,
 everything else in RedHat is broken,
 but on my RedHat it is KDE's Dcopserver
 that I cannot seem to fix, I can't even log
 into kde session, I have to use gnome, can't
 even run any kde apps! Bugger. (scuse my french)




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Extra ZIP icon on each boot.

2002-01-13 Thread Ken Thompson

Each time I either log out and log in to KDE or shut down and reboot into KDE 
I get an icon for the ZIP drive. Clicking on this icon results in the error 
message about list dir not supported/recognized. If I remove this icon and 
make a new link, everything works fine. Then I log out and I get what I 
described above.
Anybody have a fix
-- 
Ken Thompson, North West Antique Autos
Payette, Idaho
Email: [EMAIL PROTECTED]
http://www.nwaa.com
Sales and brokering of antique autos and parts.

Linux- Coming Soon To A Desktop Near You
Registered Linux User #183936




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] HP Scanjet 3200C parallel scanner

2002-01-13 Thread jipe

Le Dimanche 13 Janvier 2002 19:49, vous avez écrit :
 There is a scanner how-to or something like that.

 The problem is that the HP3200C isn't a HP product, it's a cheap scanner
 made in the far-east with a HP logo on it and, at least at the last time
   that I researched how to set up one of these scanners in Linux (about
 six months ago... I have one 3200C too) it wasn't possible. If you
 really need a scanner under linux you should look for one of these SCSI
 models, not the cheap parallels...

 HTH

 orlando

i have a HP PSC500 which is a printer scanner and copyer on // port.
i had to compile sane to have support for the scanner. all drivers for 
printer or scanner are avaible at hpoj.sourceforge.net and all run fine.
the only thing to do before to buy a scanner is to have a look at the sane 
site to know which are supported.

jipe


 Neil R Porter wrote:
  Hi all
 
  I've got a HP Scanjet 3200C parallel scanner which won't work on my XP
  box, so I was wondering whether I could get it to work on my LM 8.1
  server?  I have absolutely no experience with scanners and linux, any
  help on getting a parallel scanner to work would be appreciated.  Also,
  I run my hp6l laserjet printer on my linux box from the parallel port...
  would this be a problem if I ran the scanner off the same port too (at
  the same time with the printer coming off the scanner if you see what i
  mean)?
 
  Ta for any help
 
  Neil

-- 
Je suis schizophrène et moi aussi. Thomas Jung



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Extra ZIP icon on each boot.

2002-01-13 Thread Ronald J. Hall

Ken Thompson wrote:
 
 Each time I either log out and log in to KDE or shut down and reboot into KDE
 I get an icon for the ZIP drive. Clicking on this icon results in the error
 message about list dir not supported/recognized. If I remove this icon and
 make a new link, everything works fine. Then I log out and I get what I
 described above.
 Anybody have a fix

Hi Ken.

I had a similiar problem when I first installed v8.1 of Mandrake (is that what
you are using?) Its something to do with the new devfs stuff. Anyways, the fix
that I used (obtained from this list) is to go to

/usr/share/mdk

and delete the 2 Zip icons there. After that, right click on your desktop and
install a new Zip icon, making sure that you point it correctly to your setups
actual zip drive. In my case this is /dev/hdd4, not /mnt/zip.

Hope this helps! ;-)

-- 
 
   /\
   DarkLord
   \/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread Expert

I know it seems odd, but for some reason I cannot
make audacity compile on my Mandrake side,
I have mdk 8.1 and have tried both compilers,
the 2.xx and the 3 gcc one, weird.

AMD K6 500 Mhz 192Mb sys ram.


On Sunday 13 January 2002 01:20 pm, you wrote:
 out of curiosity, why not audacity on mandrake? i use 0.97-3mdk
 occasionaly, it seems to work

 bascule

  The only use I get from RedHat is that
  the compiler seems to work when I want to
  install and run wxGTKwindows libraries,
  and audacity audio editing software,
  everything else in RedHat is broken,
  but on my RedHat it is KDE's Dcopserver
  that I cannot seem to fix, I can't even log
  into kde session, I have to use gnome, can't
  even run any kde apps! Bugger. (scuse my french)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: Re: [expert] redhat vs mandrake

2002-01-13 Thread falcaraz

I haver also tried RedHat 7.2 and it is more a system for office than
home.
Install the net, mail and so one is possible, but not as easy as
Mandrake. Tv
card could be installed , but using scripts and command line, as in
Mandrake
7.2.

About compiling with mandrake, the key is install the appropriate libs;
I have
compiled lots of packages; sometimes the particularities of the
directory
systems, that still differs from one to other distribution; is becose
those
problems that an standarization of the files and directories structure
should be
very insteresting for the success of linux.

To to that I made a recommended installation but during it I choose
selection of
packages, installing the gcc compiler and the most used libs. For
specifical
packages compilation I had to look into the configure file or ask for
help at
the author of the package.

I hope this could help

Francisco Alcaraz
Murcia (Spain)

- Mensaje Original -
Remitente: Expert [EMAIL PROTECTED]
Fecha: Domingo, Enero 13, 2002 9:03 pm
Asunto: Re: [expert] redhat vs mandrake
  bascule
 
   The only use I get from RedHat is that
   the compiler seems to work when I want to
   install and run wxGTKwindows libraries,
   and audacity audio editing software,
   everything else in RedHat is broken,
   but on my RedHat it is KDE's Dcopserver
   that I cannot seem to fix, I can't even log
   into kde session, I have to use gnome, can't
   even run any kde apps! Bugger. (scuse my french)
 
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread bascule

have you tried the mdk rpm? 
i think it may only be in cooker, i'm not sure but that's where i found the 
one i'm using

bascule
On Sunday 13 January 2002 8:03 pm, you wrote:
 I know it seems odd, but for some reason I cannot
 make audacity compile on my Mandrake side,
 I have mdk 8.1 and have tried both compilers,
 the 2.xx and the 3 gcc one, weird.

 AMD K6 500 Mhz 192Mb sys ram.

 On Sunday 13 January 2002 01:20 pm, you wrote:
  out of curiosity, why not audacity on mandrake? i use 0.97-3mdk
  occasionaly, it seems to work
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Gnome Desktop Icons

2002-01-13 Thread Bryan B Whitehead

try executing it this way:
/usr/bin/netscape  /dev/null 21

This will redirect all output to /dev/null. So gnome might not complain.


On Sat, 12 Jan 2002, Ric Tibbetts wrote:

 WEll, I'm not getting to far with this little adventure. 
 I can get the icon on the desk, and it even starts the application it's
 supposed to. But with varied results.
 
 For example
 I set up a Netscape file in .gnome-desktop.
 It puts the icon on the desktop as it should. It even starts Netscape.
 (good start). But I get a pop-up window with the error:
   could not fdopen() the new stderr:
   invalid argurment
 
 Netscape runs fine, after that.
 Ok, so it has no place to write stderr. But what controls that?
 So, I turn on terminal to see if it writes anything there. Nope. It
 stays empty. BUT, I don't get the error message any more. Turning off
 the terminal, gets the error message back. :|
 
 This should be a simple matter. (Oh, and yes, I'm using Nautilus to
 control the desktop). I can't find anything the gnome, or nautilus
 documentation about how to do this.
 
 Somebody has to know, RedHat, and Mandrake both put their stuff up
 there!
 
 Thanks again!
 
 Ric
 
 
 Bill Kenworthy wrote:
  
  Your right, its a mystery on what is a nice way to do this.  I usually
  edit an existing entry and save it under a new name.  If you change an
  entry, you need to delete the original and copy the changed entry to the
  directory before the changes are noted (or exit/relogin gnome!).  You
  can set the terminal entry to true to see messages for apps that give
  trouble.  Note also that giving the full path to the app seems to work
  in some cases where the app name only does not.
  
  BillK
  
  On Sun, 2002-01-13 at 08:07, Ric Tibbetts wrote:
   I've been digging at this for a while. There is a way to add icons to
   the desktop in Gnome, for starting applications.
   I'm part way there, but stuck.
  
   If I add a deffinition file in ~/.gnome-desktop, I can get the icon on
   the desk, and even start the appication, but I always get errors (the
   exact error depends on the applicaion I'm launching).
  
   Does anyone know the secret behind making this work? It's a piece of
   cake in KDE, but a bit more of a mystery in Gnome.
  
   I know it can be done. RedHat  Mandrake both add their stuff to it.
   It's just not documented anywhere that I can find. I'd settle for being
   pointed at a document.
  
   Thanks!!!
  
  
   --
   Ric Tibbetts
  
   Linux registration number: 55684
   If you want to help advertise Linux - point your friends to
   http://counter.li.org/
  
   
  
  
   This message has been 'sanitized'.  This means that potentially
   dangerous content has been rewritten or removed.  The following
   log describes which actions were taken.
  
   Sanitizer (start=1010880923):
 Part (pos=2409):
   SanitizeFile (filename=unnamed.txt, mimetype=text/plain):
 Match (rule=2):
   Enforced policy: accept
  
 Part (pos=3303):
   SanitizeFile (filename=message.footer, mimetype=text/plain):
 Match (rule=default):
   Enforced policy: defang
  
 Replaced mime type with: application/DEFANGED-1
 Replaced file name with: message_footer.DEFANGED-1
  
 Total modifications so far: 1
  
  
   Anomy 0.0.0 : Sanitizer.pm
   $Id: Sanitizer.pm,v 1.32 2001/10/11 19:27:15 bre Exp $
  

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 
 -- 
 Ric Tibbetts
 
 Linux registration number: 55684
 If you want to help advertise Linux - point your friends to
 http://counter.li.org/
 
 

--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
[EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] evolution upgrade again

2002-01-13 Thread richard


Hi me again
After trying RH 7.2 and returmning I'd like to get evolution back up to
ver 1.0.

so far I've found 4 different RPM's, and all send you round in circles.
the worst when say libGConf is dependant on GConf and vice versa.
For those who suceeded which evolution rpm did you use , and what did
you have to load as well.

TIA 
Richard





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread Ric Tibbetts

richard wrote:
 
 Hi me again
 After trying RH 7.2 and returmning I'd like to get evolution back up to
 ver 1.0.
 
 so far I've found 4 different RPM's, and all send you round in circles.
 the worst when say libGConf is dependant on GConf and vice versa.
 For those who suceeded which evolution rpm did you use , and what did
 you have to load as well.
 
 TIA
 Richard

I posted this on the RH vs MDK thread. But here is agian.
The rpms you need are all on the MDK cooker site. Go get these packages:

evolution-1.0-2mdk.i586.rpm
GConf-1.0.7-1mdk.i586.rpm
gtkhtml-1.0.0-1mdk.i586.rpm
libdb3.3-3.3.11-5mdk.i586.rpm
libgal18-0.18.1-1mdk.i586.rpm
libGConf1-1.0.7-1mdk.i586.rpm
libgtkhtml20-1.0.0-1mdk.i586.rpm

Drop them all in an empty directory, and type:

rpm -Uvh *

It will chug  churn for a minute, and then you're all set.

Enjoy!

-- 
Ric Tibbetts

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Gnome Desktop Icons

2002-01-13 Thread Ric Tibbetts

Yes, that helps with that error mesage (I'd tried this already). But
looking at the other entries in .gnome-desktop, none of them have that,
so it indicates a different problem. It means that there is something
else required that I'm not seeing.
Also, there are other error messages with other applications. The stderr
message was particular to Netscape.

I can't believe that NO ONE on this list has figured out how to
correctly install these icons?!?
It's time to hammer on Gnome. It shouldn't be this difficult!
(huh oh.. I'm getting on a rampage!) The simple answer would be to just
use KDE, or a one of the otherWms that actually work right. But I can't
resist a challenge, when I find something that looks broke! :)

Ric

Bryan B Whitehead wrote:
 
 try executing it this way:
 /usr/bin/netscape  /dev/null 21
 
 This will redirect all output to /dev/null. So gnome might not complain.
 
 On Sat, 12 Jan 2002, Ric Tibbetts wrote:
 
  WEll, I'm not getting to far with this little adventure.
  I can get the icon on the desk, and it even starts the application it's
  supposed to. But with varied results.
 
  For example
  I set up a Netscape file in .gnome-desktop.
  It puts the icon on the desktop as it should. It even starts Netscape.
  (good start). But I get a pop-up window with the error:
could not fdopen() the new stderr:
invalid argurment
 
  Netscape runs fine, after that.
  Ok, so it has no place to write stderr. But what controls that?
  So, I turn on terminal to see if it writes anything there. Nope. It
  stays empty. BUT, I don't get the error message any more. Turning off
  the terminal, gets the error message back. :|
 
  This should be a simple matter. (Oh, and yes, I'm using Nautilus to
  control the desktop). I can't find anything the gnome, or nautilus
  documentation about how to do this.
 
  Somebody has to know, RedHat, and Mandrake both put their stuff up
  there!
 
  Thanks again!
 
  Ric
 
 
  Bill Kenworthy wrote:
  
   Your right, its a mystery on what is a nice way to do this.  I usually
   edit an existing entry and save it under a new name.  If you change an
   entry, you need to delete the original and copy the changed entry to the
   directory before the changes are noted (or exit/relogin gnome!).  You
   can set the terminal entry to true to see messages for apps that give
   trouble.  Note also that giving the full path to the app seems to work
   in some cases where the app name only does not.
  
   BillK
  
   On Sun, 2002-01-13 at 08:07, Ric Tibbetts wrote:
I've been digging at this for a while. There is a way to add icons to
the desktop in Gnome, for starting applications.
I'm part way there, but stuck.
   
If I add a deffinition file in ~/.gnome-desktop, I can get the icon on
the desk, and even start the appication, but I always get errors (the
exact error depends on the applicaion I'm launching).
   
Does anyone know the secret behind making this work? It's a piece of
cake in KDE, but a bit more of a mystery in Gnome.
   
I know it can be done. RedHat  Mandrake both add their stuff to it.
It's just not documented anywhere that I can find. I'd settle for being
pointed at a document.
   
Thanks!!!
   
   
--
Ric Tibbetts
   
Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/
   

   
  
This message has been 'sanitized'.  This means that potentially
dangerous content has been rewritten or removed.  The following
log describes which actions were taken.
   
Sanitizer (start=1010880923):
  Part (pos=2409):
SanitizeFile (filename=unnamed.txt, mimetype=text/plain):
  Match (rule=2):
Enforced policy: accept
   
  Part (pos=3303):
SanitizeFile (filename=message.footer, mimetype=text/plain):
  Match (rule=default):
Enforced policy: defang
   
  Replaced mime type with: application/DEFANGED-1
  Replaced file name with: message_footer.DEFANGED-1
   
  Total modifications so far: 1
   
   
Anomy 0.0.0 : Sanitizer.pm
$Id: Sanitizer.pm,v 1.32 2001/10/11 19:27:15 bre Exp $
  
 
   Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
 
  --
  Ric Tibbetts
 
  Linux registration number: 55684
  If you want to help advertise Linux - point your friends to
  http://counter.li.org/
 
 
 
 --
 Bryan Whitehead
 SysAdmin - JPL - Interferometry Systems and Technology
 Phone: 818 354 2903
 [EMAIL PROTECTED]
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
Ric Tibbetts

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/



Want to buy your Pack or 

[expert] opening ports for Squid

2002-01-13 Thread Scott

Hi everyone:

I have installed Squid and would like to start using it on my local LAN, but 
the machine it is running on has Bastille running and I need to open that 
port.  Can someone point me to a line in that darn config that will open the 
3128 port on the local lan?

Thanks,

-Scott



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread richard

Thanks Ric
minor prob 
the only version I can find on from cooker on rpmfind is

gtkhtml-1.0.0-4mdk.i586.rpm,
this fails on requiring
 libcapplet.so.1
the only libcapplet I found was libcapplet-1.5.11-1mdk.src.rpm
or ximian versions of -1.5.8


I need reminding of how to build a src.rpm

TIA 
Richard

On Sun, 2002-01-13 at 20:52, Ric Tibbetts wrote:
 richard wrote:
  
  Hi me again
  After trying RH 7.2 and returmning I'd like to get evolution back up to
  ver 1.0.
  
  so far I've found 4 different RPM's, and all send you round in circles.
  the worst when say libGConf is dependant on GConf and vice versa.
  For those who suceeded which evolution rpm did you use , and what did
  you have to load as well.
  
  TIA
  Richard
 
 I posted this on the RH vs MDK thread. But here is agian.
 The rpms you need are all on the MDK cooker site. Go get these packages:
 
 evolution-1.0-2mdk.i586.rpm
 GConf-1.0.7-1mdk.i586.rpm
 gtkhtml-1.0.0-1mdk.i586.rpm
 libdb3.3-3.3.11-5mdk.i586.rpm
 libgal18-0.18.1-1mdk.i586.rpm
 libGConf1-1.0.7-1mdk.i586.rpm
 libgtkhtml20-1.0.0-1mdk.i586.rpm
 
 Drop them all in an empty directory, and type:
 
   rpm -Uvh *
 
 It will chug  churn for a minute, and then you're all set.
 
 Enjoy!
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 23:22, richard escribió:
 Thanks Ric
 minor prob 
 the only version I can find on from cooker on rpmfind is
 
 gtkhtml-1.0.0-4mdk.i586.rpm,
 this fails on requiring
  libcapplet.so.1
 the only libcapplet I found was libcapplet-1.5.11-1mdk.src.rpm
 or ximian versions of -1.5.8
 
 
 I need reminding of how to build a src.rpm
 TIA 
 Richard

rpm --rebuild filename.src.rpm
Then the .rpm file to install will be in 
/usr/src/RPM/RPMS/[your CPU]/filename.[your CPU].rpm
Saludos
óscar.


-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread richard


Thanks Oscar

richard
On Sun, 2002-01-13 at 22:32, Oscar wrote:
 El dom, 13-01-2002 a las 23:22, richard escribió:
  Thanks Ric
  minor prob 
  the only version I can find on from cooker on rpmfind is
  
  gtkhtml-1.0.0-4mdk.i586.rpm,
  this fails on requiring
   libcapplet.so.1
  the only libcapplet I found was libcapplet-1.5.11-1mdk.src.rpm
  or ximian versions of -1.5.8
  
  
  I need reminding of how to build a src.rpm
  TIA 
  Richard
 
 rpm --rebuild filename.src.rpm
 Then the .rpm file to install will be in 
 /usr/src/RPM/RPMS/[your CPU]/filename.[your CPU].rpm
 Saludos
 óscar.
 
 
 -- 
   .-.
   oo|
  /`'\  Usuario de Linux Registrado #227443
 (\_;/) http://counter.li.org/
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread richard

Hi , guilty of not clearing out old rpms !!!
I had installed a ximian libgal earlier
after removing it and adding libcapplet1-1.5.11-1mdk.


so now running ver 1.0 ..
The one thing I've noticed is that rpmfind, is not finding all rpms..

thanks for the help


now if someone has got a fix for abiword crashing with large files, I'll
be really happy !!!

TA, BG
Richard



On Sun, 2002-01-13 at 20:52, Ric Tibbetts wrote:
 richard wrote:
  
  Hi me again
  After trying RH 7.2 and returmning I'd like to get evolution back up to
  ver 1.0.
  
  so far I've found 4 different RPM's, and all send you round in circles.
  the worst when say libGConf is dependant on GConf and vice versa.
  For those who suceeded which evolution rpm did you use , and what did
  you have to load as well.
  
  TIA
  Richard
 
 I posted this on the RH vs MDK thread. But here is agian.
 The rpms you need are all on the MDK cooker site. Go get these packages:
 
 evolution-1.0-2mdk.i586.rpm
 GConf-1.0.7-1mdk.i586.rpm
 gtkhtml-1.0.0-1mdk.i586.rpm
 libdb3.3-3.3.11-5mdk.i586.rpm
 libgal18-0.18.1-1mdk.i586.rpm
 libGConf1-1.0.7-1mdk.i586.rpm
 libgtkhtml20-1.0.0-1mdk.i586.rpm
 
 Drop them all in an empty directory, and type:
 
   rpm -Uvh *
 
 It will chug  churn for a minute, and then you're all set.
 
 Enjoy!
 
 -- 
 Ric Tibbetts
 
 Linux registration number: 55684
 If you want to help advertise Linux - point your friends to
 http://counter.li.org/
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Seg. fault when mounting /mnt/cdrom

2002-01-13 Thread Eduardo M. A. M. Mendes

Hello

Everytime I try to issue the command mount /mnt/cdrom the system returns a
segmentation fault.  mount -t iso9660 /dev/cdrom /mnt/cdrom works though.

I've also nocited the CDs are not mounted automatically.  Why?

Many thanks

Ed





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Seg. fault when mounting /mnt/cdrom

2002-01-13 Thread Noah Swint

I ran across the same problem.  My audio CD's no longer mount nor are
they  automatically detected.  Anything but audio cd's will  mount.  I
guess audio cds aren't really iso9660's

On Sun, 2002-01-13 at 18:00, Eduardo M. A. M. Mendes wrote:
 Hello
 
 Everytime I try to issue the command mount /mnt/cdrom the system returns a
 segmentation fault.  mount -t iso9660 /dev/cdrom /mnt/cdrom works though.
 
 I've also nocited the CDs are not mounted automatically.  Why?
 
 Many thanks
 
 Ed
 
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
http://ld.net/?nswint
Registered Linux User Number 254358



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Seg. fault when mounting /mnt/cdrom

2002-01-13 Thread Michael Leone

On Sun, 2002-01-13 at 18:41, Noah Swint wrote:
 I ran across the same problem.  My audio CD's no longer mount nor are
 they  automatically detected.  Anything but audio cd's will  mount.  I
 guess audio cds aren't really iso9660's

Exactly. You can't mount audio CDs; only data CDs.

And auto-mounting requires special programs - usually the supermount
program (which was excluded from 8.1, since it had problems with the 2.4
kernels).

 
 On Sun, 2002-01-13 at 18:00, Eduardo M. A. M. Mendes wrote:
  Hello
  
  Everytime I try to issue the command mount /mnt/cdrom the system returns a
  segmentation fault.  mount -t iso9660 /dev/cdrom /mnt/cdrom works though.
  
  I've also nocited the CDs are not mounted automatically.  Why?
  
  Many thanks
  
  Ed
  
  
  
  
  
 
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 -- 
 http://ld.net/?nswint
 Registered Linux User Number 254358
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 

--
Michael J. Leone  Registered Linux user #201348 
mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone

PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
PGP public key:
http://www.mike-leone.com/~turgon/turgon-public-key.gpg

Sometimes your lack of sympathy gets hard to explain, 
 So on your mask of make-up you just paint a little parody of pain 
 When you were young, Del Amitri



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


Re: [expert] Seg. fault when mounting /mnt/cdrom

2002-01-13 Thread Arief Rakhmatsyah

Did you make upgrade installation M-8.1 from M-8.0? If you did so, try
reinstall M-8.1 with clean install (reformat partition / and /usr )

Riev


- Original Message -
From: Eduardo M. A. M. Mendes [EMAIL PROTECTED]
Subject: [expert] Seg. fault when mounting /mnt/cdrom


 Hello

 Everytime I try to issue the command mount /mnt/cdrom the system returns a
 segmentation fault.  mount -t iso9660 /dev/cdrom /mnt/cdrom works though.

 I've also nocited the CDs are not mounted automatically.  Why?

 Many thanks

 Ed




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] evolution upgrade again

2002-01-13 Thread Ric Tibbetts

Heh, heh...
cool! Glad you got it running.
Now brace yourself: Evolution 1.0.1 is out. Many bug fixes. :)
I haven't installed it yet. 

Ric


richard wrote:
 
 Hi , guilty of not clearing out old rpms !!!
 I had installed a ximian libgal earlier
 after removing it and adding libcapplet1-1.5.11-1mdk.
 
 so now running ver 1.0 ..
 The one thing I've noticed is that rpmfind, is not finding all rpms..
 
 thanks for the help
 
 now if someone has got a fix for abiword crashing with large files, I'll
 be really happy !!!
 
 TA, BG
 Richard
 
 On Sun, 2002-01-13 at 20:52, Ric Tibbetts wrote:
  richard wrote:
  
   Hi me again
   After trying RH 7.2 and returmning I'd like to get evolution back up to
   ver 1.0.
  
   so far I've found 4 different RPM's, and all send you round in circles.
   the worst when say libGConf is dependant on GConf and vice versa.
   For those who suceeded which evolution rpm did you use , and what did
   you have to load as well.
  
   TIA
   Richard
 
  I posted this on the RH vs MDK thread. But here is agian.
  The rpms you need are all on the MDK cooker site. Go get these packages:
 
  evolution-1.0-2mdk.i586.rpm
  GConf-1.0.7-1mdk.i586.rpm
  gtkhtml-1.0.0-1mdk.i586.rpm
  libdb3.3-3.3.11-5mdk.i586.rpm
  libgal18-0.18.1-1mdk.i586.rpm
  libGConf1-1.0.7-1mdk.i586.rpm
  libgtkhtml20-1.0.0-1mdk.i586.rpm
 
  Drop them all in an empty directory, and type:
 
rpm -Uvh *
 
  It will chug  churn for a minute, and then you're all set.
 
  Enjoy!
 
  --
  Ric Tibbetts
 
  Linux registration number: 55684
  If you want to help advertise Linux - point your friends to
  http://counter.li.org/
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
Ric Tibbetts

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] USB to serial port adapters

2002-01-13 Thread Lee Roberts

I need one for my laptop. My laptop currently has Win2K installed but that
may change so I'm looking for an adapter that works with Windows and Linux.
My laptop doesn't have any serial ports.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Java Virtual Machine problem

2002-01-13 Thread Steve Kieu


Hi,

I guess that there are many people having no problem
with jdk but I have, that is strange;

Any way, here is what I did, I got a machine running
debian woody and install jdk1.3.1_01 in /usr/local; I
make a tar.bz2 of the directory and extract it to
/usr/local in the mandrake machine. Insall mozilla
plugin  it works, but konqueror not (as konqueror use
the command java I thought).

In the Mandrake machine, I can not run any Java
application; like Limewire17, Unicodeconverter ..;
Limewire complain something about Illegal Instruction
... and then NoClassdef found..; In Unicoder converter
program, it says: Internal Error ; then pls check
CLASSPATH ...; If requested I will repeat this and
copy the exact text (I can not do now, it is another
machine)

I tried to set  export
CLASSPATH=/usr/local/jdk1.3.1_01/lib  but nothing

Come back to the debian machine, no problem, even
before running Limewire I try echo $CLASSPATH and
found it is not set. But run all (Limewire, Unicode
converter ...) is just fine.

Please help. what should I do? I even try ulimit -s
1024 ; (no no I forgot the exact number but the number
I copy from sun site that says the bug in newer glibc
may cause the problem, I doubt this is the case as it
works in woody with new libc as well) but it wont work
too.

Regards,



=
S.KIEU

http://my.yahoo.com.au - My Yahoo!
- It's My Yahoo! Get your own!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Java Virtual Machine problem

2002-01-13 Thread Noah Swint

I was having the same problems up until about an hour ago.  Here's is
what I just did.

create a symbolic link to matches your java version

/usr/bin/java - /usr/java/jre1.3.1_02/bin/.java_wrapper


modify the /usr/java/jre1.3.1_02/bin/.java_wrapper
so that

PATH=/usr/java/jre1.3.1_02/bin:$PATH


erase the entries that may be listed under the path


that should square you away on that part.
Next, your java virtual machine is probably screwed up too.
So go to java.sun.com and download the latest 1.3xx  SDK binary

chmod +x the .bin file
./*.bin
rpm -ivh j2sdk-1_3_xxx-linux-i386.rpm


Java should work fine then.. and enjoy Limewire.

On Sun, 2002-01-13 at 21:20, Steve Kieu wrote:
 
 Hi,
 
 I guess that there are many people having no problem
 with jdk but I have, that is strange;
 
 Any way, here is what I did, I got a machine running
 debian woody and install jdk1.3.1_01 in /usr/local; I
 make a tar.bz2 of the directory and extract it to
 /usr/local in the mandrake machine. Insall mozilla
 plugin  it works, but konqueror not (as konqueror use
 the command java I thought).
 
 In the Mandrake machine, I can not run any Java
 application; like Limewire17, Unicodeconverter ..;
 Limewire complain something about Illegal Instruction
 ... and then NoClassdef found..; In Unicoder converter
 program, it says: Internal Error ; then pls check
 CLASSPATH ...; If requested I will repeat this and
 copy the exact text (I can not do now, it is another
 machine)
 
 I tried to set  export
 CLASSPATH=/usr/local/jdk1.3.1_01/lib  but nothing
 
 Come back to the debian machine, no problem, even
 before running Limewire I try echo $CLASSPATH and
 found it is not set. But run all (Limewire, Unicode
 converter ...) is just fine.
 
 Please help. what should I do? I even try ulimit -s
 1024 ; (no no I forgot the exact number but the number
 I copy from sun site that says the bug in newer glibc
 may cause the problem, I doubt this is the case as it
 works in woody with new libc as well) but it wont work
 too.
 
 Regards,
 
 
 
 =
 S.KIEU
 
 http://my.yahoo.com.au - My Yahoo!
 - It's My Yahoo! Get your own!
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
http://ld.net/?nswint
Registered Linux User Number 254358



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] [Postfix] Undelivered Mail Returned to Sender (help)

2002-01-13 Thread Arief Rakhmatsyah

How do you configure your e-mail client?
See SMTP server. Is it filled with your ISP's SMTP server or your localhost?
You have to turn it to your ISP's SMTP server, not your localhost.

Riev


- Original Message -
From: Ricardo Castanho de O. Freitas [EMAIL PROTECTED]

Hi,

I need some help on Postfix config!
I get some msg back with the following error msgs.


- -- Forwarded message --
From: Mail Delivery System [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Undelivered Mail Returned to Sender
Date: Sat, 12 Jan 2002 16:25:00 -0200 (BRST)

This is the Postfix program at host localhost.domain.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to postmaster

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

[EMAIL PROTECTED]: host mx6.alternex.com.br[200.219.63.12]
said:
550 5.7.1 Nao aceitamos entrega direta.Favor utilizar o servidor SMTP de
seu provedor.

Translation: We do not accept direct delivery. Please, use your ISP
server SMTP.
==

It seems that my postfix is sending 'directly' by passing my ISP!!!

Although I like it ;-), How can I fix it?

I use adsl.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] redhat vs mandrake

2002-01-13 Thread Alan Olsen

On Sun, 13 Jan 2002, bascule wrote:

 out of curiosity, why not audacity on mandrake? i use 0.97-3mdk occasionaly, 
 it seems to work

Probably the pain of reinstalling your entire system.  I would like to do 
that to my current machine. (As I sit here waiting for a kernel recompile 
to finish.)  I cannot because i have 60 gigs of crap that I would need to 
back up first before I could reinstall.  I do not have that much back up 
media.  It also takes time.  (More for some because you have to 
reconfigure everything as well.)

It is not easy to switch from a well entrenched install.  (Microsoft's 
advice to just reinstall the OS to the contrary.)  

 
 bascule
 
  The only use I get from RedHat is that
  the compiler seems to work when I want to
  install and run wxGTKwindows libraries,
  and audacity audio editing software,
  everything else in RedHat is broken,
  but on my RedHat it is KDE's Dcopserver
  that I cannot seem to fix, I can't even log
  into kde session, I have to use gnome, can't
  even run any kde apps! Bugger. (scuse my french)
 
 
 

-- 
[EMAIL PROTECTED] | Note to AOL users: for a quick shortcut to reply
Alan Olsen| to my mail, just hit the ctrl, alt and del keys.
 All power is derived from the barrel of a gnu. - Mao Tse Stallman




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] annoying desktop icon for xsane

2002-01-13 Thread bascule

where oh where is the script that keeps recreating the xsane icon on my 
desktop, i have deleted /usr/share/apps/kdestop/desktop/dynamic_whateverit_is
but it keeps coming back, i wouldn't mind but it doesn't work, though 
launching xsane from the start menu launches the gimp capture plugin fine and 
dandy,

bascule



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Java Virtual Machine problem

2002-01-13 Thread Steve Kieu

Thanks the problem turns out to be rather stupid :-)
but I did not find it out, then reading your hint,

 create a symbolic link to matches your java version

 /usr/bin/java -
 /usr/java/jre1.3.1_02/bin/.java_wrapper

/usr/bin/java exists and it is a wrapper to run kaffe
in Mandrake, not my jdk, that is why, I just delete
this and make the symlink to my jdk 

 modify the /usr/java/jre1.3.1_02/bin/.java_wrapper
 so that
 
 PATH=/usr/java/jre1.3.1_02/bin:$PATH

I even dont have to do that it works 
 
 erase the entries that may be listed under the path
 
 Registered Linux User Number 254358 

=
S.KIEU

http://my.yahoo.com.au - My Yahoo!
- It's My Yahoo! Get your own!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] audacity

2002-01-13 Thread Brian Parish

I downloaded audacity-0.97-3mdk.i586.rpm from the cooker and the latest
stable wxGTKwindows tarball.  wx... compiles OK and make install seems
fine, but rpm still can't find the library and gives me:

# rpm -ivh audacity-0.97-3mdk.i586.rpm
error: failed dependencies:
libwx_gtk-2.2.so.6   is needed by audacity-0.97-3mdk

The make install of libwx created some links which look like what rpm is
looking for.  I ran ldconfig after, but it also suggests I may need to
modify an environment variable which doesn't seems to exist here:
LD_LIBRARY_PATH (or equivalent).  Seems to me I'm missing something
simple.  Anyone care to enlighten me?

thanks
Brian

On Mon, 2002-01-14 at 06:20, bascule wrote:
 out of curiosity, why not audacity on mandrake? i use 0.97-3mdk occasionaly, 
 it seems to work
 
 bascule
 
  The only use I get from RedHat is that
  the compiler seems to work when I want to
  install and run wxGTKwindows libraries,
  and audacity audio editing software,
  everything else in RedHat is broken,
  but on my RedHat it is KDE's Dcopserver
  that I cannot seem to fix, I can't even log
  into kde session, I have to use gnome, can't
  even run any kde apps! Bugger. (scuse my french)
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com