panic: ext2fs_dirbadentry

2013-07-17 Thread Sergey Bronnikov
Bug was catched by fsfuzzer. Probably that bug cannot be found in real life with real usecase, but anyway it is a bug. panic: ext2fs_dirbadentry Stopped at Debugger+0x5: leave RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC! DO NOT EVEN BOTHER REPORTING THIS WITHO

panic: vrele: ref cnt

2013-07-17 Thread Sergey Bronnikov
Bug was catched by fsfuzzer pointed to ext2 fs. panic() at panic+0xe4 vrele() at vrele+0xcf ext2fs_reclaim() at ext2fs_reclaim+0x47 VOP_RECLAIM() at VOP_RECLAIM+0x2b vclean() at vclean+0x90 vgonel() at vgonel+0x40 vrecycle() at vrecycle+0x16 ext2fs_inactive() at ext2fs_inactive+0x7a VOP_INACTIVE()

Re: "respawn"-like behaviour ?

2013-07-17 Thread Marc Peters
On 07/17/13 04:44, Илья Шипицин wrote: > well, vnc repeater (which I'd like to run that way) crashes about once a week. > I'm already debugging it (-ggdb + core dump settings). > > I need some way to respawn it until I'll find out the reason it crashes. > You can try monit. It's in ports.

Re: "respawn"-like behaviour ?

2013-07-17 Thread Stuart Henderson
On 2013-07-17, Илья Шипицин wrote: > well, vnc repeater (which I'd like to run that way) crashes about once a week. > I'm already debugging it (-ggdb + core dump settings). try "ln -s S /etc/malloc.conf", it might make it easier to trigger. see malloc(3) for more information. you could also look

Re: cvs -z compression to reduce network traffic

2013-07-17 Thread Stuart Henderson
On 2013-07-17, Amit Kulkarni wrote: > Hi, > > Are the various cvs mirrors allowing compression? I tried with cvs -z 5. I > currently sync from anoncvs3.usa and I think it doesn't, atleast the option > of tcpdump -A didn't show me any decompression activity, just ssh packets > being sent. top also

Re: "respawn"-like behaviour ?

2013-07-17 Thread Alexander Hall
On 07/17/13 03:45, Илья Шипицин wrote: Hello! I used to run crashy daemons under "respawn" inittab capability on Linux. Is there similar thing on OpenBSD ? No, OpenBSD does not have anything similar to crashy daemons. ;-) But if we had (like in ports or so), I'd just set up a cron job. /Alex

Re: "respawn"-like behaviour ?

2013-07-17 Thread Alexander Hall
On 07/17/13 11:16, Alexander Hall wrote: On 07/17/13 03:45, Илья Шипицин wrote: Hello! I used to run crashy daemons under "respawn" inittab capability on Linux. Is there similar thing on OpenBSD ? No, OpenBSD does not have anything similar to crashy daemons. ;-) But if we had (like in ports

error checking out svn stuff over https

2013-07-17 Thread Riccardo Mottola
Hi, I need to check out a (known good) repository through https. It is not a server configuration probelm (as googling woudl suggest) but i am pretty sure it is a missing package or a configuration of svn, neon on my OpenBSD box which I was unable to diagnose. svn co --username xxx--passwor

Re: cvs -z compression to reduce network traffic

2013-07-17 Thread Jan Stary
On Jul 16 21:25:34, amitk...@gmail.com wrote: > Hi, > > Are the various cvs mirrors allowing compression? I tried with cvs -z 5. I > currently sync from anoncvs3.usa and I think it doesn't, atleast the option > of tcpdump -A didn't show me any decompression activity, just ssh packets > being sent.

Re: "respawn"-like behaviour ?

2013-07-17 Thread Jan Stary
On Jul 17 07:45:58, chipits...@gmail.com wrote: > Hello! > > I used to run crashy daemons under "respawn" inittab capability on Linux. > Is there similar thing on OpenBSD ? Sorry, we don't have crashy daemons here, you need to go back to linux for that.

PHP5.4 support

2013-07-17 Thread Cesar Calvo
Hello, I am a web developer and I use OpenBSD as a desktop which works very well. I wonder if anyone knows if the next stable will be included php5.4 support. I currently use the Apache 1.3 which comes built but my new applications and is used Laravel4 need and that takes advantage of the closures

Re: "respawn"-like behaviour ?

2013-07-17 Thread Илья Шипицин
hmm, I never had that crashy linux daemon becomes stable when it is started under OpenBSD. can you tell me how to enable that feature ? 2013/7/17 Jan Stary : > On Jul 17 07:45:58, chipits...@gmail.com wrote: >> Hello! >> >> I used to run crashy daemons under "respawn" inittab capability on Linux

Re: panic: ext2fs_dirbadentry

2013-07-17 Thread Kenneth R Westerback
On Wed, Jul 17, 2013 at 12:11:34PM +0400, Sergey Bronnikov wrote: > Bug was catched by fsfuzzer. Probably that bug cannot be > found in real life with real usecase, but anyway it is a bug. Why? A failed consistency check means a bad fs, not necessarily a bug. "inode out of range" seems clear. A to

Re: Relayd crash on reload

2013-07-17 Thread Mathieu Blanc
Le 16/07/2013 15:53, Mathieu BLANC a écrit : Hi ! I have read several mails/bug in the mailing list about reloading relayd. But i didn't understand if all the bugs were fixed or not ? [...] If i launch the daemon with "relayd -d -vvv", and "relayctl reload", i have this error : parent_sig_handl

Re: PHP5.4 support

2013-07-17 Thread nacredata
Did you check the latest snapshot? I think the best thing to focus to download those & test them. devin -- contact info: http://nacredata.com/devin On Jul 17, 2013, at 6:59 AM, Cesar Calvo wrote: > Hello, I am a web developer and I use OpenBSD as a desktop which works very > well. I wonder

Re: PHP5.4 support

2013-07-17 Thread Cesar Calvo
Yes, I checked but the last packet is available is php-5.3.26p1.tgz in http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ Thanks for reply. On Wed, Jul 17, 2013 at 11:03 AM, nacredata wrote: > Did you check the latest snapshot? I think the best thing to focus to > download those & te

Re: panic: ext2fs_dirbadentry

2013-07-17 Thread Sergey Bronnikov
On 09:50 Wed 17 Jul , Philip Guenther wrote: > On Wed, 17 Jul 2013, Sergey Bronnikov wrote: > > Bug was catched by fsfuzzer. Probably that bug cannot be > > found in real life with real usecase, but anyway it is a bug. > > Is e2fsck being run (forced?) after fuzzing and before trying to mount it?

panic: ehci_device_clear_toggle: queue active

2013-07-17 Thread Sergey Bronnikov
Panic on attempt to write to USB 2.0 mass storage device. Step to reproduce: - attach USB flash - mount it - start copying files to mass storage - try to get a list of files on flash via ls(1) several times Unfortunately reproduction is not 100% OpenBSD 5.4-beta (GENERIC) #0: Mon Jul 15 23:06:59

usb device works on amd64 but not i386

2013-07-17 Thread Ryan Freeman
Hey tech@, i came across a uhid device (joystick adapter) I have that only seems to work on my amd64 desktop, but not i386 laptop. amd64: usb1 at ohci0: USB revision 1.0 uhub1 at usb1 "ATI OHCI root hub" rev 1.00/1.00 addr 1 usb2 at ohci1: USB revision 1.0 uhub2 at usb2 "ATI OHCI root hub" rev 1.

Re: cvs -z compression to reduce network traffic

2013-07-17 Thread Juan Francisco Cantero Hurtado
On Tue, Jul 16, 2013 at 09:25:34PM -0500, Amit Kulkarni wrote: > Hi, > > Are the various cvs mirrors allowing compression? I tried with cvs -z 5. I > currently sync from anoncvs3.usa and I think it doesn't, atleast the option > of tcpdump -A didn't show me any decompression activity, just ssh pack

Re: cvs -z compression to reduce network traffic

2013-07-17 Thread Amit Kulkarni
On Thu, 18 Jul 2013 03:06:03 +0200 Juan Francisco Cantero Hurtado wrote: > On Tue, Jul 16, 2013 at 09:25:34PM -0500, Amit Kulkarni wrote: > > Hi, > > > > Are the various cvs mirrors allowing compression? I tried with cvs -z 5. I > > currently sync from anoncvs3.usa and I think it doesn't, atleas

Re: error checking out svn stuff over https

2013-07-17 Thread Philip Guenther
On Wed, Jul 17, 2013 at 2:52 AM, Riccardo Mottola wrote: > I need to check out a (known good) repository through https. It is not a > server configuration probelm (as googling woudl suggest) but i am pretty > sure it is a missing package or a configuration of svn, neon on my OpenBSD > box which I