search for: lbn

Displaying 10 results from an estimated 10 matches for "lbn".

Did you mean: lan
2007 Aug 20
1
system() fails with fc.exe (PR#9868)
...'c:\\WINDOWS\\system32\\fc.exe /?',intern=TRUE) character(0) When I do the same from python 2.3, I get >>> import os >>> os.system("c:\\WINDOWS\\system32\\fc /?") Compares two files or sets of files and displays the differences between them FC [/A] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/U] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2 FC /B [drive1:][path1]filename1 [drive2:][path2]filename2 /A Displays only first and last lines for each set of differences. /B Performs a binary comparison. /C Disregards...
2007 Apr 18
2
virtual device bus "xen bus"
Hi, in order for installers and hardware discovery programs to be able to load the right device drivers, we really want a virtual device bus in Xen, a'la power5 VIO. This "xen bus" is on the top of Jeremy's TODO list, but since I have heard rumors that some of our friends here might have (some of the) code already it would seem prudent to check whether that code could be
2007 Apr 18
2
virtual device bus "xen bus"
Hi, in order for installers and hardware discovery programs to be able to load the right device drivers, we really want a virtual device bus in Xen, a'la power5 VIO. This "xen bus" is on the top of Jeremy's TODO list, but since I have heard rumors that some of our friends here might have (some of the) code already it would seem prudent to check whether that code could be
2003 Jun 07
0
FFS related panic in 4.8-STABLE
...continue, or q <return> to quit--- size=4096) at ../../ufs/ffs/ffs_alloc.c:1044 #14 0xc0337f83 in ffs_hashalloc (ip=0xc3b56b00, cg=115, pref=10480648, size=4096, allocator=0xc0338244 <ffs_alloccg>) at ../../ufs/ffs/ffs_alloc.c:863 #15 0xc0337105 in ffs_alloc (ip=0xc3b56b00, lbn=0, bpref=10480648, size=4096, cred=0xc42fe400, bnp=0xdfb05d70) at ../../ufs/ffs/ffs_alloc.c:142 #16 0xc0339f32 in ffs_balloc (ap=0xdfb05e2c) at ../../ufs/ffs/ffs_balloc.c:167 #17 0xc03438c9 in ffs_write (ap=0xdfb05e64) at vnode_if.h:1056 #18 0xc026bb5e in vn_write (fp=0xc35e9600, uio=0xdfb05ed...
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
...ruct buf *) 0xcc8e2f2c ip = (struct inode *) 0xc236fd00 error = 0 #9 0xc024c775 in ffs_fsync (ap=0xc032d228) at /usr/src/sys/ufs/ffs/ffs_vnops.c:273 vp = (struct vnode *) 0xdb241380 bp = (struct buf *) 0x0 nbp = (struct buf *) 0xc032d23c s = -1 error = 0 wait = 0 passes = 4 skipmeta = 0 lbn = 36 #10 0xc024b04b in ffs_sync (mp=0xc230e600, waitfor=2, cred=0xc145e900, p=0xc039b3e0) at vnode_if.h:558 a = {a_desc = 0xc032db40, a_vp = 0xdb241380, a_cred = 0xc145e900, a_waitfor = 2, a_p = 0xc039b3e0} vp = (struct vnode *) 0xdb241380 cred = (struct ucred *) 0xc145e900 waitfor = 2 p =...
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...y delaying disk syncs */ + if (sync_extdelay) + return (0); if ((error = getvnode(p->p_fd, SCARG(uap, fd), &fp)) != 0) return (error); --- /usr/src/sys.org/ufs/ffs/ffs_alloc.c Fri Sep 21 21:15:21 2001 +++ ufs/ffs/ffs_alloc.c Sat Apr 12 00:06:20 2003 @@ -125,6 +125,10 @@ ffs_alloc(ip, lbn, bpref, size, cred, bn #endif /* DIAGNOSTIC */ if (size == fs->fs_bsize && fs->fs_cstotal.cs_nbfree == 0) goto nospace; + /* Speedup flushing of syncer_wokitem_pending[*] if low on freespace */ + if (rushjob == 0 && + freespace(fs, fs->fs_minfree + 2) - numfrags(f...
2003 Jul 29
1
kern/53717: 4.8-RELEASE kernel panic (page fault)
...xc0235cda in vec3 () #10 0xc0192dff in biowait (bp=0xc7524558) at /usr/src/sys/kern/vfs_bio.c:2644 #11 0xc0190647 in bread (vp=0xce705840, blkno=1831456, size=16384, cred=0x0, bpp=0xced05b98) at /usr/src/sys/kern/vfs_bio.c:527 #12 0xc01fc39d in indir_trunc (ip=0xced05be0, dbn=1831456, level=0, lbn=12, countp=0xced05bd0) at /usr/src/sys/ufs/ffs/ffs_softdep.c:2216 #13 0xc01fc1ae in handle_workitem_freeblocks (freeblks=0xc2b3b680) at /usr/src/sys/ufs/ffs/ffs_softdep.c:2133 #14 0xc01fa64e in process_worklist_item (matchmnt=0x0, flags=0) at /usr/src/sys/ufs/ffs/ffs_softdep.c:723 #15...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2005 Jun 21
0
running icecast and a webserver on same port
On Wed, 22 Jun 2005, Saul Qui?ones wrote: > Hi all!! Does anyone know if you can have your > web server running on port 80 and also icecast on the > same port in a easy way??. Thanks in advance!! You can't run both on the same port, but you can pass the stream through a a CGI script - from Icecast (running on the normal port 8000 for example) and on to listeners connecting to the
2005 Aug 08
0
restarting streamtranscoder w/ out killing listeners
On Sun, 7 Aug 2005, Josh Whiting wrote: > I'm running streamtranscoder on my icecast server. Unfortunately, > after 5-15 minutes of transcoding, it sometimes produces jumpy/skippy > audio or drops the stream altogether. What I'd like to do is restart > streamtranscoder every 5 minutes. However, when I kill > streamtranscoder and bring it back, all listeners on the stream