Koozali.org: home of the SME Server

Backup2ws error

gatox

Backup2ws error
« on: January 17, 2006, 06:10:41 AM »
Good night to everyone,

Running SME v6.0.1-01 with the latest smeplus.sh and tried Backup2ws r19 and r31 but with the following errors:

Jan 16 23:58:33 smelnx601 afpd[2083]: uam: "PGPuam 1.0" available
Jan 16 23:58:33 smelnx601 afpd[2083]: uam: "DHCAST128" available
Jan 16 23:59:44 smelnx601 e-smith[2099]: Processing event: pre-backup2ws
Jan 16 23:59:44 smelnx601 e-smith[2099]: Running event handler: /etc/e-smith/events/pre-backup2ws/S10mysql-delete-dumped-tables
Jan 16 23:59:44 smelnx601 e-smith[2099]: S10mysql-delete-dumped-tables=action|Event|pre-backup2ws|Action|S10mysql-delete-dumped-tables|Start|113
7473984 661510|End|1137473984 755041|Elapsed|0.093531
Jan 16 23:59:44 smelnx601 e-smith[2099]: Running event handler: /etc/e-smith/events/pre-backup2ws/S20mysql-dump-tables
Jan 16 23:59:46 smelnx601 e-smith[2099]: S20mysql-dump-tables=action|Event|pre-backup2ws|Action|S20mysql-dump-tables|Start|1137473984 755396|End
|1137473986 711563|Elapsed|1.956167
Jan 16 23:59:46 smelnx601 e-smith[2099]: Running event handler: /etc/e-smith/events/pre-backup2ws/S30gentle-ldap-dump
Jan 16 23:59:47 smelnx601 e-smith[2099]: S30gentle-ldap-dump=action|Event|pre-backup2ws|Action|S30gentle-ldap-dump|Start|1137473986 712403|End|1
137473987 55161|Elapsed|0.342758
Jan 17 00:00:08 smelnx601 e-smith-bg: timeout connecting to 192.168.121.1:139
Jan 17 00:00:08 smelnx601 e-smith-bg: Error connecting to 192.168.121.1 (Operation already in progress)
Jan 17 00:00:08 smelnx601 e-smith-bg: 2114: Connection to wpfilesrv01 failed
Jan 17 00:00:08 smelnx601 e-smith-bg: SMB connection failed
Jan 17 00:00:08 smelnx601 e-smith-bg: Error occured mounting //wpfilesrv01/smelnx601 at /sbin/e-smith/backup2ws-backup line 64.


Questions:
1. Why is backup2ws looking for server on 192.168.121.1 when ip is 192.168.0.10 ?
2. If I ping from shell it is ok:
[root@smelnx601 log]# ping wpfilesrv01
PING wpfilesrv01.homelinux.com (192.168.0.10) from 192.168.0.40 : 56(84) bytes of data.
64 bytes from wpfilesrv01.homelinux.com (192.168.0.10): icmp_seq=1 ttl=128 time=0.150 ms
64 bytes from wpfilesrv01.homelinux.com (192.168.0.10): icmp_seq=2 ttl=128 time=0.194 ms
64 bytes from wpfilesrv01.homelinux.com (192.168.0.10): icmp_seq=3 ttl=128 time=0.185 ms
64 bytes from wpfilesrv01.homelinux.com (192.168.0.10): icmp_seq=4 ttl=128 time=0.493 ms

--- wpfilesrv01.homelinux.com ping statistics ---
4 packets transmitted, 4 received, 0% loss, time 3023ms
rtt min/avg/max/mdev = 0.150/0.255/0.493/0.139 ms
[root@smelnx601 log]#


If anyone has an idea please let me know asap before I put my server/site online.

Regards,

Luis   :hammer:

AndyCocker

Backup2ws error
« Reply #1 on: January 17, 2006, 03:41:53 PM »
Luis,

Have you recently installed the VM Player and Virtual SME image? If so, check in your Network Connections, and you may find that VM Player has set up a couple of extra virtual NIC's, and one of them will probably have the IP address of 192.168.121.1:139.

I am having the same problem. Backup2WS was trying to contact this address on mine:

Code: [Select]
Jan 17 15:04:58 sme e-smith-bg: timeout connecting to 192.168.242.1:139
Jan 17 15:04:58 sme e-smith-bg: Error connecting to 192.168.242.1 (Operation already in progress)


I have no idea why this should be. I may uninstall VM Player, but I managed to get Backup2WS working by using the IP of my share rather than full name ie //192.168.5.8/SMEBackup. Obviously not an ideal solution if your share is on a dynamic IP.

This worked, although I still received this in the log:

Code: [Select]
Jan 17 15:05:43 sme e-smith-bg: 2213: session request to 192.168.5.8 failed (Called name not present)
Jan 17 15:05:43 sme e-smith-bg: 2213: session request to 192 failed (Called name not present)


Anyone else having similar issues, or who can explain what's going on/suggest a possible solution?

All the best,

Andy Cocker

gatox

Working backup2ws
« Reply #2 on: January 17, 2006, 06:38:23 PM »
Hi Andy,

Got it working now even with the new version r31 of backup2ws.

This is my setup:

Host: W2K3 Standard, 3Gb RAM, 1.2TB RAID 5 for data, 73GB RAID 1 for OS.
VMware GSX Server v3.2 for Windows
Guest OS: IPCOP v1.4.10
Guest OS: SME v6.0.1-01 + smeplus.sh

Virtual Networks:  I had a host only on VMnet1 and NAT/DHCP on VMNet8.

Now disabled those 2 VMnets and it works.  

Still cant figure it out on why SME goes out and queries on thos vlans.

Regards,