[OpenIndiana-discuss] openindiana-discuss Digest, Vol 61, Issue 11

Ramesh Chari rvchari at ymail.com
Wed Aug 19 16:25:56 UTC 2015


SUBJECT: Subject: Re: [OpenIndiana-discuss] Help needed in qemu-kvm
Thank you Jon...I added the last line but kernel fails to boot... says internal kvm error !i remove that line and still that error pops...[FYI, i have not updated hipster...]
 


     On Wednesday, 19 August 2015 5:30 PM, "openindiana-discuss-request at openindiana.org" <openindiana-discuss-request at openindiana.org> wrote:
   

 Send openindiana-discuss mailing list submissions to
    openindiana-discuss at openindiana.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://openindiana.org/mailman/listinfo/openindiana-discuss
or, via email, send a message with subject or body 'help' to
    openindiana-discuss-request at openindiana.org

You can reach the person managing the list at
    openindiana-discuss-owner at openindiana.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of openindiana-discuss digest..."


Today's Topics:

  1. lpsched removal (Alexander Pyhalov)
  2. Help needed in qemu-kvm (Ramesh Chari)
  3. Re: lpsched removal (Jonathan Adams)
  4. Re: Help needed in qemu-kvm (Jonathan Adams)


----------------------------------------------------------------------

Message: 1
Date: Wed, 19 Aug 2015 10:34:16 +0300
From: Alexander Pyhalov <alp at rsu.ru>
To: Discussion list for OpenIndiana
    <openindiana-discuss at openindiana.org>
Subject: [OpenIndiana-discuss] lpsched removal
Message-ID: <55D43178.3020605 at rsu.ru>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello.

I'd like to ask if someone currently uses lpsched or mod_ipp on OI and 
why? The reason is that there's proposal to remove them from 
illumos-gate. So we either have to obsolete them or keep in separate 
repository (which is rather ugly).
-- 
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department



------------------------------

Message: 2
Date: Wed, 19 Aug 2015 07:41:52 +0000 (UTC)
From: Ramesh Chari <rvchari at ymail.com>
To: Discussion List for OpenIndiana
    <openindiana-discuss at openindiana.org>,
    "openindiana-discuss-request at openindiana.org"
    <openindiana-discuss-request at openindiana.org>
Subject: [OpenIndiana-discuss] Help needed in qemu-kvm
Message-ID:
    <1668344182.6869795.1439970112475.JavaMail.yahoo at mail.yahoo.com>
Content-Type: text/plain; charset=UTF-8

hello,after a lot of googling and oi-mailing list / handbook / wiki help, i was able to install pcbsd on kvm from oi host.link to a screenshot =>?pcbsd_kvm_on_oi_host.jpg
| ? |
| ? |  | ? | ? | ? | ? | ? |
| pcbsd_kvm_on_oi_host.jpgShared with Dropbox |
|  |
| View on www.dropbox.com | Preview by Yahoo |
|  |
| ? |


help needed as follows :how to set the following ?1. mouse sync [i notice dual mice on virtual screen]2. screen resolution resize3. access host from guest [file access / download to host etc]4. sound config in guest [guest did not detect audiohd]
LAST BUT NOT LEAST...as i am on hipster branch, i update frequently for possible enhancements. after i ve installed this vm, i need to know if i can boot up the vm without any additional config in relation to kernel image change etc ? if i have to do it then i how to ?
best regards,r v c

------------------------------

Message: 3
Date: Wed, 19 Aug 2015 09:30:22 +0100
From: Jonathan Adams <t12nslookup at gmail.com>
To: Discussion list for OpenIndiana
    <openindiana-discuss at openindiana.org>
Subject: Re: [OpenIndiana-discuss] lpsched removal
Message-ID:
    <CAKr4wiSUTyhHoj1_XecHz60_wTDaWhOcBfj=-jjn9b9NzLGx6w at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

As I just commented in the other thread, the only time I've used lpsched
was when I was transferring a lot (>100) of printers from another lpsched
system ... If someone could make a "convert" script from a printers.conf
file to a CUPS config I wouldn't even have used lpsched.

I still have that system available (running OI u8) if you want me to test,
but my guess is that this is a very rare case.

Jon

On 19 August 2015 at 08:34, Alexander Pyhalov <alp at rsu.ru> wrote:

> Hello.
>
> I'd like to ask if someone currently uses lpsched or mod_ipp on OI and
> why? The reason is that there's proposal to remove them from illumos-gate.
> So we either have to obsolete them or keep in separate repository (which is
> rather ugly).
> --
> Best regards,
> Alexander Pyhalov,
> system administrator of Southern Federal University IT department
>
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>


------------------------------

Message: 4
Date: Wed, 19 Aug 2015 09:36:49 +0100
From: Jonathan Adams <t12nslookup at gmail.com>
To: Discussion list for OpenIndiana
    <openindiana-discuss at openindiana.org>
Subject: Re: [OpenIndiana-discuss] Help needed in qemu-kvm
Message-ID:
    <CAKr4wiS+RybG+=5Y9fn3U13bJfYGYqSrt7H9pKmmNSBKZ5duwA at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

my "standard" KVM startup command:

MAC=$(dladm show-vnic -po macaddress kvm0)
/usr/bin/qemu-kvm \
        -enable-kvm \
        -vnc 0.0.0.0:1 \
        -smp 4 \
        -m 4096 \
        -no-hpet \
        -localtime \
        -boot order=c,menu=off \
        -drive file=/dev/zvol/rdsk/rpool/kvm/kvm/disk0,if=ide,index=0 \
        -net nic,vlan=0,name=net0,model=e1000,macaddr=$MAC \
        -net vnic,vlan=0,name=net0,ifname=kvm0,macaddr=$MAC \
        -vga std \
        -k en-gb \
        -usb -usbdevice tablet

My guess is that you want the last line "-usb -usbdevice tablet" ...

I had trouble with KVM when I upgraded from OIu3 until OIu6, but have never
had trouble upgrading on Hipster ... not that I now use Hipster for KVM
hosts (I use OIu8 and keep them disconnected from external networks)

Jon

On 19 August 2015 at 08:41, Ramesh Chari <rvchari at ymail.com> wrote:

> hello,after a lot of googling and oi-mailing list / handbook / wiki help,
> i was able to install pcbsd on kvm from oi host.link to a screenshot
> => pcbsd_kvm_on_oi_host.jpg
> |  |
> |  |  |  |  |  |  |  |
> | pcbsd_kvm_on_oi_host.jpgShared with Dropbox |
> |  |
> | View on www.dropbox.com | Preview by Yahoo |
> |  |
> |  |
>
>
> help needed as follows :how to set the following ?1. mouse sync [i notice
> dual mice on virtual screen]2. screen resolution resize3. access host from
> guest [file access / download to host etc]4. sound config in guest [guest
> did not detect audiohd]
> LAST BUT NOT LEAST...as i am on hipster branch, i update frequently for
> possible enhancements. after i ve installed this vm, i need to know if i
> can boot up the vm without any additional config in relation to kernel
> image change etc ? if i have to do it then i how to ?
> best regards,r v c
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>


------------------------------

Subject: Digest Footer

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss at openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


------------------------------

End of openindiana-discuss Digest, Vol 61, Issue 11
***************************************************


  


More information about the openindiana-discuss mailing list