@Wayne-Workman Alright, here’s the specs and I hope it will help people with their HP’s
Fog version: svn 5293
Boot file:ipxe.efi
Kernel: 4.2.3
(4.3.0 wasn’t working at the time for this specific problem)
Kernel arg: has_usb_nic=1
Host disk: /dev/mmcblk0
(this was important, fog wasn’t recognizing the HDD unless this was valid.)
Using an Ethernet to usb adapter that has an ASIX AX88772B in it.
Best posts made by drc0nc
-
RE: HP Stream 11 pro
-
RE: Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
Yea, it’s just my boxes that I have been release upgrading. My third box is a fresh install of 17.04 and it updated this morning just fine.
-
RE: HP Stream 11 pro
@Sebastian-Roth YES! It’s currently pulling an image, I had to set it to do a multiple partition disk non re-sizable… I’ll update you guys if I can deploy it after it completes the pull
Thanks again to all that helped!
-
RE: Remove your webroot redirect to /fog when going to >= rc4
@Smokinjoe68 If you edit apache2.conf located in /etc/apache2 (I prefer
nano
) and add DirectoryIndex line below following @Wayne-Workman instructions here<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted DirectoryIndex index.php </Directory>
-
RE: Backing up old data Failed! (trying SVN)
Awesome!
I got it to install, then I had a MySQL hiccup. For some reason during install it wasn’t writing the password for MySQL to the config appropriately. I followed these (https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL) and changed the path from /var/www/fog/lib/fog/Config.class.php to /var/www/html/fog …
and now im running. now to try and get these HP’s up and running.thanks again
-
RE: HP Stream 11 pro
@Tom-Elliott @Sebastian-Roth I thank both of you guys! I can wait, no problem. Also, you need me to test any of it, I’m more than willing.
-
RE: Backing up database failed!
@Wayne-Workman Yea noticed the double slashes. Still get an internal 500 error
-
RE: Surface 3 Fails to Image
@Sebastian-Roth Works just fine now! thanks guys…
-
RE: Backing up database failed!
@Tom-Elliott new errors now after updating
[Mon Feb 29 11:18:17.128137 2016] [:error] [pid 10943] [client 172.24.15.10:60110] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in /var/www/html/fog/lib/fog/fogftp.class.php on line 141
looks like it moved to line 141
} public function pasv(bool $pasv = false) { if (!$pasv) $pasv = $this->get('passive'); return @ftp_pasv(self::$link,$pasv); }
lines 140-144
Latest posts made by drc0nc
-
RE: Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
@Tom-Elliott Thanks man, I’ll keep an eye out and see if this can resolve, otherwise as long as this package is non-critical I omitted it for now.
-
RE: Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
Yea, it’s just my boxes that I have been release upgrading. My third box is a fresh install of 17.04 and it updated this morning just fine.
-
Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
Server
- FOG Version: 1.4.0-RC-9.1
- OS: Ubuntu 17.04
Description
Just a heads up, I upgraded both of my Ubuntu fog servers from 16.10 to 17.04 and when I went to pull the new 9.1 RC and install it’ll fail on sysv-rc-conf (both installing and checking package). I upgraded them this morning then pulled the new git. Now, I just skipped it for now with the -X and both servers are running 9.1 just fine. I’ve been using my google-fu to see if I can find if sysv-rc-conf has a bug with the current release or if it’s no longer supported. I can’t seem to find any answers. This really isn’t an issue to me because I can still upgrade and use fog just fine.
EDIT: I tried to manually install the package. Here is the output of it.
Package sysv-rc-conf is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'sysv-rc-conf' has no installation candidate
Thanks guys
-
RE: Remove your webroot redirect to /fog when going to >= rc4
@Smokinjoe68 If you edit apache2.conf located in /etc/apache2 (I prefer
nano
) and add DirectoryIndex line below following @Wayne-Workman instructions here<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted DirectoryIndex index.php </Directory>
-
RE: NuVision tablet USB PXE boot issue
I’ve found that using a USB to Ethernet device with the ASIX AX88772B chip works. This was after a few different adapters didn’t want to initialize on time.
This is the specific adapter I use for my HP Stream 11 Pro’s. Amazon.com Ableconn USB2E100B.
I also had to make sure to boot using ipxe.efi -
RE: Minor annoyance (just graphical)
It’s just a plain 'ol Lenovo USB wired mouse. I’ve been testing it with others and narrowed it down to just the Lenovo 3157 desktops. Any other desktop with the same mouse moved to it doesn’t show the “errors”.
I guess it’s just machine specific. Case closed… -
Minor annoyance (just graphical)
Hey guys! Long time no talk, I’ve been away for a bit. Good job with the updates and making this project soo versatile!
Anyway, whenever I’m running a capture or deploy job my “lovely” usb lenovo mice decide to show up and eventually cover the screen. It doesn’t happen with ps2 or other brand usb mice i’ve tried.
I understand its just graphical and in no way affects the actual job, it’s just annoying.
-
RE: Legacy boot HP Stream 11 *Not Working*
@cojohnson I use that same HP official adapter. ipxe.efi should be it. make sure you change option 67 in windows DHCP (if that’s what you’re using.)