Hi,
On grub boot => edit add "rootdelay=3" on command line
For permanent solution :
Add GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=3" in /etc/default/grub
run update-grub
and reboot
Hi,
perhaps you can try with socat command
like this script
#!/bin/bash
QEMU_MONITOR_SOCKET_PATH=/var/run/qemu-server
QEMU_MONITOR_SOCKET_EXT=mon
SOCAT=$(which socat) || { echo "socat cmd not found => exit"; exit 1; }
VMID=101
command="command you want to run in qemu monitor"
echo...
hello,
to add a floppy img :
1/ get the process kvm vm command line
exemple: qm showcmd 107
2/ stop your vm
3/ copy and past command found in 1/ and add parameters :
"-drive file=/path/to/floppy.vdf,if=floppy,index=0"
it's boot your vm with floppy.vfd img attached to it
cyril
Re: Boosting network performance for windows guests (virtio drivers and registry chan
We have make some test :
Server : DELL R410
Network: broadcom giga
############################################################################################################################
PROXMOX DEPOT...
hi,
i want to make snapshots on kvm with bash script
with the Qemu monitor command :
- info snapshot
- savevm
- loadvm
- delvm
run very well and make a few seconds to execute
but if i try the qemu-img commands:
- qemu-img snapshot -l /vz/images/101/vm-101-disk.qcow2 => run
- qemu-img...
I just made a test with the template ubuntu-8.0-standard_8.04 => impossible to start more than 2 VM.
So the bug is still present.
I am trying to find out why next week
So, I hope i found the error
The patch file 0001-2.6.24-ovz002.patch
(PVE_SRC/linux-2.6.24-openvz.org/debian/binary-custom.d/openvz/patchset/)
add this lines
if (s->sk_net != net)
continue;
in fonction static struct sock *__unix_find_socket_byname ()...
Yes so why in linux-2.6.24-openvz/net/unix/af_unix.c file the patch
are not applied ? and the file is completely different from original
linux-2.6.24-openvz.org/net/unix/af_unix.c after compilation
Hi,
I do not know why but without chattr command,
once the compilation is complete
diff linux-2.6.24-openvz.org/net/unix/af_unix.c linux-2.6.24-openvz/net/unix/af_unix.c
are completely different but the patch cross_ve_unixsocket.diff is not applied.
So I think the bug in...
Hi,
We use dab to generate a lot of template VM.
So we create a makefile template to minimize preconfigure debian lenny
- replace rsyslog by sysklogd
- replace postfix bu ssmtp
- set locales
- use predefined bash.bashrc
....
Global Makefile: (atuin_template/Systeme_Makefile)
# Debian Lenny...
Hi,
Dont run
We had to make the file immutable af_unix.c as it was amended during the compilation ???
I do not know why, but works very well with our kernel compiled with chattr command
We had in makefile :
${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
chattr -i...
Yes but on a production server, you does not restart mysql every day ...
for performance ...
check cpu usage
http://pix.academ.org/img/2008/10/01/c9ac14fecd7353f978b75ace4de26f21
check cache perf between tcp/ip vs socket...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.