unnamed file

PHP

Keine Beschreibung eingegeben.

function run() {
while (true) {
$this->client->readCB();
$this->errorcheck();
$calls = $this->client->getCBResponses();
foreach($calls as $call) {
$name = $call[0];
$data = $call[1];
set_time_limit(20);
switch ($name) {

unnamed file

PHP

Keine Beschreibung eingegeben.

Logfile of Trend Micro HijackThis v2.0.4
Scan saved at 14:56:26, on 11.03.2011
Platform: Windows XP SP3 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP3 (6.00.2900.5512)
Boot mode: Normal
Running processes:
C:\\WINDOWS\\System32\\smss.exe
C:\\WINDOWS\\system32\\winlogon.exe
C:\\WINDOWS\\system32\\services.exe

unnamed file

PHP

Keine Beschreibung eingegeben.

Beginne mit der Suche in \'C:\\\'
C:\\Dokumente und Einstellungen\\Thomas\\Anwendungsdaten\\Sun\\Java\\Deployment\\cache\\6.0\\12\\588cb4cc-2b0b1742
[0] Archivtyp: ZIP
[FUND] Enth

unnamed file

PHP

Keine Beschreibung eingegeben.

(Reading database ... 59510 files and directories currently installed.)
Removing libdigest-sha1-perl ...
Processing triggers for man-db ...
Setting up python2.6-minimal (2.6.6-8+b1) ...
Linking and byte-compiling packages for runtime python2.6...
Traceback (most recent call last):
File \"/usr/local/lib/python2.6/runpy.py\", line 122, in _run_module_as_main
\"__main__\", fname, loader, pkg_name)
File \"/usr/local/lib/python2.6/runpy.py\", line 34, in _run_code
exec code in run_globals

unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:/usr/local/src/duplicity/duplicity-0.6.11# python setup.py install
running install
running build
running build_py
running build_ext
building \'duplicity._librsync\' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.5/_librsyncmodule.o
_librsyncmodule.c:25:20: error: Python.h: Datei oder Verzeichnis nicht gefunden
In file included from _librsyncmodule.c:26:

unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:/usr/local/src/duplicity/duplicity-0.6.11# python setup.py install
running install
running build
running build_py
running build_ext
building \'duplicity._librsync\' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.5/_librsyncmodule.o
_librsyncmodule.c:25:20: error: Python.h: Datei oder Verzeichnis nicht gefunden
In file included from _librsyncmodule.c:26:

unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:~# /usr/bin/duply offsite backup
Start duply v1.5.4.2, time is 2011-03-04 20:18:32.
Using profile \'/etc/duply/offsite\'.
Using installed duplicity version 0.4.11, python 2.5.2, gpg 1.4.9 (Home: ~/.gnupg), awk \'mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan\', bash \'3.2.39(1)-release (x86_64-pc-linux-gnu)\'.
Autoset first GPG_KEY entry \'A57C53CF\' as signing key.
Test - Encrypt to A57C53CF & Sign with A57C53CF (OK)
Test - Decrypt (OK)
Test - Compare (OK)
Cleanup - Delete \'/tmp/duply.18097.1299266313_*\'(OK)

unnamed file

PHP

Keine Beschreibung eingegeben.

Ein weiterer Knackpunkt sind die Kernelsourcen. Wie oben schon angegeben, ist bei mir der Kernel 2.6.16.20-060620b installiert. Also ne gepachte Geschichte. wobvei ich nicht genau weiss, was denn da genau gepacht wurde. Die ungepachten Sourcen konnte ich direkt vom FTP-Server des Providers runterziehen. Den Patch habe allerdings nicht gefunden. Dennoch - ist zwar gef

unnamed file

PHP

Keine Beschreibung eingegeben.

# ircd.conf
#
# machine information
# M

unnamed file

PHP

Keine Beschreibung eingegeben.

else if($result == 2){
die(\'Incorrect password, please try again.\');
}
/* Username and password correct, register session variables */
$_POST[\'user\'] = stripslashes($_POST[\'user\']);
$_SESSION[\'username\'] = $_POST[\'user\'];
$_SESSION[\'password\'] = $md5pass;
/**