Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread john
Darxus writes: > Well, I remembered seeing something somewhere that let me find the inode > number of a file, and found it in ls's man page. Any chance I can use an > inode number to tell dd where to find it ? Isn't the file on a fat32 filesystem? Seems like this is the place for DOS filesystem

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread john
I wrote: > Why do you think you can't use dd? It just deals in blocks, and as long as > you are using raw devices the VFS never gets involved. ^^^ Darxus writes: > [EMAIL PROTECTED]:/mnt/c/linux> dd if=home.tgz of=/dev/null > 0+0 records in > 0+0 records out > That was my

Re: Debian Questions

1998-10-29 Thread wtopa
Subject: Re: Debian Questions Date: Thu, Oct 29, 1998 at 08:04:37PM +0200 In reply to:Antti-Juhani Kaijanaho Quoting Antti-Juhani Kaijanaho([EMAIL PROTECTED]): > > On Wed, Oct 28, 1998 at 09:24:44PM +, [EMAIL PROTECTED] wrote: > > /var/qmail/bin/qmail-inject and it doesn't w

Re: general packaging problem

1998-10-29 Thread Jens Ritter
[EMAIL PROTECTED] (Lee Bradshaw) writes: > Hi, > > dpkg seems to be indicating I have packages installed properly, but I don't > have all the files from the packages. How should I force this package to be > reinstalled? Does anyone have a script to veryify the installed software > against the Con

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Marcus Brinkmann
On Thu, Oct 29, 1998 at 05:26:19PM -0500, Darxus wrote: > > Well, I remembered seeing something somewhere that let me find the inode > number of a file, and found it in ls's man page. Any chance I can use an > inode number to tell dd where to find it ? You can use debugfs to get the inode and b

Solved!

1998-10-29 Thread Imran Geriskovan
>> >> "Next: Install Base system" highlighted. No other "Next" s available. >Happened to me once, but I couldn't track it down. >I finally booted the rescue disk, mount a partition where base2_0.tgz was, >and untarred it. >As I recall, the rescue disk didn't have tar, but star instead, which >acce

Re: [Debian]: Gnome

1998-10-29 Thread Martin Bialasinski
>> "MB" == Marco Beck <[EMAIL PROTECTED]> writes: MB> GNOME wird in slink enthalten sein, wobei ich dann wohl auch einen MB> Umstieg vom fvwm2 vollziehen werde. Ich habe bis jetzt das GNOME MB> Panel und Balsa Das wird schwer gehen. GNOME hat keinen Windowmanager (und wird es auch zukünftig nich

OffTopic: Synchronization of /etc or .dot-files... CVS?

1998-10-29 Thread Alexander Kushnirenko
Hi, It's a little bit off-topic. We have a set of Debian computers, which are not quite the same. It would be useful to synchronize certain files on all nodes like /etc/profile or /etc/X11/Xresources, or /etc/menu and so on. But of course not all the files. Reflection of this problem is s

Re: timezones

1998-10-29 Thread Rene Hojbjerg Larsen
David S. Zelinsky wrote: > Since I dual boot with Win95, I have my hardware clock set to local time. > I don't use Win95 much any more (read: my wife now uses Linux :), so I figure > I might as well change over to UTC, so Linux will handle daylight/standard > time correctly (I hope). > > How do I

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Darxus
Date: 29 Oct 1998 14:50:17 -0700 > Okay, I wrote this code based on a suggestion from the Kernel mailing > list. Give it a shot and see what happens. You run it just like you > would using cat, e.g., > > readbytes file.tgz|gunzip -c|tar tf - > > The suggestion was that perhaps "open()" wasn't su

Upgrading with APT: which packages is it going to download?

1998-10-29 Thread Enrico Zini
Hello! As my modem internet connection is slow and (being in Italy) expensive, I would like to use apt to upgrade my system, but being myself the connection using a Zip disk to carry .deb files from our debian mirror at the university to home. Is there some way to know what is apt going to downlo

Re: the linux-kernel list

1998-10-29 Thread Ed Cogburn
Darxus wrote: > > On Thu, 29 Oct 1998, The Post Office wrote: > > > A copy of your message is being returned to you due to difficulties > > encountered while attempting to deliver your mail. > > > > The following errors occurred during message delivery processing: > > > > : user "linux-kernel-req

X errors

1998-10-29 Thread Randy Edwards
I'm running 3 slink systems and I've run into a problem with X on two of them. Given the state of X and slink this normally wouldn't bother me but what caused me concern was that only 2 of the 3 systems broke -- darn it, I want all or nothing. ;-) I get the following error message when trying to

Re: the linux-kernel list

1998-10-29 Thread Gary L. Hennigan
Darxus <[EMAIL PROTECTED]> writes: | On Thu, 29 Oct 1998, The Post Office wrote: | | > A copy of your message is being returned to you due to difficulties | > encountered while attempting to deliver your mail. | > | > The following errors occurred during message delivery processing: | > | > [EM

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Gary L. Hennigan
Darxus <[EMAIL PROTECTED]> writes: | On Thu, 29 Oct 1998, Laurent PICOULEAU wrote: | | > I think that dd will have no problem to truncate you file : | > dd if=tarfile of=just_a_try bs=1k count=200 would give you a file | > named just_a_try containing the beginning of your tarfile but limited

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Gary L. Hennigan
Darxus <[EMAIL PROTECTED]> writes: | On 29 Oct 1998, Gary L. Hennigan wrote: | | > A fellow user, via personal email, suggested you might try the Unix | > "head" utility. Something like: | > | > head --bytes 1900m |gzip -d -c|tar tf - | | Unfortunately that has the same result -- nothing. |

the linux-kernel list

1998-10-29 Thread Darxus
On Thu, 29 Oct 1998, The Post Office wrote: > A copy of your message is being returned to you due to difficulties > encountered while attempting to deliver your mail. > > The following errors occurred during message delivery processing: > > : user "linux-kernel-request" > doesn't exist Okay, t

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Darxus
On Thu, 29 Oct 1998, Laurent PICOULEAU wrote: > I think that dd will have no problem to truncate you file : > dd if=tarfile of=just_a_try bs=1k count=200 would give you a file > named just_a_try containing the beginning of your tarfile but limited > to a size of slightly less than 2GB. Just a

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Laurent PICOULEAU
On Wed, Oct 28, 1998 at 10:13:59PM -0500, Darxus wrote: > On 28 Oct 1998, Gary L. Hennigan wrote: > > > That was an excellent idea, unfortunately Darxus has already tried > > this and it didn't work for him. Perhaps gzip tries to read the whole > > file and even though, in your case, the file is t

Re: lilo (linux only hd -> dos only hd), no solution possible?

1998-10-29 Thread Laurent PICOULEAU
On Thu, Oct 29, 1998 at 05:19:24AM +, Kevin Grant wrote: > Thanks for the help I've gotten on this so far. Unfortunately it doesn't > seem to be working. I seem to be caught in a catch-22 situation as far > as getting the system to behave as I want it to. Here's the situation: > > I have on

Re: web mail

1998-10-29 Thread Pere Camps
Martin, > www.atdot.org > I wanted to try it myself, but didn't find the time to do it. Tried it. Found mailman to be much better. http://www.endymion.com/products/mailman Thanks for the pointer though! Salutacions, Pere __oUltima Ratio Regum 2

Re: web mail

1998-10-29 Thread Pere Camps
m*, > you hit the nail on the head when you said Webmail! > see http://www.woanders.de/~wastl/webmail/ Tried it, but too I found it too much complicated to install. Finally I decided to opt for mailman. Highly customizable! http://www.endymion.com/products/mailman Thanks

Re: lilo (linux only hd -> dos only hd), no solution possible?

1998-10-29 Thread stephen . p . ryan
On 29 Oct, Kevin Grant wrote: > Thanks for the help I've gotten on this so far. Unfortunately it doesn't > seem to be working. I seem to be caught in a catch-22 situation as far > as getting the system to behave as I want it to. Here's the situation: > > I have one dos/windows only hd. I have

Re: lilo (linux only hd -> dos only hd), no solution possible?

1998-10-29 Thread W. Paul Mills
Kevin Grant <[EMAIL PROTECTED]> writes: > Thanks for the help I've gotten on this so far. Unfortunately it doesn't > seem to be working. I seem to be caught in a catch-22 situation as far > as getting the system to behave as I want it to. Here's the situation: > > I have one dos/windows only h

Re: lprng and disabling network printer

1998-10-29 Thread Pere Camps
Rene, > Edit /etc/lpd.perms so it has a couple of lines saying sth. like this > > # reject all connections from remote machines > ACCEPT SERVICE=X HOST=localhost > REJECT SERVICE=X > > and make sure that you have no other `SERVICE=X' lines in that file. > Also, these lines should appear before t

I can't use talk.

1998-10-29 Thread Hernan Joel Cervantes Rodriguez \(anti - spam\[spanm=if\]\)
Dear Sir : I have installed the hamm distribution without problems, apparently. The system is working well. My problems is with the talk daemon. All other services (telnetd, ftpd, ) are working but when I do a talk from other unix box I can connect. Any clue? the port

Re: libc6_2.0.7u-4.deb safe on hamm?

1998-10-29 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Peter S Galbraith <[EMAIL PROTECTED]> wrote: >I'm getting errors with MH mail. Mail is sent, but bounces back with >DNS errors likes: > >Oct 29 11:14:43 mixing sendmail[1752]: LAA01744: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(1000/1000), delay=00:00:

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Darxus
On 29 Oct 1998 [EMAIL PROTECTED] wrote: > Darxus writes: > > I would not be able to use dd to do a raw copy to that hard drive, > > because of the 2gb limit. > > Why do you think you can't use dd? It just deals in blocks, and as long as > you are using raw devices the VFS never gets involved. [

wmaker 0.20.2-1 - nomore dockit

1998-10-29 Thread John Leget
hey whats happened to "dockit" just tried to use it to add an app to the dock and it tells me no more dockit :( just did a search for it and it's gone >;0) ?? Cheers

Re: Trying to remove smail

1998-10-29 Thread Torsten Hilbrich
On: Mon, 26 Oct 1998 19:05:35 -0600 Azog writes: > > Hello, I've recently moved to using qmail on my system, and so > decided to remove smail. But, apt/dpkg refuses to allow me to do > so. How can I override the dependency errors and uninstall smail and > not have it affect any other packages tha

Re: xterm broken

1998-10-29 Thread Torsten Hilbrich
On: Tue, 27 Oct 1998 15:46:11 -0500 (EST) Richard Hall writes: > > I just upgraded my system to glibc6, and it went smoothly for the most > part. I used autoup and followed the instructions in the Mini-HOWTO. I > am pretty much running as usual, but xterm doesn't work anymore, so I have > to use

Re: No Next

1998-10-29 Thread Peter S Galbraith
Imran Geriskovan wrote: > >> When it comes to "Install Base System" dinstall ask me the path of > >> "base2_0.tgz", I provide it, then it works a while > >> But after then it drops back to dinstall menu with > >> "Next: Install Base system" highlighted. No other "Next" s available. Happened to

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread john
Darxus writes: > I would not be able to use dd to do a raw copy to that hard drive, > because of the 2gb limit. Why do you think you can't use dd? It just deals in blocks, and as long as you are using raw devices the VFS never gets involved. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Darxus
On 29 Oct 1998, Gary L. Hennigan wrote: > A fellow user, via personal email, suggested you might try the Unix > "head" utility. Something like: > > head --bytes 1900m |gzip -d -c|tar tf - Unfortunately that has the same result -- nothing. _

Re: clearing screen after logout & login screen

1998-10-29 Thread Juergen Fornoff
> > > jim r said > > > > How do I clear the screen after logout? so...instead of walking up on > > > > the remnants of the X server terminating and a login prompt, all that > > > > shows on the screen is the login prompt... what script is it? > > > > > > > Personally, I don't like the shell-specifi

NT Printing...

1998-10-29 Thread Llista mail debian
Hi All!! I want to print to a Linux Machine using Windows NT (SP3). The linux Machine has the samba program, but the path \\machine\printer is not valid for NT printers (Always give an error). The solution was to add in the /etc/hosts.lpd the name who have permision to print usin

Re: No Next

1998-10-29 Thread Imran Geriskovan
>> I follow all the steps that dinstall suggest me (i.e. Initialize a Linux >> Partion, Install device drivers, Conf Network, install etc..). >> When it comes to "Install Base System" dinstall ask me the path of >> "base2_0.tgz", I provide it, then it works a while (seems like installation >>

Re: Any help?

1998-10-29 Thread Egon Schmid
In my machine is also a Intel EtherExpress. With RH 4.2 (2.0.30) it works with eepro.o. With Debian 2.0 (2.1.125) it works NOT! -Egon On Thu, 29 Oct 1998, Paul "Baloo" Johnson wrote: > Can't seem to get that Intel EtherExpress to work. It says that device or > resource is busy. Please help! >

Re: libc6_2.0.7u-4.deb safe on hamm?

1998-10-29 Thread Peter S Galbraith
> there was a request to install libcurses4, which depends on all of the > above, on master and the request was denied due possible problems > the u-4 pkg may present. > > please advise. I'm getting errors with MH mail. Mail is sent, but bounces back with DNS errors likes: Oct 29 11:14:43 mi

Any help?

1998-10-29 Thread Paul \"Baloo\" Johnson
Can't seem to get that Intel EtherExpress to work. It says that device or resource is busy. Please help! Baloo [EMAIL PROTECTED]

Re: Debian Questions

1998-10-29 Thread Antti-Juhani Kaijanaho
On Wed, Oct 28, 1998 at 09:24:44PM +, [EMAIL PROTECTED] wrote: > /var/qmail/bin/qmail-inject and it doesn't work, because qmail-inject > is in /usr/sbin and there are no link from the qmail/bin dir. Very > confusing. Do you know what was confusing to me when I first tried qmail?

Perl 5 screw up ?

1998-10-29 Thread Fred Yankowski
Andrew Martin Adrian Cater writes: > I have the situation where I have Perl 5.005 on the system - apt won't > update packages properly and other things including netbase are flaky. A symlink kluge is to do this: cd /usr/local/lib mv site_perl site_perl.SAVE ln -s /usr/li

Re: Debian Questions

1998-10-29 Thread Antti-Juhani Kaijanaho
On Wed, Oct 28, 1998 at 03:58:33PM +, [EMAIL PROTECTED] wrote: > What if there wasn't a deb source package. Is there a way to force an > install and ignore the dependices? Yes. In fact, I've used qmail before there was a .deb - the solution then was to use the equivs package. It's ugly but

Re: Problems with xbase/xserver upgrade

1998-10-29 Thread Mark H. Mabry
[EMAIL PROTECTED] said: > Don't you folks read the READMEs? There's stated that the XFree > packages are split up in several minor ones now, so for example xterm > and xdm has got their own packages each, xf86setup too, some client > packages (like xset) has gone in xbase-clients, there is a new p

xbase 3.3.2.3a-6

1998-10-29 Thread Rafael Cordones Marcos
Hi! Acabo de actualizar a xbase 3.3.2.3a-6 from 3.3.2.2-4 y ya no me funcionan las X. Es decir, aparece el twm en vez de el wmaker. He attachado el fichero con lo que he intentado hacer. He mirado el el bug tracking y no encuentro nada que se parezca. He instalado: xbase, xbase-clients, xserver-v

Re: Kernel question

1998-10-29 Thread Nathan E Norman
On Thu, 29 Oct 1998, Paul McDermott wrote: : Hello my debian friends, I was wondering if anyone here could point me : into the direction of getting the .config file of the default kernel that : is on the boot disks. I looked on the debian site and could not find the : maintainer of the bootdi

Re: No Next

1998-10-29 Thread Nikolai Andreyevich Luzan
On Thu, 29 Oct 1998, Imran Geriskovan wrote: > I follow all the steps that dinstall suggest me (i.e. Initialize a Linux > Partion, Install device drivers, Conf Network, install etc..). > When it comes to "Install Base System" dinstall ask me the path of > "base2_0.tgz", I provide it, then it

Kernel question

1998-10-29 Thread Paul McDermott
Hello my debian friends, I was wondering if anyone here could point me into the direction of getting the .config file of the default kernel that is on the boot disks. I looked on the debian site and could not find the maintainer of the bootdisks. If anyone could help me out I would really appreci

Re: conflicts in Debian Distributions

1998-10-29 Thread Michele Bini
On Mon, Oct 26, 1998 at 08:40:20AM -0600, Lance Arsenault wrote: > It's a pain to have to pick through 1000 + packages to install. I prefer to > just > install all of them without picking through them. Hard disk space is now > cheep, > and time is not. You don't have to pick through 4000+ packa

Re: Problems with xbase/xserver upgrade

1998-10-29 Thread Joachim Trinkwitz
Don't you folks read the READMEs? There's stated that the XFree packages are split up in several minor ones now, so for example xterm and xdm has got their own packages each, xf86setup too, some client packages (like xset) has gone in xbase-clients, there is a new package xserver-common and so on.

Re: matrox marvel g200

1998-10-29 Thread Joachim Trinkwitz
Max <[EMAIL PROTECTED]> writes: > You'll need to tell me exactly where you're having a problem because I > thought the installation was very simple. You'll need to get the > xmatrox.tgz and xfsetup.tgz archives. Assuming that you saved the Somehow I managed to hose the installation completely.

Re: icons with fvwm2

1998-10-29 Thread Giuseppe Sacco
I don't think so because I have this settings in my fvwm2 configuration. The problem appears *only* if I run emacs from the menu. IMHO if I run emacs from the xterm (that is ran from fvwm' menu) then I get the correct icons. Bye, Giuseppe >Sender: [EMAIL PROTECTED] > >You'll have to set the icon

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Gary L. Hennigan
Darxus <[EMAIL PROTECTED]> writes: | On 28 Oct 1998, Gary L. Hennigan wrote: | | > That was an excellent idea, unfortunately Darxus has already tried | > this and it didn't work for him. Perhaps gzip tries to read the whole | > file and even though, in your case, the file is truncated it'll do |

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Darxus
From: Mark Panzer <[EMAIL PROTECTED]> > I'm guessing Win95 can go out to 4GB 2^32 so maybe if you tried to > extract this archive in Win it still wouldn't work (BTW: how did this > file get created? The whole thing would have to be over 4GB uncompressed > (right?)) Well here's what you can assum

Re: dselect wierd problem

1998-10-29 Thread Ole J. Tetlie
*-"Richard Harran." <[EMAIL PROTECTED]> | | Somehow, I've managed to make the ftp option disappear from the access | menu of dselect. I've no idea how this happened. Could anyone please | suggest a fix? | | Luckly, I'd just about finished installing, and did the rest with dpkg, | but that's too

Re: setting up display for remote access

1998-10-29 Thread Richard Harran.
Cheers - that worked great Rich On Thu, 29 Oct 1998 [EMAIL PROTECTED] wrote: > *- Richard Harran. wrote about "setting up display for remote access" > | I want to be able to use my X-display on my computer at home to be run > | from a remote server. > | > | Ie, I want to be able to telnet or rlo

RE: HELP: no xterm after slink upgrade!!!

1998-10-29 Thread Shaleh
xterm is now in its own package. On 29-Oct-98 Bruno Boettcher wrote: > hello, > > wanting to use stuff like gnome enligthement etc, i put the unstable distrib > into the apt source lists, running dselect took a while to make the upgrade > and > now things like xterm, xsetroot etc. are missing!!!

Re: setting up display for remote access

1998-10-29 Thread servis
*- Richard Harran. wrote about "setting up display for remote access" | I want to be able to use my X-display on my computer at home to be run | from a remote server. | | Ie, I want to be able to telnet or rlogin to a remote system, then try | something like: | | xterm -display : | | but whe

Re: libc6_2.0.7u-4.deb safe on hamm?

1998-10-29 Thread m*
On Thu, Oct 29, 1998 at 10:02:19AM -0500, Peter S Galbraith wrote: . . . .I had a hamm system with a _few_ selected slink packages. .I installed the new netscape navigator debs from slink using .`apt-get install' and see that the following were also installed: . . libc6-dev_2.0.7u-4.deb . libc6-do

Re: Debian Questions

1998-10-29 Thread wtopa
Subject: Re: Debian Questions Date: Thu, Oct 29, 1998 at 09:16:31AM +0100 In reply to:Martin Bialasinski Quoting Martin Bialasinski([EMAIL PROTECTED]): > > > >> "w" == wtopa <[EMAIL PROTECTED]> writes: > > w> policy manual. Ok, I just looked and yes, I do have file-rc > w> i

dselect wierd problem

1998-10-29 Thread Richard Harran.
Somehow, I've managed to make the ftp option disappear from the access menu of dselect. I've no idea how this happened. Could anyone please suggest a fix? Luckly, I'd just about finished installing, and did the rest with dpkg, but that's too much like hard work for me! Cheer Rich

setting up display for remote access

1998-10-29 Thread Richard Harran.
I want to be able to use my X-display on my computer at home to be run from a remote server. Ie, I want to be able to telnet or rlogin to a remote system, then try something like: xterm -display : but when I have tried this, I have got the error message: can't open display :. Do I need

No Next

1998-10-29 Thread Imran Geriskovan
Hi, I've installed Debian several times on several machines but got stuck with a problem on one machine. Problem is as follows: I follow all the steps that dinstall suggest me (i.e. Initialize a Linux Partion, Install device drivers, Conf Network, install etc..). When it comes to "Install B

Re: Kernel 2.0.34 for AIC 7890 and 3com cyclone (3C905B)

1998-10-29 Thread Steve Hsieh
> 3com cyclone has been reported to work with kernel 2.0.35. But I > am stuck until AIC7890 will be supported in 2.0.x ? > > Does this mean I am locked ? Anyone has a tip or suggestion ? Both support for aic7890 and ethernet are drivers; you can download the updates for aic7890/3com 3c590b you

Re: wmaker 0.20.2

1998-10-29 Thread Marcelo E. Magallon
On Thu, Oct 29, 1998 at 09:06:06AM +0100, Rene Hogendoorn wrote: > I had to delete ~/GNUstep/ on one system to avoid wmaker core dumps, so > I think it is not only wdm that is affected. > > On a new slink system with the very latest x-packages, wmaker cannot find > any fonts, although xlsfonts wo

Re: Debian Questions

1998-10-29 Thread wtopa
Subject: Re: Debian Questions Date: Thu, Oct 29, 1998 at 06:40:16PM +1100 In reply to:Hamish Moffatt Quoting Hamish Moffatt([EMAIL PROTECTED]): > > On Wed, Oct 28, 1998 at 09:24:44PM +, [EMAIL PROTECTED] wrote: > > The stock qmail program itself only goes into /var/qmail,

Re: icons with fvwm2

1998-10-29 Thread JonesMB
You'll have to set the icon you want with emacs from your .fvwmrc (or In .fvwm95rc, which is what I use, the line is Style "*emacs*" Icon mini-edit.xpm I expect it will be the same in .fvwmrc too. jmb > >Hi all, >I noticed that fvwm2 use the .xpm files for icons. I have a problem >with

Re: Kernel 2.0.34 for AIC 7890 and 3com cyclone (3C905B)

1998-10-29 Thread E.L. Meijer \(Eric\)
> > Hi, > I run an ASUS P2B-LS motherboard with AIC 7890 SCSI , so I had > to install a special kernel image (2.0.34) from ~doko/aic7xxx. > > But I have also a 3com cyclone card (3C905B) which doesn't work. > I recompiled 3c59x.c with kernel-sources-2.0.34, but it still gives > "ff:ff:ff:ff:f

Re: Two idential root partitions - how?

1998-10-29 Thread Richard E. Hawkins Esq.
mark mentioned, > On Wed, 28 Oct 1998, wb2oyc wrote: > > > 1st question; is this all one big disk? For what follows, I'm assuming > > it is. I like to do something like this > > 100M / > > 64M swap > > 100M /var (and I prefer putting this on a 2nd disk if possible) > > whatever's left fo

Kernel 2.0.34 for AIC 7890 and 3com cyclone (3C905B)

1998-10-29 Thread Marc Fleureck
Hi, I run an ASUS P2B-LS motherboard with AIC 7890 SCSI , so I had to install a special kernel image (2.0.34) from ~doko/aic7xxx. But I have also a 3com cyclone card (3C905B) which doesn't work. I recompiled 3c59x.c with kernel-sources-2.0.34, but it still gives "ff:ff:ff:ff:ff:ff" station add

Re: libc6_2.0.7u-4.deb safe on hamm?

1998-10-29 Thread Peter S Galbraith
I wrote: > I had a hamm system with a _few_ selected slink packages. > I installed the new netscape navigator debs from slink using > `apt-get install' and see that the following were also installed: > > libc6-dev_2.0.7u-4.deb > libc6-doc_2.0.7u-4.deb > libc6_2.0.7u-4.deb > > Since no depen

Re: Catch-22 - Help!

1998-10-29 Thread Nathan E Norman
On Wed, 28 Oct 1998, Jerry E. McGoveran wrote: : At 06:37 PM 10/28/98 -0600, Andy Kennedy wrote: : >On Wed, 28 Oct 1998, Jerry E. McGoveran wrote: : > : >> I have a Debian installation in which the ethernet card driver is : >> apparently not installed. There were some errors at this stage of

libc6_2.0.7u-4.deb safe on hamm?

1998-10-29 Thread Peter S Galbraith
I had a hamm system with a _few_ selected slink packages. I installed the new netscape navigator debs from slink using `apt-get install' and see that the following were also installed: libc6-dev_2.0.7u-4.deb libc6-doc_2.0.7u-4.deb libc6_2.0.7u-4.deb Since no dependencies were broken, can I

Re: Debian Questions

1998-10-29 Thread Nathan E Norman
On Wed, 28 Oct 1998, M.C. Vernon wrote: : : > 2. As I have decided to use qmail as my MTA, I am having problems : > installing, from slink or stable, any MUA's or procmail. I had a : > problem with the slink version of mutt so compiled and installed my : > own. Now I want to instal procmai

Re: clearing screen after logout & login screen

1998-10-29 Thread Jim Foltz
On Thu, Oct 29, 1998 at 12:04:20AM +, Steven Udell wrote: > [EMAIL PROTECTED] wrote: > > > > jim r said > > > How do I clear the screen after logout? so...instead of walking up on > > > the remnants of the X server terminating and a login prompt, all that > > > shows on the screen is the login

Re: Diamond Stealth 2000 / 4 megs

1998-10-29 Thread Ian Keith Setford
Yo- I have and use a Stealth 2000. I have used under 1.3 and now under 2.0 Hamm. I use the S3V server and the card number in xf86config is 115. I have heard that the 24bpp mode is not well supported by this card so I run at [EMAIL PROTECTED] I can't really say that I've had problems with this

Re: X11: HELP for ATI 3DChar 4MB RageIIC AGP

1998-10-29 Thread Dr. Andreas Wehler
Thank you fpr your reply! We've found the PCI-versions of the VGA card ATI Mach64 GT (Rage II) (rev. 154),"ATI 3D-Charger 2MB" in the most of the other of 12 PCs, which run fine. Just the AGP version doesn't, but we can live with it. Thank you again, Andreas Wehler > Subject: Re: X11: HE

Re: problemas con la instalacion

1998-10-29 Thread Martin Waller
>To: debian-user@lists.debian.org >Subject: problemas con la instalacion >Date: Thu, 29 Oct 98 10:50:20 +0100 >From: "Victor Ortega - Mostoles" <[EMAIL PROTECTED]> > >Hola, os escribo este mail porque tengo algunos problemillas al instalar >la version 2.0 de Debian (en concreto la de la revist

icons with fvwm2

1998-10-29 Thread Giuseppe Sacco
Hi all, I noticed that fvwm2 use the .xpm files for icons. I have a problem with hamm: if I run emacs from then fvwm2 menu and I iconifiy the emacs frame than I don't get the correct Icon; but if I run emacs from a shell than I get the right icon. I think this is related to the environment, isn

Re: Anyway to kill a virtual console without rebooting?

1998-10-29 Thread M.C. Vernon
On Thu, 29 Oct 1998, Anthony Campbell wrote: > Is there any way to kill a virtual console without rebooting? As root, kill the shell running on that console. Failing that, kill the getty as well... Matthew -- Elen sila lumenn' omentielvo Steward of the Cambridge Tolkien Society Selwyn Colleg

Local LaTeX configuration

1998-10-29 Thread Peter Weiss
Hello, first: I'm no TeX Guru, so propably this is more a LaTeX problem than it's a debians. What I'd like to do is to install our department's logo which comes as a .ins and .dtx file with a Metafont file on my local debian system. I extrated all information to a local dir us

Modem connection speed

1998-10-29 Thread Kenneth Scharf
Windows is doing something extra with modems. I upgraded from a motorola 28.8 to a hayes 56k v.90 (externals). Now I would expect that any two external modems would look about the same to the computer. Infact I had to do NOTHING to get linux to dial out and connect to my ISP with the new modem.

Re: Why the system freezing ?

1998-10-29 Thread M.C. Vernon
On 29 Oct 1998, it was written: > I'm newbie in Debian.When the install process go to the step build the > XF86Config file,it will > return "can't build the file" and show the "build XF86Config file" again.But > it freezing in this > tty.The process is to run the svag postinst script.Why? > Anot

Re: Catch-22 - Help!

1998-10-29 Thread Kenneth Scharf
You can always (under win95) go to the debian ftp site and download any .deb package, then boot linux and mount the windows partition. Then cd to the directory with the .deb and do a dpkg -i filename.deb. My system has a windows partition, and I have that listed in my /etc/fstab so it is mounted

Re: Mirrors

1998-10-29 Thread A. M. Varon
On Wed, 28 Oct 1998, Stephen A. Witt wrote: > So I guess if I want to mirror only part of the distribution (binary-all > and binary-i386) I need to manually add the soft links between the code > name of the distribution (e.g. slink) and the canonical name of the > distribution (e.g. unstable). I

Very serious smail problem!

1998-10-29 Thread Jose Gomez Dans
Hi! First of all, let me please inform you that due to the nature of this problem, you'll have to e-mail cc's of any answers to me directly :-/// on [EMAIL PROTECTED] Sorry for the inconvenience. On with the query. I am running debian hamm, and all went fine for abouta month. Then

Re: How do you make the X Icons, Fonts, Everything bigger

1998-10-29 Thread J.H.M. Dassen \(Ray\)
On Wed, Oct 28, 1998 at 07:50:31AM -0800, Joe Smith wrote: > Whenever I run Windows in 1024x768 mode, I get decent quality fonts and > icons in terms of size. > > how can i run x in the same mode with much larger fonts and icons? I've not looked at icons. To make your font settings resolution dep

Re: Mailreader: Win Eudora folders -> Linux?, pop3 mail on Linux?

1998-10-29 Thread Roberto Ripio
El Wed, 28 Oct 1998, Ingo Hohmann escribió: >Hi all, > >I have to little questions: > >- Is it possible (and how :) to convert Windows Eudora Folders, and >Adresses to > Linux? > >- What is the best way to get pop3 mail on Linux? fetchmail, then working >locally, > or pop3 mailclient, or what els

Old, expired bug reports archived somewhere?

1998-10-29 Thread Patrick Weemeeuw
Is there a location where old, expired bug reports are archived? If so, where? [ If not, there is a need for that. I'm thinking of servers, where stability is important and who run older Debian software, or, my situation: I have a problem that has already been submitted as bug, and fixed; and I wou

lilo (linux only hd -> dos only hd), no solution possible?

1998-10-29 Thread Kevin Grant
Thanks for the help I've gotten on this so far. Unfortunately it doesn't seem to be working. I seem to be caught in a catch-22 situation as far as getting the system to behave as I want it to. Here's the situation: I have one dos/windows only hd. I have one linux only hd. I want to be able to

cucipop, apop and db2

1998-10-29 Thread Christian Hammers
Hi ! I have a problem with cucipop-1.31 and apop. It seems that I have to use the makevpopdb command to get cucipop to work with the apop-method. (because I have to supply plain-text passwords for apop-crypt to cucipop) But everytimes I start "makevpopdb /etc/mail/vpop.db" it says me "makedb2:

Re: heavy dpkg problem

1998-10-29 Thread J.H.M. Dassen \(Ray\)
On Thu, Oct 29, 1998 at 12:41:28AM +0100, Florian Attenberger wrote: > My dpkg does not work any more: "/var/lib/dpkg/status not available". > I can't install any packages any more. If you're lucky, there are still backups of it in /var/lib/dpkg/ ; look for "status-old", "status.yesterday.0", "sta

Re: Anyway to kill a virtual console without rebooting?

1998-10-29 Thread E.L. Meijer \(Eric\)
> > Is there any way to kill a virtual console without rebooting? > > I ask because for some reason I keep getting lockups when using vim to edit > multiple buffers. I can switch to a different vc and carry on, but no other > keys work on the vc I started from. Even if I kill the process I was us

Anyway to kill a virtual console without rebooting?

1998-10-29 Thread Anthony Campbell
Is there any way to kill a virtual console without rebooting? I ask because for some reason I keep getting lockups when using vim to edit multiple buffers. I can switch to a different vc and carry on, but no other keys work on the vc I started from. Even if I kill the process I was using there, no

problemas con la instalacion

1998-10-29 Thread Victor Ortega - Mostoles
Hola, os escribo este mail porque tengo algunos problemillas al instalar la version 2.0 de Debian (en concreto la de la revista Linux Actual). Os cuento, hay dos puntos de la instalación que me quedo en blanco, uno es cuando me pregunta qué modulos hay que cargar en el kernel, así como sus paráme

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-29 Thread Brian May
In article <[EMAIL PROTECTED]> you write: >That was an excellent idea, unfortunately Darxus has already tried >this and it didn't work for him. Perhaps gzip tries to read the whole >file and even though, in your case, the file is truncated it'll do >what it can. In Darxus' case that means it's tryi

Re: How to check for new packages at debian.org ??

1998-10-29 Thread Andreas Neukoetter
Hello Nikolai, >> is there it tool which allows me to check for new packages at debian.org ?? >> i simply want to get a list of _all_ packages that are newer than the ones on >> the last (official) cd. >> i've got a very fast connection at work so it would be very easy to update my >> "mirror" (a

Samba printer

1998-10-29 Thread Matt Thompson
Hello, I've been combing Debian Glimpse and dejanews, but haven't found anything. :( Here's my story: I have Samba installed and sharing files to my Win95B ThinkPad just fine. When I highlight my Linux box (Mattyt) in Windoze Explorer, it lists my HPDeskJet660C, but when I right-click the printe

Re: conflicts in Debian Distributions

1998-10-29 Thread E.L. Meijer \(Eric\)
> > It should be easier for "normal" packages (without daemons, inetd.conf > enties etc.) to have two conflicting packages installed. For example, > I'd like to have gs-alladin and gs installed in parallel; gs-alladin > for it's pdf support, and gs for it's better Epson Stylus Color driver. > But

Why the system freezing ?

1998-10-29 Thread cj
I'm newbie in Debian.When the install process go to the step build the XF86Config file,it will return "can't build the file" and show the "build XF86Config file" again.But it freezing in this tty.The process is to run the svag postinst script.Why? Another question,how to change the builtin 320x20

  1   2   >