[02:22] list [02:22] anyone here who can help me with xubuntu install [02:22] ? [04:25] Hello. What is a good program to run a virtual machine? [04:25] virtualbox [04:25] !vbox [04:25] Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [04:28] Thank you. [04:29] happy2help! Travis [04:29] I am having issues running Paltalk on here. I have to resort to a Windows VM. [04:30] no experience or idea with paltalk but setting up a windows VM is quite easy in vbox [04:39] Wine is ok. I am still trying to get used to it. [04:41] "ok" is about right. wine is only an emulator and on its best day, does no promise to deliver the same performance as windows. personally, I've found vbox to be closer to native performance than wine, but ... YMMV [05:22] This is strange. Firefox wouldn't allow me to adjust the Flash settings, yet Chromium would. === max12345 is now known as Guest78419 [09:23] Alt-tab opens the same list of applications on all my screens. How do I change it so it just appear on one monitor? === Guest78419 is now known as max12345 [10:14] Hund: you might find something in the window manager settings, but I wouldn't remember whether such a setting exists [10:22] auscompgeek: I have looked everywhere. :P === qwebirc159792 is now known as slickymasterWork [11:10] Hi there, running xubuntu and xpra. Xpra is taking 100 MB for redirecting DISPLAY with the server in xfce4-terminal. Is it ok? 100 MB seems to me a lot. Any user of xpra? [11:12] Rhino_Crash: sounds about right tbh [11:13] gordon jcp Thank you for reply. I am new to xpra. Made these 2 for cron: @reboot xpra start :100 and @reboot export DISPLAY=:100 && /home/user/myscript.sh: myscript runs my server in terminal. When I loging to X2Go I atach xpra and see the terminal. I hope this is well. [11:24] probably [11:29] gordonjcp Thank you for response. I will keep it deployed then cos I must (to be able to maintain it). I was searching another ways how to connect different display running on remote but did not find any. [11:29] Rhino_Crash: what are you displaying? [11:31] gordonjcp There is a small sh script starting mono application - server is opensim. The xpra start :100 in task manager shows 49 MiB and some Xpra group leader shows 44 MiB [11:32] Rhino_Crash: can't you just ssh in? Do you actually need a GUI? [11:33] gordonjcp Can I connect to Display 0.0 running remotely and see it running? [11:34] gordonjcp (by ssh) [11:34] should do, or maybe ssh X forwarding [11:35] gordonjcp and that is waht I was told xpra is doing for me - forwarding X [11:36] yeah [11:36] but does the thing you're running actually use X to display stuff, has it got a GUI? [11:37] gordonjcp People also told me that there is no way how to see running server on remote pc without that. I use X2Go client to connect to my remote desktop. I use xfce which has no big requirements [11:37] because if it doesn't just ssh in and run it from the command-line [11:38] right, lunchtime [11:41] gordonjcp Enjoy your lunch. I got from your responses that sticking with xpra as I have it is the only option I have and that I have set it well. The option -ssh to that I do not know how to see just that running simulator. [11:45] Rhino_Crash: you still haven't answered the question. does whatever you're running actually need an X display? [11:47] auscompgeek Sorry I thought I did. So: opensimulator is a mono application running in a console. You run it by mono OpenSim.exe Then the console appears where you can type commands and administer your server. [11:47] then... can't you just run that over ssh? [11:48] after all, you say it runs in a console, right? [11:49] auscompgeek Are you suggesting to me to get rid of xfce completely? that is not what I want. If not, how can I connect? [11:49] ssh? [11:50] auscompgeek you mean Putty plus see the display 0.0 - is that possible? No redirection needed? [11:52] auscompgeek - trying now with my test virtual pc [11:52] do you need a display? [11:53] auscompgeek The only thing I realy need is to see the console after pc has crashed and rebooted. Then cron wakes my simulator and i do not see it at all. [11:54] sounds like X isn't useful at all then [11:56] auscompgeek Because when I login back to X2Go I see nothing just the process in task manager. So if I can ssh to it, I can do some maintenance and stop it and start again later to see on my desktop. But I want to see what is happening to the server before I stop and I want to do regular shutdown, not dirty. You may be right yes. I will try to connect [11:56] auscompgeek I was trying to way how to just switch displays but I found no help [11:57] one does not simply switch displays over a remote connection [11:57] auscompgeek Yes that is probably sad true I got already from others :/ Still you are helpful making this clear to me. [11:59] uscompgeek - I logged using Putty to my IP, port 22. What I see is only black screen. [12:00] auscompgeek How should I connect to the process? [12:00] run it in screen [12:01] Well, so you mean screen will require less MiB than xpra, is this the point? [12:04] Rhino_Crash: yes, running X on a server is madness [12:10] OK Guys. What I can do is try to start crashed pc with a screen session by cron on reboot, instead of xpra. Then I can ssh to it, do what I want and when I want it on my desktop shutdown, stop screen and save the resources. Then I expect that running screen does not take as much as running xpra. True? [13:11] Hello. It seems that on my computer, I don't have the network applet in the Indicator plugin. Any idea what can I do to get it back ? [13:14] I am running latest version, but it was an upgraded version, not a clean install [14:37] I got here before the suggestion not to use xpra but screen, to save memory. Then I set my cron for it but this went wrong: @reboot export DISPLAY=:0.0 && screen /home/user/folder/subfolder/script.sh - I get "/tmp/crontab.VNMMLc/crontab":0: bad minute errors in crontab file, can't install. Is someone seeing what should be the proper syntax for this cron? [14:39] woah stop [14:40] you probably don't need the DISPLAY bit, if you're not actually using an X display [14:40] and what's cron got to do with it? [14:41] gordonjcp I realy value your help ... That cron should start my app when suddenly rebooted and I am not knowing that. Cron starts the script which starts the server I want to ssh to it. [14:41] Rhino_Crash: I'm having trouble understanding what you mean [14:42] also what you're trying to do [14:42] cron is supposed to start things at certain times [14:43] godonjcp sorry - language barriere .. so steps are: 1. cron starts the monitor of my server 2. monitor wakeups server and supervises it. Problems which can occure: server crash, pc reboot. What I need - ssh to server after rebooted pc. [14:44] Rhino_Crash: yeah English isn't my first language [14:44] gordonjcp - no problem, my is not either ;) [14:44] okay [14:45] so there's two things you want to do - start opensim on your server on boot [14:45] and ssh from your PC to your server? [14:46] gordojcp sure - my opensim is solved - monitor works [14:46] gordonjcp Problem is I cannot maintain server cos it is on different display [14:47] gordonjcp (of course only when server suddenly rebootes which is my concern) It happened twice in a year but ... [14:49] okay [14:49] so someone recommended screen, I'd use tmux, but they do the same job [14:49] screen lets you create a shell and leave it running when you disconnect from it [14:50] gordonjcp yes and you told me it will consume less memory [14:50] gordonjcp than xpra [14:50] that, and if you don't need to use graphics, it uses less bandwidth [14:50] think abou tit [14:50] you're sending the letters, not pictures of the letters [14:50] gordonjcp I tested screen and yes working for me - ssh working for me all ok. But cron not [14:51] right [14:51] cron is probably the wrong tool for this job [14:51] hi, I have this problem: I'd like to know the exact command used by compressing files or folders, when you right click in thunar. Suppose I create a tar archive that way, ok. But how did it create it? I compared one example with "tar -cf", it doesn't get the same result [14:51] Linux (any operating system, any at all, even Windows) is full of useful tools [14:51] you've got to get the right one [14:51] gordonjcp I am open to any solution of this as that is my last step I need to acomplish. Just need to be realy sure it starts when it reboots [14:52] Rhino_Crash: which version of Ubuntu are you on? [14:52] gordonjcp 14.04 [14:52] cool [14:53] gordonjcp (plus xfce) [14:54] http://serverfault.com/questions/363208/best-way-to-start-a-program-at-boot-on-ubuntu-server [14:54] gordonjcp going there, hopefuly it will be the fix ... thank you, reading [14:55] http://opensimulator.org/wiki/Autorestart_With_Upstart [14:55] ^ that is exactly what you want [14:56] gordonjcp not that (second one) ... my script uses code which determnines what is happening inside simulator, not only if it runs [14:57] Rhino_Crash: well it's a good place to start [14:58] gordonjcp ... I see, that is for long time and yes I may go through it. But why not cron? [15:02] Rhino_Crash: because cron is for starting things at a certain time [15:04] gordonjcp I do not fully understand the difference @reboot @daemonstarts but one of them should cover the situation when my dedicated server reboots - or not? [15:09] Rhino_Crash: possibly [15:10] but don't hammer nails in with a screwdriver, even if it's a really heavy screwdriver [15:10] if you want to start a daemon on boot, use initscripts [15:19] gordonjcp - this is what I need to run after reboot: http://pastebin.com/EyNviPxX [15:20] Rhino_Crash: it looks like that is basically doing all the stuff that upstart takes care of for you [15:20] Rhino_Crash: considering the second link is actually right there on the opensim wiki, I suspect they know what they're doing [15:26] gordonjcp OK Your help was very appreciated. Thank you for it. I will see all options. The script I have is tested too, maybe half a year of happy usage. Just the cron I am not able to set now or to be sure I can ssh to my running open sim after it rebootes. Because that the script does for me too. Script is NOT a problem, it does what it should do. So if I can ssh to it ok, I can use it. I can even stick with xpra, but the [15:26] amount of memory I do not like. So upstart is for me the last option how to control opensimulator but maybe it could start my monitor or screnn session. I realy do not know yet and need to study or find anybody who will help with syntax. You did your best and I value it. :) [15:27] Rhino_Crash: well using X forwarding to control a command-line app is frankly insane :-) [15:27] and upstart is how the authors of opensim recommend you do it [15:29] gordonjcp There are many users and developers, I know guy who uses PHP but I do not want apache on the server. So everybody has their way, open sim are hundreds or thousand grids. I wanted something which will control my simulator from inside. Not only looking if process is there.