search for: rootpath

Displaying 20 results from an estimated 56 matches for "rootpath".

2009 May 28
1
rootpath length in ipconfig.
Hi, Ipconfig when recieves rootpath option from dhcp it truncates it to quite short string (39 characters). It is slightly to short if you start passing rootpath both nfs server ip address and some nfs options through dhcp. The length of this option is defined in usr/kinit/ipconfig/netdev.h #define BPLEN 40 Could you bump...
2002 Jul 31
2
Patronizing the exclude * option
...t include the needed paths. So the question is how can I extract every parent directory of this path? I tried writing a recursive routine that accepts /startdirectory as $1 and the pathname of filetobecopied as $2. Here is latest incarnation, which doesn't work right, of course. #!/bin/sh rootpath="$1" subpath="$2" if [ $rootpath -ef $subpath ] then echo "end of recursion" echo $subpath else echo $subpath SUBDIRECTORY=$(/usr/bin/dirname $subpath) echo $SUBDIRECTORY /root/scripts/subdirname $SUBDIRECTORY fi -- Maurice Volaski, mvolaski@aecom.yu.edu...
2010 Feb 12
1
ffsave.image() error with large objects
Hi, I have been using ffsave.image() to save mixture of ff and normal objects in my workspace. e.g. ffsave.image(file = "C:\output\saveobjects", rootpath = "D:\fftempdir", safe = TRUE) It works fine but once my workspace has large (~4GB) objects, I get the error: Error in ffsave.image(file = "C:\output\savedobjects", rootpath = "D:\fftempdir", safe = TRUE) : ff image could not be renamed and is left in C:\output\saved...
2008 Feb 22
1
ipconfig bug with multiple interfaces
...147.32.86.255 netmask: 255.255.255.0 gateway: 147.32.86.1 dns0 : 147.32.80.9 dns1 : 0.0.0.0 host : sojkam domain : felk.cvut.cz rootserver: 147.32.86.1 rootpath: filename : eth0: state = 2 eth1: state = 4 IP-Config: eth1 complete (from 147.32.86.1): address: 147.32.86.65 broadcast: 147.32.86.255 netmask: 255.255.255.0 gateway: 147.32.86.1 dns0 : 147.32.80.9 dns1 : 0.0.0.0 host : sojkam...
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
...d3b0e..a54329f 100644 --- a/usr/kinit/ipconfig/main.c +++ b/usr/kinit/ipconfig/main.c @@ -71,6 +71,7 @@ static void print_device_config(struct n printf(" nisdomain: %-64s\n", dev->nisdomainname); printf(" rootserver: %s ", my_inet_ntoa(dev->ip_server)); printf("rootpath: %s\n", dev->bootpath); + printf(" filename : %s\n", dev->filename); } static void configure_device(struct netdev *dev) @@ -112,6 +113,7 @@ static void dump_device_config(struct ne fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname); fprintf(f, "ROOTSE...
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello, I've got rsync --daemon running on an OSX machine, and I have it exporting the entire hard disk as [rootpath]. On my Linux machine, I run this: rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox I redirect the output from that command to a file (nohup.out), and then tail the file, and I see that it never gets beyond the recv_file_name() stage. In about 4 hours, the nohup.out fi...
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
...fprintf(f, "HOSTNAME=%s\n", dev->hostname); - fprintf(f, "DNSDOMAIN=\"%s\"\n", dev->dnsdomainname); - fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname); - fprintf(f, "ROOTSERVER=%s\n", my_inet_ntoa(dev->ip_server)); - fprintf(f, "ROOTPATH=%s\n", dev->bootpath); - fprintf(f, "filename=\"%s\"\n", dev->filename); + write_option(f, "DEVICE", dev->name); + write_option(f, "IPV4ADDR", + my_inet_ntoa(dev->ip_addr)); + write_option(f, "IPV4BROADCAST", + my_inet_nto...
2011 Sep 28
6
I can't seem to create mountpoint and change permissions after mounting in 2.7.3
...I use at this moment define lvm::createfs ( $mountpath = undef, $mountpoint = undef, $lvsize = undef, $fstype = undef, $vgname = undef, $lvname = "${name}", $requisite = '''' ) { # Load defaults require lvm::params # Check mountpath equals root $rootpath = $mountpath ? { ''/'' => undef, default => $mountpath, } # Create directory tree including subdirectories exec { "${lvm::params::module_label}_mkdir_${mountpath}/$ {mountpoint}": command => "mkdir -p ${mountpath}/${mountpoint}",...
2005 Sep 06
2
network probs trying to get nfs root to work
...al nfs server with a nice root disk populated. i get this after xm create -c dom1 vmid=1 . . . IP-Config: Complete: device=eth0, addr=172.31.205.229, mask=255.255.255.0, gw=172.31.205.2, host=vm%d, domain=, nis-domain=(none), bootserver=161.144.120.208, rootserver=161.144.120.208, rootpath= Looking up port of RPC 100003/2 on 161.144.120.208 portmap: server 161.144.120.208 not responding, timed out Root-NFS: Unable to get nfsd port number from server, using default while it''s doing this i cant ping dom1 s addr (172.31.205.229) from dom0. what am i doing wrong? any help is a...
2006 Apr 19
3
xen-unstable-9514 and CONFIG_IA32_EMULATION
...d protocol family 17 Sending DHCP requests ., OK IP-Config: Got DHCP answer from 10.0.2.2, my address is 10.0.2.15 IP-Config: Complete: device=eth0, addr=10.0.2.15, mask=255.255.255.0, gw=10.0.2.2, host=10.0.2.15, domain=, nis-domain=(none), bootserver=10.0.2.2, rootserver=10.0.2.2, rootpath= init[1] general protection rip:f7f3084b rsp:ffffc7ac error:802 init[1] general protection rip:f7f3084b rsp:ffff8300ffffc7ac error:802 init[1] general protection rip:f7f3084b rsp:ffff8300ffffc7ac error:802 ... Any thoughts? Thanks, / magnus _______________________________________________ Xen-de...
2008 Feb 14
2
kickstart file problem
...would be appreciated. Here is the error, the script follows. Traceback (most recent call first): File "/usr/lib/anaconda/kickstart.py", line 82, in run os.unlink(path) File "/usr/lib/anaconda/kickstart.py", line 781, in <lambda> map (lambda s: s.run(anaconda.rootPath, serial, anaconda.intf), postScripts) File "/usr/lib/anaconda/kickstart.py", line 781, in postAction map (lambda s: s.run(anaconda.rootPath, serial, anaconda.intf), postScripts) File "/tmp/treedir.17875/instimage/usr/lib/anaconda/packages.py", line 44, in doPostAction...
2007 Jul 18
0
Using different NFS server
...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_nfs_server:/new_root_dir And reboot the node again New result...
2007 Jul 18
0
use it with different NFS server
...t + 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_nfs_server:/new_root_dir And reboot the node again New result was: ?...
2012 Jun 10
1
HELP: ff package
I use the ff-package for large data and have good success in session. To ensure my data is available for the next R session, I save my workspace and use the /ffsave/ command to archive my large data objects. Syntax is simple: > ffsave(file="~/path/archiveName", list="objectName") when I have multiple files to save, the list is expanded using c(). When I start a new R
2004 Feb 29
2
How to rsync only directories, no files inside ?
Hi. I need to create a lot of directories, just the same with remote's /var, but I only need the directories, the files inside those sub-directories in /var/ are not necessary for me. I know "find+cp" can do, but I would like to use the archive mode, i.e. I need the original permision, owner, group... Can I make it using rsync ? If so, please tell me how. Thank you in advance. --
2007 Sep 30
2
Fai Install Server in DomU
...P IP-Config: eth0 guessed broadcast address 172.16.0.255 IP-Config: eth0 complete (from 172.16.0.151): address: 172.16.0.169 broadcast: 172.16.0.255 netmask: 255.255.255.0 gateway: 172.16.0.250 dns0 : 172.16.0.254 dns1 : 0.0.0.0 domain : labor.net rootserver: 172.16.0.151 rootpath: /srv/fai/nfsroot rsize=8192,wsize=8192, filename : Begin: Running /scripts/nfs-premount ... Done. mount: Device or resource busy short read: 0 < 28 Done. Begin: Retrying nfs mount ... IP-Config: eth0 hardware address 00:16:3e:7a:25:7c mtu 1500 DHCP IP-Config: eth0 guessed broadcast address 17...
2011 May 04
1
Problems saving ff objects
...;, length=n, filename="d:/tmp/z.ff") df <- ffdf(x=x, y=y, z=z) rm(x,y,z) message("save all of them") ffsave.image("d:/tmp/x") I get: Error in ffsave(list = ls(envir = .GlobalEnv, all.names = TRUE), file = outfile, : the previous files do not match the rootpath (case sensitive) Whats wrong here? Should this not be working as I did not change anything in the code? Cheers Jannis > sessionInfo() R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United State...
2005 Nov 30
1
how to run knoppix under xen
...bind 4096) NET: Registered protocol family 1 NET: Registered protocol family 17 IP-Config: Guessing netmask 255.0.0.0 IP-Config: Complete: device=eth0, addr=1.2.3.4, mask=255.0.0.0, gw=255.255.255.255, host=1.2.3.4, domain=, nis-domain=(none), bootserver=1.2.3.4, rootserver=1.2.3.4, rootpath= VFS: Mounted root (iso9660 filesystem) readonly. Freeing unused kernel memory: 112k freed Warning: unable to open an initial console. Kernel panic - not syncing: No init found. Try passing init= option to kernel. any help. _______________________________________________ Xen-users mailing list...
2013 May 26
1
load ff object in a different computer
Hi all, I am having trouble loading a ff object previously saved in a different computer. I have both files .ffData and .RData, and the first of them is 13Mb large from which I know the data is therein. But when I try to ffload it, checkdir error: cannot create /home/_myUser_ Permission denied unable to process home/_myUser_/Rtempdir/ff1a831d500b8d.ff. and
2008 May 24
3
ipconfig and boot filename option
...ervers. Kind regards, Alkis Georgopoulos IP-Config: eth0 complete (from 128.131.48.127): address: 128.131.48.177 broadcast: 128.131.48.255 netmask: 255.255.255.0 gateway: 128.131.48.1 dns0 : 128.130.4.3 dns1 : 128.131.4.3 domain : itp.tuwien.ac.at rootserver: 128.131.48.127 rootpath: filename : /pxelinux.0 )