Re: mount: you must specify the filesystem type

2003-10-13 Thread diego . veiga
Not yeat. Formating the with ext3 or ext2 when i trie to mount it i have this message: mount -t ext2 /dev/hdb1 /app/hdb1/ mount: wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems Format the hd with ext3 and the same problem. mount -t ext3 /dev/hd

mount: you must specify the filesystem type

2003-10-13 Thread diego . veiga
Hi all, I have an empty HD 20G format with ext3 but i cant mount it in a filesystem. fdisk /dev/hdb -l Disk /dev/hdb: 255 heads, 63 sectors, 2480 cylinders Units = cylinders of 16065 * 512 bytes Device BootStart EndBlocks Id System /dev/hdb1 1 2480 1992

ssh version 1 ok - ssh version 2 not ok

2003-09-23 Thread diego . veiga
Just to complete the message i install openssh-3.7p1 and in the end of make install echo this: /usr/sbin/sshd -t -f /etc/ssh/sshd_config Privilege separation user sshd does not exist make: [check-config] Error 255 (ignored) i generate a ssh key version 2 and in /var/log/messages echo this war

ssh version 1 ok - ssh version 2 not ok

2003-09-23 Thread diego . veiga
Hi list, I have just install and configure ssh3.5. I had generated 2 keys: the first one is version 1 and the other version 2. The user with version 1 do login into machine ok. The user with key version 2 have permission denied. Does anyone know a configuration to set or how does it doesn't

cron question

2003-09-17 Thread diego . veiga
Hi list, At diferent time of the day the cron started to echo this message after some scripts was started: Sep 16 03:00:01 host CROND[27392]: (user) MAIL (mailed 55 bytes of output but got status 0x0047 ) Does someone have an idea? Thanks, Diego Brito Veiga Technical Publications Phone:

hd error

2003-09-16 Thread diego . veiga
Hi all, My hda crash today. During the night it started do echo error in messages and now crash. Does anybody know an utility to check hard disk and ignore bad blocks? hda: MAXTOR 6L020J1, ATA DISK drive Sep 16 04:02:06 pc08spt kernel: hda: dma_intr: status=0x51 { DriveReady SeekComplete Er

NIC comes up with reboot, but something wrong

2003-09-03 Thread diego . veiga
Possible the nic isnt starting in boot. The service to start it is "network". First of all see if this service exist /etc/init.d/network. should exist... Then type chkconfig --list and see if the service "network" is being started in your init 3,6,... if no start it in setup >system services

Re: Copy entire hard disk - how ?

2003-08-27 Thread diego . veiga
Hi, The easiest way to copy all the hard disk. If you have another hard disk with the same geometry ... install it mount the new hard disk as /dev/hdb (or hdc or hdd) and do: dd if=/dev/hda of=/dev/hdb if=input file, of=output file it will copy all the filesystems and data in hda to the hard

nfs question

2003-08-21 Thread diego . veiga
What services are needed to export an ext3 driver? Does realy need this 3 services: nfs, nfslock and portmap? Thanks, Diego -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

disable tcp port 1017 and 1025

2003-08-21 Thread diego . veiga
Hi guys, I have some questions. Im runing RH8. My server is runing the services: nfs, netbios-ssn, ssh and http ... but there are other ports tcp open. 1017/tcp openunknown 1024/tcp openkdm and the netstat -l confirm it tcp0 0 *:1017 *:*

Non-root using port 80

2003-08-14 Thread diego . veiga
Hi Guys, I would like to set apache to be started with a user non- user root. As port 1 to 1024 is for user root, how could i start the server with a non-user root? Diego -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list