Re: suid script

1998-12-03 Thread Pere Camps
Brandon, > It's in bash (which is also sh on most linux systems), a pain in the a**, > I mean, "feature". I don't know of any other shells that do this. Doesn't bash have a setting to avoid this? I haven't RTFMd the manuals, but it would be a sensible set. > > Either that or install the

Re: suid script

1998-12-03 Thread Brandon Mitchell
On Thu, 3 Dec 1998, Pere Camps wrote: > > I mean, "feature". I don't know of any other shells that do this. > > Doesn't bash have a setting to avoid this? I haven't RTFMd the > manuals, but it would be a sensible set. Possibly when compiling, but not after bash has been made. Although, a

Re: printing from netscape

1998-12-03 Thread Eric Jensen
When you print from netscape, it sends postscript to the printer. Assuming you don't have a Postscript printer, you need to use ghostscript and a print filter (try the magicfilter package). eric. On Thu, 3 Dec 1998, Anthony Campbell wrote: > Is it possible to print the page that you are displayi

8-bit X cut&paste problem

1998-12-03 Thread Ted Harding
Folks, I have a curious problem with cutting&pasting 8-bit characters between xterms, i.e. characters with the 8th bit set (such as ¾ which has code 0xBE = 190 decimal). It arises when pasting into a window in which a remote machine is logged on, in which case the 8th bit is stripped (i.e. the ab

Re: Is this really the right thing to do?

1998-12-03 Thread Remco Blaakmeer
On Mon, 30 Nov 1998, Mitch Blevins wrote: > I think the best solution would be to be able to mark packages in dselect > and dpkg, just like we currently have them marked as 'purge', 'hold', etc. > We would just add a way to mark packages as > 'installed-but-not-wanted-on-its-own-merits-so-uninst

Re: suid script

1998-12-03 Thread Joey Hess
Brandon Mitchell wrote: > Dang, looks like you are right Joey, at least I can't get a counter > example working. I have been forced to write csh scripts on linux that > are run by suid programs because bash will drop it's privleges to the > real user id. So, at least is some aspects, bash is worse

Re: Understanding /root Re: My solution

1998-12-03 Thread Anthony Campbell
On 03 Dec 1998q, Joseph Hartmann wrote: > I have run linux for years with just a linux native partition as > big as I can make it, and a linux swap (= 2x my ram size) with no > problem. I believe your approach is some kind of "protection" > for runaway events, but in four years I have had no such

aol.com not blocked anymore? (was Re: just a test - please ignore)

1998-12-03 Thread Jens Ritter
I always thought aol.com has been blocked, because the signal to spam ratio is so high? Jens [EMAIL PROTECTED] writes: > Sorry, but I needed to test my connection to this list - my messages don't > seem to be going out. > > Please ignore this post. > > > -- > Unsubscribe? mail -s unsubscri

partition table corrupted

1998-12-03 Thread Daniel E. Hollis
On boot, I get this error: "Attempt to read block from filesystem resulted in short read while trying to open /deb/hda# Could this be a zero-length partition?" Indeed, my partitions in the extended partion aren't looking too good - a bad id on the first (hda5), incorrect length, and no record of

Re: printing from netscape

1998-12-03 Thread Anthony Campbell
On 03 Dec 1998q, Eric Jensen wrote: > When you print from netscape, it sends postscript to the printer. > Assuming you don't have a Postscript printer, you need to use ghostscript > and a print filter (try the magicfilter package). > > eric. > > On Thu, 3 Dec 1998, Anthony Campbell wrote: > > >

Re: Logging bootup sequence

1998-12-03 Thread Miller Paul
On Wed, 2 Dec 1998 [EMAIL PROTECTED] wrote: > As a new Debian user, I'd kind of like to see what Linux is doing when it > boots up. Is there a way to log the boot up sequence (before the syslog takes > over) so I can peruse it? Unforunately, the Pause key doesn't seem to work... > I'm booting fro

Re: Sony CDU33A

1998-12-03 Thread Alexander Kushnirenko
Hi, I had combination CDU33A + Promultimedia Sound Card. It was quite painful to make it work. The only successful pass was to use loadlin from DOS, so that DOS initializes Sound Card + CDU33A interface (SONY) and after that you boot linux (again with loadlin). In DOS there was driver which

Problem with X11

1998-12-03 Thread giz
I just install Debian 2.0 and I got a problem with X11. Ater starting X, it hangs the computer when I move the mouse. This can happen at the begining of the X session or after 1 hour of working under X. I read some answers about this recently in this news but I still got this problem. My mouse is a

mounting /cdrom only for group cdrom

1998-12-03 Thread Pere Camps
Hi! How can I make that the users of the group 'cdrom' (and only those users!) can mount /cdrom? I've tried with the 'user' option but then everybody can mount the cdrom. I've also checked the permisions of /dev/cdrom and they're allright (read for user+group). TI

Re: suid script

1998-12-03 Thread john
Joey Hess writes: > Because shell scripts are supposidly very often full of securitry holes when > suid. There's a bit more to it. There is a race condition that would permit you to substitute a script of your choice for the suid script and have it run suid. -- John HaslerThis po

ISDN weirdness

1998-12-03 Thread Yosef B
Running Debian 2.0.34 and am having connection quality troubles using a 64K or 128K ISDN. I am in Europe and the dial-up server is in the US. I am running an external TA through the serial port. The connection establishes in about 5 seconds and I can pass traffic but at a slow rate (slower than a

Linux newbie needs help

1998-12-03 Thread Jeff Browning
Hey all, Just successfully installed my first linux box with no problems. Now I want to install KDE. In the KDE install guide, it says that I need the Qt library. I downloaded Qt, untar-ed it. When I type ./configure (like it says to do in INSTALL) it says: "Checking for a C-Compiler... check

Re: problems+suggestions

1998-12-03 Thread Marcus Brinkmann
On Tue, Dec 01, 1998 at 09:26:45PM -0400, wb2oyc wrote: > > > >Wouldn't it be nice if a configuration of all installed packages could be > >saved in some data file that you could put on a disk and whenever you want > >to install a new machine or go back to this good configuration you just > >load t

What installation with Debian 2.0?

1998-12-03 Thread Georg Lohrer
Hello,   after many obstacles I have running a Debian 2.0 installation. But without looking at the cryptic usage of dselect it's still a secret for me what installation is the best/correct/only one. On the CD-ROM are the directories:   1)    /debian/dists/frozen/hamm/disks-i386/...2)    /d

Re: suid script

1998-12-03 Thread Joey Hess
[EMAIL PROTECTED] wrote: > There's a bit more to it. There is a race condition that would permit you > to substitute a script of your choice for the suid script and have it run > suid. Oh yeah. I forgot about that. :-) -- see shy jo

Re: suid script

1998-12-03 Thread Duncan Campbell
| From: dpk <[EMAIL PROTECTED]> | | On Thu, 3 Dec 1998, Pere Camps wrote: | | I want my users to be able to execute this script: |#!/bin/bash |/sbin/kbdrate -r 30 -d 250 |/etc/init.d/gpm stop |/etc/init.d/gpm start | | A better/more secure way is to install the package

Garbage with identd

1998-12-03 Thread alexander.schwartz
Hi, I am running samba, and when I access a printer, tcplogd identifies who is trying a printer connection attempt (that's samba on localhost then) But in syslog I get the following garbage: Dec 3 20:46:06 stue0ef tcplogd: printer connection attempt from [EMAIL PROTECTED]@localhost [127.0.0.1]

upgrading libc6

1998-12-03 Thread ctang
I want to upgrade libc6 from 2.0.7t to 2.0.7u to use apt and wine. But when I type: " dpkg -i libc6_2.0.7u-6.deb ", it prompts libc6 conflicts with sysvinit (<< 2.75) sysvinit (version 2.72-3) is installed. dpkg: error processing libc6_2.0.7u-6.deb (--install): conflicting packages -

RE: Linux newbie needs help

1998-12-03 Thread Jeff Browning
Thanks but when I dpkg the .deb file, it says qt1g depends on xlib6g. Where could I get that? Thanks. Jeff >From: "Person, Roderick" <[EMAIL PROTECTED]> >To: 'Jeff Browning' <[EMAIL PROTECTED]> >Subject: RE: Linux newbie needs help >Date: Thu, 3 Dec 1998 15:02:56 -0500 > > I meant

Re: Name suggestion

1998-12-03 Thread David Coe
Joe Emenaker wrote: > > In fact, it has just occurred to me that we could have named them "alpha", > "beta", and "release" instead of "unstable", "frozen", and "stable". > Please don't. "Alpha" (unfortunately) is already ambiguous (thanks to DEC) ;-). -- David Coe mailto:[EMAIL PR

512MB RAM, 860MB swap and out of memory ?

1998-12-03 Thread Jan Krupa
My Debian Linux 2.0 cannot use more than 460MB sawp :( Below is a description of my problem. I have Pentium II, 512 Mb RAM, Linux debian 2.0, kernel 2.0.36 I need quite big swap, so I created 7 swap partitions hda3,hda5,...,hda10, as seen below: /dev/hda1 *11 420 3175168

RE: Linux newbie needs help

1998-12-03 Thread Person, Roderick
That would be in the X11 directory. If you goto www.debian .org follow the debian package links. When you choose a package this way it will list all dependent and recommend packages. This is the simplest I know to check out dependences. Rod..

Re: suid script

1998-12-03 Thread pat
Le 03-Dec-98, Joey Hess a pris ses électrons pour écrire: > Brandon Mitchell wrote: >> Dang, looks like you are right Joey, at least I can't get a counter >> example working. I have been forced to write csh scripts on linux that >> are run by suid programs because bash will drop it's privleges to

Re: Name suggestion

1998-12-03 Thread Ryan King
>>Joe Emenaker wrote: >> >> In fact, it has just occurred to me that we could have named them "alpha", >> "beta", and "release" instead of "unstable", "frozen", and "stable". >> >David Coe Wrote >Please don't. "Alpha" (unfortunately) is already ambiguous >(thanks to DEC) ;-). Who says version ph

RE: 512MB RAM, 860MB swap and out of memory ?

1998-12-03 Thread Jon Burchmore
> My Debian Linux 2.0 cannot use more than 460MB sawp :( There is a similar thread going on on linux-kernel that may be apropos to your situation. Basically, what it comes down to is that the way a (stock) Linux kernel lays out memory, it is unable to address more than approximately 960MB of memo

Samba trouble

1998-12-03 Thread Brian Morgan
Having trouble getting samba to accept my password from a windows station. In smb.conf: workgroup = hogue (same as on my windows machine). Set samba password (general and per user) correctly using smbpasswd. When I go to map a network drive to the samba machine in windows, I use \\brian\usr. It

Re: masq server hardware req's

1998-12-03 Thread David Stern
On Thu, 03 Dec 1998 04:09:47 PST, Steve Lamb wrote: > > On Fri, Dec 04, 1998 at 12:06:10AM +1300, Michael Beattie wrote: > > Sorry for the dig, but "Only in America" > > America has nothing to do with it. Only in the net-idiot land of > Gatesville and Windowstown. Not exactly. Christmas email

Re: 512MB RAM, 860MB swap and out of memory ?

1998-12-03 Thread Alexander Kushnirenko
Hi, Jan! I was running Mathematica 3.0 on Pentium II 233MHz + 64Mb + 128Mb swap. I did not do any really complicated calculations with Mathematica, but they kept my computer busy for 5-15 minutes. Honestly I don't have good experience with mathematica, mathematica kernel was crashinig quite o

Re: upgrading libc6

1998-12-03 Thread David Coe
have you tried doing both at the same time? i.e. dpkg -i libc6_2.0.7u-6.deb sysvinit_2.76-2.deb [EMAIL PROTECTED] wrote: > > I want to upgrade libc6 from 2.0.7t to 2.0.7u to use apt and wine. > But when I type: " dpkg -i libc6_2.0.7u-6.deb ", it prompts > > libc6 conflicts with sysvinit

Re: upgrading libc6

1998-12-03 Thread Cheng Tang
I tried this. But it still doesn't work. :( -cheng On Thu, Dec 03, 1998 at 10:14:51PM +, David Coe wrote: > have you tried doing both at the same time? i.e. > > dpkg -i libc6_2.0.7u-6.deb sysvinit_2.76-2.deb > > [EMAIL PROTECTED] wrote: > > > > I want to upgrade libc6 from 2.0.7t to 2.

Re: Samba trouble

1998-12-03 Thread Eric Jensen
The problem is most likely that your username in windows is not the same as the debian username you are entering the password for. On Thu, 3 Dec 1998, Brian Morgan wrote: > Having trouble getting samba to accept my password from a windows station. > In smb.conf: workgroup = hogue (same as on my

Re: upgrading libc6

1998-12-03 Thread David Coe
H, please post the exact command and the messages you get from dpkg -- someone here will be able to figure it out if I can't. Cheng Tang wrote: > > I tried this. But it still doesn't work. :( > > -cheng > > On Thu, Dec 03, 1998 at 10:14:51PM +, David Coe wrote: > > have you tried doing

Re: recommendations for an X news client?

1998-12-03 Thread Peter Bartosch
Hi! }-> I'm looking for something better than knews and netscape's news client -- }-> any suggestions? slrn? if you've used mutt slrn won't be a problem ;-) until next mail ;) Peter -- :~~~ [EMAIL PROTECTED] ~~: : student of technic

Re: Parallel port cd-rom.

1998-12-03 Thread Martin Schulze
Karl McGhee wrote: > Does the current version of debian support external parallel port cd-roms? > If so, how do I get the driver loaded when I install or boot debian(linux)? Basically this is an issue of the Linux kernel and not the used distribution. I don't know if / how Linux supports those cd

Re: upgrading libc6

1998-12-03 Thread ctang
Well, the command and output are as follows: - [EMAIL PROTECTED] ftp$] dpkg -i libc6_2.0.7u-6.deb dpkg: regarding libc6_2.0.7u-6.deb containing libc6: libc6 conflicts with sysvinit (<< 2.75) sysvinit (version 2.72-3) is installed. dpkg: error processing libc6_2.0.7u-6.deb (--inst

RE: upgrading libc6

1998-12-03 Thread Person, Roderick
Why not install sysvinit 2.75 - since that is the minimum needed for libc6_2.0.7u Then upgrade libc6 The if upgrade sysvinit. -- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]

Re: [SuSE Linux] 8-bit X cut&paste problem

1998-12-03 Thread charles verge
I belive your term is set to 7 bit mode on the remote system but 8 bit mode may not be surported. My term is set to 8 bit mode. if you see half way down from the stty output you see cs8 which is the bit mode cs7 is 7 bit. see man stty for more info. [EMAIL PROTECTED] charlesiii]$ stty -a speed 38

Re: upgrading libc6

1998-12-03 Thread David Coe
Ok, what I suggested earlier was to try installing both at the same time, with a single invocation: dpkg -i libc6_2.0.7u-6.deb sysvinit_2.76-2.deb What happens when you try that? [EMAIL PROTECTED] wrote: > > Well, the command and output are as follows: > > - > > [EMAIL PROTECTED]

Re: What installation with Debian 2.0?

1998-12-03 Thread Marcus Brinkmann
[Please shorten your lines under 80 characters.] On Thu, Dec 03, 1998 at 08:51:43PM +0100, Georg Lohrer wrote: > Hello, > > after many obstacles I have running a Debian 2.0 installation. But without > looking at the cryptic usage of dselect it's still a secret for me what > installation is the

RE: Name suggestion

1998-12-03 Thread AJArmstrong
Ho 'bout aleph, bet, gimmee! -Original Message- From: Ryan King [mailto:[EMAIL PROTECTED] Sent: Thursday, December 03, 1998 2:21 PM To: debian-user@lists.debian.org Subject: Re: Name suggestion >>Joe Emenaker wrote: >> >> In fact, it has just occurred to me that we could have named them

Pc NFS or shadow.a lib

1998-12-03 Thread Alex McCool
Hi, Is there a debian pcnfs distribution? I found a set of source code but it requires the shadow library for compliation, and I couldnt find a shadow library package either. Ideas?

<    1   2