cannot loginto new system

1999-08-24 Thread Marlon Urias
I just setup a linux box and I cannot login remotely. for ssh I get: Standard version. Does not use RSAREF. www1.onesight.com: Reading configuration data /etc/ssh/ssh_config www1.onesight.com: ssh_connect: getuid 521 geteuid 0 anon 0 www1.onesight.com: Connecting to www2 [209.219.42.36] port 22.

Re: cannot loginto new system

1999-08-24 Thread Marlon Urias
Here's where it got interesting, I found that hosts.allow and hosts.deny both had 'all' entries, I assumed that the 'all' in hosts.deny might be the culprit so I deleted the entry and guess what? ssh started working, but telnet keeps hanging up. In other words, telnet connects, spits out the

Re: .bash_history

1999-07-14 Thread Marlon Urias
Something that might help: bash has both emacs and vi key bindings, and I think it defaults to emacs, SO if you know that you used 'ls -stuFF' many commands ago, you can type CTRL-R ls and bash will search backwards in the history list for the last time you used ls and instantly take you there. I

what's a checksum?

1999-07-09 Thread Marlon Urias
I downloaded a tar file an tried to unpack it and got this: % tar xvf uri.tar tar: directory checksum error what's this mean?

changing user name

1999-04-30 Thread Marlon Urias
If I get a user who wants to change only their username how do I go about doing a thorough job? Simply changing the passwd entry doesnt seem to be the right thing because then all the files with ownership oldLogin.oldLogin wont be availabe for user newLogin. Thanks for the help.

Re: changing user name

1999-04-30 Thread Marlon Urias
Thanks for the help!marlon On Thu, 29 Apr 1999, Debian project development discussion wrote: On Thu, Apr 29, 1999 at 05:57:46PM -0700, Marlon Urias wrote: If I get a user who wants to change only their username how do I go about doing a thorough job? Simply changing

installing on nameless CDROM

1999-04-30 Thread Marlon Urias
IF given an old 486 with a blank HD and the CDROM has no manufacturer name on it, how do you install something like Win 95 that does not come on a bootable CD? I mean I could setup the CD via autoexec.bat and config.sys on a DOS boot disk but those assume that I have the right driver. Is there a

RE: installing on nameless CDROM

1999-04-30 Thread Marlon Urias
Thanks for the help! I knew I'd get hell asking a Win question on this list but the fact remains that this list is read by some of the best computer people I've known and my question got answered within the hour. Again sorry to all the offended parties.marlon On Fri, 30 Apr 1999,

Re: Pine 4.1

1999-04-23 Thread Marlon Urias
There are deb available BUT if you insist on installing from sources: The trick is to use the the 'ncurses' library instead of termcap. You'll have to muck with the makefile to accomplish this. Be sure you've installed the 'ncurses3.4-dev' package, which will give you the appropriate headers

kernel errors with PPP

1999-04-20 Thread Marlon Urias
I after installing the base Debain 2.1 using the cdrom I rebooted and attempted to continue the package installation process via apt PPP. When I attempted to dial up (pon provider) after pppconfig I got weird kernel error to standard out. So I decied to install from the CD instead. After doing

Re: HELP TO INSTALL DEBIAN FROM CD-ROM

1999-04-20 Thread Marlon Urias
I had the exact same problem, I've also met several others with the exact same prob but despite seeing this same problem on this mail list about 4 times no one has been able to find the root of the problem. The way I got around it was to manually add the isofs module. Find it (maybe from another

where is my kernel source?

1999-04-06 Thread Marlon Urias
After going through pppconfig (after a fresh install of Debian 2.1) I tried pon and got a error message about my kernel not supporting ppp. So I head on over to /usr/src/linux to run make xconfig but alas, /usr/src only has a dir named linux-x.y.z.headers (or something close). I was under the

Re: where is my kernel source?

1999-04-06 Thread Marlon Urias
On Mon, 5 Apr 1999, ktb wrote: Marlon Urias wrote: After going through pppconfig (after a fresh install of Debian 2.1) I tried pon and got a error message about my kernel not supporting ppp. So I head on over to /usr/src/linux to run make xconfig but alas, /usr/src only has a dir

Re: fs type iso9660 not supported by kernel

1999-04-04 Thread Marlon Urias
I had the same problem. I couldn't get a viable solutions so the way I solved the problem (I cheated): I remembered that I had a RedHat installation on another patition. I mounted that partition, copied the isofs.o file into my debian partition into /lib/modules/version/fs (or something like that)

Re: Debian GNU/Linux 2.1 Installation

1999-04-02 Thread Marlon Urias
flawed. So is it the case that all other debain intallers see the option to install isofs/iso9660 and then can mount the cd in deselect without a hitch? Thanks for your time. marlon On Thu, 1 Apr 1999, George Bonser wrote: On Thu, 1 Apr 1999, Marlon Urias wrote: I have the exact same problem

unable to load isofs during install

1999-04-02 Thread Marlon Urias
flawed. So is it the case that all other debain intallers see the option to install isofs/iso9660 and then can mount the cd in deselect without a hitch? Thanks for your time. marlon On Thu, 1 Apr 1999, George Bonser wrote: On Thu, 1 Apr 1999, Marlon Urias wrote: I have the exact same problem

Re: Debian GNU/Linux 2.1 Installation

1999-04-01 Thread Marlon Urias
On Sun, 28 Mar 1999, Will Lowe wrote: ... iso9660 not supported by kernel is there. Why? iso9660 is a filesystem type. The kernel's complaining that it doesn't have that module installed, and so can't read the filesystem. . configuring device driver modules . fs modules :

Undersanding bootable media

1999-03-07 Thread Marlon Urias
In my quest to understand booting/LILO/MBR's I've come a cross a phenomenon I dont understand. Friend of mine (linux guru-ish) said that to make a linux bootable floppy you had to use a lowlevel tool like dd as opposed to just copying the files over to the floppy. But dos floppies boot just fine

smail question

1998-09-11 Thread Marlon Urias
Recently we had the problem that the smail server did not properly mount /var/spool/mail/ from the spool server. This caused all incoming mail to either be lost or put into the errors directory. My question is: How did smail know not to use the local /var/spol/mail and what did smail do with the

SCSI,ZIP Drive (fwd)

1998-09-03 Thread Marlon Urias
I'm trying to run a scsi zip, but when I go to load the scsi module: modprobe sd_mod I get a long pause during which my console spits out this: Sep 2 12:34:48 quimney kernel: scsi : 1 host. Sep 2 12:34:54 quimney

Re: bash shell prompt

1998-09-03 Thread Marlon Urias
On Thu, 3 Sep 1998, M.C. Vernon wrote: My guess was that the .bashrc in my home directory needed the same PS1 environment as the .bashrc in the root directory so I added export PS1='\h:\w\$ ' but this does not solve the problem UNLESS I login as myself and then type

(ignored) scsi,ZIP Drive

1998-09-03 Thread Marlon Urias
I'm having trouble getting my question answered, if I am not explaining my problem correctly would you please tell me what else I should post so that someone would answer me? thanks. REPOST I'm trying to run a scsi zip, but when I go to load the scsi module: modprobe sd_mod I get a long pause

SCSI,ZIP Drive

1998-09-02 Thread Marlon Urias
I'm trying to run a scsi zip, but when I go to load the scsi module: modprobe sd_mod I get a long pause during which my console spits out this: Sep 2 12:34:48 quimney kernel: scsi : 1 host. Sep 2 12:34:54 quimney kernel:

scsi newbie

1998-08-21 Thread Marlon Urias
I have an Adaptec adapter with an internal CDRW and IOMEGA Zip on the external 68-pin connector. On bootup my kernel seems to see the devices but does not report back mountable points (ie sda, sdb4). I have appended the relevant dmesg section, thanks for your time. [clip] hda: QUANTUM FIREBALL

Re: Qt installation problem

1998-08-20 Thread Marlon Urias
use the deb package. I did it yesterday and it set's all that annoying stuff for you. It did it all in one command: dpkg -i qtstuff.deb recommending a shortcut,marlon On Thu, 20 Aug 1998 [EMAIL PROTECTED] wrote: I'm trying to install Qt 1.40 on Debian 2.0 and

SCSI IOMEGA Zip

1998-08-18 Thread Marlon Urias
I'm having trouble getting my kernel to see a scsi zip drive. I understand that there is a special module (ppa) for parallel drives, but what about scsi drives?

Re: I've hozed my root login.

1998-07-22 Thread Marlon Urias
This is way to big an operation to solve this problem. You can specify which shell you want to su: su -s /bin/bash Thanks for the help, unfortunately it didn't work. It seemed to ignore the shell directive, it spit out something about /bad/shell/path not valid even though I scecificaly

I've hozed my root login.

1998-07-21 Thread Marlon Urias
As root I ran chsh and accidentally entered an invalid shell path. chsh didn't detect this mistake like it does for a regular user! I wasn't aware of my blunder till next time I tried to login as root. I tried booting from the rescue floppy and then mounting my linux drive so that I might edit