Re: Malformed request shuts down httpd

2014-11-28 Thread Bertrand Janin
Ezequiel Garzon wrote : Hello! I know a lot is happening to httpd lately, so maybe this is not an issue anymore. I've noticed that a malformed HTTP request such as $ printf 'GET /file\r\n\r\n'| nc myhost 80 doesn't just silently fail, but rather shuts down httpd. My /etc/httpd.conf is

Re: HDD not found

2014-11-19 Thread Bertrand Janin
Dutch Ingraham wrote : Just asking for a sanity check. I tried installing 5.6 from CD on a WD1600AAJS HDD and was presented with Available disks are: none. This seems to be a fairly mainstream drive around for several years (mine being manufactured in 2010), so I just want to check whether

Re: USB worked on 5.5, not on 5.6 on MacbookAir5,1

2014-11-15 Thread Bertrand Janin
You should try with a snapshot, I got mine (same model) to work. Here is the dmesg: OpenBSD 5.6-current (GENERIC.MP) #563: Sat Nov 15 16:12:30 MST 2014 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP RTC BIOS diagnostic error e3clock_battery,ROM_cksum,config_unit real

Re: Logitech Quick Cam driver

2010-02-25 Thread Bertrand Janin
Any body running Ligitech QuickCam on OpenBSD 4.6 using http://tamentis.com/projects/openqce/ or any other driver? I have a QuickCam messenger. This stuff was an experiment, the code is awful and I don't recommend using it for anything but morbid curiosity. It only works with the

Re: tar(1) bug?

2008-11-19 Thread Bertrand Janin
LIVAI Daniel wrote : $ uname -mrsv OpenBSD 4.4 GENERIC#0 i386 $ pwd /home/daniell $ tar -C / -cvf test.tar ./home/daniell/.ksh* tar: Unable to access ./home/daniell/.ksh*: No such file or directory tar: WARNING! These file names were not selected: ../home/daniell/.ksh* $ ls -l

Re: Dummy question about .htaccess

2008-10-27 Thread Bertrand Janin
Jordi Espasa Clofent wrote : I want to restrict the access to my syweb site (web GUI for symon). # pwd /var/www/htdocs/syweb # ls -la total 228 drwxr-xr-x 3 root daemon 1024 Oct 27 12:44 . drwxr-xr-x 3 root daemon512 Oct 27 12:49 .. -rw-r--r-- 1 root daemon131 Oct 27 12:44

Re: web development on OpenBSD

2008-04-28 Thread Bertrand Janin
I Wonder what amazon.com and Ebay.com use? it would stand to reason that they would need speed any place they can get it. I wonder if they use C? I remember seeing Sun microbanners here and there on eBay, it might scream Java.

Re: getting ^L to clear the screen?

2006-05-29 Thread Bertrand Janin
Han Boetes wrote : John Wright wrote: bind -m ^L=clear^M Which types c l e a r RETURN where my cursor is. Shells like zsh and bash also clear the screen while you are typing a line. So your solution works only fine at the start of a line. And adding a c-g or c-c won't help since it