Importing Corel Draw

2003-11-24 Thread Luis Fernando Llana Díaz
Hi all,
  I have some pictures made with Corel Draw. Is there any possibility of use 
them under Linux?


-- 
Luis Fernando Llana Díaz
If you use Internet Explorer 6 under Windog XP, click here
http://antares.sip.ucm.es/~luis/ie/aviso.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: messenger

2003-11-24 Thread John L. Fjellstad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 November 2003 16:34, Paul Valley wrote:
> ok i like ymessenger but it needs libc_2.3 its not on my deb disks and
> cant seem to find it on debian.org if not then where?

I think you need to get from Testing.  I found libc 2.3 on my Testing box, and 
2.2 on my Stable box.

- -- 
John L. Fjellstad
web: http://www.fjellstad.org/  Quis custodiet ipsos custodes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iEYEARECAAYFAj++bXcACgkQkz0vhQtHHRhXpACfdenmSm4+tMfIXaMDyZx+GCzW
jroAoIxe55kTqu3JlUu6kStPoy945xqz
=sEoJ
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



shutdown fails

2003-11-24 Thread Robin Gerard
Hello,

( thanks for the informations about the server debian. )

my daughter have bought a computer:
 
motherboard: Assus A7N8k Delux
processeur: AMD athlon 2000+
HD: 80 Gb
Graphics card: Assus V8460 Series
etc 
I installed easily Potato on this machine (without sound and xfree yet) but
when I ran "shutdown -r now" the machine displayed the message:

state know serial drivers 
 
and crashed definitively. I must stop the machine.
When I restarted the machine my file system was broken. fsck /dev/hda4 wasted
a lot of time ...and I could not repair the file system.
after shutdown -h now I got:
 
Serial driver version 4.27 with no serial options enabled ...
 
And the machine crashed definitively again.
 
It's an infinite loop ;-)

Thanks in advance for any help.

-- 
Gerard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Some man pages are colorized, some aren't

2003-11-24 Thread Curt Daugaard
Hi,

I'm running Sid.  The majority of the man pages I bring up display raw 
escape characters.  Some exceptions that do display correctly are  
calendar, finger, and hd.  The pager is most.

This happens in the console and in xterms.

Can anyone point me to a possible cause?

Thanks very much.

Curt

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Test

2003-11-24 Thread adcarlson
I haven't been receiving msgs from the Debian list since Saturday the 22nd. 
Was the lists shut down to problems with the apt-get sources?

---
Prizes are for children.
-- Charles Ives, upon being given, but refusing, the
   Pulitzer prize


This message was sent by XFmail (Linux)

-o)
/\\
   _\_v

The penguins are coming...
 the penguins are coming...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: emacs -nw and emacsclient

2003-11-24 Thread Cristian Gutierrez
Alex Malinovich <[EMAIL PROTECTED]> writes:

>Now if what you want is to run a REMOTE emacsclient and have it connect
>to a LOCAL instance of emacs using X forwarding, I don't think it can
>be done. The X forwarding only forwards the DISPLAY. The PROCESS
>continues to run on the machine you're connected to. So you can't have
>a remote emacsclient connect to a LOCAL emacs.

That's what make-frame-on-display is for.

I leave a running Emacs at home (displaying in Xvfb under screen, so it
survives any X crash), and use this script when ssh'ing remotely into my
box (X11 forwarding enabled):

#!/bin/sh
gnuclient -eval "(make-frame-on-display \"$1\")"

So everywhere I can use an X server and ssh, I can work on my (already
open or not) buffers on *as many frames* as I need (C-x 5 2 does the
trick :-). Then I close the frames, and the buffers are still alive when
I get home again.

This even works for "collaborative editing", without restorting to
screen and under X.

-- 
Cristian Gutierrez  http://www.dcc.uchile.cl/~crgutier
[EMAIL PROTECTED]Jabber:[EMAIL PROTECTED]

`The purpose of a windowing system is to put some amusing fluff around
your one almighty emacs window.' -- Mark on gnu.emacs.help


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



building a tivo?

2003-11-24 Thread Matt Price
Anyone out there built a tivo-like DVR to record programs off of
cabsle or stellite tv?  What's involved?  I imagine one of the big
tricks is justtuningthe hcannel -- or am I wrong?  

look forward from hearing from y'a\ll.  

thx,
matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Which GCC version for kernels?

2003-11-24 Thread Davor Balder
On Tue, Nov 25, 2003 at 12:54:21AM -0500, Kevin Krumwiede wrote:
> Should I be using GCC 3.x for building kernels on Woody?  I'm using 2.95
> and I keep getting errors like undefined symbols and modules not being
> built or installed.  I've tried both 'make-kpkg kernel-image' and the
> standard 'make dep && make clean && make bzImage && make modules && make
> modules_install && make install'.  I'm also having trouble building the
> wlan-ng drivers, but I want to get a nice clean kernel build before I
> try to sort that one out.  (I got make-kpkg to build a package once, but
> it didn't contain any modules.  Do I have to use 'make-kpkg modules' or
> something?)
> 
> Incidentally, what is the command to upgrade GCC?  I'm quite new to
> Debian and I've had to install it three times already.  I'm sure that
> even with apt I'll find a way to screw it up. :o)
> 
> Thanks,
> Krum 


Hi Krum, 

Did you try running 'make-kpkg clean' first? I think this may well be your problem. 

I think GCC version may not be your problem. 

For your reference, this is the procedure most commonly used: 

1.) while in kernel directory run 'make-kpkg clean'

2.) make-kpkg --revision=your_kernel_name.1.0 kernel_image

3.) once you've built your kernel, you can go one directory up and dpkg -i
your_kernel_name.1.0


I hope this helps (and works for you). 


Cheers, 


Davor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



apt-getting source for my kernel: Second post since the list server seemed to be down.

2003-11-24 Thread Mark Healey
I need to compile the nic driver for my Broadcom bcm4401.  I have the
source but it needs the kernel source.  I installed from disk 5 which
means I have kernel 2.4.18-bf2.4.  I tried apt-getting
kernel-source-2.4.18-bf2.4 and was told it doesn't exist.

Without networking how do I get it.  Or if it is under a different
name what is it?

Mark Healey
[EMAIL PROTECTED]
Don't bothor CCing or emailing this address.  Since spammers seem to be harvesting this
list anything that doesn't come from the list server is assumed to be spam and deleted.
ASUS A87V8X mobo w AMD Athalon
Broadcom 4401 onboard nic
with static IP Address
ATI All-In-Wonder 9700 Video card.
Sampo Alphascan 17mx monitor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



install debian woody over serial console

2003-11-24 Thread xavier
Here is a small blurb 
on how to install woody over serial console.

it's adapted from http://www.patoche.org/LTT/install/0103.html.

I post it here to seek for improvements,
i have not be able to find better info on the web

Grab thei bf2.4 rescue disk,
mount it,

edit syslinux.cfg
add, as first line :

serial 0 115200

you may add 

set TIMEOUT  1

in case you want autoboot

then add, to each APPEND line :

console=ttyS0,115200n8

boot with rescue,
insert root disk when asked,
press enter (through the console).
(i personnaly use minicom -c on (-c on : color on))
(gtktern is an alternative)

you're on the debian installer now.

at the first reboot,
it  will auto boot on console at 9600 !
so you have to switch to 9600.
the command executed is this one :
T0:2345:respawn:/usr/sbin/termwrap /usr/sbin/base-config /dev/ttyS0 2>&1

if anyone knows how to reboot in 115200...
(kernel params in lilo maybe ?)

at the end of install, it will then 
switch back to 115200 (after the "have fun")

console getty (ie on vga) will be disabled (re-enable it if you need it)

also, base-config console-data console-tools console-tools-libs
are to be removed. i didn't want that, so i answered no the removal question.
(you may need to apt-get remove pcmcia-cs afterwards)


you'll end up with a tty on ttyS0
(T0:23:respawn:/sbin/getty -L ttyS0 115200 vt102)

but lilo won't be on ttyS0. (which is fine with me)

that's it. 

bye

-- 
xavier


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Which GCC version for kernels?

2003-11-24 Thread Kevin Krumwiede
Should I be using GCC 3.x for building kernels on Woody?  I'm using 2.95
and I keep getting errors like undefined symbols and modules not being
built or installed.  I've tried both 'make-kpkg kernel-image' and the
standard 'make dep && make clean && make bzImage && make modules && make
modules_install && make install'.  I'm also having trouble building the
wlan-ng drivers, but I want to get a nice clean kernel build before I
try to sort that one out.  (I got make-kpkg to build a package once, but
it didn't contain any modules.  Do I have to use 'make-kpkg modules' or
something?)

Incidentally, what is the command to upgrade GCC?  I'm quite new to
Debian and I've had to install it three times already.  I'm sure that
even with apt I'll find a way to screw it up. :o)

Thanks,
Krum


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: packages and archives failed.

2003-11-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, Nov 25, 2003 at 09:48:56AM +0800, csj wrote:
> That wouldn't have helped in this case.  The lists were the ones
> affected!  AFAIK I didn't recieve last week's debian-news.
> Better would be to go to http://www.debian.org/News/.

debian-announce subscribers heard about it before murphy went down.

- -- 
 .''`. Paul Johnson <[EMAIL PROTECTED]>
: :'  :
`. `'` proud Debian admin and user
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wuTYUzgNqloQMwcRAsxHAKDAGehuYM5sTnKgDpcg4D0rRvZYYwCcDXWj
MOVw/ofODzA26n0nyKfOLSA=
=ttSu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: packages and archives failed.

2003-11-24 Thread Kenward Vaughan
On Tue, Nov 25, 2003 at 09:48:56AM +0800, csj wrote:
> On November 24, 2003 at 5:39PM -0800,
> Paul Johnson <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, Nov 25, 2003 at 12:22:25AM +, Robin Gerard wrote:
> > > since a few days I can't reach the links:
> > > lists.debian.org and packages.debian.org
> > > 
> > > Is there a problem with the servers debian ? 
> > 
> > Please subscribe to [EMAIL PROTECTED] and
> > [EMAIL PROTECTED] if you want to keep up with
> > what's happening with Debian.
> 
> That wouldn't have helped in this case.  The lists were the ones
> affected!  AFAIK I didn't recieve last week's debian-news.
> Better would be to go to http://www.debian.org/News/.

Karsten sent me some good links:

http://www.wiggy.net/debian/
http://www.wiggy.net/debian/status/
http://www.wiggy.net/debian/developer-securing/

(Many thanks, Karsten!)


Kenward
-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread David Palmer.
On Mon, 24 Nov 2003 19:01:15 -0500
Alexander Winston <[EMAIL PROTECTED]> wrote:

> On Mon, 2003-11-24 at 18:45, iain d broadfoot wrote:
> > Hmm, is lists.d.o up again?
> 
> Apparently so, but it seems that debian-user is the only active mailing
> list.
> 

No, I'm getting AMD64, also.
Regards,

David.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: packages and archives failed.

2003-11-24 Thread csj
On November 24, 2003 at 5:39PM -0800,
Paul Johnson <[EMAIL PROTECTED]> wrote:

> On Tue, Nov 25, 2003 at 12:22:25AM +, Robin Gerard wrote:
> > since a few days I can't reach the links:
> > lists.debian.org and packages.debian.org
> > 
> > Is there a problem with the servers debian ? 
> 
> Please subscribe to [EMAIL PROTECTED] and
> [EMAIL PROTECTED] if you want to keep up with
> what's happening with Debian.

That wouldn't have helped in this case.  The lists were the ones
affected!  AFAIK I didn't recieve last week's debian-news.
Better would be to go to http://www.debian.org/News/.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Arnt Karlsen
On Mon, 24 Nov 2003 18:09:15 -0700, 
Thanasis Kinias <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> scripsit Arnt Karlsen:
>   
> > ..oh?  Usually I see 300-400 posts a day here, now the last 5 took 4
> > days to come my way.
> 
> They aren't old posts; they're new ones, arriving in a timely fashion
> now.  The posts from the weekend still aren't coming through...
 
..uhoh.  "Mail delivery system test in progress."  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: packages and archives failed.

2003-11-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, Nov 25, 2003 at 12:22:25AM +, Robin Gerard wrote:
> since a few days I can't reach the links:
> lists.debian.org and packages.debian.org
> 
> Is there a problem with the servers debian ? 

Please subscribe to [EMAIL PROTECTED] and
[EMAIL PROTECTED] if you want to keep up with what's
happening with Debian.

- -- 
 .''`. Paul Johnson <[EMAIL PROTECTED]>
: :'  :
`. `'` proud Debian admin and user
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wrLEUzgNqloQMwcRAgGoAJkBOwxkSfxTeAlYaKIlms/QJZVEaQCdGiOE
hlWmnG3shopqV4SI9LSkwnY=
=XUKl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: SAP on Suse 9.0

2003-11-24 Thread Sourian
Disregard this. I sent it to the wrong list.

Regards,
Sourian







Home, no matter how far...
http://www.home.ro


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Tom Allison
Steve Lamb wrote:
Tom Allison wrote:

Indeed Hooray!!!


Interesting, I got the reply to the reply.  :)



Think about it.  email deferrals typically have a decaying time-to-retry.
So expect everything that's really old to come in last and it should all 
be here in 4-12 hours depending on the configuration.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



apt settings

2003-11-24 Thread Tom Allison
I recently went on a little adventure with SuSE 8.2 and failed to 
document some of my old settings under Debian.

Can someone post an example code-block for apt-cache settings and for 
preferences?

I do not have these saved and I know I'll need them very soon.

I'll spare my opinions on SuSE on this list.  I'm not here for 
flame/troll but because Debian is IMHO just better.

So, with that said, I'm back and glad I am.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Steve Lamb
Tom Allison wrote:
Indeed Hooray!!!
Interesting, I got the reply to the reply.  :)

--
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-


pgp0.pgp
Description: PGP signature


Re: test

2003-11-24 Thread Thanasis Kinias
scripsit Arnt Karlsen:
  
> ..oh?  Usually I see 300-400 posts a day here, now the last 5 took 4
> days to come my way.

They aren't old posts; they're new ones, arriving in a timely fashion
now.  The posts from the weekend still aren't coming through...

-- 
Pax vobiscum; pax cum omnibus.

Thanasis Kinias
tkinias at asu.edu
Doctoral Student, Department of History
Arizona State University
Tempe, Arizona, U.S.A.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Tom Allison
Paul Morgan wrote:
iain d broadfoot wrote:

Hmm, is lists.d.o up again?

iain

 

Oh, cool, that's a lot better.  Hooray.

paul


Indeed Hooray!!!

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Arnt Karlsen
On Mon, 24 Nov 2003 19:01:15 -0500, 
Alexander Winston <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> On Mon, 2003-11-24 at 18:45, iain d broadfoot wrote:
> > Hmm, is lists.d.o up again?
> 
> Apparently so, but it seems that debian-user is the only active
> mailing list.
 
..oh?  Usually I see 300-400 posts a day here, now the last 5 took 4
days to come my way.

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



SAP on Suse 9.0

2003-11-24 Thread Sourian
Hi guys,


I found out that some SAP modules are available to install within my 9.0.


However I can find the documentation for it, and the web is not helping me either...


Can someone point me to the right location? Any other links regarding SAP and linux 
are welcome.


Thank you,
Sourian 







Home, no matter how far...
http://www.home.ro


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



packages and archives failed.

2003-11-24 Thread Robin Gerard

Hello,
since a few days I can't reach the links:
lists.debian.org and packages.debian.org

Is there a problem with the servers debian ? 

On the other hand my daughter have bought a computer:

motherboard: Assus A7N8k Delux
processeur: AMD athlon 2000+
HD: 80 Gb
Graphics card: Assus V8460 Series
etc 
I installed easily Potato on this machine (without sound and xfree yet) but
when I ran "shutdown -r now" the machine displayed the message:

state know serial drivers 

and crashed definitvely. I must stop the machine.
When I started the machine my file system was broken. fsck /dev/hda4 wasted
a lot of time ...and I could not repair the file system.
after shutdown -h now I got:

Serial driver version 4.27 with no serial options enabled ...

And the machine crashed definitively again.

It's an infinite loop ;-)

Thanks in advance for any help.
   
-- 
Gerard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Paul Morgan
iain d broadfoot wrote:

Hmm, is lists.d.o up again?

iain

 

Oh, cool, that's a lot better.  Hooray.

paul

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: x & kde only run as root

2003-11-24 Thread David Millet

gdm starts, if I log in as root, kde starts & run fine.
if I log in as anyother user x fails with various messages
/etc/X11/xsession : line 7
xrdb: command not found
I had the same problem a while back, if I remember right there was a 
directory that had 700 perms, i had to recursively change the perms to 
755, I can't remember what directory it was, it may have been /usr/X11R6/

david



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test

2003-11-24 Thread Alexander Winston
On Mon, 2003-11-24 at 18:45, iain d broadfoot wrote:
> Hmm, is lists.d.o up again?

Apparently so, but it seems that debian-user is the only active mailing
list.


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


Re: test

2003-11-24 Thread Thanasis Kinias
scripsit iain d broadfoot:
> Hmm, is lists.d.o up again?

Not for HTTP...

-- 
Pax vobiscum; pax cum omnibus.

Thanasis Kinias
tkinias at asu.edu
Doctoral Student, Department of History
Arizona State University
Tempe, Arizona, U.S.A.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



test

2003-11-24 Thread iain d broadfoot
Hmm, is lists.d.o up again?

iain

-- 
"If sharing a thing in no way diminishes it, it is not
rightly owned if it is not shared." -- St. Augustine
#rm -rf /
http://www.geeksoc.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: x & kde only run as root

2003-11-24 Thread Nick Welch
On Mon, Nov 24, 2003 at 04:40:45PM -0600, tripolar wrote:
> gdm starts, if I log in as root, kde starts & run fine.
> if I log in as anyother user x fails with various messages
> /etc/X11/xsession : line 7
> xrdb: command not found
> 
> any ideas?
> Thanks

It looks like xrdb is part of the xbase-clients package, do you have
that installed?  Whichever package is responsible for calling it should
depend on it (or check for it and not call it if it's not there), so it
sounds like a possible bug in a package.

-- 
Nick Welch aka mackstann | mack @ incise.org | http://incise.org
Anyone can do any amount of work provided it isn't the work he is
supposed to be doing at the moment.
-- Robert Benchley


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



x & kde only run as root

2003-11-24 Thread tripolar
gdm starts, if I log in as root, kde starts & run fine.
if I log in as anyother user x fails with various messages
/etc/X11/xsession : line 7
xrdb: command not found

any ideas?
Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]