similar to: Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.

Displaying 20 results from an estimated 1000 matches similar to: "Problem passing qemu cmdline option when using <qemu:commandline> in domain xml."

2019 Mar 26
0
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev pty,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below to the domain xml, ... </device> <qemu:commandline> <qemu:args
2011 Sep 30
0
Difficutlies with lp port
Hello, I'm using libvirt on debian as host and Windows XP Home as guest. I would like to pass the /dev/parport0 to XP to attach a printer. I use virt-manager. When I add a parallel port as a "dev" type I got this conf file: .... <parallel type='dev'> <source path='/dev/parport0'/> <target port='0'/> </parallel> ....
2009 May 26
1
Installing and running XEN
Hi all! I''m new on the list. I have read many HowTos about xen installations and I have an error that I cant find solution. (S.O: Debian Lenny) First, this is what I did: Hypervisor # aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools bridge-utils Kernel # aptitude install xen-linux-system-2.6.26-2-xen-686 ----- # nano /etc/modules loop max_loop=128 # nano
2023 Mar 11
3
Upgrade machine type during migration
Hi, I have an old system. The guest there is defined with: ? <os> ??? <type arch='x86_64' machine='pc-q35-rhel8.2.0'>hvm</type> ? </os> When I try to migrate this guest to a new system I get the error: error: internal error: unable to execute QEMU command 'blockdev-add': Failed to connect socket: Permission denied On the new host I see the
2006 Dec 08
2
trouble with cloud output to bmp when in loop
I have some data that I need to view in various 3-D clouds. To better see the cloud structure on a 2-D screen I would like to output a bunch of bmp files with clouds at slightly different angles, then run them through an external program to animate them. But I'm having trouble getting cloud() from the lattice package to output to bmp files. Oddly, this is only a problem when outputting
2006 Jun 14
1
2 machines running centos and parallel ports
I have two machines both running centos 4.3. I have a laplink cable (parallel) between them. On one machine I do "echo Hello > /dev/parport0" on the other machine I wrote a short c program to open /dev/parport0 and when characters arrive print them on the screen. Seems simple enough but nothing comes across. Both machines parallel ports are set for PS/2 mode. Is there a reason this
2006 Oct 31
2
Parallel port access
I have a small Visual Basic app for a prom programmer which uses the parallel port (lpt1) to control the programmer. It uses a third party dll (io.dll) to give vb direct access to the hardware. I cannot get wine to see that port at all. I have given myself rw mode to /dev/parport0, there is a link (ln -s /dev/parport0 lpt1) in ~/me/.wine/dosdevices as described in the user notes. The app is a
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
For the last 3 weeks I've been working on getting RHEL4 (and 5, but that's a different story) to play well with Active Directory, OpenLDAP, Kerberos, PAM and NSS. It's been a long struggle but I now have a process to authenticate and authorize a RHEL4 client to a windows Active Directory server to that my AD Users can log into my Linux boxes (assuming their group permissions are set
2016 Mar 10
0
First logon after smbpasswd -a someuser failed
*first logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated session setup failed: NT_STATUS_UNSUCCESSFUL *second logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.6-Debian] Sharename Type Comment --------- ---- ------- print$
2008 Apr 03
1
rtc issue
Hi all, I have installed centos 5.1 x86_64. 2.6.18-53.1.14.el5 Everything seems to be working fine except that the rtc module is not working. cat /proc/interrupts shows: CPU0 CPU1 0: 129 0 XT-PIC-XT timer 1: 330797 0 XT-PIC-XT i8042 2: 0 0 XT-PIC-XT cascade 3: 4 0
2008 Aug 11
1
AD on 2003R2 NT_STATUS_NO_SUCH_USER
Dear Help, We are in the process of setting up a new domain using Active Directory on Windows Server 2003R2. One of our goals was to use Active Directory for authentication on our AIX box (running version 6.1). I was able to successfully set up Kerberos, and the LDAP client to connect to our AD server so that you can now log in to the AIX box with users found in Active Directory. However, no
2005 Aug 04
1
HELP! X100P IRQ conflict w/ USB
PC: HP Vetra VL400 Mainbood: Intel815 BIOS: Phonix 4.0 release 6.0 OS: REDHAT 9.0 I installed the X100P in PCI slot 2 and disable the USB port, serial-port and parallel-port in BIOS. I can't found the X100P card in " cat interrupts" But I can found the card in the "cat ioports" use "lspci" I found the X100Pcard use the interrupts 11 too. Who can help me to solve
2005 Jul 24
1
Do I have to worry about interrupt sharing here?
Hello I am using a Junghanns QuadBRI ISDN card - the module name is qozap. If I like at my interrupt assignment, qozap is sharing interrupt 10 with libata and uhci_hcd. I think libata is the IDE hard drive module and uhci_hcd is a USB module. linux:~ # modprobe qozap linux:~ # cat /proc/interrupts CPU0 0: 12634579 XT-PIC timer 1: 10 XT-PIC i8042
2011 Oct 27
1
minimizing device-dependent code in graphics scripts
Here is a common scenario that I and probably others often face: - I write a script, test.R, to produce some graphs, viewing them on-screen and tinkering until they look right - I want to save image files (e.g., .png), so I wrap each plot in device driver calls, e.g., png(file='test01.png', width=600, height=600); plot(1:10) dev.off() png(file='test02.png', width=600,
2014 Jul 29
2
Balancing IRQs
Hi All I am using the following Linux version for my application: **************************************** [root at localhost ~]# uname -a Linux localhost.localdom 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux **************************************** **************************************** [root at localhost ~]# cat /etc/*release CentOS release 5.4 (Final)
2005 Jul 27
5
Parallel port setup and debugging.
Hello! I using the latest released version (20050725). Im having problems using the parallel port. How do i setup the parallel port using the new registry system? Which modules control the parallel port. Which debug groups should i enable? /Pedro >>>> GN Netcom Group NOTICE - AUTOMATICALLY INSERTED <<<< The information transmitted is intended only
2004 Sep 06
2
Bug#270019: serial/lp rules for logcheck
At the moment I've no host with which to test ppp/lp things on. If you (or anyone) could provide complete regexes, (each beginning with ^ and ending with $) I will patch the rules accordingly. If not, sending the full log lines is a good start. Thanks! -- [ Todd J. Troxell ,''`. Student, Debian GNU/Linux Developer, SysAdmin, Geek :
2006 Mar 10
1
Yet again: chan_zap.c: Unable to specify channel 4: No such device
I have seen this in the archives any number of times -- but I have yet to find a solution that works for me. Any suggestions you can offer would be most appreciated. Here are the answers to the questions I have seen asked in earlier posts. The log contains: Mar 10 12:26:29 WARNING[3015] chan_zap.c: Unable to specify channel 4: No such device Mar 10 12:26:29 ERROR[3015] chan_zap.c: Unable
2008 Oct 26
1
No incoming audio on Dahdi channels (TDM410P)
A previous issue has popped up and once again I'm out of ideas. During the evenings it seems that the TDM channels will spike (dahdi_monitor) and will refuse to listen for audio of any type, this includes DTMF. The only resolution I know of is to stop Asterisk and restart the dahdi service, but that's not a solution. All channels look like this, even the FXS. [root at asterisk Hardware]#
2009 Jan 31
3
Zapata.conf
Hi pals, Pardon me if this question sound basic please. This is the first installation where I have to use the analogue card and therefore a little lusty. I have googled a lot, but though there is a lot of information about the above file, none indicate where the file lives. I have a installed asterisk and zaptel software on a fresh installation of CentOS 5. This all from source and following