Re: Kernel problem ?

2001-09-29 Thread yoros

On Sun, Sep 30, 2001 at 12:45:28AM +0200, Oyvind A. Holm wrote:
 On 2001-09-29 20:14 [EMAIL PROTECTED] wrote:
 
  I was making an iso image from a CD with the following command:
 
  dd if=/dev/cdrom of=image.iso
 
  when the image.iso where finished (I think it) there were an error that
  look as :
 
  scsi0: ERROR on channel 0, id 0, lun 0, CDB: 0x03 00 00 00 40 00
  Info fld=0x53f78, Current sd0b:00: sns = f0  3
  ASC=11 ASCQ= 5
  Raw sense data:0xf0 0x00 0x03 0x00 0x05 0x3f 0x78 0x0a 0x00 0x00 0x00
  0x00 0x11
  0x05 0x00 0x00 0x00 0x00
I/O error: dev 0b:00, sector 1375712
I/O error: dev 0b:00, sector 1375716
 
  I don't know where is the problem and I don't find anything over
  internet.
 
  Later, I recorded one CD and when I was verifying if the record is good
  I get the same error. I verify that with : md5sum /dev/cdrom
 
 Have you tried using head(1) to limit the stream, you might have read
 beyond end of image.
 
 head -c 678039552 /dev/cdrom image.iso
 
 for NON_US potato.
 
 Regards,
 Øyvind

Ok, but I know that with cat /dev/cdrom  image.iso I can make an iso
image... and I tried that command with a CD not recorded in my Writter
and it works.

I think it could be that I don't do the things well when I record a CD.
I used the following command:

mkisofs -q -r cdvarios | cdrecord dev=0,1,0 speed=16 \
driveropts=burnproof fs=15M -

I have read that I must give tsize option to the cdrecord, could that be
a mistake? must I do that or is not needed?

Now, could you tell me where can I find information about this kind of
problem? I was searching in google and nothing... :(

Thank you.

Sorry for my english.
-- 
yoros


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Kernel problem ?

2001-09-29 Thread yoros

I was making an iso image from a CD with the following command:

dd if=/dev/cdrom of=image.iso

when the image.iso where finished (I think it) there were an error that
look as :

scsi0: ERROR on channel 0, id 0, lun 0, CDB: 0x03 00 00 00 40 00
Info fld=0x53f78, Current sd0b:00: sns = f0  3
ASC=11 ASCQ= 5
Raw sense data:0xf0 0x00 0x03 0x00 0x05 0x3f 0x78 0x0a 0x00 0x00 0x00
0x00 0x11
0x05 0x00 0x00 0x00 0x00
  I/O error: dev 0b:00, sector 1375712
  I/O error: dev 0b:00, sector 1375716

I don't know where is the problem and I don't find anything over
internet.

Later, I recorded one CD and when I was verifying if the record is good
I get the same error. I verify that with : md5sum /dev/cdrom
...

Thank you.

-- 
yoros


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Kernel problem ?

2001-09-29 Thread yoros
I was making an iso image from a CD with the following command:

dd if=/dev/cdrom of=image.iso

when the image.iso where finished (I think it) there were an error that
look as :

scsi0: ERROR on channel 0, id 0, lun 0, CDB: 0x03 00 00 00 40 00
Info fld=0x53f78, Current sd0b:00: sns = f0  3
ASC=11 ASCQ= 5
Raw sense data:0xf0 0x00 0x03 0x00 0x05 0x3f 0x78 0x0a 0x00 0x00 0x00
0x00 0x11
0x05 0x00 0x00 0x00 0x00
  I/O error: dev 0b:00, sector 1375712
  I/O error: dev 0b:00, sector 1375716

I don't know where is the problem and I don't find anything over
internet.

Later, I recorded one CD and when I was verifying if the record is good
I get the same error. I verify that with : md5sum /dev/cdrom
...

Thank you.

-- 
yoros



Re: Kernel problem ?

2001-09-29 Thread yoros
On Sun, Sep 30, 2001 at 12:45:28AM +0200, Oyvind A. Holm wrote:
 On 2001-09-29 20:14 [EMAIL PROTECTED] wrote:
 
  I was making an iso image from a CD with the following command:
 
  dd if=/dev/cdrom of=image.iso
 
  when the image.iso where finished (I think it) there were an error that
  look as :
 
  scsi0: ERROR on channel 0, id 0, lun 0, CDB: 0x03 00 00 00 40 00
  Info fld=0x53f78, Current sd0b:00: sns = f0  3
  ASC=11 ASCQ= 5
  Raw sense data:0xf0 0x00 0x03 0x00 0x05 0x3f 0x78 0x0a 0x00 0x00 0x00
  0x00 0x11
  0x05 0x00 0x00 0x00 0x00
I/O error: dev 0b:00, sector 1375712
I/O error: dev 0b:00, sector 1375716
 
  I don't know where is the problem and I don't find anything over
  internet.
 
  Later, I recorded one CD and when I was verifying if the record is good
  I get the same error. I verify that with : md5sum /dev/cdrom
 
 Have you tried using head(1) to limit the stream, you might have read
 beyond end of image.
 
 head -c 678039552 /dev/cdrom image.iso
 
 for NON_US potato.
 
 Regards,
 Øyvind

Ok, but I know that with cat /dev/cdrom  image.iso I can make an iso
image... and I tried that command with a CD not recorded in my Writter
and it works.

I think it could be that I don't do the things well when I record a CD.
I used the following command:

mkisofs -q -r cdvarios | cdrecord dev=0,1,0 speed=16 \
driveropts=burnproof fs=15M -

I have read that I must give tsize option to the cdrecord, could that be
a mistake? must I do that or is not needed?

Now, could you tell me where can I find information about this kind of
problem? I was searching in google and nothing... :(

Thank you.

Sorry for my english.
-- 
yoros



Re: HARASS ME MORE.........

2001-09-01 Thread yoros

On Sat, Sep 01, 2001 at 07:13:06AM -0500, Bud Rogers wrote:
 I put him in a filter.  Every mail I receive from him gets forwarded back to 
 him and to postmaster and abuse at his ISP.  I don't think he'll be around 
 long.

Could you tell me how to do that ?

-- 
yoros


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: HARASS ME MORE.........

2001-09-01 Thread yoros
On Sat, Sep 01, 2001 at 12:44:15AM -0400, Layne wrote:
 I ASKED YOU MORONS NOT TO SEND ME ANYMORE E-MAIL BUT HERE YOU GO AGAIN. IS
 THERE ANY INTELLIGENT PEOPLE THERE OR IS THE PLACE RUN BY BABOONS. i'M
 SENDING AN E-MAIL TO THE ABUSE PLACE TOO. YOU FUCKERS SENT ME 80 E-MAIL
 MESSAGES YESTERDAY AND 80 MORE TODAY AND I DIDN'T SUBSCRIBE TO ANY OF THEM.
 THAT IS HARRASSMENT.

Could you translate this paragraph to spanish ?

-- 
yoros



Re: HARASS ME MORE.........

2001-09-01 Thread yoros
On Sat, Sep 01, 2001 at 07:13:06AM -0500, Bud Rogers wrote:
 I put him in a filter.  Every mail I receive from him gets forwarded back to 
 him and to postmaster and abuse at his ISP.  I don't think he'll be around 
 long.

Could you tell me how to do that ?

-- 
yoros



Re: Fwd: [bugtraq@securityfocus.com] Multiple-Vendor-FTP-Vuln. (old?)

2001-08-25 Thread yoros

On Fri, Aug 24, 2001 at 07:56:48AM +0700, A. Didit Mifanto wrote:
 Thanks a lots.
 
 Didit
 
 8/23/01 00:59:28, [EMAIL PROTECTED] wrote:
 
 You can think about using the /etc/security/limits.conf resource in
 debian for give the max memory, max cpu, ... that one process can use.
 This is only do ulimit just before running any process (it is made
 atomatically by debian). I'm sure that the master process will not be
 killed but the son process.
 
 -- 
 yoros
 
 
 

I had a mistake in send the e-mail and I sent it to the sender directly,
now I send all the e-mail to the mail-list.

Sorry for my English.

-- 
yoros


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Fwd: [bugtraq@securityfocus.com] Multiple-Vendor-FTP-Vuln. (old?)

2001-08-25 Thread yoros
On Fri, Aug 24, 2001 at 07:56:48AM +0700, A. Didit Mifanto wrote:
 Thanks a lots.
 
 Didit
 
 8/23/01 00:59:28, [EMAIL PROTECTED] wrote:
 
 You can think about using the /etc/security/limits.conf resource in
 debian for give the max memory, max cpu, ... that one process can use.
 This is only do ulimit just before running any process (it is made
 atomatically by debian). I'm sure that the master process will not be
 killed but the son process.
 
 -- 
 yoros
 
 
 

I had a mistake in send the e-mail and I sent it to the sender directly,
now I send all the e-mail to the mail-list.

Sorry for my English.

-- 
yoros



Re: ProFtpd question

2001-06-30 Thread yoros
Jau,

OK, I'll see that ftpd but I'm really interested in the proftpd.

I have been told that the proftpd+mysql package adds the user
administration to proftpd. The problem is that I don't use mysql, I
have installed the PostgreSQL database manager ( and I'm very happy with
it ).

Thank you for your help.

( Sorry for my English )
-- 
yoros


pgpZ0TdEnIiwq.pgp
Description: PGP signature


Re: Wierd file name?

2001-06-30 Thread yoros
(I think) The [ and the test commands are the same. The [ command is
provided for make a lot of shells to be able to run shell-scripts that
are using it. I think bash doesn't use it because bash have it
implemented inside.

( Sorry for my English )
-- 
yoros


pgpdgxNCDPxgE.pgp
Description: PGP signature


Re: compile libc5 ...

2001-06-28 Thread yoros
Jau,

The compile of a libc5 program in libc6 must be a simple work. You have to 
modify all the functions that have been changed from libc5 to libc6. I don't 
know what functions have been changed but I think that they are small changes 
like an argument in a function, the name of one function, ...

I hope you could compile it...

( Sorry for my English )
-- 
yoros


pgpdqgJJK9oS8.pgp
Description: PGP signature


Re: ProFtpd question

2001-06-27 Thread yoros

Thanks for all your answers.

With that I suppose that proftpd does not accept users with the
/bin/false shell, isn that true ?

Another question related to this one. Are there any configuration file
where we can configure the host access ( wich user is  to access to
wich service ) ?

( sorry for my English )
-- 
yoros

 PGP signature


Re: ProFtpd question

2001-06-27 Thread yoros
Thanks for all your answers.

With that I suppose that proftpd does not accept users with the
/bin/false shell, isn that true ?

Another question related to this one. Are there any configuration file
where we can configure the host access ( wich user is  to access to
wich service ) ?

( sorry for my English )
-- 
yoros


pgp5FQzndVqYp.pgp
Description: PGP signature


Re: ProFtpd question

2001-06-26 Thread yoros

How can I create a ftp-user ?
I know that the /bin/false shell is for non-shell users but I don't know how to create 
a mail-only or ftp-only users.
Do you know how ?

( sorry for my English )
-- 
yoros

 PGP signature


Re: ProFtpd question

2001-06-26 Thread yoros
How can I create a ftp-user ?
I know that the /bin/false shell is for non-shell users but I don't know how to 
create a mail-only or ftp-only users.
Do you know how ?

( sorry for my English )
-- 
yoros


pgpsjwAWT8gnH.pgp
Description: PGP signature


Re: Compiling HostSentry

2001-06-24 Thread yoros

About your question, the wtmp file is changed by the login/logout
process. I think that the login program in Debian is quite similar to
that in Slackware.
You can try to configure the HostSentry in Debian like in Slackwere.

( Sorry for my English )
-- 
yoros

 PGP signature


Re: Compiling HostSentry

2001-06-24 Thread yoros
About your question, the wtmp file is changed by the login/logout
process. I think that the login program in Debian is quite similar to
that in Slackware.
You can try to configure the HostSentry in Debian like in Slackwere.

( Sorry for my English )
-- 
yoros


pgpXlAt5TZj6s.pgp
Description: PGP signature


Re: My logs are full!!

2001-06-21 Thread yoros

Good, good, good. I know, thank you.
-- 
yoros

 PGP signature


Re: My logs are full!!

2001-06-21 Thread yoros
Ok guys, thanks for all. I like english and I'm trying to learn it.
Ah, one thing, I use vim and mutt, how could I wrap the lines at 72 
characters?
Thank you.

Bien tios, gracias por todo. Me gusta el ingles y estoy intentando aprenderlo.
Ah, una cosa, uso vim y mutt, ¿como podría cortar las lineas a 72 
carácteres?.
Gracias.

-- 
yoros


pgp085Qa2TSso.pgp
Description: PGP signature


Re: My logs are full!!

2001-06-21 Thread yoros
Good, good, good. I know, thank you.
-- 
yoros


pgplZOSySvKRS.pgp
Description: PGP signature


Re: My logs are full!!

2001-06-20 Thread yoros

If your system is not all the day you can also look information for the anacron 
package. This package run all cron jobs that were told to be run at the time that the 
system were off.

Sorry for my speech (language), i'm Spanish. Could you help me and tell me the 
mistakes in this mail, please?. Thank you.
-- 
yoros

 PGP signature


Re: My logs are full!!

2001-06-20 Thread yoros
If your system is not all the day you can also look information for the 
anacron package. This package run all cron jobs that were told to be run at 
the time that the system were off.

Sorry for my speech (language), i'm Spanish. Could you help me and tell me the 
mistakes in this mail, please?. Thank you.
-- 
yoros


pgpB09k0PjX74.pgp
Description: PGP signature


Re: Help needed on MASQUERADE

2001-06-03 Thread yoros

On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
   iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
   echo 1/proc/sys/net/ipv4/ip_forward

 A workstation on my network succeeded to ping both eth0 and eth1, but didn't 
 succeed to go out of my network to reach the internet.

Check the output chain (table). That chain can accept all the packets from the nat but 
not the internal network because these packets are masquerated. You must do this with 
all protocols you want to permit internal nework access...
Sorry for my english. I'm Spanish.
-- 
yoros

 PGP signature


Re: Help needed on MASQUERADE

2001-06-03 Thread yoros
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
   iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
   echo 1/proc/sys/net/ipv4/ip_forward

 A workstation on my network succeeded to ping both eth0 and eth1, but didn't 
 succeed to go out of my network to reach the internet.

Check the output chain (table). That chain can accept all the packets from the 
nat but not the internal network because these packets are masquerated. You 
must do this with all protocols you want to permit internal nework access...
Sorry for my english. I'm Spanish.
-- 
yoros


pgpjfDcUC5QpL.pgp
Description: PGP signature


Re: proftpd exploit??

2001-05-26 Thread yoros

On Sat, May 26, 2001 at 02:49:02AM +, Marcelo Drudi Miranda wrote:
 Em Thu, 24 May 2001 20:34:56 +0200
 Matthias Richter [EMAIL PROTECTED] escreveu:
 
  Andres Herrera wrote on Thu May 24, 2001 at 07:43:50PM:
  [proftpd exploit ls ../*/../*/../*/../*/../*/../*/../*/../*/../*/../*/../]
   Any solution??
  
 
 This is a exploit or a Dos atack?
 
 -- 

Ok. I think that this thing is considered a DoS attack...
This attack can be turned off adding the following line to the configuration file (- 
proftpd.conf -):
--8--
DenyFilter  \\*/
--8--
Thanks to proftpd, it give us a lot of configuration items and it is very flexible. 
That's all.

Now in my language: Spanish
Bien. Pienso que eso está considerado como un ataque DoS...
Este ataque puede ser desactivado añadiendo la siguiente línea al fichero de 
configuración (- proftpd.conf -):
--8--
DenyFilter  \\*/
--8--
Gracias a proftpd, el nos da muchos campos de configuracion y es muy flexible.Eso es 
todo.

-- 
yoros

 PGP signature


Re: proftpd exploit??

2001-05-26 Thread yoros
On Sat, May 26, 2001 at 02:49:02AM +, Marcelo Drudi Miranda wrote:
 Em Thu, 24 May 2001 20:34:56 +0200
 Matthias Richter [EMAIL PROTECTED] escreveu:
 
  Andres Herrera wrote on Thu May 24, 2001 at 07:43:50PM:
  [proftpd exploit ls ../*/../*/../*/../*/../*/../*/../*/../*/../*/../*/../]
   Any solution??
  
 
 This is a exploit or a Dos atack?
 
 -- 

Ok. I think that this thing is considered a DoS attack...
This attack can be turned off adding the following line to the configuration 
file (- proftpd.conf -):
--8--
DenyFilter  \\*/
--8--
Thanks to proftpd, it give us a lot of configuration items and it is very 
flexible. That's all.

Now in my language: Spanish
Bien. Pienso que eso está considerado como un ataque DoS...
Este ataque puede ser desactivado añadiendo la siguiente línea al fichero de 
configuración (- proftpd.conf -):
--8--
DenyFilter  \\*/
--8--
Gracias a proftpd, el nos da muchos campos de configuracion y es muy 
flexible.Eso es todo.

-- 
yoros


pgpvAxtc9ACZM.pgp
Description: PGP signature