Re: Logging failed SSH users and the passwords they typed

2008-04-26 Thread Mike
HDC, I am interested in finding out more of how to setup something like that . On Wed, Apr 23, 2008 at 4:06 PM, HDC [EMAIL PROTECTED] wrote: I have 3 sshd deamons in my border firewall, 2 in no common ports for my use, and 1 on default port (without real access) for prevention statistics.

Re: Dell R200

2008-04-26 Thread Claer
On Fri, Apr 25 2008 at 45:17, Mart?n Coco wrote: Hi misc, Hi, I'll be buying a couple of Dell R200 Rackmount servers to use as firewalls/routers. I found this thread in the archives about it: http://marc.info/?l=openbsd-miscm=120167827217058w=2 And it seems to be working with snapshots.

azalia problem on 4.2-release: loud tone

2008-04-26 Thread Jacob Yocom-Piatt
have a little via c7 machine for my home workstation and the audio chipset is detected as an azalia device azalia0 at pci4 dev 1 function 0 VIA HD Audio rev 0x00: irq 5 azalia0: host: High Definition Audio rev. 1.0 azalia0: codec: VIA/0x1708 (rev. 5.0), HDA version 1.0 when i play music

chroot issues with accessing /dev/ entries

2008-04-26 Thread Torsten
I am setting up an embedded system that's supposed to run from RAMDISK only. Therefore I create a ramdisk, copy everything into it and then chroot. I encounter problems when accessing pcap-libs (or devices in /dev generally) as soon as I actually chroot: # ls -l /dev/bpf0 crw--- 1 root

Re: chroot issues with accessing /dev/ entries

2008-04-26 Thread Mike Erdely
On Sat, Apr 26, 2008 at 03:58:25PM +0200, Torsten wrote: # tcpdump tcpdump: Failed to open bpf device for fxp0: Device not configured Is /tmp mounted nodev? Look at mount(8). -ME

Re: Logging failed SSH users and the passwords they typed

2008-04-26 Thread HDC
Hi Mike! At this moment I am traveling for business, and when I get back I have to move to another house (I have all servers off). I will send you more information about the implementation ASAP. Greetings! On Sat, Apr 26, 2008 at 3:48 AM, Mike [EMAIL PROTECTED] wrote: HDC, I am interested in

Re: chroot issues with accessing /dev/ entries

2008-04-26 Thread Torsten
# tcpdump tcpdump: Failed to open bpf device for fxp0: Device not configured Is /tmp mounted nodev? OK, thank you, that got me onto the right track, now I think I know what the problem is: mount_mfs. This is how I set up the ramdisk: /sbin/mount_mfs -s 9 swap /mnt Is there a way to

Re: chroot issues with accessing /dev/ entries

2008-04-26 Thread Mike Erdely
On Sat, Apr 26, 2008 at 05:51:22PM +0200, Torsten wrote: Is there a way to have devices under that mountpoint? If you mount it without nodev, refer to MAKEDEV(8). -ME

Re: chroot issues with accessing /dev/ entries

2008-04-26 Thread Hannah Schroeter
Hi! On Sat, Apr 26, 2008 at 05:51:22PM +0200, Torsten wrote: # tcpdump tcpdump: Failed to open bpf device for fxp0: Device not configured Is /tmp mounted nodev? OK, thank you, that got me onto the right track, now I think I know what the problem is: mount_mfs. This is how I set up the ramdisk:

Re: chroot issues with accessing /dev/ entries

2008-04-26 Thread Theo de Raadt
I am setting up an embedded system that's supposed to run from RAMDISK only. You really should not do this. The RAMDISK kernel uses the SMALL_KERNEL option, and this can have all sorts of unknown effects. It is castrated Unix, for the purpose of installation. For now, what that option

Re: poll(2) vs kqueue(2) performance

2008-04-26 Thread Marco Peereboom
I found the doxygen docs far less useful than the man page. On Apr 23, 2008, at 10:31 PM, Niels Provos [EMAIL PROTECTED] wrote: On Mon, Apr 21, 2008 at 2:05 PM, Gilles Chehade [EMAIL PROTECTED] wrote: Yay, I too fell in love with it and it's various API's despite the lack of

4.2 wget package depend broken?

2008-04-26 Thread anon trol
I know that 4.3 is approaching release and happened to notice that the depends for wget in the 4.2 packages is broken. Hopefully this isn't something that has been automated and will be propagated to the 4.3 packages?

Re: Logging failed SSH users and the passwords they typed

2008-04-26 Thread anon trol
On Wed, Apr 23, 2008 at 1:01 PM, Jon Radel [EMAIL PROTECTED] wrote: Sam Fourman Jr. wrote: Is there a way to login the passwords that were used in the bruteforce attack? [...] Not only that, if you read any history of Unix's early days you should come across some instructive stories as

Re: 4.2 wget package depend broken?

2008-04-26 Thread Unix Fan
No it's not you arrogant mutt, it sounds to me, like you haven't installed xbase42.. wget needs gettext, guess where it is? ;) 4.3 has it in base.tgz, please keep informed... -Nix Fan.

Re: ntfs usb drive fail to mount

2008-04-26 Thread Ivo van der Sangen
On Thu, Apr 24, 2008 at 06:03:13PM -0400, jmc wrote: --- Lord Sporkton [Thu, Apr 24, 2008 at 02:32:37PM -0700]: ---7 I have an NTFS drive attached via USB that was previously attached to an XP home system [ ... ] # mount -t ntfs -r /dev/sd0i /mnt/usb2 mount_ntfs: /dev/sd0i on

Re: azalia problem on 4.2-release: loud tone

2008-04-26 Thread Jacob Meuser
On Sat, Apr 26, 2008 at 09:51:00AM -0500, Jacob Yocom-Piatt wrote: have a little via c7 machine for my home workstation and the audio chipset is detected as an azalia device azalia0 at pci4 dev 1 function 0 VIA HD Audio rev 0x00: irq 5 azalia0: host: High Definition Audio rev. 1.0 azalia0:

Re: 4.2 wget package depend broken?

2008-04-26 Thread Jacob Meuser
On Sat, Apr 26, 2008 at 12:14:51PM -0700, Unix Fan wrote: No it's not you arrogant mutt, it sounds to me, like you haven't installed xbase42.. wget needs gettext, guess where it is? ;) 4.3 has it in base.tgz, please keep informed... gettext is most definitely not in base. you must be

PF , redirection and NAT-ing question?

2008-04-26 Thread Parvinder Bhasin
Hi, I have 2 webservers on my internal lan. Both have associated EXTERNAL IPs. I setup an OpenBSD box with PF to do firewalling and redirection. Do I also have to put the 2 external IPs on the external interface of my PF box as aliases? If I do put in the aliases and I am also doing

Re: PF , redirection and NAT-ing question?

2008-04-26 Thread Matthew Dempsky
On Sat, Apr 26, 2008 at 6:17 PM, Parvinder Bhasin [EMAIL PROTECTED] wrote: I have 2 webservers on my internal lan. Both have associated EXTERNAL IPs. I setup an OpenBSD box with PF to do firewalling and redirection. Do I also have to put the 2 external IPs on the external interface of my PF

Nvidia Quadro NVS 140M

2008-04-26 Thread mufurcz
Hi, We've got a few Lenovo T61 with Nvidia Quadro NVS 140M video cards. As far as I know, these cards are based on the GeForce 8400M G or GS chip set (not an expert), and provides some entry level 3D performance, more than enough to run X. Will this cards supported in the upcoming 4.3?

Re: minimac on openbsd

2008-04-26 Thread Adam Jacob Muller
On Apr 25, 2008, at 8:42 PM, Aaron Glenn wrote: On Sun, Mar 23, 2008 at 6:15 AM, sonjaya [EMAIL PROTECTED] wrote: Also default minimac is only 1 ethernet how to add another ethernet can support in minimac and openbsd. I'd find a low power switch capable of dot1q tagging and use the single

Re: Nvidia Quadro NVS 140M

2008-04-26 Thread Leonardo Rodrigues
Do you mean basic support for the card or for 3D? Basic performance (no 3D) should be supported by Xorg`s nv driver. There seems to be some problems with that though (https://bugs.freedesktop.org/show_bug.cgi?id=14803).