[00:00] sorry [00:00] its verly fucked, its says that error when i try to make a site command to my ftp server [00:11] New bug: #483907 in samba (main) "package samba-common-bin 2:3.4.0-3ubuntu5.1 failed to install/upgrade: problemas de dependĂȘncia - deixando desconfigurado" [Undecided,New] https://launchpad.net/bugs/483907 === dendrobates is now known as dendro-afk [00:46] hello people. this question is maybe asked allready a few times but why i cant create a mysql table with this command here [00:46] "sudo mysqladmin -uroot create gallery2 [00:46] mysqladmin: connect to server at 'localhost' failed [00:46] error: 'Access denied for user 'root'@'localhost' (using password: NO)' [00:48] do i need really to setup first a password for mysql before i can use it ? [00:56] hmmm i catn even setup the password for the user root ! [00:56] mysqladmin -u root password ******** [00:56] mysqladmin: connect to server at 'localhost' failed [00:56] error: 'Access denied for user 'root'@'localhost' (using password: NO)' [01:03] duno about mysqlamin, but you run `mysql -u root -p******` [01:03] xperia, you set the root password when you install mysql [01:03] hello [01:04] i'm trying to install rubyripper on ubuntu server. its giving me an error when i try and configure without gtk [01:04] http://pastebin.ca/1674233 [01:04] qman: till yet i didnt used mysql nor i touched it ! [01:04] since i dont have a gui [01:04] so the password was not set til yet ! [01:04] xperia, it's part of the install process, when you install mysql, it asks you to put in a password [01:05] that is the mysql root password [01:05] hmmmm in this case i cant remember it anymore [01:05] xperia, a 'sudo dpkg-reconfigure mysql-server' should do it, I think [01:05] ahh okay will try ! [01:09] qman_: for some reason "sudo dpkg-reconfigure mysql-server" wont work ! [01:09] zroysch, I don't know enough about that package, but it looks to me like you need another option to disable the GTK part [01:11] xperia, try 'sudo dpkg-reconfigure mysql-server-5.0' [01:11] xperia, if that doesn't work, this is the manual way: http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/ [01:12] qman_: that works great ! was able to change my lost password ! [01:12] qman__: yea i tried using ./configure --disable-gtk2 --enable-cli [01:12] seem to get the exact same result [01:21] New bug: #483928 in openssh (main) "ssh-keyscan(1) exits prematurely on some non-fatal errors" [Undecided,New] https://launchpad.net/bugs/483928 === MarwolTuk_ is now known as MarwolTuk [04:43] New bug: #484004 in vsftpd (main) "package vsftpd 2.2.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/484004 [05:37] I've got a question. I'm trying to setup a virtualhost. Everything appears to be setup correctly but something isn't working properly. When I try to view my domain through a browser it timesout. When I run dig from my home computer everything appears to be setup properly. Anyone have any clue what might be going on here? [05:37] I'm not much of a server admin === howie1 is now known as howie === war10ck is now known as pan1nx [07:57] Is it logical to use ubuntus built in virtualization in the Amazon cloud? I'm thinking id like to separate my database and mail servers from my main web server. I will have a large instance with a high availability setup so I don't see any reason why resources would be a problem. [07:57] Im thinking it may save me some money over creating separate instances for each? [08:00] Seems to make sense to me but I was wondering if there were any big reasons not to that I have missed in my research. === maxb is now known as Guest71681 [08:21] anyone here familiar with creating certificates? [08:22] !anyone [08:22] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [08:22] i'm trying to follow the server guide, and trying to create a non-passphrase key for my internet deamons, apache, postfix, etc [08:22] billybigrigger: go on [08:22] well i can't seem to create a key without a passphrase [08:22] i could sit here and hit enter all night when it asks for one [08:26] Don't you just hit Return? [08:26] ya, and then it asks for a passphrase again [08:26] and again... [08:26] and again... [08:26] you get the idea :P [08:27] I haven't made an ssl keypair in a while, but I thought it was just like making a passphraseless ssh keypair. === Boohbah is now known as cCeZXfiwSP === cCeZXfiwSP is now known as Boohbah [09:57] billybigrigger: I just followed the instructions for creating a self-signed cert in https://help.ubuntu.com/9.04/serverguide/C/certificates-and-security.html and they worked fine here. [09:58] billybigrigger: Note that those instructions *do* need to you use a real passphrase at some points in the process, even to create an insecure key. [10:14] in /etc/dhcp3/dhcpd.conf can next-server be the IP of the local machine, if that's where tftp is going to be installed? [10:23] <_ruben> dayo: cant think of a reason why it wouldnt work .. unless "local machine" is the client in this context ;) [10:24] _ruben: no, local is not the client. it's the dhcp server for a subnet [10:24] mine \ NoPE [10:26] how to run an application on a distant machine from ssh ? [10:26] an application like firefox [10:26] i need to run it so that it appears on the remote computer's screen [10:27] maxagaz: ssh -X firefox --something [10:28] maxagaz: ssh remotehost -X firefox --something [10:28] --something ? [10:28] maxagaz: i remember something about firefox needing some option or it will start a local instance somehow [10:29] --display=DISPLAY ? [10:29] but how to list the display i can use ? [10:29] no, that's automagicaly handled by ssh [10:30] with a env var [10:34] I tried to ssh on the machine and then "firefox --display :0.0", but it doesn't work [10:35] maxagaz: firefox "does some funky x11 signaling to maintain one instance" according to google [10:35] there's no instance of firefox on my machine [10:36] ssh -N -X remotehost firefox -no-remote [10:36] try that [10:36] or [10:36] skip -N [10:37] -N = don't execute remote command ... [10:38] was confusing stuff with setting upp ssh-proxies [10:38] it doesn't work [10:39] let's try with gcalctool [10:40] how to run it on the display of the distant machine ? [10:40] wait [10:40] hm [10:40] ssh remotehost [10:40] DISPLAY=:0.0 someprogram [10:40] if you want to run on that computers host [10:41] i thougt you wanted x11-forwarding to your local screen [10:43] i tried this: DISPLAY=:0.0 gcalctool [10:43] but it didn't work [10:44] it didn't appear on the remote computer's screen [10:44] can you run echo $DISPLAY in a terminal directly on the remote? [10:45] zash, nothing is echoed [10:46] as in [10:46] not over ssh [10:46] but can you ssh -X remote gcalctool [10:47] yes I can [10:48] is it the same user that owns the x session on remote? [10:49] yes [10:52] yes [11:02] If you want DISPLAY=... to work, you need to run X without '-nolisten tcp' (default settings) [11:35] anyone using gnawrl? [11:50] Hey guys, I'm really sucking wind trying to set up my bind server. digs on the domain result in SERVFAIL, so clearly something in my zone config is incorrect. Here it is. Feel free to mock me. http://dpaste.org/VKZn/ [11:56] // in a bind zone? [11:56] Comments start with ; [11:57] majuk: there is an utility to check the zones [11:57] can't remember the name now [11:58] but google probably will [11:58] /var/log/daemon.log is usually filled with debugging too [12:02] <_ruben> soa looks incomplete as well [12:02] <_ruben> not sure if that matters tho [12:02] _ruben: No [12:03] I mean. Why? [12:03] :) [12:04] <_ruben> wouldnt know how pedantic bind/dns is about (certain) records :) [12:04] Jeeves_! You nailed it, bind was complaining about one of my comments. gg checking the correct logs. [12:04] <_ruben> but daemon.log would be my first bet as well [12:04] Nov 17 05:45:39 tlpserv named[2285]: /etc/bind/zones/thelearningpad.com.db:1: unknown RR type 'replace' [12:05] >< [12:09] _ruben! ...and now it's complaining that my SOA record is incomplete. lol [12:19] Jeeves_! _ruben! Thanks for the guiding, I'm making some headway on this thing now. Really appreciate it. [12:22] yw [13:18] * zash still unshure if high or low swappiness is best for a server with 192M ram [13:22] Will there be an ubuntu-server 9.10.1 ? [13:26] alvin, no. Why do you expect that? [13:27] Well, most bugs I encountered with this release are related to booting. so, I expected a new version. [13:31] Also JeOS (linux-virtual) is missing modules and there are still boot problems. A fresh cd with most of these things fixed would be a relief. [13:31] <_ruben> network boot/install ftw [13:32] Never tried it, except in Debian (long time ago). Does it use NFS? Because NFS in Karmic is just a horrible experience. [13:33] <_ruben> i use pxe + local http mirror for installations [13:33] Sometimes I wonder wether Windows file sharing (samba) is getting more attention than NFS. [13:33] ah, http [13:36] network install would fix some things, but I'm especially annoyed at bug #461133, bug #351307 and bug #446031 [13:36] Launchpad bug 461133 in mountall "karmic: nfs shares are not mounted at boot" [Medium,Incomplete] https://launchpad.net/bugs/461133 [13:36] Launchpad bug 351307 in libvirt "Libvirt NFS mount on boot." [Low,Incomplete] https://launchpad.net/bugs/351307 [13:36] Launchpad bug 446031 in ifupdown "statically configured network interface does not come up at boot" [High,Confirmed] https://launchpad.net/bugs/446031 [13:39] The current cd also suffers from bug #462961. I do all installs with separate /boot, so the result of fresh installs wasn't nice... [13:39] Launchpad bug 462961 in grub2 "auto-resize install renders previous system with separate /boot unbootable" [Medium,Fix released] https://launchpad.net/bugs/462961 [13:44] <\sh> alvin, did you check the fix in bug #446031 [13:44] Launchpad bug 446031 in ifupdown "statically configured network interface does not come up at boot" [High,Confirmed] https://launchpad.net/bugs/446031 [13:45] <\sh> alvin, or if you can not build your own ifupdown package, try this: http://www.sourcecode.de/content/fun-upstart [13:45] \sh: Not yet. The machines suffering from this are currently used in production. I can probably free another machine and test. [13:46] \sh: I switched them to DHCP for the time being. [13:48] \sh: Thanks for the link. I'll try it that way. [13:49] <\sh> alvin, it could be, that you encounter other problems during bootime, because of time some upstart timing problems [13:50] <\sh> alvin, if so please file bugs and fill it with as much info as you can without disclosing some company secrets :) [13:53] \sh: Oh, I already did. I'm not sure about bug #351307. The bug was reported before karmic, but I'm only experiencing it after the upgrade to karmic. (probably) due to timing problems, libvirt does not succeed in mounting netfs storage pools, so virtual machines fail to start. I also noticed this weekend that it was no longer possible to use NFS for storing qcow2 images, but I didn't check that on another setup. [13:53] Launchpad bug 351307 in libvirt "Libvirt NFS mount on boot." [Low,Incomplete] https://launchpad.net/bugs/351307 [14:00] (I'm glad we don't have a lot of company secrets, except for some perl scripts. We use ubuntu for XDMCP and reading and writing huge amounts of xml files. At least the karmic kvm servers no longer crash when a guest was doing that (best burn-in test ever). But now there are those NFS problems.) [14:07] what is the command to view a partitions UUID? [14:07] ...and the test succeeds. (virtual Jaunty on NFS share. Works on Jaunty kvm and on Karmic kvm. The image was raw.) [14:07] heath@work: blkid [14:07] thanks [14:08] alvin: we run all of our virts on NFS [14:08] heath|work: Do you use raw images or qcow2? [14:08] ah qcow2 [14:09] No, that's good to know. Here (@work) the test succeeds, but at home, I have a similar setup and it didn't work. As soon as I copy the qcow2 image to the NFS share, I can no longer boot. Do you use nfs4? Is it an Ubuntu server? [14:10] it is an ubuntu jaunty server with nfs4 [14:11] Good, similar to what I use at home. Weird. I wonder how to debug something like that. There are no errors. It just stops after checking the disk. [14:11] the virt stops? [14:12] I see nothing more in the console. Just the first disk checks. [14:12] What does your exports file look like? [14:12] After that, all is idle. I copied the image back (created it locally too, because the installer couldn't create partitions) and everything works. Have to use it locally now. [14:13] /srv/libvirt 192.168.1.0/24(rw,async,no_subtree_check) [14:16] at work (where it works) it's actually zfs on solaris that does the sharing. That line is where it doesn't work. idmap etc,.. is ok though. [14:16] what is your kvm machine? Is that ubuntu as well? [14:16] Yes, karmic [14:17] I'm logging in to double check my exports [14:17] As storage pool, I used 'directory', because netfs doesn't work. (libvirt can't mount nfs at boot) But that probably doesn't make any difference. libvirt also does not use nfs4, but nfs3. [14:23] alvin: I have: /mnt/systems 192.168.1.0/24(rw,sync,no_subtree_check,no_root_squash) [14:24] heath|work: Well, I'll adapt my system and do some tests now. Let's see if that works. [14:26] alvin: for the mount in /etc/fstab: 192.168.1.240:/mnt/systems /mnt/systems nfs rw,hard,intr 0 0 [14:30] alvin: I have also been experimenting with dropping the network to see how the virts will handle the loss. So far it's transparent. They just keep running on the virt server and when the connection comes back up they are good to go. I haven't experienced any data corruption or anything yet. [14:30] I was looking into glusterFS and may start to migrate over to it in the future for redundency [14:31] heath|work: I did that once by accident... Was very surprised to see that it actually worked. [14:33] heath|work: My collegue does not believe in automatic failover and such :-) We use 2 servers and mirror the images weekly. They don't change much. All data is on a SAN (ZFS +NFS) that is mirrored too. The images on NFS are for testing only. [14:34] So far, I did not succeed in live migration too. There is some documentation missing about that. [14:34] alvin: me neither [14:35] I have the same computers with the same share and same bridge setup... still no idce [14:35] dice ** === chuck_ is now known as zul [14:59] heath|work: Thanks for the tips, but I used them all (sync, no_root_sqauash, other fstab options) to no avail. There was a difference when trying nfs instead of nfs4. On nfs4, the network of the virtual guest can start (I can ping it. No ssh) Using nfs, that didn't even work. [15:00] There is something weird here. I'm going to search for some documentation about kvm on nfs. Maybe there is a method to see what is actually happening during boot. [15:01] alvin: sorry it's being such a pain. Are you using a gigabit? [15:04] heath|work: Thank you, but I can live with locally shared storage there. It's only a home server. At work it works. I only want to find out why. I'm using gigabit. I will now convert the qcow2 image to raw to see if the result is different. [15:05] (The image contains my kolab mailserver, so having it on my RAID5 fileserver would of course be nicer than on a local disk.) === Vog_ is now known as Vog === Sam-I-Am1 is now known as Sam-I-Am === dendro-afk is now known as dendrobates [15:26] Hi All. Question: is it possible to host a repository on an (essentially) static website, eg: by creating all the files and directories and rsync-ing it an actual webserver on the Net? All the "create a repository" documentation I have seen talks about installing CGI and poking Apache, which I would love to do but my hosting provider makes hard. [15:42] omg! I found it. kvm is running as libvirtd, and the GID of libvirtd does not exists on the NFS server... [15:46] So, another problem arises. The server has the group 'lpadmin' with GID 109, and the client has GID 109 for libvirtd. How does one solve things like that? (without LDAP or Kerberos) Just a nudge in the right direction is good for me. [15:53] is there any system rescue cd based on ubuntu like systemrescuecd? [15:53] has anyone ever successfully connected an Ubuntu machine to an OS X 10.6 server running OpenDirectory? [15:58] alvin: you are running ldap at home and your gids are conflicting? [15:58] heath|work: I'm not using ldap. Just system users and groups, and the gids are conflicting. [15:59] heath|work: In the future, I want to use ldap [15:59] Now, I see that the lpadmin group has no files on disk, so it's probably easiest to just change the gid and create a libvirtd group with the same gid as on the client. [16:01] oh... lp sorry, my eyes are playing with me [16:01] that's your cups group [16:01] yes [16:02] I don't think it would be a problem to change it. [16:03] Greetings and salutations! [16:06] Greetings too :-) [16:06] Can anyone tell me how to avoid log duplication with rsyslog on karmic? I've configured rsyslog as a central logging server and get both remote and local logs in /var/log and in the location I set up for remote logs. [16:07] Well heath|work, thanks for all the assistance. I changed the lpadmin group and added libvirtd. Works flawlessly. [16:07] Meanwhile, I found out why live migration does not work: it's probably bug #462000 [16:07] Launchpad bug 462000 in libvirt "apparmor disallows qemu+tcp:// connections" [Low,Fix committed] https://launchpad.net/bugs/462000 === dendrobates is now known as dendro-afk [16:12] whats a good way to set up FTP for one of my customers ? [16:14] bah... appamor at it again [16:14] Would it be considered a 'bug' that rsyslog is configured to log to /dev/xconsole when X isn't installed by default on ubuntu server? [16:15] orudie: https://help.ubuntu.com/9.10/serverguide/C/ftp-server.html [16:15] alvin: glad that fixed it [16:15] damn gid's [16:16] heath|work, you running karmic server? [16:16] yes, I want to use LDAP, but I hate to learn it first. [16:16] I'm probably running at least one of each since hardy [16:16] alvin, that's half the fun... [16:17] heath|work, you have an untouched copy of /etc/rsyslog.conf ? [16:17] alvin: virtualmin is a good start. It will get you up and running then you can learn the commands [16:17] it requires hardy though [16:17] Fenix|work: Certainly! But I will not do this on servers I need on a daily basis. [16:17] I've modded the crap out of mine to get dynamic directory creation working, and I didn't think to make a copy of the base. I'd like to file some rsyslog 'bugs' [16:17] I can run a virtual hardy :-) [16:18] Fenix|work: I'll paste my desktop one if that's ok [16:18] heath|work, that would be fantastic. [16:19] before I file these bugs, could I run them by the channel to ask for bug-worthiness? If they fail the sniff test here, I won't post 'em on launchpad [16:19] Fenix|work: http://ubuntu.pastebin.com/d5fc303a7 [16:20] virtualmin looks like a big system [16:20] alvin: it is, but one thing they have right: You can still manually config all the files and it will just read them [16:21] most of those systems use custom crap, virtualmin uses the actual system files [16:21] It's great... I love it [16:21] heath|work, fantastic, thanks. [16:21] heath|work: Now, THAT is a good feature! I'm often wary about such tools for that reason [16:21] would you guys consider a it a bug that rsyslog on server wants to log to /dev/xconsole out of the box? [16:21] Fenix|work: np [16:22] (considering that X is required to use xconsole) [16:22] lol... Fenix|work that does sound strange [16:22] ok, just checking my sanity [16:23] the other bug I'm going to file has to do with file/directory ownership and permissions. The base rsyslog config doesn't allow for the creation of dynamic directories because the perms are a little messed up [16:24] New bug: #483110 in samba (main) "package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Won't fix] https://launchpad.net/bugs/483110 [16:30] Fenix|work: Good luck with filing the bugs. I will profit from that in the near future :-) (rsyslog is on the menu). I'm going home now. [16:35] alvin, thanks === dendro-afk is now known as dendrobates [16:39] hi I've configured ssl for apache - but where do i put content ? - there is a public_html folder - do I need to create private_html as well ? [16:41] private web pages are in ~/public_html [16:42] generaly, apache looks in /var/www/ === RoAkSoAx is now known as RoAkS === RoAkS is now known as RoAkSoAx [16:49] I mean ssl , rather than user location === chuck_ is now known as zul [16:49] apache is looking in /var/www/ [16:50] I'm using virtual hosts - so I have aDovumentRoot /srv/www/sitename/public_html/ [16:53] Mosx: generally https and http web content are handled the same by the server .. you can put the content where ever you like.. just make sure that the virtualhost in your instance points at the correct "DocumentRoot" [16:54] oh, I see I need [16:55] "public_html" is not related to whether it is server over SSL or not .. it's just a directory [16:55] yeah.. that's it.. 443 = https = SSL [16:55] sure, ok, so I have two entries in the VirtualHost file for each site... [16:56] if I make the Document root the same then presumably the site can be viewed either over ssl or plain http ?? [16:56] yeah.. that's how that works [16:57] ok, so if i do that....and then I also want to secure another certain directory for the same site... ? [16:57] you follow ? [16:58] Mosx: basicly everything with in one virtualhost (SSL or not) needs to be with in one "DocumentRoot" .. [16:59] you can use Aliases to link to other directories from within one virtualhost though [16:59] ah...ok, I don't know about them === kane__ is now known as kane_ === Ng_ is now known as Ng [17:07] anyone have experience getting exim running on ubuntu on ec2? [17:08] ok, I don't get it, over http i see my content, over https i get sent to the 'It works!' [17:09] I've used the same DocumentRoot setting in each virtual host === erichammond1 is now known as erichammond [17:22] lezz: what is your exim issue? it probably doesn't matter that it is on ec2 or not [17:36] I'm having a problem with dnsmasq [17:36] I specify addresses like this, for example: [17:36] address=/mediacenter/192.168.1.20 [17:37] but a lookup for 'mediacenter' fails, where a lookup for 'mediacenter.' succeeds === david is now known as Guest75053 === erichammond1 is now known as erichammond === chuck_ is now known as zul [18:29] hey all [18:30] Hello [18:30] i'm wondering what's the easiest way to transfer files to and from a ubuntu server running in virtualbox with only the command line [18:31] scp [18:31] easy + secure! [18:31] is it on by default? [18:31] scp /path/to/localfile user@remotehost:/remote/path/ [18:31] you have to enable ssh on the remote host [18:32] if i installed openssh is it enabled on ubuntu server? [18:33] it seems to be [18:33] lets see [18:34] it says permission denied on the local file === dendrobates is now known as dendro-afk [18:35] nvm, it was the remote path that was bad [18:35] i think it works :D [18:36] this is great [18:36] and scp is installed by default on mac os x afaik, because it works [19:04] hey all, should I bridge from wmaster0 -> eth0 or wlan0-> eth0? I'm having trouble finding info on wmaster0 [19:20] New bug: #290680 in kvm (universe) "Partial display corruption when booting intrepid amd64 dvd iso in kvm" [Low,Fix released] https://launchpad.net/bugs/290680 [19:33] New bug: #360825 in kvm (universe) "kvm 0.84 doesn't create three drives in the guest" [Medium,Fix released] https://launchpad.net/bugs/360825 [19:40] Hello, is just installed ubuntu server (karmic) with only ssh, what is the best way now to start setting up an email server ? [19:42] ppine: decide which MTA you want to setup? === chuck_ is now known as zul === RoAkSoAx is now known as RoAkS === RoAkS is now known as RoAkSoAx === erichammond1 is now known as erichammond [21:02] ppine, you might also check out - mail-server from tasksel. You could do an apt-get install mail-server^ -s to see what it would install [21:04] ppine, http://www.ubuntu.com/products/whatisubuntu/serveredition/features/mailserver [21:12] Why would my password all of a sudden not be accepted by my smtp server? It works just fine on their web based interface so I know their servers are working fine. [21:13] nxvl: i stab you. === erichammond1 is now known as erichammond [21:16] Daviey: ... [21:17] that was supposed to be a pm [21:18] smtp auth is probably misconfigured, bookman [21:18] they probably allow from the webmail servers regardless of password [21:18] which is why that works [21:24] Daviey: Well, we know not to mess with you: http://tinyurl.com/yaxzazj [21:25] heh [22:02] New bug: #484458 in excalibur-logkit (main) "excalibur-logkit shouldn't build-depend on libjboss-j2ee-java" [Medium,Triaged] https://launchpad.net/bugs/484458 === erichammond1 is now known as erichammond [22:35] How would I set up a cron job to run at a specific time? [22:36] davidboy1: google's your friend here: http://clickmojo.com/code/cron-tutorial.html [22:36] kane_: Thanks [22:37] is there any way to determine the default list of packages that are supposed to be pulled in during a ubuntu server install? === WALoeIII_ is now known as WALoeIII [22:44] the main reason I was asking was to see if openoffice is supposed to be installed by default [22:44] could someone check on their system? I'm trying to determine if this is by design or a problem with the netboot installer setup [22:46] open office is not installed by default on ubuntu-server [22:46] hey guys, having trouble changing resolution on ubuntu-server 9.10 [22:46] weird ... it was pulled in on mine along with X, Java, etc [22:46] anyone has the tutorial [22:50] maybe I screwed up the netboot install, though there didn't seem to be too many options to deviate [22:51] twisted_steel: ok [22:52] Infomomo: sorry, I wasn't referring to your issue [22:52] twisted_steel: ok bro === erichammond1 is now known as erichammond === dendro-afk is now known as dendrobates [23:52] Do I need a firewall? [23:54] good evening. I'm trying to stand up and connect to a Eucalyptus VM. It stands up, but denies my public key. Things are rather vanilla on my setup, but I've set up ssh keys for root between the CC and NC. Could this have gotten in the way of things?