Displaying 6 results from an estimated 6 matches for "primrose".
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do
not have a 64bits version into the AIX libc.
A very simple workaround to the big files writing rsync pb. is to not
use this routine that create files w/ mkstemp() by modifying the
"syscall.c" source file at line 154 as following :
#if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD)
become
#if
2015 Jan 31
2
Re: HugePages - can't start guest that requires them
Yeah, Dominique, your wiki was one of the many docs I read through
before/during/after starting down this primrose path... thanks for writing
it. I'm an Arch user, and I couldn't find anything to indicate qemu, as its
compiled for Arch, will look in /etc/default/qemu-kvm. And now that I've
got the right page size, the instances are starting...
The reason I want to use the page element to the hugepa...
2015 Feb 02
0
Re: HugePages - can't start guest that requires them
...eradigm.com]
Verzonden: zondag 1 februari 2015 0:02
Aan: Dominique Ramaekers
CC: libvirt-users at redhat.com
Onderwerp: Re: [libvirt-users] HugePages - can't start guest that requires them
Yeah, Dominique, your wiki was one of the many docs I read through before/during/after starting down this primrose path... thanks for writing it. I'm an Arch user, and I couldn't find anything to indicate qemu, as its compiled for Arch, will look in /etc/default/qemu-kvm. And now that I've got the right page size, the instances are starting...
The reason I want to use the page element to the hugepa...
2015 Jan 30
4
HugePages - can't start guest that requires them
Hello All,
I'm trying to enable hugepages, I've turned off THP (Transparent Huge
Pages), and enabled hugepages in memoryBacking, and set my 2MB
hugepages count via sysctl.
I'm getting "libvirtd[5788]: Failed to autostart VM 'atlas': internal
error: Unable to find any usable hugetlbfs mount for 16777216 KiB"
where atlas is one of my guests and 16777216 KiB is the
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
...2015 0:02
> Aan: Dominique Ramaekers
> CC: libvirt-users@redhat.com
> Onderwerp: Re: [libvirt-users] HugePages - can't start guest that requires
> them
>
>
>
> Yeah, Dominique, your wiki was one of the many docs I read through
> before/during/after starting down this primrose path... thanks for writing
> it. I'm an Arch user, and I couldn't find anything to indicate qemu, as its
> compiled for Arch, will look in /etc/default/qemu-kvm. And now that I've got
> the right page size, the instances are starting...
>
>
>
> The reason I want to...
2008 Jul 15
9
Stopping a server not controled by service
Miredo is run as a server from the command line:
/usr/sbin/miredo
The man page says the signal SIGTERM stops the server.
How do I send SIGTERM to the server? Or SIGHUP, as I want to make a
change to the config file.
And once I get this as I want it, how do I run it at system boot?