Problem with version 10 , Error connecting to proxy & Unknown EXT2-fs

Moderator: Securepoint

Gesperrt
unicorncn
Beiträge: 9
Registriert: So 21.09.2008, 16:47

Problem with version 10 , Error connecting to proxy & Unknown EXT2-fs

Beitrag von unicorncn »

I'm just update to version 10, with all new install.

There has a lot of error as below:
Nov 11 09:39:45 192.168.2.4 HTTP Proxy Error connecting to proxy

When the error show, the internet speed will very low. When I restart Http proxy, then the error will disappear for 20 mins, after that the problem will start again.

There is another error info after restart Http Proxy

Nov 11 09:18:53 192.168.2.4 Unknown remount-rw filesystem / (0)
Nov 11 09:18:53 192.168.2.4 Unknown EXT2-fs warning: maximal mount count reached, running e2fsck is recommended
Nov 11 09:18:53 192.168.2.4 Unknown remount-ro filesystem / (0)

Other system info:
Securepoint Verison 10 Build 8508

CPU: 6% utilization
Type: Intel(R) Core(TM)2 Duo CPU@ 2394 Mhz
RAM: 20% of 1022 MB used
SWAP: 0% of 4200 MB used

TCP connection is between 800~2500
UDP connection is between 600~1500

# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext2 ro,errors=continue 0 0
tmpfs /dev tmpfs rw 0 0
none /dev/shm tmpfs rw 0 0
tmpfs /etc tmpfs rw 0 0
tmpfs /www tmpfs rw 0 0
/dev/sda4 /var ext2 rw,errors=continue 0 0
tmpfs /tmp tmpfs rw,size=1048576k 0 0
tmpfs /home tmpfs rw 0 0
proc /proc proc rw 0 0
none /sys sysfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
tmpfs /spam tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=4,mode=620 0 0

# cat /etc/fstab
proc /proc proc defaults 1 1
tmpfs /tmp tmpfs defaults,size=1g 0 0
tmpfs /etc tmpfs defaults 0 0
tmpfs /home tmpfs defaults 0 0
tmpfs /root tmpfs defaults 0 0
tmpfs /dev tmpfs defaults 0 0
tmpfs /spam tmpfs defaults 0 0
tmpfs /www tmpfs defaults 0 0
devpts /dev/pts devpts gid=4,mode=620 0 0
/dev/sda1 /boot ext2 defaults,ro 1 1
/dev/sda2 / ext2 defaults,ro 1 1
/dev/sda3 swap swap defaults 0 0
/dev/sda4 /var ext2 defaults,rw 1 1

BTW: I has not regist the software, for I cannot open https://www.securepoint.de/registration
and no reply when sent email to vertrieb@securepoint.de. If any other way can I regist it.

If any help, thanks very much.

Benutzeravatar
Erik
Securepoint
Beiträge: 1481
Registriert: Fr 07.11.2008, 11:50

Beitrag von Erik »

Hi,

Code: Alles auswählen

Nov 11 09:18:53 192.168.2.4 Unknown remount-rw filesystem / (0)
Nov 11 09:18:53 192.168.2.4 Unknown EXT2-fs warning: maximal mount count reached, running e2fsck is recommended
Nov 11 09:18:53 192.168.2.4 Unknown remount-ro filesystem / (0) 
The above can be ignored - it is more a notice than an error. The required filesystem-check will be performed the next time you reboot the machine.

Code: Alles auswählen

Nov 11 09:39:45 192.168.2.4 HTTP Proxy Error connecting to proxy
This is usually caused by either dansguardian or clamav not running.

Please execute the following command in a root-shell:

Code: Alles auswählen

ls -l /usr/share/clamav
If you see many files that start with "clamav-" you need to remove them with the following commands:

Code: Alles auswählen

mount / -o remount,rw
rm -r /usr/share/clamav/clamav-*
freshclam
mount / -o remount,ro
spcli restart application SERVICE_CLAMD
spcli restart application SERVICE_HTTP_PROXY

unicorncn
Beiträge: 9
Registriert: So 21.09.2008, 16:47

Beitrag von unicorncn »

Thanks very much for your kindly and detail explain. I'll try to repaire it tomorrow. Thanks again.

unicorncn
Beiträge: 9
Registriert: So 21.09.2008, 16:47

Beitrag von unicorncn »

After I retry, it could not resolve the problem, and still show the same error problem. I only stop the proxy. But very luck, when I upgrade to build 8623, the problem not show again. only the speed has a lot slow down when open proxy. My PC config: Core Due 2.4G, 2G RAM, 80G SATA Disk.

Gesperrt