Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Predrag Zečević - Technical Support Analyst
On 08/30/19 02:30, Lonnie Cumberland wrote: Hi All, I was able to inststall virtual box. First I had to do a "sudo pkg update" which downloaded about 600 MB and then I had to reboot. After that, when I did pkg search virtualbox This will do only local search, for search on repository try (or

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Tony Brian Albers
Hi Lonnie, Thank you for doing all of this. Thank you for your perseverance, skills and humility. And to the rest of you: Thank you for being such a friendly and helpful community. Seeing it a bit from the sideline, I'm impressed with you all and you're inspiring me to never, ever forget my favo

[OpenIndiana-discuss] Simple steps for creating a network accessible zone?

2019-08-29 Thread Lonnie Cumberland
Hi All, Can you please tell me the simplest way to make a network accessible zone? I have not had a lot of experience with zones yet and am still trying to get a handle on them. Thanks, Lonnie ___ openindiana-discuss mailing list openindiana-discuss@ope

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Lonnie Cumberland
just found VirtualBox binaries in an xterm which brings up the GUI interface. Will test out a small vm and then try to work out if it will, or will not, run in a local zone and let everyone know the results. Cheers, Lonnie On Thu, Aug 29, 2019 at 8:30 PM Lonnie Cumberland wrote: > Hi All, > >

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Lonnie Cumberland
Hi All, I was able to inststall virtual box. First I had to do a "sudo pkg update" which downloaded about 600 MB and then I had to reboot. After that, when I did pkg search virtualbox it found it and then I did sudo pfexec pkg install virtualbox This is where I am at now and it does not seem

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Tim Mooney
In regard to: [OpenIndiana-discuss] VirtualBox setup questions, Lonnie...: In my reading on the OpenIndiana Ch. 7 "Virtualization" ( https://wiki.openindiana.org/oi/7.+Virtualization) I came across the part on VirtualBox. So... there are a lot of gems in the wiki, but there's also a lot of out

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Timothy Coalson
Another detail if you are going to use a browser over VNC: turn off "smooth scrolling" to reduce the number of screen updates. I hate smooth scrolling anyway, but sadly it is on by default in firefox... Tim On Thu, Aug 29, 2019 at 11:10 AM Bob Friesenhahn < bfrie...@simple.dallas.tx.us> wrote:

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Andreas Wacknitz
Am 29.08.19 um 20:34 schrieb Lonnie Cumberland: > Thanks for your response, Andreas. > > I'm updating my packages now to see if I can find the way to install > VirtualBox 6 since it did not show up when I initially did a search: > > $pkg search virtualbox This should have been successful for you: ➜

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Lonnie Cumberland
Thanks for your response, Andreas. I'm updating my packages now to see if I can find the way to install VirtualBox 6 since it did not show up when I initially did a search: $pkg search virtualbox For me, I would really like to be able to run each VM in a local zone like older OI documentation su

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] VNC Server?, Lonnie Cumberland said...: Anyway, I just learned a little about "pgk" and am trying to see out I can install a VNC server so that I can connect to this box from another system tomorrow while I am at the office. To that end, I just tried: ---

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Aurélien Larcher
On Thu, Aug 29, 2019 at 6:24 PM Lonnie Cumberland wrote: > Hi Bob, > > Yes, I totally agree that sometimes starting off with a lighter weight > Desktop is very useful as well for some cases. In my case, the performance > hit is not a huge problem as I do not plan to use VNC a whole lot, but > wan

Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Andreas Wacknitz
Am 29.08.19 um 18:33 schrieb Lonnie Cumberland: > Hi All, > > Now that I have OI initially installed, I would like to move towards > installed the latest version of VirtualBox to do some more testing. > > In my reading on the OpenIndiana Ch. 7 "Virtualization" ( > https://wiki.openindiana.org/oi/7.

[OpenIndiana-discuss] VirtualBox setup questions

2019-08-29 Thread Lonnie Cumberland
Hi All, Now that I have OI initially installed, I would like to move towards installed the latest version of VirtualBox to do some more testing. In my reading on the OpenIndiana Ch. 7 "Virtualization" ( https://wiki.openindiana.org/oi/7.+Virtualization) I came across the part on VirtualBox. I am

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Lonnie Cumberland
Hi Bob, Yes, I totally agree that sometimes starting off with a lighter weight Desktop is very useful as well for some cases. In my case, the performance hit is not a huge problem as I do not plan to use VNC a whole lot, but wanted the same desktop as on the console for now. Now on to the next se

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Bob Friesenhahn
On Thu, 29 Aug 2019, Christian Meier wrote: Hello Lonnie you need modify the xstartup file unter .vnc find below an example you can modify this to your needs $ more .vnc/xstartup #!/bin/sh vncconfig -iconic & [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geome

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Lonnie Cumberland
Now I got it working !!! Thanks so very much for your help. Have a great day, my friend Lonnie On Thu, Aug 29, 2019 at 8:40 AM Christian Meier wrote: > Hello Lonnie > > you need modify the xstartup file unter .vnc > > find below an example > you can modify this to your needs > > $ more .vnc/x

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Christian Meier
Hello Lonnie you need modify the xstartup file unter .vnc find below an example you can modify this to your needs $ more .vnc/xstartup #!/bin/sh vncconfig -iconic & [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Lonnie Cumberland via openindiana-discuss
Hi Christian It looks like it is installed. I activated it via: lonnie@openindiana:~$ vncserver - looks like it is running now: lonnie@openindiana:~$ vncserver -list TigerVNC server sessions: X DISPLAY # P

Re: [OpenIndiana-discuss] VNC Server?

2019-08-29 Thread Christian Meier
Hello Lonnie use the pkg search command $ pkg search -f vncserver INDEX  ACTION VALUE PACKAGE basename   file   usr/bin/vncserver pkg:/x11/server/xvnc@1.8.0-2018.0.0.2 $ pkg contents pkg:/x11/server/xvnc PATH lib/svc/manifest/application/x11/xvnc-inetd.xml usr/bin/Xvnc usr/bin/vnc