Displaying 20 results from an estimated 87 matches for "selfip".
2014 Mar 06
5
create ovs port without root
Hello! How can i operate with openvswitch without root rights?
For example - i can add my user to kvm group and create vm from
libvirt with my own user, but now i'm failed with creating port.
errors in logs:
Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --if-exists
del-port
Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
ovs|00002|vsctl|ERR|'del-port' command requires at least 1 arguments
Mar 06 14:04:46 selfip.ru libvirtd[6418]: internal error: Child
process (ovs-vsc...
2014 Mar 07
1
Re: create ovs port without root
...02:05:15PM +0400, Vasiliy Tolstov wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own user, but now i'm failed with creating port.
>
> errors in logs:
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
> ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --if-exists
> del-port
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
> ovs|00002|vsctl|ERR|'del-port' command requires at least 1 arguments
> Mar 06 14:04:46 selfip.ru libvirtd[6418]: internal erro...
2014 Mar 06
0
Re: [ovs-discuss] create ovs port without root
The error that you're showing doesn't appear to be related to permissions; the "ovs-vsctl del-port" command requires that you specify the port that you want to delete.
--Justin
On Mar 6, 2014, at 2:05 AM, Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own user, but now i'm failed with creating port.
>
> errors in logs:
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065...
2014 Aug 26
2
virtio-serial port that listens tcp socket on host
Hello. Is that possible to create virtio-serial port that on host listens
tcp socket and how to avoid duplicate listened ports in case of migration?
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2014 Nov 07
1
php api binding for setting interface link flags (up/down).
...reference info about setting port status
of interface.
virsh have comands virsh domif-setlink, but php api does not have link
funstions.
Please add this interface, bacause it very useful - then we need to
disable some vps, but not want to shutdown it.
Thanks!
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2010 Sep 08
5
domU paravirt vfb problem
...haviour of vfb in paravirt domU (centos 5)
VNC servers started after creating domain, but information in xenstore
appears sometimes after 1-2 minutes after start. Why this happening? And
how can i get VNC port immediate after creating of domU?
Thank''s.
--
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 May 12
1
dovecot 2.0 and lmtp
Dovecot now support lmtp, i'm try to tell exim transport to use lmtp
driver = lmtp
command = /usr/libexec/dovecot/lmtp
batch_max = 20
user = 1000
group = 1000
But get error:
May 12 13:00:43 selfip exim[13863]: [13863] 1OC7nF-00036i-Ue ==
vase at selfip.ru R=usr_aliases T=usr_aliases defer (-19): Malformed LMTP
response after initial connection: Debug: none: root=, index=,
control=, inbox=
What does it mean?
--
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
2010 Apr 27
4
dialplan question
...500
context=office
type=friend
secret=500
qualify=yes
;port=5060
permit=0.0.0.0/0.0.0.0
nat=no
mailbox=500 at device
host=dynamic
dtmfmode=rfc2833
dial=SIP/500
canreinvite=no
callgroup=1
pickupgroup=1
callerid=device <500>
accountcode=
call-limit=50
--
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
2015 Jan 27
4
redistribute virtual machines from vps hosting to end users
...nk about newbie linux users, that can install virt-manager under
ubuntu via graphical package manager and do some easy steps...
Can you share me info how can i do needed things ?=)Or may be some
admins/users already solve this kind of "problems"...
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2010 May 12
1
dovecot-2.0 hg and pigeonhole hg
Hello. I'm found the solution to my problem, described in previous mails
(sorry i'm delete old mail and unable to reply to thread)
i'm use dovecot and pigeonhole from hg repo , after clean and anble
sieve plugin i'm get this error
May 12 11:01:18 selfip dovecot: imap: Error:
dlopen(/usr/lib/dovecot/lib90_sieve_plugin.so)
failed: /usr/lib/dovecot/libdovecot-sieve.so.0: undefined symbol:
mail_deliver_get_log_var_expand_table
May 12 11:01:18 selfip dovecot: imap: Error:
dlopen(/usr/lib/dovecot/lib90_sieve_plugin.so)
failed: /usr/lib/dovecot/libdoveco...
2013 Feb 14
5
using @releaseDomain to subscribe for domain destruction
...estruction?
I''m try to add watch for @releaseDomain path with token equal of
needed domain id. But when another domain dies, i get domain that i
provide via token to xs_watch.
Is that possible to get id of domain what released from xenstore?
--
Vasiliy Tolstov,
Clodo.ru
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2017 Apr 21
1
subscribe to domain start/stop/panic events
Hi! How can i'm subscribe in my app to domain lifecycle messages?
Does it possible to subscribe for all domains and not just one?
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
2010 May 06
1
dovecot and pigeonhole
Hello. Today i'm compile dovecot and pigeonhole from hg repo.
After start dovecot i get errors in log like this:
May 6 12:04:15 selfip dovecot: imap: Error:
dlopen(/usr/lib/dovecot/lib90_sieve_plugin.so)
failed: /usr/lib/dovecot/libdovecot-sieve.so.0: undefined symbol:
mail_deliver_get_log_var_expand_table
Google sasys, that this functions added in dovecto 2010-04-26, why a get
this error when load sieve plugin?
Thnak You.
--
V...
2010 May 20
1
run extensions after call moved to queue and answered by member
Hello.
Can You provide example, how can i run specific extension after incoming
call going into queue and answered (but not hangup).
(i want to use System(echo .....) after member of specific queue
answered a call);
Thank You.
--
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
2013 Mar 29
2
xen 4.2 (git sha 36f55f3) vnc problems
...0M dom0_vcpus_pin
vga=current
cc_compiler : gcc (SUSE Linux) 4.6.3 20120531
[gcc-4_6-branch revision 188067
cc_compile_by : root
cc_compile_domain : ru
cc_compile_date : Fri Mar 15 00:31:34 MSK 2013
xend_config_format : 4
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2013 Dec 05
1
ADMIN issue - manitu
...f the 21st century.
Now this: here's another argument as to why the CentOS list should stop
using them... when I went to remove myself, the email that told me I'd
been blocked, also said who'd reported my mailserver (that is,
hostmonster's mailserver) as sending spam was someone at selfip.biz. Go do
a whois on them - it's someone at home, using dyndns, not an open obvious
company. This means that anyone who gets annoyed at *anyone* served by any
ISP can report them, and block everyone at that ISP.
Go ahead, tell me this is *reasonable* in 2013.
mark
2014 Jul 15
2
Re: working with mount-local
...API to do it. (Even better if you can
> find a way to stream mksquashfs).
May be i'm wrong but does it possible to create ability to export
guest file system via 9p proto? If yes - i can mount share with fuse
inside go application via 9p protocol...
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2013 Oct 23
2
sr-iov with openvswitch possible?
Hi all. I'm try to find answer for my qustion in google, but i can't.
if i use openvswitch virtualport in domain and want to use sr-iov does
it possible? Or if i use sr-iov traffic not goes to openvswitch?
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2014 Mar 07
0
Re: create ovs port without root
...02:05:15PM +0400, Vasiliy Tolstov wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own user, but now i'm failed with creating port.
>
> errors in logs:
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
> ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --if-exists
> del-port
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
> ovs|00002|vsctl|ERR|'del-port' command requires at least 1 arguments
> Mar 06 14:04:46 selfip.ru libvirtd[6418]: internal erro...
2014 Jul 15
2
Re: working with mount-local
...to be much more robust.
I'm need to create squashfs from root file system. I see some methods
like tar and cpio, but i can't find anything suitable for creating
squashfs. Also i can't use root permissions and need to work only with
user rights.
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru