[Bug 921533] Re: vtun server is not accepting client connections because of missing /var/lock/vtund at startup

2014-10-27 Thread Bishop
Here's the fix for another distro:

# cat < /etc/tmpfiles.d/vtund.conf
d /run/lock/vtund 0755 root root -
EOF

# fix it before the next reboot too
# systemd-tmpfiles --create

We can debate all day whether it's a packaging bug or a software bug.
But that may be the fix here too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921533

Title:
  vtun server is not accepting client connections because of missing
  /var/lock/vtund at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtun/+bug/921533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921533] Re: vtun server is not accepting client connections because of missing /var/lock/vtund at startup

2012-01-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vtun (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921533

Title:
  vtun server is not accepting client connections because of missing
  /var/lock/vtund at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtun/+bug/921533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921533] Re: vtun server is not accepting client connections because of missing /var/lock/vtund at startup

2012-01-28 Thread GeekSmith
I ran into this problem this week.  I added creation of the directory to
/etc/rc.local in the meantime.  I noticed it started when multi was
enabled in vtund.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921533

Title:
  vtun server is not accepting client connections because of missing
  /var/lock/vtund at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtun/+bug/921533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921533] Re: vtun server is not accepting client connections because of missing /var/lock/vtund at startup

2012-01-25 Thread Roland
This is written in /var/log/syslog

Jan 25 10:48:30 flexgw1 vtund[1747]: Can't create temp lock file 
/var/lock/vtund/MYTUNNEL
Jan 25 10:48:30 flexgw1 vtund[1747]: Denied connection from myip:20480
Jan 25 10:48:35 flexgw1 vtund[1749]: Use SSL-aware challenge/response
Jan 25 10:48:35 flexgw1 vtund[1749]: Can't create temp lock file 
/var/lock/vtund/MYTUNNEL
Jan 25 10:48:35 flexgw1 vtund[1749]: Denied connection from myip:20495
Jan 25 10:48:40 flexgw1 vtund[1792]: Use SSL-aware challenge/response
Jan 25 10:48:40 flexgw1 vtund[1792]: Can't create temp lock file 
/var/lock/vtund/MYTUNNEL
Jan 25 10:48:40 flexgw1 vtund[1792]: Denied connection from myip:20512
Jan 25 10:48:45 flexgw1 vtund[1794]: Use SSL-aware challenge/response
Jan 25 10:48:45 flexgw1 vtund[1794]: Can't create temp lock file 
/var/lock/vtund/MYTUNNEL
Jan 25 10:48:45 flexgw1 vtund[1794]: Denied connection from myip:20524
Jan 25 10:48:50 flexgw1 vtund[1795]: Use SSL-aware challenge/response

After creating the directory, the problem is gone.

This happens at every boot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921533

Title:
  vtun server is not accepting client connections because of missing
  /var/lock/vtund at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtun/+bug/921533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs