Debian

2000-03-22 Thread John Hasler
Bart writes: > Can anybody tell me why Debian is better than other distributions? Yes. > And don't give me the 'it is the only really non-commercial version' > crap. What makes you think anyone intended to do so? Remarks like that serve only to discourage useful answers. -- John Hasler [EMAIL

glibc-compat ???

2000-03-22 Thread Jose Marin
Hi all, I'm reposting this question because I didn't get any answer recently. Maybe this has been discussed before but I haven't been able to dig it up from the mailing list archives or dejanews. I'm using several machines, some with potato, some with woody. I need to install a free (as in gra

Re: Debian

2000-03-22 Thread J.H.M. Dassen \(Ray\)
On Wed, Mar 22, 2000 at 12:06:43 -0800, Bart Friederichs wrote: > I want real technical benefits. Of the top of my head: Open development (bug tracking system, mailing lists, IRC etc), high-quality packaging (no Red Hat style "contrib") with proper dependencies, easily upgradable including running

Re: Debian

2000-03-22 Thread Peter S Galbraith
"Bart Friederichs" wrote: > Hi, > > Can anybody tell me why Debian is better than other distributions? And don't > give me the 'it is the only really non-commercial version' crap. crap? I'm sure the word `argument' would have been a better choice for this forum. But in fact, it's not usually

Re: Debian

2000-03-22 Thread aphro
i was a user of slackware as well, i chose debian because: 1) friend reccomended it 2) it had the largest(and still does i think) number of developers 3) it is known as being top quality 4) it has a huge number of packages since then i have just adapted to it, not sure technically what places it

Re: Debian

2000-03-22 Thread t.bedlam
On Wed, Mar 22, 2000 at 12:06:43PM -0800, Bart Friederichs was only escaped alone to tell thee: > Can anybody tell me why Debian is better than other distributions? And don't > give me the 'it is the only really non-commercial version' crap. I want real > technical benefits. Or is it all a mat

Re: Bug#60891: xdm: Installs default tty7 line in Xservers -- break s system

2000-03-22 Thread Mark Montague
Sven LUTHER <[EMAIL PROTECTED]> writes: > Just a stupid clueless idea, but what if we start the xserver from the > inittab, or at least have some line in the inittab saying that the > Xserver/gdm/whatever will use the vtxx, in the same way that init starts > getty's on his specific vt's ? This is

/etc/rc?.d directories missing on potato install

2000-03-22 Thread Jameson Burt
Last week I installed potato on a new computer. Before the first reboot, I selected one of the category of packages. After the first reboot, install let me select more packages, but exited prematurely. One possible reason would be that /var was limited to the size of /, 128MB, so apt-get may have

Re: Debian

2000-03-22 Thread Robert L. Harris
I'ts mostly a matter of personal preference. it's very consistant with SYSV ala SUN for locations, etc. The package management blows away all the other's I've seen. Take the best parts of redhat's rpm. make conflict resolution alot smarter and robust, and then add the ability to get updates, d

Re: Lying to dpkg?

2000-03-22 Thread Phoenix Amon
> I'd go with one of the ways you suggested in passing in your earlier > post; use Debianized source. > > If you install dpkg-dev and devscripts, it's almost trivial (once you > know how) to build a package from source; just do the following: Colin, Thanks for the tip. I unfortunately didn't di

Re: Lying to dpkg?

2000-03-22 Thread Hecubus
On Wed, 22 Mar 2000, Phoenix Amon wrote: > As the variety of responses to my question suggest, there's often more > than one way to skin a cat. :) Ahh... but the different responses addressed the different options you posted. I answered to the specific question of how to make dpkg behave a certa

Re: Lying to dpkg?

2000-03-22 Thread Phoenix Amon
> I learned how to use dpkg from reading the man page. The thing is, you > did know that for which you were looking, else I wouldn't have been able > to find the answer. Before you asked, I didn't know how to do it (because > I never wanted to). Well, I'll gladly agree to disagree. The last thing

Debian

2000-03-22 Thread Bart Friederichs
Hi, Can anybody tell me why Debian is better than other distributions? And don't give me the 'it is the only really non-commercial version' crap. I want real technical benefits. Or is it all a matter of flavor? I have been using Slackware for one or two years now and I also liked that one. Switchi

Re: Mounting the Swap partition

2000-03-22 Thread kmself
Swap doesn't get mounted, see other followups. To check status: cat /proc/swaps On Wed, Mar 22, 2000 at 10:00:40AM -0800, Dzuy M. Nguyen wrote: > In my /etc/rc.boot script, I find this line: > > swapon -a 2>%1 | sed -e '/busy/d' > > Is this the line that is mounting my swap partition? Do I

Re: traceroute suid root?

2000-03-22 Thread William T Wilson
On Wed, 22 Mar 2000, Pollywog wrote: > Is it just me or does traceroute need to be suid root? Traceroute needs to be setuid so it can write IP packets directly rather than using the socket interface. Without that ability, it could not set the time-to-live on the packet and thus wouldn't work.

RE: DNS lookups fail

2000-03-22 Thread aphro
please include a copy of your resolv.conf ..you may have something mispselled or not right .. nate On Wed, 22 Mar 2000, Guyren G Howe wrote: guyren >Sorry, that was not quite right. nslookup did eventually return, with: guyren > guyren >*** Can't find server name for address ...: No response fro

Re: DNS lookups fail

2000-03-22 Thread aphro
try manually setting a DNS: run nslookup enter: server some.server.name (feel free to use mine ns1.firetrail.com or ns2.firetrail.com) then enter a domain or ip or something to query the server if it times out it is more likely a network problem then a resolver problem. if it works, then try yo

traceroute suid root?

2000-03-22 Thread Pollywog
Is it just me or does traceroute need to be suid root? I was unable to use it as an ordinary user until I set the suid bit. thanks -- Andrew

Re: Lying to dpkg?

2000-03-22 Thread Hecubus
On Wed, 22 Mar 2000, Phoenix Amon wrote: > > 2. RTFM; it's right there. "man dpkg" (if you've installed man-db). > Sometimes TFM doesn't give quite enough info if you don't already know > what you're looking for. In a lot of cases TFM serves you well if you > know what you're doing and need to j

Re: VPN

2000-03-22 Thread aphro
i highly reccomend vpnd, search www.freshmeat.net for it, i installed a vpn in december of last year and it works perfectly. i can supply sample config files from my setup if you like. nate On Wed, 22 Mar 2000, Onno wrote: Onno >I've been away too long... Onno > Onno >Anyway, I have a problem

Re: Lying to dpkg?

2000-03-22 Thread Colin Watson
[EMAIL PROTECTED] (Phoenix Amon) wrote: >Like you said, I could just avoid using it entirely... but I like it. It's a >big time saver. I'd just like to see it get a bit more flexible. Finding ways >to work around the system seems to be the topic of a lot of posts around here, >and it shouldn't have

HELP: no kbd in xdm-selector!

2000-03-22 Thread Bruno Boettcher
Hello, i am using woody (yes i know its my fault if somethings break) and after the last upgrade, the keyboard refuses to work. It is as if the keyboard was deconnected, the leds do not work either. it is a bit annoying, since this makes login quite difficult. is there already a known

Re: Lying to dpkg?

2000-03-22 Thread Phoenix Amon
> 1. Use the --ignore-depends flag. > 2. RTFM; it's right there. "man dpkg" (if you've installed man-db). Thanks and I did. I always do. :) Sometimes TFM doesn't give quite enough info if you don't already know what you're looking for. In a lot of cases TFM serves you well if you know what you're

Re: Lying to dpkg?

2000-03-22 Thread Hecubus
On Wed, 22 Mar 2000, Phoenix Amon wrote: > Is there anyway I can lie to dpkg to convince it that I really do have > these packages installed? Two things: 1. Use the --ignore-depends flag. 2. RTFM; it's right there. "man dpkg" (if you've installed man-db). > Forgive my ignorance... I'd never

Kaffe segfaults running anything

2000-03-22 Thread Stuart Ballard
[EMAIL PROTECTED]:~/java/classes$ /usr/lib/jdk1.1/bin/java Hello Hello [EMAIL PROTECTED]:~/java/classes$ java Hello Segmentation fault [EMAIL PROTECTED]:~/java/classes$ dpkg -l kaffe Desired=Unknown/Install/Remove/Purge | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Er

Re: Mounting the Swap partition

2000-03-22 Thread Oswald Buddenhagen
> In my /etc/rc.boot script, I find this line: > > swapon -a 2>%1 | sed -e '/busy/d' > > Is this the line that is mounting my swap partition? Do I need > this line in the /etc/fstab? > > /dev/hda2 none swap sw 0 0 > > for the rc.boot script to work? Because if I don't have this line, > you sa

LPD Execv Error (Solution)

2000-03-22 Thread Michael W. Shaffer
This turned out to be a boneheaded mistake on my part. The lesson I learned was not to execute "chmod 644 lib/*" when staging Linux systems. Apparently if ld-linux.so is not 'chmod 755', then you will get execv errors from any process that is not running as root. I don't know why it works for root

Re: Mounting the Swap partition

2000-03-22 Thread Dzuy M. Nguyen
In my /etc/rc.boot script, I find this line: swapon -a 2>%1 | sed -e '/busy/d' Is this the line that is mounting my swap partition? Do I need this line in the /etc/fstab? /dev/hda2 none swap sw 0 0 for the rc.boot script to work? Because if I don't have this line, you say my swap partition wo

2 networks

2000-03-22 Thread Evan Moore
currently i have 2 networks, in 2 seperate buildings within 1000m. Both networks have an internet connection(A T1 and a fractional T1); however, I have lost the budjet for one of the internet connections. Is there a way to create a point to point link between the network, that is low cost, and has

Lying to dpkg?

2000-03-22 Thread Phoenix Amon
I've installed Linux/Apache on my standalone home box so that I can mirror and locally test my web sites using dummy network interfaces. I needed PHP, mySQL, SSL and Apache to all work together nicely, and I couldn't make that happen installing from debs (primarily mysql wouldn't talk to php...

Re: A little bad press about Debian

2000-03-22 Thread Hecubus
On Tue, 21 Mar 2000, Patrick wrote: > It has to be said that running one distro is easier to manage. At > work we have Win NT Server, Red Hat, FreeBSD and a solitary mail > server running Debian as a result of my evangelising. The diversity > is a pain when for example we want to work on the Fre

Re: Star Office

2000-03-22 Thread Peter Wintrich
On Tue, 21 Mar 2000, Brendan O'Brien wrote: > > > Hey Y'all-- > > I was wondering if anyone out there has had the same problem I have with > StarCalc. In my work I routinely do data analysis on hundreds of thousands > of data points. Normally, I use Excel on Win98 to do this but recently

Re: s...l...o...w... ppp xfers

2000-03-22 Thread Robert Mognet
On Wed, Mar 22, 2000 at 10:13:34AM -0600, Rick Hayter wrote: > I'm looking for some troubleshooting help. > Slink is working like a champ in all aspects but ppp connection speed. > Actually, I connect at high speeds, but my sustained throughput runs from > only 200-400 bps! When first downloading,

Re: funky samba stuff

2000-03-22 Thread Jens B. Jorgensen
Whoa. This sounds like a bug I ran into long ago. I got it when I upgraded to potato but kept my 2.0.X kernel. The problem has to do with a library call samba uses to set gid (just like the log suggests). Does this sound like your situation? I fixed it by modifying the source. The configure scri

Re: no merit from using DMA-66?

2000-03-22 Thread Vachirasuk
Hi, Thanks for your replies. I guess I will let this issue pass by since there seems to be no real problem. I just hoped that I would get better score from hd benchmark :-) Regards, Vachi - Vachirasuk Setalaphruk ISE, Osaka University From: "Stephan Hachinger" <[EMAIL PROTECTED]> Subject:

Re: libXpm.so.4.11

2000-03-22 Thread Tony Crawford
Jose Alberto Lobo wrote (on 22 Mar 00, at 15:04): > I straightaway copied libXpm.so.4.11 to my /usr/X11R6/lib directory, > and > ran ldconfig. My citrix program now runs normally but, alas!, after I logout > xdm does not let me back in anymore. I can only log in as root, or else, use > the

How to Find Cause of System Hanging

2000-03-22 Thread Jeff Hill
I recently upgraded by web server to Potato with kernel 2.2.14 patched for RAID-1 (adding Adaptec 2940U2W and matching SCSI drives) and the system now hangs momentarily (1-5 minutes) several times a day. It doesn't crash and it responds to a few basic requests ('ls' for example) but nothing else (n

s...l...o...w... ppp xfers

2000-03-22 Thread Rick Hayter
I'm looking for some troubleshooting help. Slink is working like a champ in all aspects but ppp connection speed. Actually, I connect at high speeds, but my sustained throughput runs from only 200-400 bps! When first downloading, I get a burst of speed, but in seconds all activity seems to stop...

Re: resetting dselect

2000-03-22 Thread Colin Watson
[EMAIL PROTECTED] (Beavis) wrote: >hello, i installed a few .deb manually meaning > >dpkg -i > >but dselect thinks that are are still unconfigured, which is not true They aren't just in obsolete/local? If they are, you can safely ignore them. If dselect thinks they're unconfigured then they p

Re: Environment setting before gdm start

2000-03-22 Thread Ramin Motakef
Joachim Trinkwitz <[EMAIL PROTECTED]> writes: > "Eric G . Miller" writes: > > > /etc/profile is for Bash. I don't think gdm cares about that. But, in > > /etc/gdm/gdm.conf there is this parameter (which I have set to english): > > > > DefaultLocale=english > > Yes, I know (mine is set to germa

Re[2]: Environment setting before gdm start

2000-03-22 Thread Eugene Melekhov
Joachim, JT> But the problem remains: how to set the locale before the login JT> process starts gdm initially? Should it be line LC_LANG= in the /etc/environment ? -- Eugene Melekhov [EMAIL PROTECTED] Object Tools http://www.object-tools.com

Re: Rename files

2000-03-22 Thread Colin Watson
[EMAIL PROTECTED] (Oswald Buddenhagen) wrote: >> On Tue, Mar 21, 2000 at 03:57:14PM +0100, Robert Kasunic wrote: >> > I'm trying to rename a lot of files. I just want to substitute underlines >> > with whitespaces. How can I do that? >> >> You might use mmv. >> >> If your files are: foo_bars >>

Real Player 7

2000-03-22 Thread Wouter Hanegraaff
Hi, I Installed REalplayer 7 using the installer, and after that I was unable to start netscape anymore: only bus errors. So, I removed .netscape, .mime-types and .mailcap from my homedir, and netscape starts again. However, when I go to a site with real video, It sais I have no real player inst

Re: Environment setting before gdm start

2000-03-22 Thread Joachim Trinkwitz
"Eric G . Miller" writes: > /etc/profile is for Bash. I don't think gdm cares about that. But, in > /etc/gdm/gdm.conf there is this parameter (which I have set to english): > > DefaultLocale=english Yes, I know (mine is set to german, but this one only set the locales for the GNOME applications

Re: Bash, Keys, Potato

2000-03-22 Thread Agustín Martín Domingo
Rodrigo Castro wrote: > > > > Did you look at your ~/.inputrc file? > > Yes. I even created a new user with no .inputrc and no $INPUTRC (no > .bashrc, .bash_profile too). I don't know what kind of stuff could be > in my files to screw up only letter E. The problem occurs in console and in > xterm.

Re: Mounting the Swap partition

2000-03-22 Thread Ethan Benson
On Wed, Mar 22, 2000 at 06:46:41AM -0800, Dzuy M. Nguyen wrote: > I recently checked my '/etc/fstab' and found that my swap drive does not mount > at boot. When I check with 'df' I do not see it on the printout. swap does not show up in df listings > I was wondering if I should ad this command i

Re: Mounting the Swap partition

2000-03-22 Thread Oswald Buddenhagen
> I recently checked my '/etc/fstab' and found that my swap drive does not mount > at boot. When I check with 'df' I do not see it on the printout. > you will not see any swap partitions in a df dump - they are no mountable file systems. > I was wondering if I should ad this command in the '/etc

Re: Bash, Keys, Potato

2000-03-22 Thread Rodrigo Castro
On Wed, Mar 22, 2000 at 02:38:58PM +, Stuart Auchterlonie wrote: > On Wed, Mar 22, 2000 at 07:35:04AM -0300, Rodrigo Castro wrote: > > On Wed, Mar 22, 2000 at 11:12:37AM +0100, Martijn van de Streek wrote: > > > Hi Rodrigo! > > > > > > On Tue, 21 Mar 2000, Rodrigo Castro wrote: > > > > > > >

Mounting the Swap partition

2000-03-22 Thread Dzuy M. Nguyen
I recently checked my '/etc/fstab' and found that my swap drive does not mount at boot. When I check with 'df' I do not see it on the printout. I was wondering if I should ad this command in the '/etc/fstab': /dev/hda2 none swap sw Do you need to mount the swap partition? -- Dzuy M. Nguyen

Re: kernel freezes while start-up

2000-03-22 Thread Oswald Buddenhagen
> I ran into difficulties with installing Debian. When booting the last > message I see is: > md driver 0.36.6 MAX_MD_DEV=4 MAX_REAL=8 > > [...] > > My configuration is the following: > Celeron 400 > VIa Apollo ProPlus 133 > 2.2.14 Kernel > > Where can I find a precompiled Kernel or a complete b

Re: Bash, Keys, Potato

2000-03-22 Thread Stuart Auchterlonie
On Wed, Mar 22, 2000 at 07:35:04AM -0300, Rodrigo Castro wrote: > On Wed, Mar 22, 2000 at 11:12:37AM +0100, Martijn van de Streek wrote: > > Hi Rodrigo! > > > > On Tue, 21 Mar 2000, Rodrigo Castro wrote: > > > > > get the key displayed. It works as a dead key, waiting for any other > > > key. Whe

kernel freezes while start-up

2000-03-22 Thread Lorincze, Tamas \(GEL,NonGE,MSX\)
I ran into difficulties with installing Debian. When booting the last message I see is: md driver 0.36.6 MAX_MD_DEV=4 MAX_REAL=8 I understand that its not a Debian only issue as I was reading many posts from users of various distributions who were mainly Athlon users. The only hint they got was t

UPS setup problems (apcuspd and genpower)

2000-03-22 Thread Thomas R. Shemanske
I recently purchased an APC Back-UPS Pro 650, but have been unable to get the UPS the daemons to interact with my system. The system is a Dell Workstation 410 Linux hilbert 2.2.13 #1 SMP Fri Mar 17 13:57:34 EST 2000 i686 unknown with a current potato configuration via a fresh potato install (gotta

pcmcia

2000-03-22 Thread pplaw
debs, how do i get my pcmcia card bus to work on a new e-machine lapbox? here's the boot error message: "starting pcmcia services: modules/lib/modules/2.0.36/pcmcia/tcic.0: init_module: device or resource busy" i get a login prompt if i use a boot disk made from the "rescue" install disk. how

libXpm.so.4.11

2000-03-22 Thread Jose Alberto Lobo
A problem with libXpm.so.4. I run debian 2.1, kernel 2.2.14, and recently downloaded and compiled a program from citrix.com which I need to access through the net certain databases on a server running MS-Windows. When I try to run the program the shell complains that "can't load li

Re: Linux bootfloppy and mount

2000-03-22 Thread Edmund GRIMLEY EVANS
Onno <[EMAIL PROTECTED]>: > Is/Are there a Linux bootfloppy('s) where I can use mount? > I don't care if it is NFS or SAMBA. > > It is like a disksless machine that needs tools and files > from a server. The ordinary boot floppies will let you do an NFS mount. They don't do SAMBA, as far as I k

dhcpcd and remote NFS mounts

2000-03-22 Thread Santiago Vila
Hello. It is ok that the dhcpcd package does not create any symlink in /etc/rcS.d? I have a system running dhcp in which I'm trying to mount a remote filesystem by using /etc/fstab, but unfortunately remote mounts do not work because dhcpcd has not worked at that time yet. /etc/rcS.d/README says

funky samba stuff

2000-03-22 Thread Hamish Moffatt
I just upgraded a linux server here from hamm to potato. Some funky messages from samba; smbclient -L reggie -U hamish says "tree connect failed: 0" after I enter my password. In the log, [2000/03/23 00:45:51, 1] smbd/server.c:main(643) smbd version 2.0.6 started. Copyright Andrew Tridgell 19

Linux bootfloppy and mount

2000-03-22 Thread Onno
Is/Are there a Linux bootfloppy('s) where I can use mount? I don't care if it is NFS or SAMBA. It is like a disksless machine that needs tools and files from a server. Regards, Onno

RE: DNS lookups fail

2000-03-22 Thread Guyren G Howe
Sorry, that was not quite right. nslookup did eventually return, with: *** Can't find server name for address ...: No response from server for all three servers I have in my /etc/resolv.conf file, which are working fine. I can ping these same servers just fine, so I don't think it's a routing is

DNS lookups fail

2000-03-22 Thread Guyren G Howe
I have somehow managed to get things so that the computers going through my Debian 2.2 box for NAT can do DNS just fine, but I can't do a nslookup from the same box itself to save myself. nslookup never returns anything, even a timeout. My /etc/resolv.conf file shows the same things I have set on

Re: Environment setting before gdm start

2000-03-22 Thread Eric G . Miller
On Wed, Mar 22, 2000 at 12:04:28PM +0100, Joachim Trinkwitz wrote: > Hi, > > I wants to get german menues in gdm for my users, which implies > setting the LC_ALL environment variable to de_DE. I did this in the > /etc/profile, but this only helps after gdm is restarted. > > I understand that gdm

Re: VPN

2000-03-22 Thread Wojciech Zabolotny
On Wed, Mar 22, 2000 at 09:41:47AM +0100, Onno wrote: > I've been away too long... > > Anyway, I have a problem and it involves a > Virtual Private Network a.k.a. VPN. > > I ask anyone who has done this kind of thing > to please tell me how they did set it up or > point me in the direction of goo

Re: Bug#60891: xdm: Installs default tty7 line in Xservers -- break s system

2000-03-22 Thread Sven LUTHER
On Wed, Mar 22, 2000 at 02:53:50AM -0500, Branden Robinson wrote: > On Wed, Mar 22, 2000 at 01:33:38AM -0600, [EMAIL PROTECTED] wrote: > > Note to the other two maintainers. Branden has closed the bug I > > submitted. Based on the information he provided to me in his message I > > feel that you als

Environment setting before gdm start

2000-03-22 Thread Joachim Trinkwitz
Hi, I wants to get german menues in gdm for my users, which implies setting the LC_ALL environment variable to de_DE. I did this in the /etc/profile, but this only helps after gdm is restarted. I understand that gdm starts before the /etc/profile settings are worked out. How to set some variables

Man-made stone-Opal Stone widely used on the desk, round, pillar, staircase, counter, cabinet etc

2000-03-22 Thread Ao Bao
OPAL INDUSTRIAL CO., LTD. specializes manufacturing the man-made stone-OPAL STONE. Opal Stone are both excellent in quality and reasonable in price. The Opal is a new kind of decoration material synthesized by nature mineral powder, nature pigment and high function polymer under vacuum and

Re: Bash, Keys, Potato

2000-03-22 Thread Rodrigo Castro
On Wed, Mar 22, 2000 at 11:12:37AM +0100, Martijn van de Streek wrote: > Hi Rodrigo! > > On Tue, 21 Mar 2000, Rodrigo Castro wrote: > > > get the key displayed. It works as a dead key, waiting for any other > > key. When I do type other key, it beeps and I get no output on > > screen. I reinstall

Re: Rename files

2000-03-22 Thread Anthony Campbell
On Tue, Mar 21, 2000 at 03:57:14PM +0100, Robert Kasunic wrote: > Hi! > > I'm trying to rename a lot of files. I just want to substitute underlines > with whitespaces. How can I do that? I recently found a package called mvgp which does exactly what you want. It seems to work quite well. I found

Re: Bash, Keys, Potato

2000-03-22 Thread Martijn van de Streek
Hi Rodrigo! On Tue, 21 Mar 2000, Rodrigo Castro wrote: > get the key displayed. It works as a dead key, waiting for any other > key. When I do type other key, it beeps and I get no output on > screen. I reinstalled bash, libncurses5, libc6 and already trying > changing my keymap, but I wasn't suc

Re: Rename files

2000-03-22 Thread Oswald Buddenhagen
> On Tue, Mar 21, 2000 at 03:57:14PM +0100, Robert Kasunic wrote: > > Hi! > > > > I'm trying to rename a lot of files. I just want to substitute underlines > > with whitespaces. How can I do that? > > You might use mmv. > > If your files are: foo_bars > then use mmv "*_*" '#1\ #2' (qu

Who knows German?

2000-03-22 Thread Tony Crawford
Please excuse me for abusing the list to try to recruit some volunteers ... LinuxTag e.V is the non-profit association that organizes Europe's largest GNU/Linux and free software convention (this year: June 29 - July 2 in Stuttgart--see http://www.linuxtag.org/ ). The group could use a hand in

resetting dselect

2000-03-22 Thread Beavis
hello, i installed a few .deb manually meaning   dpkg -i   but dselect thinks that are are still unconfigured, which is not true   how do u reset the deselect so that it doesn't pick up the packages as existing in the system   the packages are kdebase, kbelibs2g   tkankx beavis..

Esound dependency problems

2000-03-22 Thread Lepus
Hello. I have a small problem (well, actually it is a BIG one indeed) with installing several X packages, including the GNOME system, under the frozen (potato) distribution. I have ALSA installed, and so I use the ALSA version of the Enlightened soud daemon (esound-alsa0). Everyting works fine,

VPN

2000-03-22 Thread Onno
I've been away too long... Anyway, I have a problem and it involves a Virtual Private Network a.k.a. VPN. I ask anyone who has done this kind of thing to please tell me how they did set it up or point me in the direction of good documentation. My first setup will be between two LAN's but it has

Re: Unresolved symbols potato and kernel 2.0.36

2000-03-22 Thread Jonathan Markevich
On Mon, Mar 20, 2000 at 04:29:21PM +, David Wright wrote: Out of everyone that got and read my message, you're the *only* one that took offense. Well, that responded anyways. It seems most realized what I said was extreme frustration and not a personal attack. Please accept my messages in t

Re: Bug#60891: xdm: Installs default tty7 line in Xservers -- break s system

2000-03-22 Thread Branden Robinson
On Wed, Mar 22, 2000 at 01:33:38AM -0600, [EMAIL PROTECTED] wrote: > Note to the other two maintainers. Branden has closed the bug I > submitted. Based on the information he provided to me in his message I > feel that you also should close the bugs I submitted against gdm and > wdm. They should pos

Re: Limping and bleeding with Corel Linux

2000-03-22 Thread Oliver Elphick
Val Dokuzovic wrote: >This is a multi-part message in MIME format. >--E5BEFC36B7A77E9638304BBE >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > >Hi there, > My "brief"? story: I am (was?) a windowman (meaning a mouseman >-computer (almos

[ÀÎõ±¹Á¦°øÇ×°ø»ç-ÀÔÂûÁ¤º¸]¹°Ç°±¸¸Å±ä±ÞÀÔÂû°ø°í

2000-03-22 Thread MAILING
¾È³çÇϽʴϱî! ÀÎõ±¹Á¦°øÇ×°ø»çÀÔ´Ï´Ù. ÀÔÂû¿¡ °ü·ÃµÈ ³»¿ëÀ» ¼ö½Ã·Î º¸³»µå¸®·Á°í ÇÕ´Ï´Ù. ¿øÇϽÃÁö ¾ÊÀ¸½Ç°æ¿ì ¾Æ·¡·Î Á¢¼ÓÇϽÿ© ÇØÁöÇϽñ⠹ٶø´Ï´Ù.

Re: Bug#60891: xdm: Installs default tty7 line in Xservers -- break s system

2000-03-22 Thread gvl
Note to the other two maintainers. Branden has closed the bug I submitted. Based on the information he provided to me in his message I feel that you also should close the bugs I submitted against gdm and wdm. They should possibly be re-submitted at a lesser severity, but not as critical. Please re

Re: Speed

2000-03-22 Thread aphro
usually /var/log/messages will show what pppd/chat reports as the connect speed. this is not always accurate, depending on modem configuration sometimes it shows just the speed of the port(like 115,200 and 57,600) rather then the real connect speed (like 31,200 48,000 etc) nate On Wed, 22 Mar 20

Re: Authentication...? RADIUS ?

2000-03-22 Thread aphro
we use radius for both livingston portmasters and ascend max, i believe radius is to some extent vendor specific, so i suggest contacting the company who makes the equipment for compadible software. or do a search on freshmeat: http://www.freshmeat.net/search.php3?query=radius quite a few differe

Re: MS Frontpage Ext.

2000-03-22 Thread aphro
what version of fp_extensions? where did you get it? what version of apache?(if your not using apache what are you using?) how did you install it ? etc etc .. just saying slink with kernel 2.2.14 says nothing.. the distribution and kernel have virtually nothing to do with FP. I run Apache 1.3.9 (s

Speed

2000-03-22 Thread Don Cavaiani
How can I tell what speed I have been connected at to my ISP?

Authentication...? RADIUS ?

2000-03-22 Thread The_Phantom 74
Hi I am trying to set up an ISP, and RADIUS has been sugested for the authenication and billing of the users on the dial up servers. Any one have any recomendations?? Also WHERE can i find it??? It was not listed under dselect But then I'm new to all this so I could be doing it wrong!! _

MS Frontpage Ext.

2000-03-22 Thread Beavis
has anyone experienced any bugs w/ the fp_extensions, for example i have a frontpage website loaded on my slink 2.2.14 and when a user tries to access the home page w/ netscape 4.7, they get a script error, loads fine w/ any other netscape ver., and not too many problems w/ iexplorer execpt

Re: What r the correct perms for SW in /usr/local ?

2000-03-22 Thread Ethan Benson
On Tue, Mar 21, 2000 at 10:07:18PM -0500, S. Salman Ahmed wrote: > The only way around the problem for non-root users was to create a new > group (javauser), chgrp -R javauser /usr/local/uml/Together, and then > add myself to that group javauser. The permissions before this fix were > sth like: t

Re: Rename files

2000-03-22 Thread brian moore
On Tue, Mar 21, 2000 at 10:32:54PM +0100, Christian Surchi wrote: > On Tue, Mar 21, 2000 at 12:34:07PM -0800, brian moore wrote: > > > rename 's/_/ /g' *.mp3 > > rename? :o Hrrm? Yes. It comes with perl. -- Brian Moore | Of course vi is God's editor. Sysadmin, C/P

comsat, biff and icmplogd

2000-03-22 Thread str8edge
Reply-To: Hi, I'm trying to figure out why my icmplogs are showing UDP connections whenever my system recieve email. The connections are on UDP port 512. I'm using sendmail from woody as my MTA. It makes no difference whether or not biff is installed. the log reads: Mar 21 21:16:37 sxe icmplogd: d

Re: Debian rocks

2000-03-22 Thread Mike Werner
On Tue, Mar 21, 2000 at 11:19:28AM -0800, Bart Friederichs wrote: > I have 8M, but the upper 4 are bad. I am just busy installing it now. I > *know* it is the ram that does it ; ). Maybe I will get me more RAM, hope it > is easy to get some 30pins SIMMs. Take a look at http://www.memoryx.com

Re: checking md5sum of installed packages

2000-03-22 Thread Eric G . Miller
On Wed, Mar 22, 2000 at 02:14:38AM +, Jim Breton wrote: > I'm sure this has come up before but searching the archives for "dpkg > md5sum" etc. just comes up with WAY too many matches. :( > > Anyway my question is: is there a dpkg command I can run that will check > the md5sums of all my dpkg-

Re: Group for /dev/cdrom, Does not work for me :-(, addendum

2000-03-22 Thread Colin Watson
[EMAIL PROTECTED] (esoR ocsirF) wrote: >On Wed, Mar 22, 2000 at 01:27:56AM +, Colin Watson wrote: >> If groups isn't displaying the right output after a useradd, then my >> guess is that you haven't logged out and in again since the useradd ...? > >ACK! I have gotten so used to things working w

Re: ssh loading at startup

2000-03-22 Thread Jason Christensen
> trying to get ssh to load at boot > > i have created a script in /etc/init.d called ssh > i have also created a symbolic link to it from > /etc/rc2.d called S20ssh > > but upon bootup the log says > /etc/init.d/rc: /etc/rc2.d/S20ssh: Permission denied > Does root have execute permissions on

Re: Group for /dev/cdrom, Does not work for me :-(, addendum

2000-03-22 Thread esoR ocsirF
On Wed, Mar 22, 2000 at 01:27:56AM +, Colin Watson wrote: > > If groups isn't displaying the right output after a useradd, then my > guess is that you haven't logged out and in again since the useradd ...? > ACK! I have gotten so used to things working when I do them ( as opposed to Windoughs

Limping and bleeding with Corel Linux

2000-03-22 Thread Val Dokuzovic
Hi there, My "brief"? story: I am (was?) a windowman (meaning a mouseman -computer (almost) illiterate). Got sick and tired of being called basically a criminal, by my Laptop using Windows, with messages such as "illegal operation". Bought Corel Linux based on Debian. After spending a month

Re: Group for /dev/cdrom, Does not work for me :-(, addendum

2000-03-22 Thread Colin Watson
[EMAIL PROTECTED] (esoR ocsirF) wrote: >On Tue, Mar 21, 2000 at 03:06:04PM -0900, Ethan Benson wrote: >> in that case it should work, does id or groups show that you are a >> member of the cdrom group? is your cdrom REALLY /dev/hdc? >> (secondary master) > >groups does not show me as a member of c

Re: Rename files

2000-03-22 Thread Christian Surchi
On Tue, Mar 21, 2000 at 12:34:07PM -0800, brian moore wrote: > rename 's/_/ /g' *.mp3 rename? :o -- | Christian Surchi | www.firenze.linux.it/~csurchi| www. | | [EMAIL PROTECTED] | [EMAIL PROTECTED] | gnu. | | FLUG: www.firenze.linux.it | Debian GNU/Linux: w

Re: Group for /dev/cdrom, Does not work for me :-(, addendum

2000-03-22 Thread esoR ocsirF
On Tue, Mar 21, 2000 at 03:06:04PM -0900, Ethan Benson wrote: > > in that case it should work, does id or groups show that you are a > member of the cdrom group? is your cdrom REALLY /dev/hdc? (secondary master) groups does not show me as a member of cdrom. I did the following; janet:~# useradd

Re: Is it possible for finger to not show .forward?

2000-03-22 Thread Steve Lamb
On Tue, Mar 21, 2000 at 03:01:01PM -0900, Ethan Benson wrote: > as for fingerd i see no reason it should be run as anything other then > nobody, if at all. Or run cfingerd. It can be configured not to show the .forward. -- Steve C. Lamb | I'm your priest, I'm your shrink, I

Re: Bug#60891: xdm: Installs default tty7 line in Xservers -- breaks system

2000-03-22 Thread Branden Robinson
On Tue, Mar 21, 2000 at 04:11:44PM -0600, [EMAIL PROTECTED] wrote: > Package: xdm > Version: N/A > Severity: critical I don't appreciate critical bug reports that reveal such profound ignorance of the Debian system in general, and of the xdm package specifically. > When installed with apt-get xdm

Re: exim and spam relay

2000-03-22 Thread John Kuhn
It took some time, but I finally found an answer to the question I posted. If anyone else is having the same problem, the solution is to set "receiver_verify = true" in /etc/exim.conf. Exim will then return a 550 status to the RCPT TO command in the following example. John Kuhn wrote: > telnet

  1   2   >