@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.
Posts made by drc0nc
-
RE: Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
-
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.)
-
RE: Legacy boot HP Stream 11 *Not Working*
I’ve been imaging these now for awhile. The only way i can get them to work is having the legacy support disabled. ALSO you have to use the ipxe.efi binary.
I’m curious as to what Ethernet/USB adapter you’re using. -
RE: Backing up database failed!
[Mon Feb 29 12:43:35.427068 2016] [:error] [pid 13203] [client 172.24.15.157:20393] PHP Strict Standards: Only variables should be passed by reference in /var/www/html/fog/lib/fog/bootmenu.class.php on line 115 [Mon Feb 29 12:43:35.427787 2016] [:error] [pid 13203] [client 172.24.15.157:20393] PHP Strict Standards: Only variables should be passed by reference in /var/www/html/fog/lib/fog/bootmenu.class.php on line 116 [Mon Feb 29 13:07:14.747617 2016] [:error] [pid 13183] [client 172.24.15.109:8423] PHP Catchable fatal error: Argument 1 passed to FOGFTP::nlist() must be an instance of string, string given, called in /var/www/html/fog/lib/pages/fogconfigurationpage.class.php on line 747 and defined in /var/www/html/fog/lib/fog/fogftp.class.php on line 138, referer: http://172.24.4.247/fog/management/index.php?node=about
-
RE: Backing up database failed!
@moses @Tom-Elliott Same here, guess I should’ve looked.
-
RE: Backing up database failed!
@Tom-Elliott Fixed! thanks!
Edit: it only fixed the access to the web UI -
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
-
RE: Backing up database failed!
@Wayne-Workman unfortunately I currently do not have a web UI due to failing install. @Tom-Elliott I just updated and ran the installer. Still failing at backing up the database.
-
RE: Backing up database failed!
@Wayne-Workman Yea noticed the double slashes. Still get an internal 500 error
-
RE: Backing up database failed!
@Wayne-Workman Dug in the error logs here is the last output
Feb 29 10:58:47 jefffog systemd[1]: Starting The PHP FastCGI Process Manager... Feb 29 10:58:47 jefffog systemd[1]: Started The PHP FastCGI Process Manager. --2016-02-29 10:58:50-- http://172.24.4.247/fog//management/export.php?type=sqldump Connecting to 172.24.4.247:80... connected. HTTP request sent, awaiting response... 500 Internal Server Error 2016-02-29 10:58:50 ERROR 500: Internal Server Error.
-
RE: Backing up database failed!
@EAHarvey @Wayne-Workman @Tom-Elliott Yea, unfortunately my php knowledge is pretty much non-existent. I’m curious if all I need to do is remove and re-install php5 or apache.
-
Backing up database failed!
Hey all. I just tried to update to current svn 6493 and it fails backing up the database near the end.
I did some digging and found the Apache error log to be loaded with this.[Mon Feb 29 09:32:12.102288 2016] [:error] [pid 5943] [client 172.24.15.10:52406] 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 29
Here is the output of lines 28-32
} public function chmod(int $mode = 0,string $filename) { if (!$mode) $mode = $this->get('mode'); return @ftp_chmod(self::$link,$mode,$filename); }
I’m not too sure as to what to do next.
Thanks in advanced!