Re: 5.2 install hangs

2004-01-22 Thread Socketd
;s what you mean). > is anything other than ata0 and ata1 listed as using irq 14 and 15? Nope. > do you have "pnp os" set to "no" in youe bios? Yep :-) br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Re: 5.2 install hangs

2004-01-22 Thread Socketd
ive, but the it just hangs after: > > ad0: 58644 mb [119150/16/63] at ata0-master UDMA100 > > > > Any ideas? > > Try disabling ACPI. Tried it, didn't work :-( br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd

Re: [Freebsd-hackers] 5.2 install hangs

2004-01-22 Thread Socketd
he correct IRQ but, for reference > it should be ok ;p) > > Check that out beacause they might lock eachother out. Oki, I'll try that, thanks! br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

5.2 install hangs

2004-01-22 Thread Socketd
r UDMA100 Any ideas? br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: HOW TO RETREIVE DATA FROM KERNEL.

2003-08-31 Thread Socketd
hout adding any > additional code. If I need to add it sould you please tell me the > easiest way to do that. Something like "man 3 sysctl"? br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-h

ipfw newbie

2003-08-29 Thread Socketd
t the end: deny all from any to any And then set net.inet.ip.fw.one_pass: 0 Is this about right? And is it "normal" to place the firewalling rules after the pipes? Hope someone will help. br socketd ps: I think "lockdown" will be ready for wid

Re: 5 "Advanced" networking questions

2003-07-09 Thread Socketd
ct as a "stealth" > one. I am mainly trying to hide my firewall/gateway and logserver. Thank you for your reply, I'll go read a little :-) br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 5 "Advanced" networking questions

2003-07-08 Thread Socketd
ut touching the ttl). This can be useful to hide > firewalls > # from traceroute and similar tools. Jep, have already seen that one :-) br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 5 "Advanced" networking questions

2003-07-08 Thread Socketd
ICMP code to not respond > to echo datagrams, or when ttl == 0, then, and work it that > way. In other words, it's time to hack your network stack > to specifically add that "feature". Hmm, why not just use a firewall? br socketd ___

Re: 5 "Advanced" networking questions

2003-07-08 Thread Socketd
On Tue, 08 Jul 2003 03:17:00 -0700 Terry Lambert <[EMAIL PROTECTED]> wrote: > Socketd wrote: > > Ok, anyway to prevent sending ICMP's when ttl = 0? Or do I need a > > firewall? > > I guess you want to do this so that you can break path MTU > discovery and fai

Re: 5 "Advanced" networking questions

2003-07-07 Thread Socketd
On Mon, 7 Jul 2003 17:33:14 +0200 Toni Andjelkovic <[EMAIL PROTECTED]> wrote: > On Mon, Jul 07 2003 (01:22:05 +0200), Socketd wrote: > > 1. Reading "man blackhole" I found that net.inet.udp.blackhole=1 > > will prevent traceroute. Is this only if the host is the en

5 "Advanced" networking questions

2003-07-06 Thread Socketd
fin="YES"" in /etc/rc.conf? Is there a net.inet.tcp.?? I can use instead of the above suggestions? br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Mounting

2003-06-24 Thread Socketd
On Tue, 24 Jun 2003 16:31:33 +0100 (BST) Jan Grant <[EMAIL PROTECTED]> wrote: > > /tmp and /var/tmp noexec (I know /tmp has to be execuable to make > > world) > > nosymfollow. I've not found anything that this breaks (except a > gazillion symlink race exploits)

Re: Mounting

2003-06-23 Thread Socketd
ith a null device > under > /usr in the compat tree. Mounting this with nodev will break > opening/dev/null for Linux apps. I'm not sure why the null entry > exists there, and in fact we know it needs to go away since it > will break when we GC m

Mounting

2003-06-23 Thread Socketd
noexec /home nosuid (again what about noexec if I don't have shell users, but only websites and backup's on /home?) Can nodev also be added to all above + /usr? br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.o

Suid and gid files

2003-06-23 Thread Socketd
il. Btw why is /usr/sbin/ppp world readable? (not that is matters) br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Ftpd (option -h not working)

2003-06-21 Thread Socketd
strange it haven't been fixed jet then, but my bad for reporting it without checking first :-) br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Ftpd (option -h not working)

2003-06-21 Thread Socketd
ut itself. This works fino regarding the greeting message and when typing "stat", but with "syst" is still gives info to the user. Will someone please forward this message to the maintainer of ftpd (can't find any mail is the source files)? br socketd __

ftpd -h

2003-04-04 Thread Socketd
Version: BSD-199506 Mirror mistake or is it just me? br socketd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ACPI programming under FreeBSD?

2002-10-02 Thread Socketd
ioctl's on /dev/acpi to retrieve the information? > I'm not an ACPI developer, but I really like the sysctl > interface, because it enables you to retrieve information > from within scripts easily. For ioctls you would have to > write a separate tool to be able to access it. I