Goldino

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Goldino

  1. vm snapshot is essential for my point of view
  2. Hi, i cant send mail from the interface, when i try i got the error: "(501 HELO requires valid address)" i have a local mail server with the IP: 192.x.x.100 only for backup, and i want to use the SMTP of ARUBA.IT to send (smtps.aruba.it port 456 ssl enabled). I've already try to setup correcly the IMAP of aruba (imaps.aruba.it), but after the access i cant still send mail: Any Idea? i found this but i dunno if can work with my problem: https://www.roundcubeforum.net/index.php/topic,23786.msg64464.html#msg64464 logs: [23:48:43.47][6563de6b] IMAP[NOTE]: Start connection to "ssl://192.x.x.100:993" [23:48:43.47][6563de6b] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN AUTH=LOGIN] Dovecot ready.\r\n [23:48:43.48][6563de6b] IMAP[SECURE]: > TAG1 LOGIN "[email protected]" "********"\r\n [23:48:43.49][6563de6b] IMAP[DATA]: < TAG1 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY PREVIEW STATUS=SIZE SAVEDATE LITERAL+ NOTIFY SPECIAL-USE QUOTA] Logged in\r\n [23:48:43.49][6563de6b] SMTP[NOTE]: Start connection to "ssl://smtps.aruba.it:465" [23:48:43.74][6563de6b] SMTP[DATA]: < 220 smtpdh19.ad.aruba.it Aruba Outgoing Smtp ESMTP server ready\r\n [23:48:43.74][6563de6b] SMTP[DATA]: > EHLO _\r\n [23:48:43.78][6563de6b] SMTP[DATA]: < 501 EHLO requires valid address\r\n [23:48:43.78][6563de6b] SMTP[ERROR]: 501 EHLO requires valid address [23:48:43.78][6563de6b] SMTP[DATA]: > HELO _\r\n [23:48:43.81][6563de6b] SMTP[DATA]: < 501 HELO requires valid address\r\n [23:48:43.81][6563de6b] SMTP[ERROR]: 501 HELO requires valid address [23:48:43.81][6563de6b] SMTP[DATA]: > QUIT\r\n [23:48:43.85][6563de6b] SMTP[DATA]: < 221 2.0.0 smtpdh19.ad.aruba.it Aruba Outgoing Smtp closing connection\r\n [23:48:43.85][6563de6b] SMTP[NOTE]: Disconnected from "ssl://smtps.aruba.it:465" (success) [23:48:43.85][6563de6b] @Time: 0.4967 [23:48:43.85][6563de6b] @TimeApiInit: 0.087 [23:48:43.85][6563de6b] INFO[MEMORY]: Memory peak usage: 14MB [23:48:43.85][6563de6b] INFO[TIME]: Time delta: 1682120923.8576 [23:48:43.85][6563de6b] INFO[MEMORY]: Memory peak usage: 14MB [23:48:43.85][6563de6b] INFO[TIME]: Time delta: 1682120923.8578 [23:48:43.85][6563de6b] IMAP[DATA]: > TAG2 LOGOUT\r\n [23:48:43.85][6563de6b] IMAP[DATA]: < * BYE Logging out\r\n [23:48:43.85][6563de6b] IMAP[DATA]: < TAG2 OK Logout completed (0.001 + 0.000 secs).\r\n [23:48:43.86][6563de6b] IMAP[NOTE]: Disconnected from "ssl://192.XXX.X.100:993" (success)
  3. And i finally did it! The only think i change is Machine from Q35-6.2 to i440fx-4.1, i havent try different setting because is WORKS! win10iGPU.xml
  4. a little update: if i try to boot the machine without the disk and the Windows iso, and the iGPU RUN! But.... it wont boot if i set the disk or the iso.... the Firts core is stuck at 100% and i get only a black screen. the only think is running on my server is the VM with the iGPU. Can someone tell me what is going on? Thanks
  5. Hi everyone, i have a 5700g, on a msi x470 gaming plus max, with the lates bios. i used the "UBU" tool to extract the rom, renamed it with "name.rom" and follow several times the step previusly posted. The unraid version of my server is 6.11.5, my flash setup is: kernel /bzimage append pcie_acs_override=downstream,multifunction initrd=/bzroot vfio_iommu_type1.allow_unsafe_interrupts=1 video=efifb:off and i created the amdgpu.config in /boot/config/modprobe.d i have other 2 gpu in my server, for other 2 VM (1 gpu each VM), and it works great. when i try to run my 3rd vm, with the 5700g GPU and few cores, looks like everything is ok, (i follow all step to get this point like: install windows with no gpu enable rdp disable windows update and autoinstall driver but nothing let me use my onboard graphics (even unplug the HDMI before start and plug after the VM is "ready" works). The only problem i found is this: i cannot use the code: <qemu:commandline> <qemu:arg value='-set'/> <qemu:arg value='device.hostdev0.x-vga=on'/> </qemu:commandline> because i get this error: so, and i use <qemu:override> <qemu:device alias='hostdev0'> <qemu:frontend> <qemu:property name='x-vga' type='bool' value='true'/> </qemu:frontend> </qemu:device> </qemu:override> and the machine is running, the gpu is in the device list, has no error, latest driver installed but i wont show any video. i almost forgot to say: if remove the "virtual GPU" an select the "Radeon" one, the system wont start, and i need to make a new XML. Can someone tell me what im doing wrong? there is any chance to fix my issiue for 6.11.5? Thanks everyone for your work and support. this is the entire schema of my windows 10 machine <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Windows 10</name> <uuid>9f862754-778a-12b8-9566-ec1e1988d38c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='9'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-6.2'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='3D6L09A17K3O'/> </hyperv> <kvm> <hidden state='on'/> </kvm> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Win10iGPU/vdisk.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:b6:00:04'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='it'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x30' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/gpubios/radeonIGPU2.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x30' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x30' slot='0x00' function='0x4'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <qemu:override> <qemu:device alias='hostdev0'> <qemu:frontend> <qemu:property name='x-vga' type='bool' value='true'/> </qemu:frontend> </qemu:device> </qemu:override> </domain>
  6. Hi everyone. my CUPS run realy well, all my client is working as intendet and now i need to scan with the same Multi Funcion Printer with SANE. From the consolle i run: scanimage -L and the system responde is: device `hpljm1005:libusb:007:004' is a Hewlett-Packard LaserJet M1120 multi-function peripheral device `hpaio:/usb/HP_LaserJet_M1120_MFP?serial=MF27FCF' is a Hewlett-Packard HP_LaserJet_M1120_MFP all-in-one and the scanner funcion is working! (i try to scan and it works but only in LOCAL!) My question is: how to export the scanner funcionality to LAN? Sorry if my English is not perferct.