search for: unicel

Displaying 16 results from an estimated 16 matches for "unicel".

Did you mean: unicef
2013 May 24
1
How to rewrite header from X-Original-To to Delivered-To
HiAll, How to rewrite mail headers from X-Original-To to Delivered-To using sieve script. I am using Dovecot-2.2 and Pigeonhole 0.4. -- Thanks & Regards Kiran Reddy Lead Systems Administrator Unicel Technologies Pvt. Ltd. | C-Block | Second Floor | Vaishnavi Silicon Terrace, 30/1 | Hosur Main Road | Koramangala | Bangalore- 560095 Mobile (+91) 7829007447 Skype My status <skype:kiranreddyi?call> Unicel Technologies <http://www.uniceltech.com/> website <http://www.uniceltech.com/...
2013 Jul 17
3
Re: [ovs-discuss] Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
On Wed, Jul 17, 2013 at 6:06 AM, Qiu Yu <unicell@gmail.com> wrote: > After some digging in openvswitch code. My wild guess is that vlan tag > reconfiguring triggered iface_configure_qos (vswitchd/bridge.c), which > in turn called netdev_set_policing to reset ingress policing rate. > Although there's no ingress_policing_rate se...
2012 Nov 08
3
Failed to access console after launching LXC through libvirt
Hi, I'm trying to manage LXC instances through OpenStack, which use libvirt as a virtualization driver layer. After launching LXC instance, I simply could not attach to the console. virsh # list Id Name State ---------------------------------- 14366 instance-00000078 running virsh # console 14366 Connected to domain instance-00000078 Escape character is ^] And it keeps
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
With outbound QoS setting in Libvirt XML, libvirt will add a tc ingress qdisc for traffic shaping. Then if you set VLAN tag to that tap device, this qdisc will automatically gone by no reason. Could anyone shed some lights where should I look into? I'm really confused and got no clue here. Thanks! Steps to reproduce -- # virsh start instance-name # virsh dumpxml instance-name ...
2013 Jul 17
0
Re: [ovs-discuss] Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
On Thu, Jul 18, 2013 at 12:15 AM, Ben Pfaff <blp@nicira.com> wrote: > On Wed, Jul 17, 2013 at 6:06 AM, Qiu Yu <unicell@gmail.com> wrote: >> After some digging in openvswitch code. My wild guess is that vlan tag >> reconfiguring triggered iface_configure_qos (vswitchd/bridge.c), which >> in turn called netdev_set_policing to reset ingress policing rate. >> Although there's no ingress_...
2013 Jul 17
0
Re: Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...policing_rate set in my case, existing ingress qdisc still remove by default. Could some openvswitch guy help to confirm and suggest how to fix or workaround? It seems to be a bug of incompatible with existing ingress qdisc settings. Thanks, -- Qiu Yu On Wed, Jul 17, 2013 at 8:09 PM, Qiu Yu <unicell@gmail.com> wrote: > With outbound QoS setting in Libvirt XML, libvirt will add a tc > ingress qdisc for traffic shaping. Then if you set VLAN tag to that > tap device, this qdisc will automatically gone by no reason. > > Could anyone shed some lights where should I look into? I...
2012 Nov 07
1
libvirt with lxc: internal error The 'cpuacct', 'devices' & 'memory' cgroups controllers must be mounted
Hi, I'm running OpenStack to manage LXC instance through libvirt. The same setting runs perfectly well on Ubuntu 12.04, while on CentOS 6u3, libvirt dumped following message when starting lxc instance. virsh -c lxc:/// start instance-00000032 error: internal error The 'cpuacct', 'devices' & 'memory' cgroups controllers must be mounted Really appreciated if
2012 Nov 08
1
OpenStack+libvirt+lxc: lxcContainerGetSubtree:1199 : Failed to read /proc/mounts
Hi, I'm running OpenStack on CentOS 6.3 to manage lxc instances. And running into series of problem relating libvirt and lxc interaction. For example, libvirt_lxc segfault ( https://bugzilla.redhat.com/show_bug.cgi?id=874549) which has an upstream fix. And another bugs such as fail to start when SELinux disabled. Finally, I decides to adopt libvirt 0.10.2, self compiled from
2002 Aug 27
0
FW: Test 3 failing ...
-----Original Message----- From: Tsupko [mailto:alex@vlgm.unicel.ru] Sent: Monday, August 26, 2002 1:04 PM To: 'samba@lists.samba.org' Subject: Test 3 failing ... Dear gentlemans! Sorry for my disturbing your. My name is Tsupko Alexander. I'm working at Mobil Phone Company "Volgograd - Mobile" in Volgograd city...
2015 Nov 18
13
OT: Replacing Venerable NAS
I have an original-label Infrant (now NetGear) ReadyNAS storage appliance that's been running for 8+ years. Except for replacing its power supply, it has not skipped a beat in all this time. I use it primarily as a backup device (via NFS) for a couple of Linux machines, (via SMB) for a couple of Windows PC's, and (via ftp) for web sites at my hosting provider. SMART+ reporting shows
2013 May 30
2
How to use libguestfs access LVM as non-root user?
Hi, Following code snippet, running as non-root user, will throw up a 'Permission denied' RuntimeError. Could someone kindly guide me the correct way to handle LVM disk as non-root user? Cause as http://libguestfs.org homepage claims, "libguestfs doesn't need root permissions." A little confused somehow. import guestfs g = guestfs.GuestFS()
2013 May 31
2
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 12:48 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Thu, May 30, 2013 at 10:21:42PM +0800, Qiu Yu wrote: > > Hi, > > > > Following code snippet, running as non-root user, will throw up a > > 'Permission denied' RuntimeError. > > > > Could someone kindly guide me the correct way to handle LVM disk as > >
2013 Jun 01
2
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 7:25 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, May 31, 2013 at 06:39:53PM +0800, Qiu Yu wrote: > > [00098ms] /usr/libexec/qemu-kvm \ > > -global virtio-blk-pci.scsi=off \ > > -drive file=/dev/xenvg/123,cache=off,format=qcow2,if=virtio \ > > -nodefconfig \ > > -enable-kvm \ > > -nodefaults \
2013 May 31
2
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 3:55 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, May 31, 2013 at 10:58:30AM +0800, Qiu Yu wrote: > > Unfortunately, the standard 'disk' group permission only applies to > > /dev/sdX device nodes, not to device mapper nodes created by LVM > commands. > > Actually, it depends on udev rules. On my machine device mapper
2013 May 31
3
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 4:17 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, May 31, 2013 at 04:03:32PM +0800, Qiu Yu wrote: > > Actually I'm looking into an issue with OpenStack / Libvirt manipulating > > LVM as an image backend. When the logical volume is created, udev rules > > will set the ownership to root:disk. After libvirt actually starting an
2002 Aug 26
0
Test 3 failing ...
Dear gentlemans! Sorry for my disturbing your. My name is Tsupko Alexander. I'm working at Mobil Phone Company "Volgograd - Mobile" in Volgograd city by programmer. Our main server has a SCO Open Server 5.0.5 and one from peripherial servers has a SCO UNIX System V/386 3.2v4.2 ... A while ago I've an attempts to set a Samba package v 2.2.5 in SCO UNIX