Search found 7 matches

by MarcAngelo
16 Oct 2013, 22:53
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: [Solved] Using changes= on already existing PXE server

Hi Fanthom, I guess I've done everything as you explained, but homedirs are still created in /srv/pxe/storage instead of /srv/pxe/home . :shock: My server has IP-address 192.168.178.5. This is what I have done on my server (which also is used for storage): /etc/exports: /media/Verbatim 192.168.178.0...
by MarcAngelo
16 Oct 2013, 11:44
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: [Solved] Using changes= on already existing PXE server

Hi fanthom, I created folder /srv/pxe/home (chmod 777). added to /etc/exports: /srv/pxe/home 192.168.178.1/24(rw,fsid=1,no_root_squash,no_subtree_check) added to /srv/pxe/porteus/rootcopy/etc/rc.d/rc.local /sbin/mount -t nfs 192.168.178.1:/srv/pxe/home /home -o rw,nolock Whenever I create a new user...
by MarcAngelo
15 Oct 2013, 11:16
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: [Solved] Using changes= on already existing PXE server

Hi Fanthom, Would you use a symbolic link to link /srv/pxe/home and /srv/pxe/storage/client-MAC/changes/home together, or would you use mount for that? If you would suggest mount , could you give an example how to mount it? I only am familiar with mount for mounting drives and shares :D I tried to g...
by MarcAngelo
15 Oct 2013, 08:16
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: [Solved] Using changes= on already existing PXE server

Well... It works great, but have 1 question left :D Now it creates a new directory structure per client, with last 6 characters of the MAC-address. Is it possible to be able to create 1 directory structure, based on USER-name, so that wherever the user logs in, the settings/preferences keep the same...
by MarcAngelo
14 Oct 2013, 13:10
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: Using changes= on already existing PXE server

Hi Fanthom,

Thanks for your help!
After creating the folder /srv/pxe/storage and modifying the /etc/exports I was able to save the
changes.

This is so cool!!

Thanks again!

Marc
by MarcAngelo
14 Oct 2013, 11:11
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

Re: Using changes= on already existing PXE server

Hi Fanthom! Thanks for your supply. I tried both of your mount suggestions, but in APPEND= /srv/pxe/storage or /srv/storage/pxe-client both result in "Couldn't find /srv/pxe/storage" and "Couldn't find /srv/storage/pxe-clients". "Correct your cheatcodes if needed" Thanks for your help sofar! Marc
by MarcAngelo
13 Oct 2013, 21:01
Forum: Newbie questions
Topic: [Solved] Using changes= on already existing PXE server
Replies: 13
Views: 3872

[Solved] Using changes= on already existing PXE server

Hi guys, I was able to install Porteus on my already existing PXE server. It is completely up-and-running using PXE/httpd/nfsd. There is only 1 problem: I'm not able to write the changes to a folder on my existing PXE server. If I want to write the changes on my existing PXE server in the folder: /s...