Seite 2 von 3

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 10:32
von jensebub
which linux-distribution and which kernel do u use

Code: Alles auswählen

uname -a

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 10:56
von dada
Linux xx 2.6.32-042stab079.6 #1 SMP Mon Aug 26 19:47:50 MSK 2013U/Linux

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 13:11
von jensebub
Next try ;)

Code: Alles auswählen

apt-get remove --purge libsqlite3-0 && apt-get install sqlite3

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 14:25
von dada
Spoiler
Show
3Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
apache2 : Depends: apache2-mpm-worker (= 2.2.22-13) but it is not going to be installed or
apache2-mpm-prefork (= 2.2.22-13) but it is not going to be installed or
apache2-mpm-event (= 2.2.22-13) but it is not going to be installed or
apache2-mpm-itk (= 2.2.22-13) but it is not going to be installed
apache2.2-common : Depends: apache2.2-bin (= 2.2.22-13) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Got the following error

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 14:33
von jensebub
next try:

Code: Alles auswählen

apt-get remove --purge libsqlite3-0 apache2 && apt-get install sqlite3

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 15:11
von dada
ok above code accepted and reinstalled packages now what to do next as web still down

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 15:14
von jensebub
the easiest way is again:

Code: Alles auswählen

wget ipc.pebkac.at/ipc/ipcsetup.sh && bash ipcsetup.sh
and reconfigure your HTTPUSER and HTTPPASS new at the end of instalation.

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 15:32
von dada
Thanks for all help.

Will there be any new versions in future of IPC as its great.

/EDIT: go this error during reinstall
Spoiler
Show
Uebertrage alte webif.db in neue SQLite3 Datenbank.. PHP Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /tmp/tmp.php:4
Stack trace:
#0 /tmp/tmp.php(4): PDO->__construct('sqlite:/var/bac...')
#1 {main}
thrown in /tmp/tmp.php on line 4
[ FAIL ]
Abbruch

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 15:41
von jensebub
plz remove the webif.db in the /var/www/ipc/page/include/ folder and try to reinstall without keeping your data,... the installationproccess tried to reconfigure the old sqlite-table which was corrupted,... i think

Code: Alles auswählen

rm /var/www/ipc/page/include/webif.db
and again with wget blah as before but select no, if you're asked to keep your configs.


PS. some vissuall updates like easy and advanced-mode in webif are planned, or some other possibilities to control neccessaries by webif,... but not in the near future,... it is to hot to collect all teammembers and test it,... :P i hope you'll understand ;)

Re: IPC server problem on WEB

Verfasst: Do 5. Sep 2013, 17:02
von dada
I did as you told me reinstalled without keeping configs

during install got this error
Spoiler
Show
Webserver neustarten..grep: /etc/apache2/apache2.conf: No such file or directory
ipcsetup.sh: line 963: /etc/init.d/apache2: No such file or directory
[ FAIL ]
Abbruch