Re: how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Jeff Wiegley, Ph.D.
Sorry, I'm being light on information because it seems to me that SMTP-AUTH is something a huge number of debian/sendmail users would want and therefor I expected it to be an easy item to configure (if not the default)... the /etc/mail/sasl/Sendmail.conf.2 file has this: auto_transition: true

Re: Xfree86 4.3 confusion

2003-07-20 Thread Shaul Karl
On Mon, Jul 21, 2003 at 12:16:28AM +0100, Mark C wrote: > >I have been using > the one from here: > > deb http://people.debian.org/~mmagallo/packages/xfree86/i386/ ./ > Can you tell what are the differences in the debs, if there are an

Re: kernel oops playing sound -- sound now wedged

2003-07-20 Thread Mark L. Kahnt
On Sat, 2003-07-19 at 13:14, Carl Fink wrote: > I used gmplayer (from Christian Marillat's excellent archive) to play a > video file this morning. Gmplayer froze, and I had to kill it. Now *no* > sound will play, and this is in /var/log/messages: > >Jul 19 07:41:30 nitpicking kernel: printin

Re: Problem with apt-move

2003-07-20 Thread Patrick Albuquerque
On Sun, Jul 20, 2003 at 11:31:32PM -0400, Kevin McKinley wrote: > On Sun, 20 Jul 2003 17:22:03 -0500 > Patrick Albuquerque <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I try to maintain a partial mirror of unstable but I have a problem > > with apt-move, mainly it's a bit too efficient. > > > >

Re: Problem with apt-move

2003-07-20 Thread Patrick Albuquerque
On Sun, Jul 20, 2003 at 04:24:57PM -0800, Greg Madden wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 20 July 2003 02:22 pm, Patrick Albuquerque wrote: > > Hi, > > > > I try to maintain a partial mirror of unstable but I have a problem > > with apt-move, mainly it's a bit t

Re: usb devices /etc/fstab

2003-07-20 Thread Hubert Chan
> "matt" == matt zagrabelny <[EMAIL PROTECTED]> writes: matt> hi, i have two usb removable mass storage devices (camera and matt> vorbis player) that are both setup in /etc/fstab to use /dev/sda1 matt> as the device. what should i do if i want both to be plugged in matt> and mounted at the sam

Re: alternatives to flash / fireworks?

2003-07-20 Thread Javier Kohen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Fokkema wrote: | Thanks for the replies so far. He's looking at ming to see if he can | create some flash animations and he's also quite enthusiastic about the | gimp and its animation capability except for the fact that the gimp can | only work o

Re: need help with compile of pcmcia card driver

2003-07-20 Thread Paul E Condon
On Sun, Jul 20, 2003 at 04:03:40PM -0400, Kevin McKinley wrote: > On Sun, 20 Jul 2003 12:25:36 -0600 > Paul E Condon <[EMAIL PROTECTED]> wrote: > > > I have an old laptop on which I have recently installed Woody. I have ... > > But the instructions for compiling the driver can't work as written

Re: mouse pointer does not show

2003-07-20 Thread Hubert Chan
> "Marvin" == Marvin Aguero <[EMAIL PROTECTED]> writes: Marvin> I've installed debian "woody" on my computer but I am Marvin> experiencing a weird problem. Marvin> The mouse pointer does not show on the screen. I can say that Marvin> it's been working, in the sense what if I move the mouse Ma

Re: Nvidia problems

2003-07-20 Thread Zhao You Bing
John Hedge wrote: Jose, Did you pick the framebuffer option? I found it was a real big problem. As soon as I installed without it the nv driver worked well. John -Original Message- From: Jose [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: Nv

Re: Problem with apt-move

2003-07-20 Thread Kevin McKinley
On Sun, 20 Jul 2003 17:22:03 -0500 Patrick Albuquerque <[EMAIL PROTECTED]> wrote: > Hi, > > I try to maintain a partial mirror of unstable but I have a problem > with apt-move, mainly it's a bit too efficient. > > apt-move update (as root) will build a repository in > /mnt/data/mirrors/debian

Re: how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Todd Pytel
On 20 Jul 2003 19:42:27 -0700 "Jeff Wiegley, Ph.D." <[EMAIL PROTECTED]> wrote: > But how and where do I configure this in debian's installation of > sendmail/sasl? and what do I need to run to update/reload it > once I've made changes? > > I've made changes to /etc/mail/sasl/Sendmail.conf.2 but t

Re: Lexmark USB Printer

2003-07-20 Thread ghwb
Tinus Kotzé wrote: Good day I am setting up my first USB device. It is the Lexmark z25 printer. Under kprinter(add local printer) it is listed under the usb devices as a lexmark z25_z35 printer. Everything seems fine, accept that if I print a page, it never seems to appear in the job queue of cups.

Re: usb devices /etc/fstab

2003-07-20 Thread Jeff Wiegley, Ph.D.
The second device you plug in will probably show up as /dev/sdb1 (but I haven't used that.) you may also want to check out using devfsd if you have a recent enough kernel. devfsd dynamically adds and removes devices from the /dev hierarchy. and the naming has become more Solaris /dev/scsi/hos

Re: how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Jeff Wiegley, Ph.D.
On Sun, 2003-07-20 at 16:13, Kirk Strauser wrote: > At 2003-07-20T22:42:28Z, "Jeff Wiegley, Ph.D." <[EMAIL PROTECTED]> writes: > > > Well, I don't want this. I want sendmail to use the same information > > present in /etc/passwd and /etc/shadow to do the authentication so that I > > don't have to

Re: How to change the user name and password in CUPS?

2003-07-20 Thread Shyamal Prasad
"James" == James Ng Yuen Sum <[EMAIL PROTECTED]> writes: James> Hi, I am a newbie in CUPS. When I first install CUPS with James> .tar.bz2 file, I choose the user name and password same as James> the root. User name and password for what purpose? James> I have a problem with

Re: what's the difference between ". cmd" and "cmd" in shell script??

2003-07-20 Thread Michael Heironimus
On Mon, Jul 21, 2003 at 09:46:54AM +0800, Zhao You Bing wrote: > Thank u very much!! You can only use ". cmd" when cmd is a shell script. You can not use this syntax to run binaries or scripts written in an incompatible shell. It will read in cmd and run it in the current shell, sort of like an in

How to specify MAIL FROM

2003-07-20 Thread yuwen
Hi, Dear all I use exim to send mail directly to the outside world. But since I don't have my own doname name, the MAIL FROM field of my email is just like [EMAIL PROTECTED]' where leo is my hostname. Many stmp server refuse mail whose MAILFROM is not a correct domain name. Can I modify MAIL

Re: mouse pointer does not show

2003-07-20 Thread Kent West
Marvin Aguero wrote: Guys, I've installed debian "woody" on my computer but I am experiencing a weird problem. The mouse pointer does not show on the screen. I can say that it's been working, in the sense what if I move the mouse randomly, I can see the different buttons changing colors. Bu

Re: Linux commands

2003-07-20 Thread Kent West
GLS-Ausmines wrote: I am new to Linux, just installed Debian 3.0r1 to and including the basic setup. The OS appears in text mode, and I could not get further than logging in, having no clue of OS commands. Questions:- 1. Is there any Internet access to Linux commands? (I have not found any

Re: Kernel 2.6.0. Dealing with modules

2003-07-20 Thread Nick Hastings
HI, * Marino Fernandez <[EMAIL PROTECTED]> [030720 17:29]: > I recently compiled a 2.6 kernel, and it sems to be working. > > I noticed that my pcmcia modem and my usb digital cameras are not recognized > (I used to mount my camera in /dev/sda1 as a removable mass storage device). > > The quest

Some shell's problem

2003-07-20 Thread James Ng Yuen Sum
Hi, I am a chinese user. If i want to use xcin(one input chinese characters XIM server), I need to open a konsole and type the following command: export LANG=zh_TW.Big5 env|grep LC I have tried to add the above command in ~./bashrc and ~/.profile, but when i start kde again, i have to type again

RE: Nvidia problems

2003-07-20 Thread John Hedge
Jose, Did you pick the framebuffer option? I found it was a real big problem. As soon as I installed without it the nv driver worked well. John > -Original Message- > From: Jose [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 12:32 PM > To: [EMAIL PROTECTED] > Subject: Nvidia pro

Re: How to kill gdm??

2003-07-20 Thread Shyamal Prasad
"Zhao" == Zhao You Bing <[EMAIL PROTECTED]> writes: Zhao> Every time when killed gdm will restart itself, so if I Zhao> start with gdm and later I don't want to see gdm after Zhao> logout how should I do?? As root, run "/etc/init.d/gdm stop" from a text (virtual) console. If you

How to change the user name and password in CUPS?

2003-07-20 Thread James Ng Yuen Sum
Hi, I am a newbie in CUPS. When I first install CUPS with .tar.bz2 file, I choose the user name and password same as the root. I have a problem with I print the test page, which cannot be printed, and the state always is "aborted", therefore, i take the question in the newsgroup in my city's linu

Nvidia problems

2003-07-20 Thread Jose
I am running Libranet 2.8 (based on sarge) and can't seem to get my onboard graphics going. I can use "nv" and X works but only half-assed. Attached are the files and logs which i hope will provide someone with enough info to help me with this. The onboard graphic is Nvidia Riva TNT2 Mach64 (16

Re: How to kill gdm??

2003-07-20 Thread Roberto Sanchez
--- Zhao You Bing <[EMAIL PROTECTED]> escribió: > Every time when killed gdm will restart itself, so if I start with gdm > and later I don't want to see gdm after logout how should I do?? To totally stop gdm, simply switch to a VT with Ctrl-Alt-Fn (replace n with a number from 1 to 6), and as

Re: Loading agpgart (Was: Loading drm)

2003-07-20 Thread Roberto Sanchez
--- Karol Czachorowski <[EMAIL PROTECTED]> escribió: > > The nForce2 AGPGART is not directly supported in 2.4.xx. You have some > > options: > > > > I'm almost sure that there is support for nForce2 agpgart in current 2.4 > kernels (2.4.21 or later). Or maybe in ac (Alan Cox's) patches (I'm us

Re: Kernel 2.6.0 compiling problems [almost solved]

2003-07-20 Thread Roberto Sanchez
--- Marino Fernandez <[EMAIL PROTECTED]> escribió: > On Saturday 19 July 2003 1:18 pm, Torquil Macdonald Sørensen wrote: > > On Saturday 19 July 2003 17:30, Marino Fernandez wrote: > > > On Saturday 19 July 2003 2:20 am, Marino Fernandez wrote: > > > > On Saturday 19 July 2003 2:16 am, Marino Fer

Re: How to kill gdm??

2003-07-20 Thread Alex Malinovich
On Sun, 2003-07-20 at 20:53, Zhao You Bing wrote: > Every time when killed gdm will restart itself, so if I start with gdm > and later I don't want to see gdm after logout how should I do?? > Thanks As root, run "gdm-stop". -- Alex Malinovich Support Free Software, delete your Windows partition

Re: tcp connection watcher..

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jul 21, 2003 at 08:03:34AM +0800, Louie Miranda wrote: > Do you know any tcp connection watcher? I use scandetd, i was hoping if > there are also more advance programs like this one out there. What exactly are you looking for? - -- .''`.

How to kill gdm??

2003-07-20 Thread Zhao You Bing
Every time when killed gdm will restart itself, so if I start with gdm and later I don't want to see gdm after logout how should I do?? Thanks -- Zhao YouBing, Ph.D student State Key Lab of CAD&CG,Zhejiang University, Hangzhou, 310027, P.R.China Tel : 0571-87951045(O), 87933444(H) Email: [EMAIL P

Re: Auto load pop3 mail at night ?

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jul 20, 2003 at 09:11:13PM +0100, David selby wrote: > When I installed Debian, it offered me something like this, but at the > time I ignored it and enterd defaults ! I now can not remember what the > package was to do a dpkg-reconfigure fe

what's the difference between ". cmd" and "cmd" in shell script??

2003-07-20 Thread Zhao You Bing
Thank u very much!! -- Zhao YouBing, Ph.D student State Key Lab of CAD&CG,Zhejiang University, Hangzhou, 310027, P.R.China Tel : 0571-87951045(O), 87933444(H) Email: [EMAIL PROTECTED] MSN : [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

usb devices /etc/fstab

2003-07-20 Thread matt zagrabelny
hi, i have two usb removable mass storage devices (camera and vorbis player) that are both setup in /etc/fstab to use /dev/sda1 as the device. what should i do if i want both to be plugged in and mounted at the same time? obviously if i only want to use one at a time, then i can leave the devices

Re: how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Todd Pytel
On 20 Jul 2003 15:42:28 -0700 "Jeff Wiegley, Ph.D." <[EMAIL PROTECTED]> wrote: > After two days I've discovered that sendmail is using something > called sasl (sasl2 actually) to do the authentication and it > requires something called "realms". > > Well, I don't want this. I want sendmail to use

Re: cron & cannot open display

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jul 20, 2003 at 11:17:09AM +0100, David selby wrote: > Gtk-WARNING **: cannot open display: > I know cron works AOK on non x programs Cron only works with non-interactive programs. - -- .''`. Paul Johnson <[EMAIL PROTECTED]> : :' :

Re: No GUI

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jul 19, 2003 at 09:55:40PM -0600, Marvin Aguero wrote: > Any pointers on how to change this? Search the archives, people ask this one about once a week. - -- .''`. Paul Johnson <[EMAIL PROTECTED]> : :' :proud Debian admin and user

Re: Linux commands

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please turn your line wraps on. On Sun, Jul 20, 2003 at 01:48:09PM +1000, GLS-Ausmines wrote: > 1. Is there any Internet access to Linux commands? (I have not found > any at Debian and Redhat sites.) lynx, but you have to have it installed of course.

Re: Problem with apt-move

2003-07-20 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 20 July 2003 02:22 pm, Patrick Albuquerque wrote: > Hi, > > I try to maintain a partial mirror of unstable but I have a problem > with apt-move, mainly it's a bit too efficient. > > apt-move update (as root) will build a repository in > /mn

x-window display managers

2003-07-20 Thread Jianan Huang
Hi folks, A simple question: gdm, kdm and xdm: which one uses minimum runtime memory? Cheers _ Download Norah Jones, Eminem and more! http://www.msn.com.sg/ringtones/ at only S$36 including GST -- To UNSUBSCRIBE, email to [EMAIL P

Re: tcp connection watcher..

2003-07-20 Thread Paul C. Bryan
Louie Miranda wrote: Do you know any tcp connection watcher? I use scandetd, i was hoping if there are also more advance programs like this one out there. Also, if you're looking for something to detect port scans or other abnormal activity, consider: - portsentry - ippl Paul -- To UNSUBSCRIBE,

Re: tcp connection watcher..

2003-07-20 Thread Paul C. Bryan
Louie Miranda wrote: Do you know any tcp connection watcher? I use scandetd, i was hoping if there are also more advance programs like this one out there. Here are a few suggestions: - ethereal - tcpdump - sniffit My favorite is ethereal, as it has support for a multitude of TCP protocols, allowi

Re: RealPlayer on Debian

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jul 19, 2003 at 03:41:14PM -0700, Ken Walker wrote: > The realplayer site has some downloads of generic Linux players but I was > hoping to find a .deb package somewhere. Is there such a thing? Always start by checking the debian archive usi

tcp connection watcher..

2003-07-20 Thread Louie Miranda
Do you know any tcp connection watcher? I use scandetd, i was hoping if there are also more advance programs like this one out there. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Re: wandering if you can help me

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jul 20, 2003 at 02:15:34PM -0500, 9mm wrote: > a freind recemended me to ask you this. i am having problems with my ATI > 3D Rage Pro video card and i was just wandering i it is OpenGl compatible. Contact your vendor, they'd know more about

Re: Xfree86 4.3 confusion

2003-07-20 Thread Mark C
On Sun, 2003-07-20 at 19:11, Johannes Graumann wrote: > Did 4.3 get recently pulled from the distribution? Why? Where can I get the packages? AFAIK 4.3.0 has never made it into unstable as of yet, I have been using the one from here: deb http://people.debian.org/~mmagallo/packages/xfree86/i386/

Re: how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Kirk Strauser
At 2003-07-20T22:42:28Z, "Jeff Wiegley, Ph.D." <[EMAIL PROTECTED]> writes: > Well, I don't want this. I want sendmail to use the same information > present in /etc/passwd and /etc/shadow to do the authentication so that I > don't have to keep issuing saslpasswd commands to add users every time I >

how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?

2003-07-20 Thread Jeff Wiegley, Ph.D.
It seems that it is quite a nightmare to get SMTP-AUTH working with sendmail in debian. After two days I've discovered that sendmail is using something called sasl (sasl2 actually) to do the authentication and it requires something called "realms". Well, I don't want this. I want sendmail to use

Re: configuring DHCLIENT-2.2.x

2003-07-20 Thread Shyamal Prasad
"Lars" == Lars Unin <[EMAIL PROTECTED]> writes: >> Hso what is the name of you ethernet device? It does >> sound like it is not eth0. If you type 'ifconfig' as root how >> many devices are listed and what are their names? Lars> one device only lo the loopback device,

Problem with apt-move

2003-07-20 Thread Patrick Albuquerque
Hi, I try to maintain a partial mirror of unstable but I have a problem with apt-move, mainly it's a bit too efficient. apt-move update (as root) will build a repository in /mnt/data/mirrors/debian but then delete _all_ the debs it copied over. Also, it won't build Packages.gz or Release files

latitude 640 resuming X

2003-07-20 Thread Jaroslaw Psikuta
Hey I have a problem on latitude 640 (radeon 7500) , debian woody, XFree 4.3, kernel 2.4.21 When i close my laptop and after while i open it - screen is not avaible - i cant see anything - only blinking stripes. Anyone can me tell why? User -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

nautilus keeps scanning mount points

2003-07-20 Thread Micha Feigin
I am running debian unstable (nautilus version 2.2.4). I am using autofs (ver 4) to mount the cdrom, windows partition and floppy. Nautilus keeps probing the mount points which consequently keeps mounting these partions, and as a result it occasionally pops up a browsing window (the popping up beha

Re: Auto load pop3 mail at night ?

2003-07-20 Thread Mario Vukelic
On Sun, 2003-07-20 at 22:11, David selby wrote: > I need a program to auto load my many pop3 mail accounts (can't get on > with IMAP) preferably in the middle of the night. And hopefully grab > them from a spool directory via Mozilla 1.3 If I understand you right, you want to download the mail

Re: wandering if you can help me

2003-07-20 Thread Mario Vukelic
On Sun, 2003-07-20 at 21:15, 9mm wrote: > a freind recemended me to ask you this. i am having problems with my ATI > 3D Rage Pro video card and i was just wandering i it is OpenGl compatible. In X 4.3 it's supported as hardware accelerated http://www.xfree86.org/current/Status6.html#6 -- To U

Re: need help with compile of pcmcia card driver

2003-07-20 Thread Bret Comstock Waldow
I think you need to install the pcmcia-source package & maybe pcmcia-cs (I'm not sure if the source has all the tools). The source pkg makes the directories you're missing. In case you haven't seen it, I recommend this site: http://newbiedoc.sourceforge.net/system/kernel-pkg.html and it's other

Re: Xfree86 4.3 confusion

2003-07-20 Thread Greg Norris
Here's where I pulled my copy from... # Daniel Stone's unofficial XFree86 4.3 packages deb http://penguinppc.org/~daniels/sid/i386 ./ On Sun, Jul 20, 2003 at 11:11:27AM -0700, Johannes Graumann wrote: > Hello, > > A couple of days ago I installed woody with the bf2.4 kernel on my > new fuj

Re: cron & cannot open display

2003-07-20 Thread David selby
Sebastian Kapfer wrote: On Sun, 20 Jul 2003 13:30:10 +0200, David selby wrote: PS works with mozilla mozilla --display=:0 Mozilla is GDK/GTK-based. Those apps use the GNU-style long options with two leading dashes. * * * * * dillo --display=:0 works for me. (What about DISPLAY=:0 dillo?)

Auto load pop3 mail at night ?

2003-07-20 Thread David selby
Hello I need a program to auto load my many pop3 mail accounts (can't get on with IMAP) preferably in the middle of the night. And hopefully grab them from a spool directory via Mozilla 1.3 When I installed Debian, it offered me something like this, but at the time I ignored it and enterd defa

Re: need help with compile of pcmcia card driver

2003-07-20 Thread Kevin McKinley
On Sun, 20 Jul 2003 12:25:36 -0600 Paul E Condon <[EMAIL PROTECTED]> wrote: > I have an old laptop on which I have recently installed Woody. I have > a new pcmcia NIC which I would like to use on said laptop to connect > it to my LAN. The CD which comes with the NIC contains two files of > softwa

wandering if you can help me

2003-07-20 Thread 9mm
a freind recemended me to ask you this. i am having problems with my ATI 3D Rage Pro video card and i was just wandering i it is OpenGl compatible. i would welcome any response thank you _ Free email with personality! Over 200 domains! http://www.MyO

Re: apt-get; all messed up by update...

2003-07-20 Thread Kevin McKinley
On Sun, 20 Jul 2003 11:19:17 -0500 Gregory Guthrie <[EMAIL PROTECTED]> wrote: > I have a Woody system that has been running for over a year now without > much change, and I just tried to do an apt-update, and then apt-upgrade, > and the whole thing seems to be totally messed up. (see below) > >

Kde 3.1.2: konqueror & html pages

2003-07-20 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo! I've set Opera to be the default browser, but sometimes I'd like to use konqueror to surf through the internet... but after entering the internet address from konqueror an opera window is opened instead 8-? The line I'm using to open konque

Re: apt-get; all messed up by update...

2003-07-20 Thread David Fokkema
On Sun, Jul 20, 2003 at 11:19:17AM -0500, Gregory Guthrie wrote: > I have a Woody system that has been running for over a year now without > much change, and I just tried to do an apt-update, and then apt-upgrade, > and the whole thing seems to be totally messed up. (see below) > 216 packages up

Re: Xfree86 4.3 confusion

2003-07-20 Thread Mario Vukelic
On Sun, 2003-07-20 at 20:11, Johannes Graumann wrote: > Where can I get the packages? http://www.apt-get.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ssh protocol v1.99 and v2.0?

2003-07-20 Thread Paul C. Bryan
Jayen Ashar wrote: > I have two debian machines, picard and riker. They both have the same > ssh and ssl packages installed (OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, > SSH protocols 1.5/2.0, OpenSSL 0x0090702f). But, for some odd reason, > X11 forwarding only works in one direction (ssh from picard t

Lexmark USB Printer

2003-07-20 Thread Tinus Kotzé
Good day I am setting up my first USB device. It is the Lexmark z25 printer. Under kprinter(add local printer) it is listed under the usb devices as a lexmark z25_z35 printer. Everything seems fine, accept that if I print a page, it never seems to appear in the job queue of cups. In console I tried

Re: Loading agpgart (Was: Loading drm)

2003-07-20 Thread Karol Czachorowski
On Sun, 20 Jul 2003 03:53:59 +0200 (CEST) Roberto Sanchez <[EMAIL PROTECTED]> wrote: > > The nForce2 AGPGART is not directly supported in 2.4.xx. You have some > options: > I'm almost sure that there is support for nForce2 agpgart in current 2.4 kernels (2.4.21 or later). Or maybe in ac (Alan

Re: No space left on device

2003-07-20 Thread David
On Sat, Jul 19, 2003 at 09:10:14PM -0400, Salman Haq wrote: > > > > #df -h > > > FilesystemSize Used Avail Use% Mounted on > > > /dev/hda3 463M 440M 1.0k 100% / > > > /dev/hda5 37G 2.5G 32G 8% /usr > > > > > > # df -ih > > > FilesystemInodes

Xfree86 4.3 confusion

2003-07-20 Thread Johannes Graumann
Hello, A couple of days ago I installed woody with the bf2.4 kernel on my new fujitsu lifebook. I went ahead and apt-get dist-upgraded to 'testing'. At some point I then installed xfree86 to run my beloved ion wm. I must have been able to pull 4.3, since the lifebook needs the 'radeon' driver w

need help with compile of pcmcia card driver

2003-07-20 Thread Paul E Condon
I have an old laptop on which I have recently installed Woody. I have a new pcmcia NIC which I would like to use on said laptop to connect it to my LAN. The CD which comes with the NIC contains two files of software for Linux and instructions on how to compile and install. But the instructions are

Re: mouse pointer does not show

2003-07-20 Thread Paul C. Bryan
Marvin Aguero wrote: The mouse pointer does not show on the screen. I can say that it's been working, in the sense what if I move the mouse randomly, I can see the different buttons changing colors. But I cannot see where the mouse pointer is. Well, for a start, I'm assuming you're running XFre

Re: configuring DHCLIENT-2.2.x

2003-07-20 Thread Lars Unin
> Hso what is the name of you ethernet device? It does sound > like it is not eth0. If you type 'ifconfig' as root how many devices > are listed and what are their names? one device only lo the loopback device, but pegasus is loaded, hmm im starting to be concerned that the kernel ma

Re: apt-get; all messed up by update...

2003-07-20 Thread Bret Comstock Waldow
As a start, I recommend you do: apt-get install aptitude Then use aptitude. It makes it easier to investigate dependency issues. Someone more knowledgeable might have some more targeted suggestion. Cheers, Bret On Sun, 2003-07-20 at 12:19, Gregory Guthrie wrote: > I have a Woody system that

apt-get; all messed up by update...

2003-07-20 Thread Gregory Guthrie
I have a Woody system that has been running for over a year now without much change, and I just tried to do an apt-update, and then apt-upgrade, and the whole thing seems to be totally messed up. (see below) I hope I can recover it, as I have had apt do this to me several times over the past ye

Re: Loading drm

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 03:30:12 +0200, Jerry Van Brimmer wrote: > But, when I look in modconf, it shows a "-" sign after agpgart, > indicating that it is not installed, but it is. What would I have to do > to straighten this out? The minus sign doesn't mean "not installed". It means "not loaded". An

Re: rmnologin in rc$.d

2003-07-20 Thread Jimmy Johansson
Thanks for all replies, , they were very helpful! I got confused by the rm at the beginning of nologin and couldn't find a man page for it. Then I got lazy and asked about makedev and quotarpc also, instead of reading the manpages. So I will leave nologin and makedev alone but I think I will remov

Re: Booting from a floppy to install debian

2003-07-20 Thread André Carezia
Em Tue, 15 Jul 2003 22:52:40 -0600, Marvin Aguero <[EMAIL PROTECTED]> escreveu: > Guys, > > I have decided to give debian GNU/Linux a chance. So, I downloaded the > "woody" Official i386 Binary-1 image from the web and burned the CD. > So far so good, the problem is that machine I am trying to in

ssh protocol v1.99 and v2.0?

2003-07-20 Thread Jayen Ashar
I have two debian machines, picard and riker. They both have the same ssh and ssl packages installed (OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f). But, for some odd reason, X11 forwarding only works in one direction (ssh from picard to riker, display on picar

Re: Intel Pro 100S driver

2003-07-20 Thread J.H.M. Dassen (Ray)
On Sat, Jul 19, 2003 at 10:01:55 -0500, Jay Latham wrote: > I want to install woody on a IBM xseries 200 server. The integrated nic is > a Intel Pro/100 S. I don't see a driver listed for it so I was wondering > if there was a generic driver listed on the install cd that would work. Try the "eepro

Re: alternatives to flash / fireworks?

2003-07-20 Thread David Fokkema
On Mon, Jul 14, 2003 at 10:41:45PM +0200, David Fokkema wrote: > Now, my real question (sorry for the introduction): he uses Macromedia > Flash Creator and Macromedia Fireworks for making little animations and > nice banners, logos and stuff. See e.g. http://www.ileos.nl/ (his site). > > Are there

Re: cron & cannot open display

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 13:30:10 +0200, David selby wrote: > PS works with mozilla > mozilla --display=:0 Mozilla is GDK/GTK-based. Those apps use the GNU-style long options with two leading dashes. * * * * * dillo --display=:0 works for me. (What about DISPLAY=:0 dillo?) -- Best Regards, | H

Re: RealPlayer on Debian

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 01:30:06 +0200, Andreas Janssen wrote: > Please note that recent versions of mplayer can also be used to play > this type of content. If only this were true... in my experience, you need both mplayer and xine. Both have their problems and can't play certain RM files. -- Best

Re: fetchmail: lock creation failed

2003-07-20 Thread Mr. Spock
>spock> fetchmail: lock creation failed. >spock> So I'm assuming that some flag has been set so that >spock> fetchmail thinks it is still open or something > > In non-root mode fetchmail is supposed to use a lockfile named > ~/.fetchmail.pid which I suggest you look for. If it is ther

Re: GeForce4 card

2003-07-20 Thread john gennard
On Sat, Jul 19, 2003 at 05:28:30PM +0200, Sebastian Kapfer wrote: > On Sat, 19 Jul 2003 11:20:07 +0200, john gennard wrote: > [snip] > > _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root > > DCOPServer up and running. > > kdeinit: Fatal IO error: client killed > > kdeinit: sendin

Re: Gnome2 in Testing

2003-07-20 Thread Colin Watson
On Sun, Jul 20, 2003 at 01:50:04AM -0500, Michael Heironimus wrote: > On Fri, Jul 18, 2003 at 12:11:02AM -0500, Christopher L. Everett wrote: > > Can anyone tell me if Gnome in Testing is anywhere near usable? > > When I last looked it was usable, but not complete. The migration from > GNOME 1 to

Re: cron & cannot open display

2003-07-20 Thread David selby
Elie De Brauwer wrote: On Sunday 20 July 2003 12:17, David selby wrote: Hello I have been trying to get cron to execute programs at set times, As a test I am trying to execute dillo (loads fast!) I setup cron as user testbed to execute dillo every five mins, I get the following .. From [EM

Re: cron & cannot open display

2003-07-20 Thread David selby
Elie De Brauwer wrote: On Sunday 20 July 2003 12:17, David selby wrote: Hello I have been trying to get cron to execute programs at set times, As a test I am trying to execute dillo (loads fast!) I setup cron as user testbed to execute dillo every five mins, I get the following .. From [EM

Re: cron & cannot open display

2003-07-20 Thread Elie De Brauwer
On Sunday 20 July 2003 12:17, David selby wrote: > Hello > > I have been trying to get cron to execute programs at set times, > As a test I am trying to execute dillo (loads fast!) I setup cron as > user testbed to execute dillo every five mins, > I get the following .. > > From [EMAIL PROTECT

Re: No space left on device

2003-07-20 Thread Florian Ernst
Hello Salman! At Sunday 20 July 2003 03:20 Salman Haq wrote: > Thanks everybody for your helpful responses. To make some temporary > room > I cleaned up some logs and unnecessary directories in a few of the > home directories of some of the users. > > Then I resolved to fix the problem once a

cron & cannot open display

2003-07-20 Thread David selby
Hello I have been trying to get cron to execute programs at set times, As a test I am trying to execute dillo (loads fast!) I setup cron as user testbed to execute dillo every five mins, I get the following .. From [EMAIL PROTECTED] Sun Jul 20 11:10:01 2003 Return-path: <[EMAIL PROTECTED]> E

Re: alternatives to flash / fireworks?

2003-07-20 Thread Roman Joost
On Mon, Jul 14, 2003 at 10:41:45PM +0200, David Fokkema wrote: > Now, my real question (sorry for the introduction): he uses Macromedia > Flash Creator and Macromedia Fireworks for making little animations and > nice banners, logos and stuff. See e.g. http://www.ileos.nl/ (his site). > > Are there

Re: Portable MP3/Ogg player supported by Debian?

2003-07-20 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jul 19, 2003 at 06:32:50PM +0200, [EMAIL PROTECTED] wrote: > The only reason why I haven't bought it myself yet is that they told me > they would have it in Europe by August. Otherwise I would already have > ordered it from their site. I've be

Kernel 2.6.0. Dealing with modules

2003-07-20 Thread Marino Fernandez
I recently compiled a 2.6 kernel, and it sems to be working. I noticed that my pcmcia modem and my usb digital cameras are not recognized (I used to mount my camera in /dev/sda1 as a removable mass storage device). The question really is, how do you manage modules with this kernel, to start fid

Serial ATA fun (bad blocks)

2003-07-20 Thread Erik Steffl
this is on debian unstable but not strictly debian related. kernel 2.4.21-ac4 Intel D865PERL motherboard (with SATA interface) Maxtor 260GB SATA HD after compiling the ac kernel the SATA disk was recognized and I could create filesystem and mount the disk. However soon after starting t

Re: Kernel 2.6.0 compiling problems [almost solved]

2003-07-20 Thread Nick Hastings
* Marino Fernandez <[EMAIL PROTECTED]> [030720 15:23]: > 10) boot... shit, still black screen on bootup, no kernel messages nor > penguin... here it comes X... OK, now keyboard and touchpad work yeah. > > So, if anybody can tell me how to fix the framebuffer so I can see thge little > pen