Displaying 5 results from an estimated 5 matches for "fdescf".
Did you mean:
fdesc
2003 Aug 15
0
[PATCH] jail NG schript patch for mounting devfs and procfsautomatically
...; tee: /dev/stderr: Operation not supported
>
> Mail in local queue:
> tee: /dev/stderr: Operation not supported
>
> Mail in submit queue:
> tee: /dev/stderr: Operation not supported
>
> in the periodic daily, weekly, monthly and security reports. But if I mount
> the fdescfs on the jail, then these errors go away.
>
> So we need to add the following to the new jail script
>
> jail_start()
> {
> :
> eval jail_devfs=\"\$jail_${_jail}_devfs\"
> [ -z ${jail_devfs} ] && jail_devfs="NO":
>
>...
2009 Apr 19
0
crash on 7.2-RC1 when inserting an empty DVD: supervisor write, page not present
...smb.ko
10 2 0xc0ec5000 1be0 smbus.ko
11 1 0xc0ec7000 4dc0 atapicam.ko
12 1 0xc0ecc000 6a45c acpi.ko
13 1 0xc7277000 7000 linprocfs.ko
14 2 0xc727e000 22000 linux.ko
15 1 0xc72d3000 4000 nullfs.ko
16 1 0xc7825000 e000 fuse.ko
17 1 0xc79cc000 4000 fdescfs.ko
18 1 0xc7b37000 2000 rtc.ko
19 1 0xc7c15000 9000 i915.ko
20 1 0xc7c1e000 13000 drm.ko
I don't know how to get more out of the crash dump, please tell me.
root@daemon:/usr/obj/usr/src/sys/DAEMON# kgdb kernel.debug /var/crash/vmcore.5
GNU gdb 6.1.1 [FreeBSD]
Copyrigh...
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
...route_only="YES" # Route only TCP/IP within a jail
jail_sysvipc_allow="NO" # allow SystemV IPC use from within a jail
# ---- Jail-Defaults ----
jail_interface="fxp0"
jail_devfs_enable="YES" # mount devfs in the jail
jail_fdescfs_enable="YES" # mount fdescfs in the jail
jail_procfs_enable="YES" # mount procfs in jail
jail_mount_enable="NO" # mount/umount jail's fs
[...]
# ---- ftp
jail_ftp_rootdir="/data/jails/ftp.XXX.YYY.com"
jail...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
...ser to it, while causing no actual changes on
Linux.
Other issues (with partial solutions, or not dealt yet) w.r.t porting
to non-Linux so far found are the following:
a) lack of UNIX_PATH_MAX (which seems Linux-specific anyway)
b) usage of meta /dev/fd/N files; while on (k)FreeBSD there's a fdescfs
filesystem providing it, IMHO a better solution would be adding API
using FDs, like download_fd, upload_fd, tar_in_fd, and tar_out_fd
c) program_invocation_short_name is specific to GNU libc
d) iconv outside of GNU libc, in an own libintl
e) different cli tools, and different output for t...
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