Search found 58 matches

by smccloud
Thu Jun 28, 2012 1:46 pm
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

To get a SSH server you can also just do

Code: Select all

sudo apt-get install ssh
in a console.
by smccloud
Thu Jun 28, 2012 1:45 pm
Forum: Ubuntu
Topic: Ubuntu HDA Beta
Replies: 16
Views: 6135

Re: Ubuntu HDA Beta

Do the following:

Code: Select all

sudo update-rc.d servicename defaults
Replace servicename with the VNC service name.
If it had a script in init.d :(

chuvk made it a cron job, thats what I was talking about.
by smccloud
Thu Jun 28, 2012 6:05 am
Forum: Ubuntu
Topic: Ubuntu HDA Beta
Replies: 16
Views: 6135

Re: Ubuntu HDA Beta

I would love to see how to start the vncserver on boot since I am having to SSH in and then start it on every reboot.
by smccloud
Wed Jun 27, 2012 6:09 am
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

Jun 27 08:08:27 hda ovpn-openvpn[15954]: PLUGIN_INIT: could not load plugin shared object /usr/lib64/openvpn/plugin/lib/openvpn-auth-pam.so: /usr/lib64/openvpn/plugin/lib/openvpn-auth-pam.so: cannot open shared object file: No such file or directory This fixed it for me, not sure what happened thoug...
by smccloud
Tue Jun 26, 2012 12:53 pm
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

Awesome! I figured it had something to do with the print share. I also had updated the wiki for the new script before you made the changes.
I used that script as the basis for mine. Now to get my VNC server running at all times.



In other news, OpenVPN just starts then dies on me :(
by smccloud
Tue Jun 26, 2012 12:15 pm
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

Check the bug for the mount_shares_locally script, I got it working on my machine and uploaded the modified script.
by smccloud
Tue Jun 26, 2012 10:50 am
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

Awesome...thanks! I did not know netboot was working for Ubuntu. I didn't think cpg had converted the RPM to a DEB. Guess if its working for you, he must have done it :) It installed, haven't tried to boot anything yet. And it won't work, it installs stuff, but not everything needed :( cpg needs to...
by smccloud
Tue Jun 26, 2012 8:58 am
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

Added a note to the Wiki about how one should not mount drives during the Ubuntu install.
by smccloud
Tue Jun 26, 2012 7:18 am
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

That stinks, but does not surprise me. I learned that a while back with extra drives. Since then, I disconnect all drives but the OS one when doing an install. I did not know IPSecVPN app was working. Last I heard, it still needed to be worked on for Ubuntu. Maybe you could help us with documenting...
by smccloud
Tue Jun 26, 2012 7:03 am
Forum: Ubuntu
Topic: Ubuntu Updates: servers area, watchdog fixes, installer ...
Replies: 35
Views: 13647

Re: Ubuntu Updates: servers area, watchdog fixes, installer

So did you have the drives mounted when you installed Amahi? As for VNC, the app is not fixed yet. You could probably follow a tutorial via google ( http://tinyurl.com/74vsdvc ). I believe cpg has it on his to do list. OpenVPN is an app now and it works good, at least for me. Same with SSH, there i...