Re: what's wrong with cd9660 fs

2012-04-22 Thread Thomas Schmitt
Hi, > for now i add -udf when using mkisofs and mount_udf reads fine. anyway i > would be happy to see fully working ISO filesystem, I am not a FreeBSD hacker but just lurking here for the topics of ISO 9660 and SCSI command transport to DVD burners. So i lack the knowledge to develop a patch. Ne

CPU usage so high, fread() on the FILE wrapped by libfetch's fetchXGetURL()

2012-04-22 Thread Yanhui Shen
Hi, I found the CPU usage is pretty high while running 'pkg update', 'pkg install [fooapp]'. Seems it was caused by fread() on the FILE wrapped by libfetch's fetchXGetURL() , maybe fetch_read() in common.c. Here is a simple test code: http://pastebin.com/2sP1f4Wv I want to know whether it is a bu

service causes ps errors in chroot

2012-04-22 Thread rank1seeker
When I use '/usr/sbin/service' in chroot, it outputs: ps: empty file: Invalid argument OR ps: cannot read IdlePTD But it does work. Domagoj Smolčić ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hacker

Re: Status of BSD Diff replacement?

2012-04-22 Thread Matthew Story
On Apr 21, 2012 4:15 PM, "Ben Fiedler" wrote: > > http://www.public.asu.edu/~bfiedler/bsdtextproc.tar.gz > > Here's a tar.gz of my project file: I did not include the diff/ directory, but instead gabor_diff/ , as that's where the latest changes are. iirc the original diff/ in my project was taken

Re: what's wrong with cd9660 fs

2012-04-22 Thread Thomas Schmitt
Hi, there are problems in fs/cd9660 concerning multi-session, if the new session was written to addresses above 4 GiB. $ fetch https://dev.haiku-os.org/raw-attachment/ticket/8473/reloc_dir.iso.bz2 $ bunzip2 reloc_dir.iso.bz2 # mdconfig -a -t vnode -f reloc_dir.iso md1 # mount_cd9660 /d

Re: [review request] zfsboot/zfsloader: support accessing filesystems within a pool

2012-04-22 Thread Marius Strobl
On Sat, Apr 14, 2012 at 06:37:54PM +0300, Andriy Gapon wrote: > > I would like to ask for a review and/or testing of the following three > patches: > http://people.freebsd.org/~avg/zfsboot.patches.diff > > These patches add support for booting from an arbitrary filesystem of any > detected ZFS p

Can't unload snd_uaudio: it hangs in D+ state

2012-04-22 Thread Yuri
I was debugging Logitech C910 webcam. 1. 'kldload snd_uaudio' while camera was attached 2. ran webcamd, which worked 3. stopped webcamd 4. 'kldunload snd_uaudio' while the camera is still attached => hanged in D+ 5. 'kldstat' also hangs in D+ I didn't really use usound, just loaded the module. Wh

Re: Can't unload snd_uaudio: it hangs in D+ state

2012-04-22 Thread Hans Petter Selasky
On Monday 23 April 2012 02:51:48 Yuri wrote: > I was debugging Logitech C910 webcam. > 1. 'kldload snd_uaudio' while camera was attached > 2. ran webcamd, which worked > 3. stopped webcamd > 4. 'kldunload snd_uaudio' while the camera is still attached => hanged in > D+ 5. 'kldstat' also hangs in D+

Re: [review request] zfsboot/zfsloader: support accessing filesystems within a pool

2012-04-22 Thread Andrey V. Elsukov
On 23.04.2012 1:21, Marius Strobl wrote: > I can't say much about these patches as a whole as they are rather > big and I'm not aware of all the details of ZFS. However, one bit that > makes the current implementation x86-specific is zfs_dev_init(). If > you could move it to the MD part in the cour

Re: service causes ps errors in chroot

2012-04-22 Thread Andrey Zonov
On 4/22/12 4:07 PM, rank1see...@gmail.com wrote: When I use '/usr/sbin/service' in chroot, it outputs: ps: empty file: Invalid argument OR ps: cannot read IdlePTD But it does work. I think you need devfs in your chroot. Try this: mount -t devfs devfs /path/to/chroot/dev -- Andrey Zonov