Displaying 7 results from an estimated 7 matches for "open_by_handle_at".
2019 Sep 11
0
[PATCH v5 0/4] virtio-fs: shared file system for virtual machines
...ve been looked up
using FUSE_LOOKUP. They are ephemeral in the current virtiofsd
implementation and vary across device reset. Therefore we are unable
to restore the same inode numbers upon restore.
The solution is persistent inode numbers in virtiofsd. This is also
needed to make open_by_handle_at(2) work and probably for live
migration.
* FUSE_OPEN -> fh (fd_map)
The session contains FUSE file handles for open files. There is
currently no way of re-opening a file so that a specific fh is
returned. A mechanism to do so probably isn't necessary if the
driver can upd...
2019 Sep 12
0
[PATCH v5 0/4] virtio-fs: shared file system for virtual machines
...ephemeral in the current virtiofsd
> > implementation and vary across device reset. Therefore we are unable
> > to restore the same inode numbers upon restore.
> >
> > The solution is persistent inode numbers in virtiofsd. This is also
> > needed to make open_by_handle_at(2) work and probably for live
> > migration.
> >
> > * FUSE_OPEN -> fh (fd_map)
> >
> > The session contains FUSE file handles for open files. There is
> > currently no way of re-opening a file so that a specific fh is
> > returned. A mech...
2016 Jul 09
4
Option configure
Hello,
Am 09.07.2016 um 09:14 schrieb Rowland penny:
>> What is the purpose of the option
>> *
>> **--with-**systemd**
>> ****Enable****systemd****integration*
>>
>> To configure Samba (build).
>>
>
> It is there so that there is also the '--without-systemd' option.
>
> one turns on systemd integration, the other (thank your deity)
2016 Jul 09
4
Option configure
...IPC_LOCK CAP_SYS_CHROOT
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime
delete_module fanotify_init finit_module get_mempolicy init_module
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_writev ptrace remap_file_pages request_key set_mempolicy
swapoff swapon umount2 uselib vmsplice
ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/var/lib
ReadWriteDirectories=/var/lib/samba
-------------- next part -----...
2018 Jan 22
1
Samba 4.7 don't start on F27
...IPC_LOCK CAP_SYS_CHROOT
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime
delete_module fanotify_init finit_module get_mempolicy init_module
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_writev ptrace remap_file_pages request_key set_mempolicy
swapoff swapon umount2 uselib vmsplice
ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/var/lib
ReadWriteDirectories=/var/lib/samba
ReadWriteDirectories=/usr/local
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...UND: setuid
SYSCALL FOUND: getgid
SYSCALL FOUND: pwrite64
SYSCALL FOUND: getpmsg
SYSCALL FOUND: llistxattr
SYSCALL FOUND: readlink
SYSCALL FOUND: accept4
SYSCALL FOUND: fchown
SYSCALL FOUND: stat
SYSCALL FOUND: execve
SYSCALL FOUND: vmsplice
SYSCALL FOUND: splice
SYSCALL FOUND: umask
SYSCALL FOUND: open_by_handle_at
SYSCALL FOUND: futimesat
SYSCALL FOUND: sendmsg
SYSCALL FOUND: fcntl
SYSCALL FOUND: rmdir
SYSCALL FOUND: getdents64
SYSCALL FOUND: geteuid
SYSCALL FOUND: mq_open
SYSCALL FOUND: alarm
SYSCALL FOUND: futex
SYSCALL FOUND: pciconfig_iobase
SYSCALL FOUND: umount2
SYSCALL FOUND: mknodat
SYSCALL FOUND: fo...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux