Displaying 4 results from an estimated 4 matches for "new_root_dir".
2007 Jul 18
0
Using different NFS server
Hi to all,
I'm trying to install PXE boot + NFS for diskless boot for Linux system. So
everything looks fine until I tried to use other NFS server to mount root
file system.
So I try just to change parameter in pxelinux.cfg files
Append nfsroot=to_new_nfs_server:/new_root_dir
But in boot process I received rootserver: TFTP/DHCP server rootpath:
<empty>
Filename: right
one : and so on :.
So I read documentation for dhcpd3 server and set option to the client
Root-path: to...
2007 Jul 18
0
use it with different NFS server
Hi to all,
?I'm trying to install PXE boot + NFS for diskless boot for Linux system. So
everything looks fine until I tried to use other NFS server to mount root
file system.
So I try just to change parameter in pxelinux.cfg files
Append nfsroot=to_new_nfs_server:/new_root_dir
But in boot process I received rootserver: TFTP/DHCP server rootpath:
<empty>
?????????????????????????????????????????????????????????? ?Filename: right
one : and so on :.
So I read documentation for dhcpd3 server and set option to the client
?????????????????????????? Root-path: to_new_n...
2007 Feb 16
2
Permissions of the top-level destination directory without --perms
...e permissions of dest were not
restricted by the permissions of src.
The trouble is that the generator creates the top-level destination
directory in get_local_name with default permissions and then treats
it as already existing, so it doesn't change the permissions. The
generator then checks new_root_dir and begins pretending the directory
doesn't exist so that it can itemize the creation correctly. Moving
the pretending above the permission calculation (as in the attached
patch) seems to fix the problem.
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2007 Sep 22
0
rsync build on IA64 using icc
...mark #1419: external declaration in primary source file
extern int whole_file;
^
generator.c(80): remark #1419: external declaration in primary source file
extern int list_only;
^
generator.c(81): remark #1419: external declaration in primary source file
extern int new_root_dir;
^
generator.c(82): remark #1419: external declaration in primary source file
extern int read_batch;
^
generator.c(83): remark #1419: external declaration in primary source file
extern int safe_symlinks;
^
generator.c(84): remark #1419: external declara...