Displaying 20 results from an estimated 900 matches similar to: "Duplicate ID 'pci' for device"
2005 Apr 29
2
cannot write xls file after saving
Hello,
I am using 3.0.15pre2. Share definitions:
[Grupes]
path = /home/Grupes
writeable = yes
admin users = DOMAIN+administrator
valid users = @"DOMAIN+domain users"
store dos attributes = yes
map hidden = no
map system = no
map archive = no
dos filemode = yes
File ACLs before opening:
# file: Pazymejimai-forma2.xls
# owner: root
# group:
2015 Oct 20
2
Re: failed to pivot job for disk vdc
Hello,
it happened with another VM:
# virsh snapshot-create-as --domain rasa sn1 --diskspec
vda,file=/var/lib/libvirt/images/rasa-sn1.qcow2 --disk-only
--atomic --no-metadata
# virsh blockcommit rasa vda --active --verbose --pivot
Block commit: [100 %]error: failed to pivot job for disk vda
error: block copy still active: disk 'vda' not ready for pivot yet
# virsh domblklist rasa
2005 Apr 26
2
groups DOMAIN+user doesn't work
Hello,
I am using winbind (samba 3.0.11).
A command "groups DOMAIN+user" doesn't work for some users:
# groups DOMAIN+user1
id: cannot find name for group ID 10073
# groups DOMAIN+user2
DOMAIN+user2 : DOMAIN+domain users DOMAIN+apskaita
# getent passwd DOMAIN+user1
DOMAIN+user1:*:10042:10000:xxx:/home/DOMAIN/user1:/bin/false
# getent passwd DOMAIN+user2
2005 May 04
2
winbind cache time?
Hello,
according to 'man smb.conf': Default: winbind cache time = 300
I have not changed it in smb.conf, but when I remove some user
from some group, command "groups DOMAIN+user" still shows
that user belongs to the group even after a few hours after removing
the user from that group. Any ideas why?
samba 3.0.15pre2.
Regards,
Nerijus
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
2018-05-15 14:39 GMT+02:00 Nerijus Baliunas <nerijus at users.sourceforge.net>:
> On Tue, 15 May 2018 14:18:08 +0200 Sandro Bonazzola <sbonazzo at redhat.com>
> wrote:
>
> > >> I have freshly installed CentOS 7.5 on a Dell server, and
> > >> /etc/yum/vars/contentdir
> > >> contains 'altarch' too. CentOS 7.4->7.5 upgraded servers
2005 May 08
4
not logging some ports?
Hello,
I want not to log some dropped packets going from net to fw, i.e. to
exclude some ports. For example, I get lots of denied SPT=4672 DPT=7476
packets in /var/log/messages. I know I can probably do this by using ulog
or some other logging system and writing some rules to exclude "SPT=4672",
but is it possible for shorewall not to log some ports? Sorry if it is obvious,
but I
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
2018-05-15 14:16 GMT+02:00 Sandro Bonazzola <sbonazzo at redhat.com>:
>
>
> 2018-05-15 13:53 GMT+02:00 Nerijus Baliunas <nerijus at users.sourceforge.net
> >:
>
>> On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote:
>>
>> > >> Something wrong with $contentdir variable,
>> > >> it points to altarch
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote:
> >> Something wrong with $contentdir variable,
> >> it points to altarch for x86_64 $basearch.
> >
> > can't reproduce on a fresh x86_64 installation. Adding Brian in case he has
> > a clue for this.
>
> I use fresh installed x86_64 CentOS 7.5 via VNC
> with
2001 May 15
8
CloneCD ?
Anyone have succefully run clonecd or know how to burn cloneCD files under
linux ?
I can run CloneCD but it tell me that it cant load device driver and
shutdown immedialty
wine tell me that it dont know the VXD ElbyCDIO
any ideas ?
thx
2014 May 28
1
problem with bond/team network interfaces
Hello,
I have VM attached to bridge br0. VM can see the network (ping works) when
the bridge has ethernet interfaces. But when I create bond or team device
and attach it to a bridge instead of eth interface, VM does not ping
anymore. Any ideas why?
Thanks,
Nerijus
2015 Oct 14
2
failed to pivot job for disk vdc
Hello,
I did a virsh snapshot-create-as --domain meta sn1 --diskspec
vda,file=/var/lib/libvirt/images/meta-sn1.qcow2 --disk-only
--atomic --no-metadata
Then I successfully blockcommitted 2 disks:
virsh blockcommit meta vda --active --verbose --pivot
virsh blockcommit meta vdb --active --verbose --pivot
But when doing
virsh blockcommit meta vdc --active --verbose --pivot
I got:
Block commit:
2017 May 17
1
What is the purpose setting console=hvc0 in the dom0 grub config?
On Wed, 17 May 2017 14:09:57 -0700 Jerry <jerryubi at gmail.com> wrote:
> Setting both hvc0 and tty is working as desired. Thanks again to everyone
> that replied. I'm updating my kickstart script to include adding
> console=tty in addition to the other.
Should it be set by default then?
Regards,
Nerijus
2014 Feb 25
2
libvirt lxc /dev/null
Hello,
I created lxc container on F19 with virt-manager and it starts OK. The only
problem is that sshd does not run complaining "/dev/null is not a character
device".
# ls -l /dev/null
-rw-r--r-- 1 root root 0 2014-02-25 22:39 /dev/null
/sys/fs/cgroup/devices/machine/VM_NAME.libvirt-lxc/devices.list has "c 1:3
rwm" line, but I cannot create /dev/null:
# mknod /dev/nulll c 1
2015 Mar 24
2
Re: machine='pc-q35-2.1' and sata controller
On Mon, 23 Mar 2015 10:36:33 -0400 John Snow <jsnow@redhat.com> wrote:
> > Are the needed patches in 2.3.0-rc0?
> > Is it possible to backport AHCI migration to RHEL 7.1 qemu or will it be too much work?
>
> The patches that improve the stability of AHCI migration are in 2.3-rc0.
> We still have not /enabled/ migration upstream, but editing to code to
> allow it
2015 Mar 12
2
Re: machine='pc-q35-2.1' and sata controller
Laine Stump <laine@...> writes:
> And it is also true that any machine with a SATA controller can't be
> migrated because of problems with the driver. I just talked to the
> person responsible for fixing these bugs in qemu, and he said that the
> patches will go upstream "soon", and that he hopes they will be in qemu
> 2.3.
Are these patches available yet?
2015 Mar 23
2
Re: machine='pc-q35-2.1' and sata controller
On Thu, 12 Mar 2015 14:56:08 -0400 Laine Stump <laine@laine.org> wrote:
> Here is the info straight from the author (I've also Cc'ed him to this
> mail):
>
> ===============
> The AHCI migration series is here:
>
> http://lists.gnu.org/archive/html/qemu-devel/2015-02/msg05200.html
> These are all just tests, at any rate -- the actual patch that enables
2014 May 22
1
problem with bond/team network interfaces
Hello,
I have VM attached to bridge br0. VM can see the network (ping works) when
the bridge has ethernet interfaces. But when I create bond or team device
and attach it to a bridge instead of eth interface, VM does not ping
anymore. Any ideas why?
Thanks,
Nerijus
2004 Jan 29
1
cannot join Windows 2003 domain
Hello,
When I try smbpasswd -j DOMAIN_NAME -r alfa -U Administrator
I get
Error connecting to alfa - NT_STATUS_ACCESS_DENIED
Unable to join domain TID.
The same command works with Windows 2000 domain.
Windows domain is configured for pre 2k/2k3 access,
samba-2.2.8a.
I tried to search google unsuccessfully. Can I debug it?
Regards,
Nerijus
2015 Dec 15
2
Slow boot when no serial pty connected
Hi everyone!
It's the first time I send a message to this list, I hope it's not the last :)
So my issue is that when booting a disk image generated with virt-builder [1]
it takes more than 5 minutes, waiting in the boot screen that says:
"
Booting from disk...
press any key to continue.
"
The press any key message shows up to 5 times. The issue is that it stays in
that screen
2004 Jan 22
5
Shorewall 1.4.10 RC1
I''m doing more releases of 1.4.* to try to work around the absurd way in which
the 2.6 kernel supports ipsec.
1.4.10 will provide a means for excluding multiple destination hosts/subnets
from masquerade/SNAT.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net