• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. p38fln
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by p38fln

    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      That was it! .mntcheck was missing from /images/dev. Thank you!

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      All I can go on is it says Mounted NFS Volume - Done as it boots up.

      I tried running the mount command in the shell as you suggested, it worked fine and I was able to view the contents of the /images/dev directory and open a file and delete a file from the client.

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      I dropped the fog db and reinstalled and the DefaultMember configuration looks exactly the same as before, and same errors - It mounts the NFS volume, then says it isn’t mounted.

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      I tried to put it back to how it was but if you can tell I touched it obviously did something wrong - what should it look like?

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      I was mistaken, it is creating entries in journalctl when the client connects to the server

      Jul 17 11:39:46 localhost rpc.mountd[2506]: authenticated mount request from 10.0.0.141:939 for /images/dev (/images/dev)
      Jul 17 11:39:29 localhost in.tftpd[29884]: tftp: client does not accept options
      Jul 17 11:39:29 localhost xinetd[994]: START: tftp pid=29883 from=10.0.0.141

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      Of course, see below:
      [ATTACH=full]1174[/ATTACH]

      [url=“/_imported_xf_attachments/1/1174_fogstoragenode.png?:”]fogstoragenode.png[/url]

      posted in FOG Problems
      P
      p38fln
    • RE: Mounted NFS volume - Done, Failed to mount NFS Volume

      Contents of /etc/exports

      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
      /mnt/isos *(rw,no_root_squash)

      The 3rd export isn’t for Fog. All 3 of the exports work just fine for anything other than the Fog clients - I tried an OptiPlex 345 and a ESXi 5.1 Virtual machine for the Fog image and both of them failed exactly the same way.

      CentOS 6.5 system connecting to the NFS export -

      [root@localhost /]# mount 10.0.0.36:/images /mnt/images
      [root@localhost /]# cd /mnt/images
      [root@localhost images]# ls
      dev lost+found

      A log entry is created in journalctl when I connect this way, and a log entry is also created if I try to connect to a directory that isn’t exported. There are no log entries at all when Fog tries to connect and the directory is properly exported, but if I remove the export I get an error that the directory isn’t exported.

      posted in FOG Problems
      P
      p38fln
    • Mounted NFS volume - Done, Failed to mount NFS Volume

      I’ve used Fog before, but this is the first time I’ve tried the new version. It’s much prettier, I like it so far.

      I’m having a very hard time getting any image to upload to the server. It looks like it’s going to work, then it fails out.

      The host operating system is CentOS 7, and I can mount the NFS export just fine from the computer and read and write data to it, and a log is stored in journalctl of the event. When Fog mounts the volume, it doesn’t store -anything- in the log (As though it made no access attempt) and it fails out even though it says it mounted.

      I tried breaking it a bit by removing the export, and that failed as you would expect and put an entry in journalctl, but when it’s set properly it’s like something is getting missed.

      [ATTACH=full]1172[/ATTACH]

      [url=“/_imported_xf_attachments/1/1172_Untitled.png?:”]Untitled.png[/url]

      posted in FOG Problems
      P
      p38fln
    • RE: Throttling Fog multicast, is it possible?

      I quick Google search for “Throttle Linux network connection” came up with this result - even if Fog can’t throttle, if you can slow down the speed of the server’s NIC it should accomplish the same result. You also might ask whoever the network is outsourced to if some form of QoS can be setup (so it can run at full speed unless someone else needs it).
      [url]http://superuser.com/questions/66574/how-to-throttle-bandwidth-on-a-linux-network-interface[/url]

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      Actually it was pretty straightforward to get working on FC17 -

      1. Follow instructions found in other posts for Fedora Core 16 (Remove php-gettext from the install file, fix the NFS-server start so it won’t break the install process)
      2. Replace &$tmp with $tmp
      3. Start the NFS-server / enable the nfs-server

      I just successfully re-imaged a computer 😄

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      Never mind, the nfs-server didn’t get turned ‘on’ by chkconfig properly. I started it and got an error that I was trying to image to many partitions at once, so I think we’re good now! Thanks for your help.

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      That cleared the first error up - now I’m getting another one:

      Preparing to send image file to server
      Mounting File System… mount: RPC: Remote system error Connection refused
      mount: mounting 192.168.10.113:/images/dev/ on /images failed: Bad file descriptor
      Done
      Fatal Error: Failed to mount NFS Volume.

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      I’ll give it a shot, thanks

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      Yes, I gave up on this and I’m downloaded FC16 now, it was definitely a lot more trouble than it was worth to try and stick with FC17.

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      SO a bit of searching in Google shows that that error is due to the functiong being removed in PHP 5.4, the easy solution of course is to downgrade to Fedora Core 16 which comes with PHP 5.3 and still has the missing function. I’m trying the hard way (compile and install PHP 5.3 on Fedora Core 17). Wish me luck.

      posted in FOG Problems
      P
      p38fln
    • RE: [SOLVED] Can't upload images

      I looked through the HTTPD error log, it looks like PHP is the thing that’s failing on me -
      There are a lot of Notice messages, this one is the only one that says Fatal Error -
      [Thu Sep 13 15:24:13 2012] [error] [client 192.168.10.47] PHP Fatal error: Call-time pass-by-reference has been removed in /var/www/html/fog/management/includes/tasks.confirm.include.php on line 754, referer: [url]http://images/fog/management/index.php?node=host&sub=edit&tab=tasks&id=1[/url]
      I could go to FC16, but it’s such a pain to reload the machine I want to avoid it if possible

      PHP Version is 5.4.6

      posted in FOG Problems
      P
      p38fln
    • [SOLVED] Can't upload images

      This is the first time I’ve ever tried to use FOG. I wiped an old server off and loaded Fedora Core 17 on it.
      I’m at the point that the clients boot off PXE and I get the FOG menu, and I can get the clients to register with the FOG server, but I can’t upload images from the client to the server.
      When I click the Upload image button, it looks like the next page only half loads - it says Task Management across the top, and has all the standard icons above where it says Task Management, but there’s nothing else on the page.
      Also, there is not anything created in the pxelinux.cfg directory. Rebooting the client computer it just gives the regular FOG menu again.
      Anyone have any ideas?

      Thanks

      posted in FOG Problems
      P
      p38fln
    • 1 / 1