Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 7 matches

by Sophjer
2017-06-19 14:40
Forum: General Questions
Topic: Virsh, libvirt VM migration problem
Replies: 0
Views: 1339

Virsh, libvirt VM migration problem

Using KVM-QEMU and attempting to migrate a VM from one host to another. Both hosts are KVM-QEMU on Debian 8. When attempting to migrate a VM from host to another, let's say using the command: virsh migrate --live sniff qemu+ssh://kvm01.domain.com/system I get "error: Requested operation is not ...
by Sophjer
2017-02-14 16:26
Forum: Programming
Topic: mutt in shell script not working crontab
Replies: 3
Views: 5699

Re: mutt in shell script not working crontab

Thanks for that, will try soon.
Have now moved onto other wild & crazy projects
by Sophjer
2017-01-30 17:10
Forum: Programming
Topic: mutt in shell script not working crontab
Replies: 3
Views: 5699

Re: mutt in shell script not working crontab

Thanks wizard10000 that's exactly what I ended up doing.
Now it works.
I thought I had read elsewhere someone explained how to set your path in the crontab entry somehow.
I think I need to teach myself python and I could probably make this thing do the job even better.

Thanks for your help.
by Sophjer
2017-01-26 14:48
Forum: Programming
Topic: mutt in shell script not working crontab
Replies: 3
Views: 5699

mutt in shell script not working crontab

I've got a shell script that needs to be automated via crontab. I've tested the script by running it manually and it works as intended. I have also confirmed that the script runs from the crontab entry, but there is one line in the script that doesn't work, where I use mutt to send me a notification...
by Sophjer
2017-01-20 18:15
Forum: System and Network configuration
Topic: Strange route problem
Replies: 1
Views: 596

Re: Strange route problem

Ok I've more or less resolved this. I found changing the netmask to

Code: Select all

255.255.0.0
fixes things, which makes sense I can now reach other subnets. What I don't understand is that other machines in the same subnet can ping others while having

Code: Select all

255.255.255.0
as their mask. :?: :?:
by Sophjer
2017-01-19 15:07
Forum: System and Network configuration
Topic: Strange route problem
Replies: 1
Views: 596

Strange route problem

I have a VM with two nics, eth0 and eth1. eth0 is connected to our DMZ and has an IP 10.10.10.17. The second nic, eth1 is connected to a vlan on our inside interface and has an IP 192.168.105.20. /etc/network/interfaces source /etc/network/interfaces.d/* # The loopback network interface auto lo ifac...
by Sophjer
2016-05-03 13:05
Forum: System and Network configuration
Topic: KVM + WebVirtMgr Not Working?
Replies: 2
Views: 1073

KVM + WebVirtMgr Not Working?

I've installed KVM and Webvirtmgr on a new install of Jessie Linux CPCDEVKVM01 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux This machine has 16 GB of RAM and a Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz, anyway when I try to sudo service libvirt-bin restart I get: Failed to ...