[00:40] maxb: thanks for clearing that up. [02:17] hey guys [02:17] :D [02:17] does the support also includ eapache here [02:18] !ask dandkburt [02:18] !ask [02:18] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [02:18] it doesn't hurt to try in my opinion [02:18] how do I set up vhost for apache2 [02:20] what version of ubuntu? [02:21] whats the command to find out [02:21] lol [02:21] i don't remember [02:21] :P [02:21] http://httpd.apache.org/docs/2.2/vhosts/ [02:21] uname -a [02:22] that may work [02:22] already tried that [02:22] lol [02:22] cat /etc/apt/source.list [02:22] or is that sources [02:22] :-/ [02:22] that'll show you the name in the apt-get stuff [02:23] lol [02:23] 5 lines [02:23] yeah [02:23] what is the name though [02:23] for example Precise [02:23] for the ubuntu [02:24] its the newest one on Chicogovps [02:24] I think it is 11.05 [02:24] or somthing [02:24] 11.04? [02:24] might be [02:24] well anyways....try that link [02:24] 'lsb_release -a' is the command you're looking for [02:24] thanks maxb [02:25] maxb are you good at Apache? [02:25] yes thanks max [02:25] 11.04 [02:25] and that link only helps me a little [02:25] i did all it told me [02:26] and still nothing [02:27] I am not an Apache expert [02:27] 11.04 is end-of-lifed already, you really should consider updating, probably to 12.04 which is a long term support release if you don't like upgrading every six months [02:27] maxb [02:28] I don't know if that is permitted with my vps host [02:29] The problem with a question like "how do I set up vhost for apache2" is that it's too broad. It's difficult to answer with anything more specific than a pointer to a section of documentation. If you need further help, the key to effective use of IRC tech help channels is making your questions as specific and detailed as possible. [02:30] k [02:30] And if your VPS host doesn't provide a way for you to run an OS that has current security support...... they really really suck :-) [02:30] i am looking for someone to assist me on it [02:31] how long is lts for? [02:31] perminant [02:32] New LTS releases happen every two years, each one is supported for 3 years generally, and 5 years in a limited server-oriented subset [02:32] thanks maxb [02:32] https://wiki.ubuntu.com/LTS [02:33] 2017! [02:33] Oh, apparently the 3y/5y split is old info, according to that wiki page. [02:33] w00t :) [02:34] yeah I see that starting with 12.04 [02:34] 5 years is a long time O.o [02:34] that is like 500 years in IT :P [02:35] It really is, but on the other hand, legacy systems refuse to die. [02:35] true [02:35] 14.04 will be the next lts? [02:36] * maxb has inherited partial responsibility for a production MySQL 4.0 system :-/ [02:36] oh my! [02:37] so you can say it really is a mysql [02:37] :P [02:37] you own it in other words [02:37] :) [02:38] Whilst I don't think it's actually documented anywhere as ongoing fact, the "every fourth release is an LTS" convention has held true since Ubuntu LTSes were created [02:39] okay cool [02:39] that is what I thought [02:39] long live ubuntu! [02:40] By 17.10 we'll have run out of letters :-) [02:40] haha [02:40] they will have to go back to a! [02:44] maxb: We have a system at work that's running Solaris I think 9, on even older hardware. [02:44] O.o [02:44] Yeouch, I think that beats even my Slackware 10 machines [02:44] is solaris even still around? [02:45] We're working on killing it...slowly. [02:45] mattwj2002: eh, not really. Last release was 2011, but it's not nearly the player it once was. [02:46] what do unix when you can do linux! [02:46] :) [02:46] *why do [02:46] even companies like Google, Cisco and Juniper are adapting either freebsd or linux [02:46] Apple too [03:31] Hello, I'm following this tutorial (http://blog.sudobits.com/2013/01/07/how-to-deploy-rails-application-to-vps/) but when I try 'mv id_rsa.pub .ssh/authorized_keys' in my remote ubuntu server I get 'mv: cannot stat `id_rsa.pub': No such file or directory' Any ideas? [03:34] thomas573: there is no file there [03:34] thomas573: you are dealing with setting up ssh key access [03:34] https://help.ubuntu.com/community/SSH/OpenSSH/Keys [03:34] seperate the ruby from that.. this has nothing to do with ruby [03:35] IIs it because I typed 'mkdir .ssh' instead of 'mkdir ~/.ssh'? [03:35] holstein: Is it because I typed 'mkdir .ssh' instead of 'mkdir ~/.ssh'? [03:36] thomas573: do you have a .ssh directory in your /home? [03:36] you can look in / and see if its there [03:37] holstein: on my remote server? [03:38] thomas573: i would just stop doing what you are doing, and read the ssh documentation [03:38] thomas573: you are only setting up ssh key access.. you can do that and *then* get back to the tutorial [03:39] holstein: but I already have ssh on my local computer with bitbucket, i just want to upload it to my remote server [03:39] thomas573: sure.. so you set it up on that server [03:40] holstein: What are the keywords I have to type? [03:40] thomas573: i usually just follow that guide i dropped [03:41] holstein: Seems kind of information overdoing it, no? [03:41] http://askubuntu.com/questions/61557/how-do-i-set-up-ssh-authentication-keys [03:41] thomas573: not reall [03:41] thomas573: you are setting up something that if done incorrectly, could be a security risk [03:44] holstein: Ok dokey, so just ssh-copy-id user@hostname [03:45] thomas573: i would say, read up on what each of those commands do, and see what best suits your needs === alamar is now known as julian [10:50] Hello, I am following this tutorial, but when I try to log in as deployer I get "ssh: connect to host 555.55.555.55 port 22: Connection refused" (http://matthewcopeland.me/blog/2012/09/29/grow-out-your-neckbeard-its-time-to-deploy-how-to-setup-and-deploy-to-a-linode-server/) but while I log in as [10:51] Any ideas? [10:51] jack43, read what you posted. I think you cut some of it off [10:52] cfhowlett: Yea, just ignore the 'but while I log in as'....I was rearranging the sentence [10:52] cfhowlett: I followed those exact steps in the tutorial and I get that error once I try to login as deployer [10:54] cfhowlett: Any ideas? [10:54] jack43, I have to bunt on this one. Servers are far from my area of expertise ... [10:54] jack43, stay in channel, ask again. [10:55] sjefen6: Any ideas? [10:55] Any help is appreciated. [10:59] #vps [10:59] #digitalocean [10:59] #ubuntu [11:01] jack43, you mabye mean to type /j ubuntu or /join #ubuntu ? === railsraider_ is now known as railsraider [11:57] I'm trying to install rbenv and ruby in my Ubuntu remote server, but I keep getting this: deployer@HostName:~$ rbenv bootstrap-ubuntu-12-04 -bash: rbenv: command not found [11:57] Any ideas? === glebihan__ is now known as glebihan [12:27] hi guyd any suggestion load balance two apache web server..? so share load..any idea guys [12:36] ruben231, haproxy ? [12:38] melmoth:any how to.>? i ahve two apache web server only [12:39] i dont know the details, but i think it s mainly about setting one config file where you give haproxy the ip of the apache server === railsraider_ is now known as railsraider [12:39] and it take charge of balancing the requests. You ll have to read some doc to get the details === metasansana is now known as pelaubot === Err404NotFound is now known as Error404NotFound === pelaubot is now known as metasansana [14:25] So I generated a secret-key-ABC123.asc file with gpg . What are they for? [14:26] sliddjur: How did you generate that file? --export-secret-keys? [14:27] in windows. because my server failed to do gpg --gen-key [14:28] I just know I need to use these with duplicity. Im trying to figure out how it works :) [14:28] Are they like ssh keys where u have a public and a private key? [14:29] yep [14:29] sliddjur: Yepp, the regular use of gpg is with public/private keys, even if you can do symmetrical encryption as well, which duplicyt also happens to support by the way [14:30] sliddjur: On the server you will be able to import exportered keyfiles using gpg --import. Nevertheless, it really wouldn't hurt to figure out why gpg --gen-key fails for you. [14:31] "Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 283 more bytes)" [14:32] andol: and it just stands there [14:32] sliddjur: I usually solve that by copying files around in a parallell shell. [14:33] (copying files around, and hence generating disk activity.) [14:34] cp -R /var/ /asdf/ now [14:37] well. doesnt seem like that was enough? [14:39] sliddjur: Then you do it again, and again? :) Preferably saving yourself some effort by putting in a loop [14:41] How much data is 283 bytes? [14:41] :S [14:41] I mean how long time could it take [14:41] sliddjur: Not amount of data, amount of "true" entropy. [14:42] I dont even know what entropy means [14:43] sliddjur: In this context, randonmess, even if I guess lack of order is a more general meaning. [14:50] andol: so i should just keep the gpg app open wile doing all this randomness? [14:51] sliddjur: yepp [14:53] andol: not rerun gpg? [14:55] sliddjur: As long as it still says it is waiting it is better to keep it running, or it will need to start needing entropy from scratch. [14:55] when I run cap deploy:cold, I get this error message: PG::Error: ERROR: permission denied to create extension "unaccent" HINT: Must be superuser to create this extension. Does anyone know how I can give my normal user superuser privileges? [14:55] yepp it actually updated now. it needs 92 more bytes [14:57] what the hell. now it needs more again. need 115 [14:58] sliddjur: Because your key actually consists of two keys, so I'm fairly certain the jump is due to it generating the second (sub)key. [15:15] andol: i am probably inside a virtual machine aswell. would that matter on my entropy levels? [15:17] sliddjur: Yes, in the context that it is less obvious how to trigger entropy-generation in a virtual machine, and that a virtual machine might have to share the physical machines entropy pool with other virtual machines. [15:21] I matched all of my database.yml production information and still get this error after sudo cap deploy:cold - PG::Error: ERROR: permission denied to create extension "unaccent" HINT: Must be superuser to create this extension. Any ideas? [15:21] #postgres [15:27] andol: http://www.howtoforge.com/helping-the-random-number-generator-to-gain-enough-entropy-with-rng-tools-debian-lenny this worked . now i generated a key in two seconds [15:30] sliddjur: Yepp, generating "fake" randomness is a lot faster :) Often, but not always, it is also good enough. Depending on how paranoid/security concious you want to be I guess you'll have to decide whatever to keep rng-tools running or not. [15:31] so where are my files ? [15:31] andol: I uninstalled rng tools [15:31] sliddjur: ~/.gnupg/pubring.gpg and ~/.gnupg/secring.gpg. Usually you will only interact with those files indirectly, by calling gpg or so. [15:33] its in my personal homedir. should i move it to /root since root runs dupliciity? [15:34] sliddjur: I would do that. While root can still read those files in your personal homedir it is unncesary for your regular user to have access to them in case they are only used by root. [15:35] sliddjur: Also, by having them in root's homedir they will be covered by being in the default path. === frojnd_ is now known as frojnd [15:56] I've been trying to setup a samba server. I tried to generate an SSH key with Puttygen on windows. Now that machine still has access (and still says it doesn't recognise the fingerprint - I never worked out how to copy it over) but other machines on this network can't get access. Obviously I've done something wrong. Any ideas? [15:56] the serve is on ubuntu, but i'm trying to get access from my windows laptop. [16:04] andol: after I moved the folder: http://pastebin.com/gX296SV4 [16:05] duncan-nz: you can copy files over winscp application [16:05] with === yofel_ is now known as yofel [16:55] What domain registrar would you recommend? [17:00] I finally finished this deployment tutorial (http://matthewcopeland.me/blog/2012/09/29/grow-out-your-neckbeard-its-time-to-deploy-how-to-setup-and-deploy-to-a-linode-server/), but when I type in the IP address in Safari, I get safari can't connect to the server. Any ideas? [17:04] jack34: probably because it's using host headers, which an IP won't contain [17:05] jack34: I assume you are using your own IP, rather than the example one in the document [17:05] ikonia: Yes, I am using the IP from DigitalOcean VPS [17:06] ikonia: What should I replace? [17:07] jack34: that's someone elses IP [17:07] jack34: (you are using the IP address in the document yes ?) [17:07] ikonia: No, I'm using the one DigitalOcean VPS emailed to me. [17:07] What domain registrar would you recommend? [17:08] jack34: ok, so it's "your" ip address [17:08] jack34: first thing is check the web server is running [17:08] agu10^: anyone you want [17:08] why? [17:08] agu10^: why what ? [17:08] i don't want to use godaddy [17:08] they're the devil [17:08] agu10^: then don't use them, use what ones you like [17:09] jack34: I'm assuming you're trying to connect to the web service [17:09] i don't know any others. that's what i'm asking for [17:09] agu10^: google [17:09] agu10^: there are many [17:10] ikonia: i finished everything in that tutorial and everything looked good until I tried opening my IP address in the browser....it says "Page not available" [17:10] jack34: first verify you can connect to the socket [17:10] ikonia: I basically am trying to redeploy my heroku app to digital ocean [17:11] ikonia: How do I do that? [17:11] jack34: what port are you trying to connect to ? [17:11] ikonia: 3030 [17:11] jack34: ok, so do a test where you telnet to the ip/port you are trying to connect to [17:12] ikonia: how can I check the remote ubuntu server logs? [17:12] jack34: please do the test I asked [17:12] ikonia: How do I do that telnet thing you're talking about? [17:12] jack34: .....really ? [17:13] jack34: telnet hostname(or ip) port [17:13] ikonia: I'm a noob :( [17:15] ikonia: It seems to have connected [17:16] ikonia: SSH-2.0-OpenSSH_6.0p1 Debian-3ubuntu1 [17:16] jack34: what command did you use exactly [17:16] telnet 3030 [17:16] jack34: then why is ssh listening on 3030 [17:17] jack34: ssh should not be listning on 3030 [17:17] jack34: that appears to be why your webbrowser can't do anything with it - it's not running a webserver on 3030 [17:17] ikonia: How do I fix this? [17:18] ikonia: I followed exactly what that tutorial told me [17:18] jack34: stop the ssh server running on 3030, bind your application/web server to 3030, so when a web browser hits it, there is something there [17:18] jack34: contact the people who wrote the guide [17:19] jack34: quickly scanning that guide, you should not be connecting on 3030 [17:19] you should be connecting on 80 [17:19] ikonia: Which keywords to I type to stop the ssh server and bind the app/web server to 3030? [17:19] jack34: please check what I just said [17:20] ikonia: In the tutorial it says: # Change your port access. Our Example uses 3030 Port 3030 [17:20] jack34: yes, re-read what I've just said [17:21] I think I know the problem now.. [17:21] one sec [17:24] ikonia: Okay, so do I have to change /etc/ssh/sshd_config on my ubuntu server back to port 80? [17:24] jack34: no [17:24] ssh does no run on port 80 [17:24] please re-read what I said [17:24] you should not be connecting directly on port 3030 [17:24] ikonia: I'm readin, I'm readin [17:25] ikonia: Specifically, which directories and keywords to I need to input to make these necessary changes? [17:25] jack34: there are no changes [17:25] ikonia: I'm new to VPS, coming from Heroku [17:26] ikonia: I just need more specifics :( [17:26] you need to read what I've said [17:26] Ok, lets break it down in steps [17:26] no, you need to read what I've said [17:27] Step 1) stop the ssh server running on 3030 [17:27] no [17:27] I am correct to be surprised that one of my machines can't get ssh access to my new server ... even though I haven't set up public keys? It should just connect and give me a login window right? [17:27] ikonia: What then? [17:27] duncan-nz: sorry what ? can you try to explain that [17:27] jack34: I'm not saying it again. [17:28] ikonia: Why are you so angry? [17:28] jack34: I'm not angry at all [17:28] ikonia: You're talking in generalities as if I'm a VPS genius [17:28] jack34: no I'm not [17:28] jack34: this has onthing to do with "vps" [17:28] jack34: I suggest contacting the people who wrote that guide [17:29] jack34: if you are unable to follow the basic instructions I've given you [17:29] I'm new to SSH too, I just need more specifics [17:29] jack34: they can support their own documentation [17:29] I've just set up a server (12.04) and for some reason this machine win machine with putty) can get an ssh connection and log in, but my ubuntu machine on the name network can't get in. [17:29] jack34: it has nothing to do with ssh [17:29] duncan-nz: sounds odd [17:29] duncan-nz: how are you conncting, by dns/host or IP [17:29] ikonia: Which line of yours do you want me to reread> [17:30] jack34: none, I'm not going to tell you again [17:30] just typing the machines name on the network. [17:30] duncan-nz: try it on IP [17:30] duncan-nz: I suspect dns maybe failing you [17:31] so if i run ifconfig on the server am I looking for the ipv4 address? [17:31] duncan-nz: yes [17:32] ikonia: I'm sorry I upset you. I really am new to this. [17:32] you've not upset me at all [17:33] Usually I get specific helpful answers in this irc [17:33] jack34: you got specific help [17:33] I'm sorry I've irritated you [17:33] you've not irritated me [17:34] ikonia: Yes, they would tell me exactly what directory or keywords I would need to input and what it means [17:34] jack34: However you're about to start. :) [17:34] jack34: I've given you specific informaiton from scanning through the doucment you are using [17:35] jack34: I've stated maybe 3 times you sould not be connecting to port 3030 with your browser [17:35] jack34: Then how do I fix it? [17:36] fix what ? [17:36] you're connecting to the wrong port [17:36] you're connecting to the ssh port you use to deploy the app with your web browser [17:36] ssh is not a web browser application [17:37] ikonia: So how do I stop connecting to the wrong port and connect to the right one? [17:37] jack34: you understand how web applications work ? [17:37] ikonia: yes [17:37] jack34: right, so what port does a web browser normally connect to ? [17:37] * ikonia waits why jack34 googles [17:38] ikonia: port 80? [17:38] jack34: right, [17:38] jack34: so why are you tryin gto connect to port 3030 with your web browser ? [17:38] okay, so it was bcast (there was no entry called ipv4) so now it works. Why can one machine get in with the server name and the other only by using the IP address? [17:38] I use Bing :) [17:38] jack34: the example shown in the document doesn't show a connection using 3030 [17:38] duncan-nz: sorry what ? [17:38] duncan-nz: it was bcast ? [17:38] yup [17:39] what is bcast ? [17:39] broadcast ? [17:39] duncan-nz: there has to be an IPv4 entry [17:39] that's how it's on the network [17:40] sorry, i wrote wrong. there's line that says inet addr:192.168.x.xx Bcast 192.168.x.xx Mask:255.255.255.0 [17:40] and the first one is the one i wanted. [17:41] duncan-nz: yes, that's your ipv4 address [17:41] Usually it's called ipv4, but now it isn't any more I guess with the latest ifconfig... [17:41] duncan-nz: it's never called ipv4 [17:42] oh, sorry, that's ipconfig on windows. [17:43] ikonia: I followed that tutorial exactly...and my IP address was working after I tested nginx.. [17:43] ikonia: I got the nginx page and everything [17:43] jack34: if you followed that tutorial exactly why are you pointing your web browser at port 3030 ? [17:43] when the example points it at 80 [17:44] ikonia: tnx [17:45] ikonia: Where does the example point to 80...I searched the whole tutorial t for the keyword '80' and nothing shows up [17:45] jack34: you're too lazy [17:45] jack34: it shows it in the screen shot [17:47] ikonia: Are you talking about 96.126.100.112? [17:47] ikonia: Isn't that his unique IP address though? [17:48] ikonia: You're talking about this tutorial right: http://matthewcopeland.me/blog/2012/09/29/grow-out-your-neckbeard-its-time-to-deploy-how-to-setup-and-deploy-to-a-linode-server/ [17:49] jack34: you said you knew how web applications work [17:49] jack34: he's typing 96.126.100.112 in his example [17:49] jack34: what port is 96.126.100.112 connecting to ? [17:50] ikonia: port 80? [17:50] think about it [17:50] jack34: come on....yes [17:50] ikonia: Ok, so how can I make my IP address do that? [17:50] jack34: I'm sorry, you really have no idea what you are doing or how web applications work [17:51] jack34: you need to conact the person who wrote that document and ask them to walk you through it [17:51] ikonia: I'm dumb I know, but I'm not going to give up [17:51] I didn't say you where dumb, and I didn't say you sould give up [17:51] I asked you if you knew how web applications work....you clearly don't, so it would require me going through that doucment, then going through it with you step by step [17:51] this VPS stuff is new to me, I come from a git push heroku background [17:52] jack34: this is nothing to do with vps [17:52] jack34: I suggest contacting the people who wrote that document, and explaining you'd like to go through it with them when they have some time free [17:52] ikonia: I'll just google it then [17:53] jack34: sure, if you feel that will get the job done [17:53] ikonia: I'm sorry I upset you [17:53] as I've said 3 times now [17:53] you've not upset me [17:53] perhaps listening will get you further [17:55] ikonia: I will listen, try to reflect, analyze and be open to your criticism [17:56] why don't you just contact the author and ask him to talk you through it [17:56] then you can ask questions as you go along with anything you are not %100 clear on [17:58] ikonia: The author doesn't care about folks like me, he's busy working for ThoughtWorks [17:58] jack34: have you asked ? [17:58] ikonia: I'm just a vps noob, trying to migrate his rails app from heroku to digitalocean [17:59] jack34: remember when you said "you'd listen" ? [17:59] I'm listening [17:59] jack34: what are you trying to do_ [17:59] ? [17:59] jack34: how many times hav eI said to you "it's nothing to do with a vps" [18:00] RoyK: http://matthewcopeland.me/blog/2012/09/29/grow-out-your-neckbeard-its-time-to-deploy-how-to-setup-and-deploy-to-a-linode-server/ [18:00] RoyK: he's followed it exactly....but not at all [18:01] ikonia: thanks [18:02] RoyK: I'm trying to get my IP address in the browser to work after I deployed, but I get a "page not found" [18:02] RoyK: Everything seemed to deploy perfect though [18:02] I am seeing some truly weird behaviour in my /dev/disk/by-path in ubuntu server 12.10; both sda and sdb seem to be conflicting [18:03] jack34: with respect, based on the fact tha tyou where trying to connect to 3030 rather than 80 - your assesment of "everything deployed fine" isn't really valid [18:03] cloakable: pastebin `find /dev/disk-by*` [18:03] RoyK: sure [18:04] ikonia: But that's what the author put in their deploy.rb file: set :port, "3030" [18:04] RoyK: http://paste.ubuntu.com/1672595/ [18:06] RoyK: Any ideas? [18:06] sorry, I don't see the conflict [18:07] jack34: well, basic ubuntu server setup docs are good [18:07] !guide | jack34 [18:07] jack34: The Ubuntu server guide may be found at http://help.ubuntu.com/12.04/serverguide/C/ [18:07] RoyK: The page isn't loading in my browser, even though everything seems to deploy fine. [18:07] RoyK: how about here? http://paste.ubuntu.com/1672608/ [18:07] How's that for a conflict? :) [18:08] ouch [18:08] dunno [18:09] I have in my system: sda sda1 sda2 sda5 sdb and sdb1 [18:10] does it work if you use UUIDs? [18:10] no need to use /dev/whatnot if you have UUIDs [18:11] I was planning on setting a POLICY line in mdadm.conf, but that assumes a reliable /dev/disk/by-path [18:11] And uh... it's not reliable, obviously :P [18:14] Ah well, maybe it's a chipset issue. NM10/ICH7 SATA controller? [18:14] what's the policy thing in mdadm? [18:14] It allows you to set a policy on what do do with hotplugged disks [18:15] jack34: READ what he's saying [18:15] jack34: DEPLOY to 3030 - that doesn't mean point your web server at 3030 [18:15] jack34: ssh is running on 3030 that's how the application is deployed, so just common sense says "pointing a web browser at an ssh server....won't do anything" [18:15] So you can basically tell it to take control of disks plugged into a defined range of ports, and do stuff with them [18:17] Like automatically replace a failed disk :) [18:17] ikonia: Ah, so I have to change all my 3030 ports to 80 on the remote server right? [18:21] jack34: no no no no no no no no no no no no no no no no [18:22] jack34: how many times did I saw "no changes needed" [18:22] jack34: this is why I've stopped trying to help you as you don't listen [18:22] cloakable: ok [18:22] cloakable: I thought that was in by default [18:23] RoyK: nope, needs to be configured [18:23] the mdadm writers decided it wasn't a good idea for it to just grab disk without being configured :) [18:23] why do I like zfs? ... [18:24] So it'll assemble an array without configuration, but won't include fresh disk without being either configured to, or told to. [18:24] ikonia: Okay so no changes needed, let me get that straight [18:27] does ubuntu-server have a different hardware detection than ubuntu? or does it only detect ethernet cards and no wireless cards? [18:28] I believe they use the same kernel and therefore same drivers [18:29] binarydog: the difference is minimal or non-existant [18:29] It looks like both the server and desktop use the same (generic) kernel now [18:29] So non-existent [18:30] linux-server depends on linux-generic, and linux-generic depends on the latest linux kernel [18:31] hm, because the server version does not find my wlan card (macbook air) but desktop does [18:31] you dont see it in ifconfig ? [18:32] or in "cat /proc/net/dev" [18:33] binarydog: what does iwconfig have to say? [18:33] i'm still at the 'detect network hardware' installation step. i'm going to try brcmsmac. that seems to be the right version [18:33] oh broadcome evilness [18:34] haha yeah, that's the one thing I still remember from my last try === ry_ is now known as ry [20:06] hello, i created gpg keys with sudo. now keys where created in private home folder. then i moved them to roots home folder. but gpg --list-keys doesnt show any keys [20:08] sliddjur, if you did sudo gpg --blah blah it was probably acting on /root/.gpg [20:08] escott: i did sudo -s and then gpg keygen [20:08] sliddjur, so that should be messing with /root/.gpg [20:09] escott: sudo -s all commands after that is run as my user? [20:10] anyone here know how to work cset? [20:10] sliddjur, well sudo -s is probably wrong. sudo -i is what you wanted. but in a root terminal those commands run as root [20:53] escott: sudo -i stays logged in aswell? [20:54] sliddjur, it starts an interactive terminal [20:55] im not sure i understand what that means [20:57] sliddjur, usually sudo command just runs a command which is "non-interactive" [20:57] sliddjur, sudo -i starts an interactive terminal session with root privs [21:01] why is there an entry in .ssh/authorized_keys before I put one there? [21:02] duncan-nz, host-generated? [21:02] duncan-nz, is the server an Amazon EC2 instance, or a VPS somewhere? [21:02] or something else? [21:02] It's my own server just recently installed [21:02] huh, dunno then, but you can remove it normally without incident [21:03] okay, that's the important thing. I'll backup the file of course just in case. [21:10] now putty is not asking me if I recognize the fingerprint when i connect. Where is putty storing info about the keys i recognize?' [21:34] Every time I try to change network settings by editing /etc/network/interfaces and then restarting networking i get - Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces - What is the proper way to reload network settings then? [21:34] services networking restart gives a similar message === julian is now known as alamar === acrocity_ is now known as acrocity === histo1 is now known as histo [23:56] I'm having trouble with the error: No css library available. But I have both libdvdcss2 & libdvdread4