I’ve disabled the accesscontrol plugin after plug in my brain…
It’s solved my problem.
Best posts made by ch3i
-
RE: Error 500 in host edition
-
RE: Download Task Failed
In your FOG web ui, in FOG Settings, you have :
- FOG_TFTP_FTP_USERNAME
- FOG_TFTP_FTP_PASSWORD
Try to connect to your FOG server via FTP using these credentials.
-
RE: FOGCrypt is not recognized as an internal or external command, operable program or batch file
@DEMONTECH Hi, not sure why you have that problem, but why you dont’t use the “Domain Password” instead “Domain Password Legacy”, the encrypt is automatic.
-
RE: Latest Development FOG
@Bill-Rice said:
@ch3i said:
Hi,
I’ve tested the bandwith speed in SVN 3377 and 3412, for that image :
-rwxrwxrwx 1 root root 512 mai 18 12:57 d1.mbr
-rwxrwxrwx 1 root root 0 mai 18 12:57 d1.original.swapuuids
-rwxrwxrwx 1 root root 8620391 mai 18 12:57 d1p1.img
-rwxrwxrwx 1 root root 40917364300 mai 18 13:16 d1p2.img
-rwxrwxrwx 1 root root 3947741 mai 18 13:16 d1p3.imgIn 3377 :
DL : 7.3G/Min (Avg)
In 3412:
DL : 7.4G/Min (Avg)
Regards,
Ch3i.As far as i know the speed increased prior to SVN 3377 (I think around 3374) and the speed you see appears to be full (again it depends on the hardware, memory, hdd and ethernet to server.) but your speeds look a lot better then the before for me… i was pulling images at 3-4Gig/min no I get about 7-7.5/gig min
It was to check if I had the same problem than TheKoR
Regards,
Ch3i. -
RE: Use NAS as NFS share
Hi,
To add a NAS as storage node :
1/ Create a share on your NAS with NFS and FTP access (FTP is used to moved images from dev/ to images/ )
2/ Create a user fog in your NAS with the same credentials in fog settings (FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD)
3/ Add it in the FOG Web UI as a storage node
- IP Address : IP of your NAS
- Image path : full NFS path of your NAS
4/ Ensure you have the good rights on your NAS share (777)
With that method you can only upload/deploy via unicast, no multicast.
To have multicast, you have to attach your NAS on your FOG server via iSCSI.
There are some topics on the forum to do that.
Regards,
Ch3i. -
RE: Resize Bugs Abound
Hi,
Thank you for the update !
Again my apologies
It’s SVN version, using at our risk…
Regards,
Ch3i. -
RE: 2 NIC in host problem (loops at sending discovery...)
@Knut Hi, sorry for the late answer… could you upload or download as a debug task. Just check debug after select upload or download.
-
RE: Error mounting XX.XX.XX.XX:/fog/ on /fog
Hi,
Fog version ? OS ?
Please provide the configuration of the image and the storage concerned. (screenshots if you want)Ch3i.
-
RE: Fog on existing network, clients wont boot.
@jguest Hi, which version of fog is installed ?
-
RE: [SCRIPTS] Customization of Ubuntu - "Fog Service" for Ubuntu
I forgot to tell you that you could choose to only install the “fog service” :
-
RE: Fog on existing network, clients wont boot.
@jguest What’s the content or your tftboot folder and the rights on files under ?
-
RE: [SCRIPTS] Customization of Ubuntu - "Fog Service" for Ubuntu
@cspence When I’ve wrote that script I only used FOG Database… But to minimize security problem I’ve created a read only mysql user.
If you can help me than @Junkhacker to optimize my script or create a FOG client for Linux, you are welcome lol.@Junkhacker I’m trying to optimize security (I’ve discover service/class files on fog since 2/3 months), I’ll post a “FOG client” for linux (Redhat/Debian based during this month)
-
RE: FOG not PXE boot anymore
@Hunter-Bonner Hi, If your installation is the same than about 2 month, I think that is not a FOG problem
Is there a new network configuration or DHCP ? -
RE: [SCRIPTS] Customization of Ubuntu - "Fog Service" for Ubuntu
@Jbob said:
2.0? At the rate I’m going I’ll have Linux and Mac released for 1.3.0
Cool, with 2.0 we have an Android/iOS client ?
-
RE: FOG not PXE boot anymore
@Hunter-Bonner What are your 66/67 dhcp options ?
-
RE: [SCRIPTS] Customization of Ubuntu - "Fog Service" for Ubuntu
Update host_rename_fog :
- Add the “dots” function used in FOG scripts like the installer (more sexy lol)
- Checking Mysql status
- Update MAC/Hostname checking (a better compatibility with multiple eth cards)
To use that script please create a user in mysql database with select right only on tables : hosts and hostMAC !
-
RE: FOG not PXE boot anymore
@Hunter-Bonner said:
@ch3i Sorry I do not know what you mean. I’m a total n00b to FOG.
To boot your clients on PXE, you need :
- An IP >> it’s OK
- A DHCP option that specified the TFTP server (option 66) : the ip of the server >> NOK
- A DHCP option that specified the boot file (option 67) : pxelinux.0 >> NOK
-
RE: Windows 8.1 "Dirty Bit" in UEFI
Have you try in debug mode a
ntfsfix /dev/your_windows_partition
? It’s an idea, not sure that’s solve the problem…