[00:11] Maybe https://help.ubuntu.com/community/KVM/Networking needs to be updated .. because the CAP_NET_ADMIN section refers to Sep 2006 === Lcawte|Away is now known as Lcawte === Lcawte is now known as Lcawte|Away [00:58] hey [00:58] zastaph: please proceed [00:59] I'm just a user of KVM [00:59] quit [01:04] that's where ubuntu community docs come from, users [01:05] yep and then I'm a kvm n00b too :) === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|away === sixstringsg|away is now known as sixstringsg [03:34] Ok, is there any guides to getting ftp working on oneric? [03:35] Um... [03:35] What's oneric? [03:35] 11.10 [03:35] ubuntu server [03:36] Oh Ubuntu 11.10 Oneiric Ocelot [03:36] yeah [03:36] These names… geez [03:37] I'm no expert, but I managed to set up ftp for my server, which I then got rid of and had to start all over. [03:37] I'll try to help. [03:37] I don't think there's a guide, but do you use a program to access your server? Like Dreamweaver or something? [03:38] well, its currently running on ESXi (virtulization) [03:38] FTP should never be used [03:38] if that matters [03:38] SFTP is superior in all ways [03:38] qman__: then how do I get sftp working [03:38] does it come with openssh? [03:38] apt-get install openssh-server [03:39] the default sshd configuration allows all users standard SFTP access to anywhere on the system they have permission [03:39] yeah, go and log onto your server [03:39] type in "sudo apt-get install openssh-server" [03:39] if you need more control, you can configure chroots in the config [03:39] what qman__ said [03:41] what is the default sftp port? [03:41] 22 [03:41] it' basically kindof ftp tunneled over ssh [03:41] it's actually nothing like FTP on a technical level [03:41] ya [03:41] the command syntax and general purpose are the only similarities [03:41] but only way to explain it easily [03:42] it's unlike scp though, that works at the command/shell level [03:42] and for good reason, FTP is, was, and always will be a stupid protocol [03:43] I currently am using root to login to the SSH, I need full filesystem access though, any way I can do that without root? [03:43] *make ssh sftp [03:43] why do you need full access? [03:44] it's much easier to solve that problem than safely allow full access [03:44] well, so I can edit every aspect of the server from sftp [03:44] use ssh for that [03:44] ok [03:44] shell in, do your editing directly on the server [03:44] SFTP is for transferring files === sixstringsg is now known as sixstringsg|away [03:45] qman__: ok [03:45] what about getting xfce installed? [03:46] don't know why you'd want to do that [03:46] but you'd do it with apt-get [03:46] (just makes moving files around easier, I dislike doing everything through ssh) [03:47] just FYI, as a general rule GUIs and the associated packages aren't supported in this channel, since this is the server channel [03:47] deviantgeek, so you want some type of GUI instead of looking at lines of code? [03:47] you'll get more help on that subject in the desktop channels [03:47] well, I do use ssh, but if I need to move lots of files, the gui helps [03:47] (Probably because I need to learn more linux commands) [03:48] this [03:48] heh, I normally drop to a shell to move files around [03:48] deviantgeek, not when you have some type of FTP or SFTP and a program [03:48] gui is so ugly at it [03:48] same [03:48] file operations are easier from the shell [03:48] sftp works too. [03:48] qman__: I download everything from shell [03:48] deviantgeek, you can use Dreamweaver, and it's great for moving lots of files [03:48] wget is awesome [03:48] I do most of my work in the shell, only reason I have a GUI is for easier web browsing and such [03:49] I use gui to manage my xterms :) [03:49] deviantgeek, I use Dreamweaver all the time and it's a great and powerful tool [03:49] Dreamweaver looks good [03:49] deviantgeek, do you have dreamweaver? [03:49] yeah [03:49] deviantgeek, then use it! lol [03:49] I use filezilla for all my sftp [03:49] too lazy to set up dreamweaver [03:50] I usually use scp [03:50] I normally use rsync [03:50] same difference [03:51] it doesn't really matter, you still get the point [03:51] unison? [03:51] deviantgeek, what's the point of putting a GUI on the server when you have something like filezilla? [03:51] precisely, GUIs belong on desktops, not servers [03:52] with the exception of LTSP and similar [03:52] yeah, putting a GUI just slows the server down [03:52] uses more memory and whatnot [03:53] anyone able to help me diagnose fcgiwrap / spawn-fcgi when trying to run the apcupsd cgi scripts (for internet monitoring of the apcupsd status data): https://pastebin.com/tBTPSeSg [03:54] hmm? cgi isn't fcgi compatable [03:55] patdk-lap: give me a working nginx & cgi setup then [03:55] heh? [03:55] cgi is so straight forward, there really isn't any setup needed [03:56] patdk-lap: okay, you're no help... [03:56] patdk-lap: nginx has no ootb support for serving CGI content [03:56] nope, I don't do nginx [03:56] their examples and their wiki said to use fastcgi / fcgiwrap to serve cgi content [03:56] *grumbles something about downsides to nginx* [03:56] well, why not use a webserver that supports what you mean? [03:57] I don't get why people attempt to shove square box's though round holes [03:57] system resources are the issue [03:57] apache's too mem-intensive [03:57] that is 2, out of atleast 100 webservers [03:58] *yawn* cba to try *all* of them [03:58] *goes back to testing package backports* [03:59] you have to be dealing with a huge volume for that to matter [03:59] I've been using apache for years and never had a problem with its resource usage [04:01] qman__: did i mention this is a 128MB RAM VM? [04:01] :/ [04:01] unless you really messup the apache config, it should only need 20megs of ram, or so [04:02] yeah [04:02] much more than nginx at 3megs or whatever it is [04:02] there's not even 10 megs available atm :/ [04:02] anyway its not super important, i've got other things to be fixing/testing anyways [04:02] I would say, install lighttpd [04:04] personally I'd just get more RAM [04:05] not worth the hassle [04:05] I'm going to leave now. I might be back later. Bye everyone. And Merry Christmas!!!!! [04:05] don't get me wrong, I appreciate efficient software [04:05] but time spent working on it is valuable too [04:06] heh [04:06] dunno, I've been running lighttpd since 2006 [04:06] switch off between it and apache often, depending on needs [04:07] I've just been using apache since forever, and I don't know anything else [04:08] even if it was a couple bucks a month on a hosted VPS, I'd pay it, not worth the time learning a whole new package to solve a problem I already know how to solve [04:08] for me, defently a performance issue [04:08] atleast one place I switched it too [04:09] on the other hand, if it's a genuine performance problem, it'd be worth looking into [04:09] something in apache kept going nuts and using 400mb ram, randomly [04:09] but normally unless there is something I specifically need apache for, I use lighttpd instead === Guest73636 is now known as shadowe9899 [07:04] Hello, now I am stuck setting up ubuntu. I wanted to make a DNS Server so I am using the following website for a step-by-step tutorial: http://www.server-world.info/en/note?os=Ubuntu_11.04&p=dns&f=1 The only problem is I don't know what my global IP address is in brackets. I do know my global IP adress but not the one in brackets. And what is my private IP adress? and what would it look like in brackets? [07:04] Thank you. [07:04] Are you using 11.04? [07:04] no I'm using 11.10 [07:05] Then why are you reading documentation for 11.04? [07:05] I had to compromise, and I was hoping the code would be similar so there would be little to no difference [07:05] Have you tried the 11.10 server guide? [07:05] and there aren't many tutorials out there… the server guide? [07:06] https://help.ubuntu.com/11.10/serverguide/C/ [07:06] It's mentioned in the /topic [07:06] (That's the thing at the top of the screen, that you're supposed to read before commenting) [07:06] oh that… one… [07:07] I'll take another look and see what I can do. [07:07] Of course if you have read that and are still having problems, then we can talk abut it [07:22] Hi um, I have a question. How do I find the IP Address of my ISP's DNS servers? [07:22] *IP addresses [07:22] Call your ISP's tech support [07:23] If you have working internet elsewhere, google for " nameserver" or something [07:23] okay [07:23] There's no form of in-band discover of nameservers out on the internet [07:24] (DNSSD/MDNS, but that doesn't normally propagate across routers.) [07:29] okay so I got more information [07:29] ISP : Optimum Online [07:29] Host : ool-44c5ee43.dyn.optonline.net [07:29] That's all I know [07:30] 18:22 Call your ISP's tech support [07:32] I have another question [07:32] See on the following page: https://help.ubuntu.com/11.10/serverguide/C/dns-configuration.html it says that [07:32] "The DNS configuration files are stored in the /etc/bind directory. The primary configuration file is /etc/bind/named.conf." [07:33] Now, there are probably changes made to those configuration files… so how do I restore the default files? [07:34] purge and install the package [07:34] And learn etckeeper and git so you can avoid that next time [07:35] okay [07:36] Why do you want a DNS server [07:37] um…….............. [07:37] wait, what does a DNS server do again? [07:38] Serves a zone to DNS clients. [07:39] um… Okay, so I used to use a free hosting server and I thought it would be more efficient if I had my own server, so I wouldn't have limitations to a bunch of stuff [07:39] If it's an authoritative nameserver. If it's a caching resolver, then it basically acts as a proxy for name resolution requests between clients and authoritative servers (or other resolvers). [07:40] Typically a home network will have a caching resolver in the router, and at the ISP, and that will talk to the various authoritative servers out on the internet. [07:40] so I thought maybe I needed to do a bunch of stuff to the server… like NTP, SSH, DNS, DHCP, Virtualization, NFS, NIS, LDAP, WEB, database, FTP, MAIL, Samba, Proxy, Desktop env to the server [07:41] Unless you own a domain like dick.head.name or example.net, you do not need an authoritative nameserver. [07:41] oh [07:41] so a dns server is unnecessary? [07:41] A network should have at least one caching resolver, but your ISP typically provides this for you. [07:41] I own a domain. It's tjrana.com [07:44] So since I own a domain, it's necessary? [07:49] Or you could just pay someone like zoneedit to host it for ou [07:49] Which for one domain will be $0/mo [07:51] okay I went onto zoneedit.com and signed up [07:53] what do I do next? [07:55] What is a zone name? [08:03] I keep on getting the same error, I got it before. [08:04] http://paste.ubuntu.com/783147/ [08:06] http://pastebin.com/TFSL4tsz [08:11] Hello? [08:11] twb are you there? [08:21] for some reason i'm kinda locked out of my server... i could ssh into before rebooting... now i see: https://gist.github.com/1520745 ... when i try to connect. i didnt change ssh or anything as far as i know [09:14] is anyone there? === onre is now known as Guest21359 [13:16] Is there a recommended RADIUS server package to use on Ubuntu LTS? Is FreeRADIUS the way to go? === Guest48061 is now known as robglas [15:18] hi folks; for some stupid reason i can't ssh into my server; so the server support people gave me access to KVM. how can i use KVM in orerder to recover my server and be able to SSH into it again? running ubuntu 11.10. i have an admin account and a root account but I believe i have disabled root login via ssh [15:19] arooni-mobile: can you vpn into your server's console? [15:21] raubvogel, this is what i have access to now: http://global.avocent.com/us/olh/dsr/v_3.7.1/global/en/index.html [15:21] not sur eif thats different than kvm [15:21] Oh [15:22] so by KVM you mean the switch, not the emulator :) [15:22] arooni-mobile: can you login to the server using the KVM ? [15:23] im not sure how to use the switch software i have now to connect ot the server [15:23] any suggestions? [15:23] arooni-mobile: Take a look under "The Video Viewer->Launching a KVM Session" [15:26] In http://manpages.ubuntu.com/manpages/oneiric/man5/nss_ldap.5.html they mention some features require schema mapping support. How to find out if the libnss-ldap package has that? [16:11] hi folks; for some stupid reason i cant ssh to my server: https://gist.github.com/1521495 ... no idea what to do now. [16:22] arooni-mobile: your key may be in the wrong format, ssh-keygen can convert it [16:23] arooni-mobile: man ssh-keygen [16:25] SpamapS, key on the side trying to connect? [16:32] you're not supposed to include the ----BEGIN---- -----END---- lines [16:32] but yeah, it could be totally wrong [16:34] take that back, id_rsa does have those [16:34] thinking of authorized_keys, which has a one key per line format [16:39] arooni-mobile did you try to ssh -vvv and watch the messages? [16:47] i have done that yes [16:47] this is sooo weird [16:47] everything was setup on the server [16:47] and alli did was reboot it to test it [16:47] waiting on a kvm recovery session [16:47] dedicated server support people claim they can ssh with same creds [17:20] hi folks; i'm trying to ssh into my server; but when i use the correct username [17:20] nothing happens [17:33] re-setting up my ssh config. is there any problem with putting the SSH port at 22222 ? [17:36] New bug: #908824 in openvpn (main) "Unable to connect to VPN as a non-admin user" [Undecided,New] https://launchpad.net/bugs/908824 [18:16] New bug: #908833 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/908833 [19:03] How do I keep the SSH MOTD from updating itself? [19:04] JoshuaP, I think it is a cron job. [19:04] JoshuaP, it uses /etc/motd.d or something like that, let me check [19:05] k [19:06] /etc/update-motd.d/ controls it [19:06] you may want to leave it and just change the footer [19:06] that is what I do [19:08] Okay [19:10] Does that make the MOTD not update? [19:21] I think /etc/motd is a symlink and if you replace it with a normal file then it won't auto-update. IIRC. I may be wrong. [19:25] When I put my own text in there, it earases. [19:29] Have you replaced the symlink with a normal file? [19:44] How do I set write permissions of a file to a user? === Hetep-AFK is now known as ReshAyin === mrmistletoe is now known as mrmist [23:15] hi all [23:17] hi [23:18] supp Warp4 [23:18] not much [23:18] just sitting on the channel in case i or anyone else needs help :) [23:19] Warp4, great. ^^