[00:57] i am setting up a ubunter-server VPS app by app, (LAMP stack, postfix+dovecot, etc). Now I'm wondering if theres a good preconfigured install out there. I'm probably just going to put a few personal sites on it but it might be neat if it was more shared hosting like, with separate logins to a control panel, etc. [01:00] there are software solutions out there that may fit your needs, like cpanel, etc. - Personally, I wont recommend any of them. [01:06] I was thinking that might be the case [01:07] right now I've got nginx, MySQL, PHP, postfix+dovecot+spamassasin but still need to work on the authentication (LDS/something) for that. [01:08] TLS? can't remember, kind of dropped the project as xmas came up [01:08] the authentication for what? [01:08] Nautilus: I've used VirtualMin with Webmin for years for the same purpose without any problems, with one user account per domain, and it doesn't interfere with any manual admin I do. [01:09] mardraum: iirc, IMAP etc [01:09] !webmin [01:09] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [01:09] Nautilus: add a user to the system? [01:10] bekks: That factoid is so wrong! I use webmin to manage many services on several serves and its never upset the Debian/Ubuntu way of doing things [01:10] already have me and my brother, which is probably all it will have [01:10] TJ-: That factoid is oh so true for a decade now. [01:11] Nautilus: then you should be able to use dovecot for imap just fine. [01:11] bekks: Not for the last 7 years that I've been using it [01:11] TJ-: Just because you personally never experienced any issues it doesnt mean that webmin isnt known for breaking setups. [01:11] mardraum: at this point I think it sends the password in clear text (without the auth stuff)? [01:12] TJ-: And desupporting it wasnt a decision of a single person but a decision of several people more deep into the caveats of webmin than me. [01:13] bekks: Same can be said for update-manager, release-upgrade, et al. Maybe since that decision was made things have improved. I certainly stress-test it with unusual scenarios and webmin/virtualmin/usermin have never broken. [01:13] TJ-: Well, it wasnt my decision. ButI strongly support it since I have seen too much setups broken by webmin. [01:18] Nautilus: setup a self signed cert and do SSL then [01:19] yea I found what I was thinking of, SSL/TLS [01:19] I think I'm pretty much setup at that point? [01:22] hm, actually it would be nice to have some monitoring of the box, not sure what that would be exactly... [01:22] Nautilus: You can get as many TLS certs as you need for your domains from startSSL, and their CA widely recognised [01:23] Nautilus: Use nagios for monitoring. [01:23] aha, I've heard of that [01:24] Or Icinga, the nagios fork [01:24] Or that, yes. [01:25] Cacti is useful for historic graphing, with SNMP and other sources [01:26] ah, one TLS cert per domain? [01:27] Sure. [01:27] for what reason would I pick nagios or icinga? [01:28] the one you like the most? [01:28] knowing 0% about each [01:28] Nautilus: Personal preference. [01:29] is one lighter weight than the other? I suppose I mean CPU usage [01:29] Depends on your configuration. [01:30] gotcha [01:32] icinga when forked was intended to be more responsive to user requests, and implemented more client-side Javascript code for the UI, but remains backward compatible with nagios 3.x last time I tested it [01:33] ok === peter is now known as Guest30764 [04:41] Hi ppl [04:41] I have a quick question that I can't figure out [04:42] you know how, in the default command line, it shows $path $ [04:43] the prompt [04:44] yesh [04:44] I just made a new user, and when I log into it using SSH, it doesn't show that. [04:44] It just shows the $ [04:44] and it can't seem to access bash.bashrc aliases [04:45] ._. [04:45] when I use an alias, it says: [04:45] -sh: 1: : not found [04:45] the second time, it's [04:45] -sh: 2: : not found [04:45] etc. [04:45] would screenshots help? [04:46] what is their shell set to? [04:47] sorry I'm relatively new to this [04:47] only been doing it for a month or two [04:47] I don't know all the terminology, sorry to be a noob :/ [04:49] uhm, their primary group is not their username [04:49] and their $PATH is /home/jacob [04:49] (username is jacob) [04:49] would screenshots help? [04:50] oh, ok so normally the prompt looks like this: [04:50] forrest@Neptune:~$ [04:50] but on Jacob's profile, it's [04:50] $ [04:57] http://imgur.com/ioU5RJ2 [04:57] you will need to zoom in a bit, I know it's not high quality [04:58] as you can see, Jacob's prompt does nto contain the @Neptune:~$ [05:00] mardraum: help pls [05:02] http://imgur.com/ioU5RJ2 === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === klaas_ is now known as klaas === Juniper is now known as Guest35485 [16:53] I have Ubuntu lts server installed on vbox on windows xp. When i run "sudo apt-get install apticron" I get "E:unable to get package apticorn". I have Ubuntu iso on virtual cd drive. Is it necessary to be connected on Internet to install package. [16:54] I think the package will get installed from iso file. [16:55] That package does not exist. And for getting updated package lists, you need an internet connection. [16:56] Well, it does exist, but isnt part of the installation cd. [16:57] okay thank :).. I am learning linux and quick response to my problems over here gives me more motivations . Everyone here is very helpful:):):) [17:10] bekks , I connected to Internet but still I am getting same message.. Please help me how I can I install this package. [17:13] triven: try apt-get update to update the index === petey is now known as PeterP === PeterP is now known as totalmajor [17:14] RoyK, I think I am not properly connect to Internet. Let me try to fix it first. [17:15] triven: that would probably help, yes ;) [18:23] I added a line to mount my www.box.com account using webdav, when I boot the server it asks for user and password, but it wont go thru it and the server never finish booting!!! [22:48] how can i run a virtual machine in ubuntu-server? is it possible to do? [22:51] Sure. [22:52] is there any papers on how i may do that? [22:52] Just install the hypervisor of your choice and create a virtual machine. I's recommend installing virtualbox, which has a very good documentation on www.virtualbox.org [22:52] bekks, virtalbox that with gui? [22:53] Yes. [22:53] It works without a GUI, too. [22:53] oh no i am not about gui, i need it all to be working in console mode [22:53] Then use Virtualbox on console. [22:54] hmm, ok not sure if i am on my righ way but thanks, any other examples would be apreciated [22:54] Editing the network/interfaces file to make a static LAN IP - do I have to add 'dns-nameservers' to that file aswell? The wanted dns servers have been setup in the router, however thinking logicly - how does it recive the dns setup if the settings in the server are static and no more uses DHCP to catch the DNS from. [22:54] Alina-malina: xen, kvm, vmware. [22:54] as i have only ubuntu-server installed on my machine with console mode [22:55] Alina-malina: I'd just use Virtualbox in console mode. [22:55] bekks, are those virtual machines ? [22:55] ok [22:55] need to practice with virtualbox [22:55] Those are hypervisors. [22:55] i need virtual machine [22:55] should i install it with apt-get virtualbox? [22:56] No. Follow the installation instructions in the virtualbox manual. [22:57] oh ok, thanks for information [22:57] hypervisors and virtual machine are not the same things right? [22:57] No. A hypervisor runs virtual machines. [22:57] oh [23:00] Pardon me for highlightning you bekks - but do you know the answer to my question? [23:00] MrAndy: If you want a statically defined DNS server - yes, add that entry too. [23:01] bekks - but if I dont, it'll just fetch it from the router, yes? [23:01] MrAndy: No, then simply no DNS server will be used. [23:02] bekks - Alright, thanks for your help and time. [23:02] MrAndy: you're welcome.