=== dendro-afk is now known as dendrobates | ||
mrp | ~is man installed by default in ubuntu serve edt? | 00:15 |
---|---|---|
Pici | Yes | 00:15 |
mrp | hrmm seems to be missing on my install | 00:16 |
mrp | i did use minimal virtual install | 00:16 |
Pici | mrp: minimal is not the same as the normal server install. | 00:17 |
mrp | so it is missing man!? | 00:19 |
mrp | nathan@synapse:~$ man sudo_root | 00:19 |
mrp | -bash: man: command not found | 00:19 |
Pici | minimal is really minimal, | 00:19 |
mrp | so apt-get install man | 00:20 |
mrp | :D | 00:20 |
mrp | can't live without man :) | 00:20 |
mrp | is it easy to replace apache2 from a "lamp" install with lighttpd? | 00:25 |
mrp | without making a mess :D | 00:25 |
TimReichhart | could anybody tell me how I can create a simlink or cp from /usr/share/freeside/www to var/www | 00:32 |
genii | mrp: This site describes an 8.10 LLMP install on ubuntu.. a post further in has some changes for 9.04 which may also be applicable to 9.10 | 00:32 |
genii | mrp: http://chrisjohnston.org/2009/setting-up-a-llmp-stack-linux-lighttpd-mysql-php5-on-ubuntu-810 | 00:32 |
mrp | genii: thanks, i did a lamp install on the installation so this looks good. :) | 00:38 |
ivoks | do we need to write MIRs for each perl module that we need? :) | 00:54 |
=== rberger_ is now known as rberger | ||
wweasel | Question guys: I'm running Ubuntu server on an old laptop. Periodically, it goes into some sort of suspend state, where it stops responding to ping/ssh, etc.. Touching a keyboard key instantly reawakens it. I can't seem to figure out how to disable this. | 03:17 |
jasonb | wweasel: Is it a Dell? | 03:22 |
wweasel | nope, eMachines. | 03:23 |
wweasel | I checked for any power management in the BIOS, and found nothing. | 03:23 |
jasonb | wweasel: You may be able to prevent it from falling asleep by starting it with the kernel argument "noacpi". | 03:24 |
wweasel | Also weird: while in this state, it doesn't keep the clock moving forward. | 03:24 |
wweasel | like, the system clock when I wake it starts keeping time from whenever it stopped | 03:25 |
wweasel | jasonb, noacpi sounds like a good idea. Is that to be placed in my GRUB config? | 03:26 |
jasonb | wweasel: Yes. Probably exactly like you think it goes in there.. just another kernel argument. | 03:26 |
wweasel | jasonb, perfect, I got it. I'll wait and see if it works. Thanks for your help! | 03:30 |
jasonb | wweasel: You're welcome. Now maybe your emachine won't be so tired. :) | 03:31 |
mrp | should i use 64 or 32 bit for a virtual machine? | 05:36 |
twb | mrp: yes | 05:49 |
twb | Support for 36-bit words is limited. | 05:49 |
Xpistos | I have an NTFS drive that I want to convert to ext4, but I am not sure of the command. I think it should be something like "mkfs -c -t ext4 /dev/sdbX" as it is not the primary drive. I am not sure how to also give the drive a label as "data: Can some give me a hand? | 05:59 |
=== erichammond1 is now known as erichammond | ||
CrummyGummy | Hiya, is landscape server available to download somewhere or is it closed source? | 06:14 |
twb | CrummyGummy: AFAIK it's proprietary software. | 06:31 |
=== erichammond1 is now known as erichammond | ||
twb | Any pro-ufw weenies around? I want a sales pitch. In the near future I will be deploying an LTS router (hopefully 10.04, possibly 8.04), and it WILL require complicated rules (QoS, hashlimit/recent, xtables' port knocking, -j TARPIT). | 06:33 |
twb | I will either be using a hand-written iptables-restore file (via the iptables-persistent package), or ufw. | 06:33 |
twb | Why is ufw worth the extra complication? | 06:33 |
=== erichammond1 is now known as erichammond | ||
twb | !ops - tinyurl in /topic appears to have expired | 06:36 |
ubottu | Error: I am only a bot, please don't think I'm intelligent :) | 06:36 |
twb | Xpistos: mkfs will lose any data currently on the drive. Is that what you want? | 06:37 |
Xpistos | I cleaned it off first | 06:37 |
Xpistos | twb: thanks for the heads up though | 06:37 |
twb | Xpistos: the command you specified looks OK to me (I usually use mke2fs -j, but that gives ext3, not ext4). | 06:38 |
twb | Xpistos: /dev/sdb3 would be the third partition (3) on the second SCSI disk (sdb). | 06:38 |
CrummyGummy | twb: afaik its mosly for simple configurations. Personally I use shorewall but thats just me... | 06:38 |
Xpistos | twb: that was just a placeholder really I am not sure but I will fdisk -l before hand | 06:39 |
twb | CrummyGummy: I don't like abstraction layers -- I'm only considering ufw because it's the official ubuntu endorsed one | 06:39 |
CrummyGummy | from the man page | 06:40 |
CrummyGummy | " ufw is not intended to provide complete firewall functionality via its command | 06:40 |
CrummyGummy | interface, but instead provides an easy way to add or remove simple rules. It is | 06:40 |
CrummyGummy | currently mainly used for host-based firewalls. | 06:40 |
CrummyGummy | " | 06:40 |
=== erichammond1 is now known as erichammond | ||
twb | Obviously I would not be using ufw's CLI | 06:43 |
twb | I would be editing the iptables-restore fragments in /etc/ufw/ | 06:43 |
twb | Sorry, I should've made that clear. | 06:44 |
CrummyGummy | sounds like a mess waiting to happen. Just use you own iptables scripts. | 06:45 |
twb | Nod. | 06:46 |
=== erichammond1 is now known as erichammond | ||
=== erichammond1 is now known as erichammond | ||
Bergcube | I am trying to install Drupal6 following the hints at https://help.ubuntu.com/community/Drupal and http://ubuntuguide.org/wiki/Drupal6_tips. It /SEEMS/ to install as it should, but when I get to the step of opening the Drupal config in a browser I get nothing. Any advice? | 08:56 |
twb | Bergcube: is drupal backed onto apache? | 09:01 |
twb | Bergcube: is it bound to port 80? | 09:01 |
twb | Bergcube: does nc 127.0.0.1 80 DTRT? | 09:01 |
Bergcube | twb~ Apache yes. I assume it uses port 80 as I did a completely default install. I use the real IP address of the server as I havent install any GUI... | 09:03 |
twb | 127.0.0.1 is a real address, and it belongs to your server. | 09:06 |
Bergcube | I know. But I don't think Lynx is any use configuring Drupal so I want to use Firefox from ANOTHER machine. | 09:07 |
twb | As you said, you're ASSUMING that apache is working correctly. Don't do that. Check. | 09:08 |
twb | Where correctly = the way you want | 09:08 |
Bergcube | twb~ That is why I asked for help. If I knew a good way to check I would have done so. That is what needing help is about. I will come back later when the snotty-factor is smaller. | 09:09 |
shocm | Bergcube: are you assuming it installed as the root web site or are you trying a URL with /drupal? What URL are you using and feel free to hide your real IP address | 09:10 |
shocm | Oops looks like I missed him | 09:10 |
twb | Apparently when holding newbies hands, I also need to offer candy | 09:16 |
shocm | LOL | 09:16 |
twb | Bergcube should lurk in #emacs, where I *don't* pull my punches. | 09:17 |
shocm | Looking at the article he was following, he probably just needed to restart apache. Doesn't seem to say that anywhere but he was changing config files | 09:17 |
shocm | Either that or he was hitting the wrong URL | 09:17 |
twb | shocm: can't you just SIGHUP apache2d or something? | 09:18 |
shocm | needs to be /drupal6 | 09:18 |
RoyK | SIGMURDER | 09:18 |
twb | RoyK: you're thinking of RSHOCK and EOU | 09:18 |
twb | Er, rshock(8) | 09:18 |
shocm | I just throw it a sudo apache2ctl restart | 09:18 |
twb | You know your daemon is bloated when it needs a dedicated control program to talk to its socket | 09:19 |
nano- | I have ubuntu server with libvirt, and it creates a virbr0, on a phony network, I want virbr0 to be my main network to give guests proper network. How do I accomplish this? | 09:27 |
nano- | I tried creating br0 in the interfaces file, and pointing the libvirt xml-files to that br0-device, but this resulted in no network (it seems like libvirt overwrote the initial settings and removed eth0 from the br ports) | 09:27 |
nano- | What is the recommended way of making libvirts bridge device the main network connection of the server? | 09:28 |
Jeeves_ | nano-: You can select a network interface on creation of the vm | 09:29 |
Jeeves_ | if you created br0 with eth0 (if that's your default) | 09:29 |
Jeeves_ | You should select that as bridge interface | 09:29 |
nano- | But libvirt will still setup an extra bridge device. | 09:29 |
Jeeves_ | Yes | 09:30 |
Jeeves_ | That doesn't matter | 09:30 |
Jeeves_ | it has a default network | 09:30 |
nano- | Wouldn't it be better if libvirt, if it always sets up a bridge device, sets up the proper bridge device? | 09:30 |
Jeeves_ | No | 09:30 |
nano- | ok :) | 09:30 |
Jeeves_ | Because it creates a default closed lan for vm's to share | 09:31 |
nano- | So I just remove the default network from autostart then. | 09:31 |
Jeeves_ | on which it can NAT all connections | 09:31 |
Jeeves_ | nano-: You could do that, although it has little use, imho | 09:31 |
nano- | Well, I don't like unused stuff. | 09:32 |
Jeeves_ | It's free :0 | 09:32 |
beniwtv | Hi all... I have a server with KVM on Hardy (all updated) which got some network problems. In detail, the Cisco switch gets confused by the KVM setup. After much searching, I think it could have to do something with the bridge setup, but I'm not sure. I have two bridges in /etc/network/interfaces, all with stp disabled. Should I enable it? (they go to the same switch but different vlans) | 09:37 |
panter | hi all .. i have problem with configuration VSFTPd with enabled SSL .. when i set ssl_enable=YES server don't start ... without SSL there is no problem ... any sugestions? | 10:02 |
Jeeves_ | beniwtv: What does 'show log' on the Cisco say? | 10:04 |
Jeeves_ | panter: No error messages whatsoever? | 10:04 |
panter | Jeeves_: no error in any log file ... | 10:05 |
Jeeves_ | panter: Is it a vm? | 10:05 |
beniwtv | Jeeves_: None, I just can't ping to any of the bridges from the office (the office is connected by vpn (pix) | 10:05 |
panter | Jeeves_: no .. normal server | 10:06 |
beniwtv | Jeeves_: But I can ping from other machines in the same network | 10:06 |
Jeeves_ | beniwtv: A bridge is an ethernet thing, and doens't ping | 10:07 |
Jeeves_ | beniwtv: Do you have your routes configured? | 10:07 |
Jeeves_ | panter: Hmm, sorry. No clue. | 10:07 |
panter | Jeeves_: ok .. thanx | 10:08 |
beniwtv | Jeeves_: Well, you got me an idea there... | 10:08 |
beniwtv | (with routes) | 10:08 |
Jeeves_ | ;) | 10:13 |
beniwtv | Jeeves_: Yeah it's a route problem. Stupid me for not looking into that first :-/ Thanks anyway ,) | 10:17 |
Jeeves_ | np | 10:17 |
uvirtbot | New bug: #515949 in dhcp3 (main) "9.10 Karmic dhcp server could not be removed " [Undecided,New] https://launchpad.net/bugs/515949 | 10:21 |
acalvo | ehlo | 10:25 |
Jeeves_ | 220 Hi [] | 10:26 |
beniwtv | Jeeves_: You have no capabilities! lmao :P | 10:30 |
Jeeves_ | beniwtv: You're right | 10:30 |
Jeeves_ | 250-SIZE 52428800 | 10:30 |
Jeeves_ | 250-PIPELINING | 10:30 |
Jeeves_ | 250 HELP | 10:30 |
Jeeves_ | Tadaa! | 10:30 |
beniwtv | better ;) | 10:30 |
freaky[t] | hi all. is there any good tutorial on how to secure an sshd ? | 10:49 |
beniwtv | freaky[t]: probably change port, use key based authentication and use iptables to restrict logins/sec | 10:51 |
freaky[t] | i mean stuff like restrict login to specific group etc. | 10:51 |
Jeeves_ | beniwtv: Change port? | 10:54 |
Jeeves_ | That saves you 2 seconds, and causes a lot of hassle | 10:54 |
mealstrom | freaky[t]: http://www.fail2ban.org/wiki/index.php/Main_Page | 10:55 |
beniwtv | Jeeves_: Maybe. But it does hold off the quick people just trying port 22 on random IP addresses. Anyway, I never open ssh to the world. | 10:55 |
freaky[t] | i know fail2ban thanks | 10:57 |
freaky[t] | thanks for the help | 10:57 |
RoyK | freaky[t]: http://www.cyberciti.biz/tips/openssh-deny-or-restrict-access-to-users-and-groups.html | 10:59 |
RoyK | or should I point to this? http://www.google.com/search?client=opera&rls=en&q=ssh+restrict+group&sourceid=opera&ie=utf-8&oe=utf-8 | 10:59 |
freaky[t] | i googled too thanks ;D | 11:01 |
=== dendrobates is now known as dendro-afk | ||
Roxyhart0 | hi someone know how install heimdal/kerberos? | 12:40 |
alex_joni | https://help.ubuntu.com/community/NFSv4Howto | 12:43 |
alex_joni | http://packages.ubuntu.com/hardy/net/heimdal-kdc | 12:43 |
Schmidt | The doc and resources link does not seem to work... | 12:52 |
Roxyhart0 | thanks alex_joni, the last one i didnt see before | 12:54 |
Schmidt | Here is a new one | 12:57 |
Schmidt | http://tinyurl.com/ubuntudoc | 12:57 |
Schmidt | should work | 12:57 |
uvirtbot | New bug: #516016 in openvpn (main) "[karmic] openvpn service starts before dhclient" [Undecided,New] https://launchpad.net/bugs/516016 | 13:06 |
mealstrom | does anyone know how to enable/disable some gnome applets (keyboard layout indicator) from console or puppet or preseed file for specific user ? | 13:46 |
ivoks | ok | 14:07 |
bogeyd6 | !desktop | mealstrom | 14:08 |
ubottu | mealstrom: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors | 14:08 |
bogeyd6 | also, #ubuntu for gnome support | 14:08 |
mealstrom | nah, they don't know. anyway I've found the solution using gconftool-2 | 14:09 |
mealstrom | now preparing puppet for this / | 14:09 |
mrp | does ubuntu server support virtio ? | 14:22 |
ivoks | as guest? | 14:22 |
mrp | yes | 14:22 |
ivoks | yes | 14:22 |
ivoks | modingo virt[tab][tab] | 14:23 |
mrp | coooool :) | 14:23 |
ivoks | modinfo | 14:23 |
mrp | i don't have vm running yet | 14:23 |
ivoks | filename: /lib/modules/2.6.31-17-generic/kernel/drivers/virtio/virtio.ko | 14:23 |
ivoks | or LTS: filename: /lib/modules/2.6.24-26-server/kernel/drivers/virtio/virtio.ko | 14:24 |
Schmidt | Any tips on where I can find a guide for network interface failover configuration ? | 14:24 |
Schmidt | As in, I have eth0 and eth1. I eth0 fails I want eth1 to take over the configuration. | 14:25 |
ivoks | ifenslave-2.6 | 14:25 |
ivoks | or | 14:25 |
ivoks | ifenslave | 14:25 |
Schmidt | ivoks: Oh alright, I just instaleld ifenslave-2.6 :) | 14:25 |
=== dendro-afk is now known as dendrobates | ||
panter | hi all .. is there anybody who has working VSFTPd with SSL on ubuntu server? | 14:46 |
uvirtbot | New bug: #516061 in php5 (main) "configure command line missing from phpinfo" [Undecided,New] https://launchpad.net/bugs/516061 | 14:46 |
bogeyd6 | panter, i am | 15:05 |
bogeyd6 | panter, i followed this guide http://wiki.vpslink.com/Configuring_vsftpd_for_secure_connections_%28TLS/SSL/SFTP%29 | 15:05 |
bogeyd6 | this would also work | 15:06 |
bogeyd6 | http://ubuntuforums.org/showthread.php?t=518293 | 15:06 |
panter | bogeyd6, i don't have self-signed certificate ... i have certificate from StartSSL CA .. then i try use default certificate from config .. /etc/ssl/certs/ssl-cert-snakeoil.pem ... both with the same error ... 500 OOPS: SSL: cannot load RSA private key | 15:10 |
vraa | howdy folks, i have a ubuntu machine writing to a smb share on osol131, i get this error when rsync encounters a file which exists "rsync: failed to set permissions on "/home/vraa/Desktop/zfsshare/.": Permission denied (13)" | 15:15 |
vraa | however, if file does not exist, copy goes through perfectly | 15:15 |
vraa | from a windows7 machine i can do all file tasks fine, i can write, delete, and rewrite existing files | 15:15 |
bogeyd6 | panter, check permissions on the key | 15:16 |
Omahn | ivoks: ping | 15:18 |
ivoks | Omahn: pong | 15:19 |
Omahn | ivoks: Hey. I just wanted to talk to you about your ha ppa. | 15:19 |
Omahn | ivoks: Everything has been working perfectly except ldirectord from the ppa. | 15:19 |
panter | bogeyd6, nop ... even when i set 777 it doesn't work .. i'll try different FTP server .... i'm trying few hours ... | 15:20 |
Omahn | ivoks: When I use ldirectord from the ppa and I try to add an ldirectord ocf resource in the crm, it fails. It works fine with 2.99.2+sles11r9-5ubuntu3 from the standard repo. | 15:20 |
ivoks | Omahn: i haven't tested ldirectord at all, keepalived is the tool we will use | 15:20 |
bogeyd6 | panter, the gist of it is you can specify your own or by default it can use the one that ubuntu made | 15:20 |
ivoks | Omahn: ok, i'll check it out | 15:20 |
Omahn | ivoks: Cool, thanks. | 15:20 |
Omahn | ivoks: Everything else works perfectly. | 15:21 |
ivoks | Omahn: have you tried clustered file system on top of drbd with pacemaker? | 15:21 |
ivoks | Omahn: that's the use case we have to test (both ocfs2 and gfs2) | 15:21 |
ivoks | Omahn: i'll write guidelines | 15:22 |
Omahn | ivoks: Nope, although I can happily give it a go either tomorrow or Thursday, once the test case is ready :-) | 15:22 |
panter | bogeyd6, which one from ubuntu? | 15:23 |
bogeyd6 | the snake-oil cert | 15:23 |
panter | bogeyd6, i got the same error with snake-oil ... thats strange .. | 15:24 |
bogeyd6 | panter i suggest you start all over and go to http://ubuntuforums.org/showthread.php?t=518293 | 15:24 |
ivoks | Omahn: hopefully, i'll have something tomorrow | 15:24 |
bogeyd6 | dont try to fix it, just start from the beginning with a known working guide | 15:24 |
Omahn | ivoks: Cool. I'll run through the test case on Thursday then given our timezones. | 15:25 |
ivoks | ok | 15:26 |
panter | bogeyd6, it is working without SSL ... IMHO i have server configured corectly .. but when i set ssl_enable=YES server don't start .... | 15:26 |
ivoks | take care, see you tomorrow | 15:26 |
ivoks | it's time for snowboarding :D | 15:26 |
Omahn | ivoks: Enjoy! | 15:27 |
ivoks | thanks | 15:27 |
bogeyd6 | panter, can you pastebin your config? | 15:28 |
panter | bogeyd6, http://pastebin.com/m71a3cf19 | 15:31 |
bogeyd6 | panter http://pastebin.com/m6b44e800 | 15:33 |
bogeyd6 | that should work with the snake oil right there | 15:33 |
panter | bogeyd6, the same error | 15:34 |
bogeyd6 | impossible! | 15:35 |
=== dendrobates is now known as dendro-afk | ||
bogeyd6 | panter, ls -l /etc/ssl/certs/ssl-cert-snakeoil.pem | 15:35 |
panter | bogeyd6, -rw-r--r-- 1 root root 607 2010-01-28 13:08 /etc/ssl/certs/ssl-cert-snakeoil.pem | 15:36 |
bogeyd6 | panter, can you pastebin the full log? | 15:37 |
panter | bogeyd6, which one? | 15:37 |
bogeyd6 | vsftpd.log | 15:37 |
bogeyd6 | and then any relevant entires in /var/log/messages | 15:37 |
panter | bogeyd6, vsftpd.log is empty .. there is no error in any log ... this is crazy ... | 15:38 |
bogeyd6 | where do you get the 500 message? | 15:39 |
panter | bogeyd6, when i run it in console .. with command ... when i try run vsftpd as service everything looks good ... it prints [OK] .. but server don't start .. | 15:40 |
bogeyd6 | panter, on the ssl_ lines keep changing one to yes and rerunning the command | 15:41 |
bogeyd6 | so like all no, start it, then 1 yes, start it, then 1 no, 2 yes then start it | 15:41 |
panter | bogeyd6, i set everything to NO ... server started .. i set only ssl_enable=YES .. server don't start .. what the hell is going on? | 15:43 |
bogeyd6 | panter change force_local_logins_ssl=YES to =NO | 15:43 |
panter | bogeyd6, i set everything to NO ... server started .. i set only ssl_enable=YES .. server don't start | 15:44 |
bogeyd6 | hm | 15:44 |
bogeyd6 | panter, comment out the rsa_cert_file line | 15:45 |
panter | bogeyd6, it is crazy .. i'm not linux newbie .. and this is little curious .. | 15:46 |
panter | bogeyd6, when i commented out the line i get different error ... 500 OOPS: SSL: cannot load RSA certificate | 15:46 |
bogeyd6 | k | 15:46 |
bogeyd6 | thats the same error | 15:46 |
panter | bogeyd6, different text | 15:47 |
bogeyd6 | go back to this http://pastebin.com/m6b44e800 and comment out the rsa_cert_file line and change the force_local_logins_ssl=YES to =NO | 15:47 |
bogeyd6 | if it dont work you got yourself a bonafide bug | 15:47 |
panter | bogeyd6, http://pastebin.com/m60012761 ... actual config .. same error .. | 15:50 |
bogeyd6 | panter, yah k, im stumped as well | 15:55 |
panter | bogeyd6, ok .. i'll try another FTP server ... if there will be the same problem there must be some bad waves :) .. and i'll try tomorrow | 16:00 |
bogeyd6 | panter, out of curiosity what does this tell you "ldd /usr/sbin/vsftpd | grep libssl" | 16:21 |
panter | bogeyd6, i tried before 2 hours ... vsftpd is compiled with SSL support ... | 16:21 |
bogeyd6 | kk | 16:22 |
neopsyche | hi.. i know its not necessarily the right channel.. but on a server running cpanel.. how can i create a password protected directory for my site.. so that it asks for 'username/login' on browsing to the site ? | 17:00 |
jjohansen | smoser, the ftrace kernel buffer is 128MB that would be why we can't boot on small images | 17:07 |
=== dendro-afk is now known as dendrobates | ||
neopsyche | gotit thanks | 17:23 |
uvirtbot | New bug: #516150 in vm-builder (universe) "Can't create more than 4 partitions on one virtual disk" [Undecided,New] https://launchpad.net/bugs/516150 | 17:31 |
jiboumans | ivoks, ping? | 17:54 |
magic_1 | hey guys, just want to find out, i installed squid proxy, but i only see a user called proxy and not squid | 18:09 |
magic_1 | would ubuntu change it | 18:09 |
jpds | magic_1: Maybe discuss it on the ubuntu-server mailing list? | 18:17 |
jpds | magic_1: It makes sense to me as it is right now. | 18:17 |
jpds | (why renamed www-data to apache? etc) | 18:18 |
zooko | Folks: I'm trying to spin up a new Amazon EC2 instance with Karmic. Is this the right channel? | 18:27 |
zooko | Is there a Karmic AMI hosted and vetted by Amazon? | 18:27 |
jpds | zooko: Yes. | 18:29 |
jpds | zooko: https://help.ubuntu.com/community/EC2StartersGuide#Getting the images | 18:30 |
zooko | Thanks! | 18:31 |
zooko | Oh, and in a related story, we just released Tahoe-LAFS v1.6 -- the Freedom-compatible cloud storage system. | 18:36 |
zooko | http://allmydata.org/pipermail/tahoe-dev/2010-February/003759.html | 18:36 |
zooko | Join #tahoe-lafs if interested. | 18:36 |
uvirtbot | New bug: #515740 in php5 (main) "Crash on using unitialized vals and __get/__set" [Low,Incomplete] https://launchpad.net/bugs/515740 | 18:56 |
ruben23 | hi, i have user on ubuntu-server name rubz, where i can find its .ssh directory..? | 18:57 |
osmosis | is there a guide for setting up SSL on apache? | 19:14 |
Elad | osmosis: are you trying to do https? | 19:18 |
osmosis | Elad, yes | 19:20 |
osmosis | dont see any howtos | 19:20 |
Elad | I think this is the guide I recently used : https://help.ubuntu.com/6.06/ubuntu/serverguide/C/httpd.html | 19:21 |
Elad | osmosis: I am assuming apache is already installed? | 19:21 |
osmosis | yes | 19:22 |
=== dendrobates is now known as dendro-afk | ||
Elad | if you look in /etc/apache2/sites-available/ do you have a default-ssl? | 19:23 |
osmosis | i found the guide for 8.04 there | 19:23 |
osmosis | https://help.ubuntu.com/8.04/serverguide/C/httpd.html | 19:23 |
osmosis | Elad, no, dont see default-ssl there | 19:23 |
osmosis | i see 'default' and i have some other sites configured | 19:23 |
Elad | if you run the 'sudo a2enmod ssl' I think that is what creates it there | 19:24 |
Elad | then you can use that as a template, for the domain, but you will still need to follow the guide to generate your certs | 19:24 |
osmosis | Elad, so there is a ssl package installed by default? i couldnt find a libapache-mod-ssl | 19:24 |
osmosis | "Module ssl installed; run /etc/init.d/apache2 force-reload to enable. | 19:25 |
osmosis | apache2-common | 19:25 |
Elad | looks like mod_ssl is in the apache2-common | 19:26 |
Elad | yes | 19:26 |
osmosis | Elad, i think i can do it from here with the guide. thx for the good lead | 19:26 |
Elad | good luck | 19:26 |
Elad | I just installed postfix+dovecot, how do I know what settings to set my mail server to in order to connect to it? | 19:29 |
ahasenack | I have a puppet question, I hope someone can help | 19:40 |
ahasenack | basically, I have a case statement | 19:40 |
ahasenack | and define a package in each of the possible outcomes of the case | 19:40 |
ahasenack | and further down, I reference that package | 19:40 |
ahasenack | let me paste | 19:40 |
ahasenack | http://paste.ubuntu.com/367785/ | 19:42 |
ahasenack | the problem is that the last file bit is trying to set the ownership before the package is installed | 19:43 |
ahasenack | it's the package that creates the user | 19:43 |
ahasenack | the error I get on the client is "user foo does not exist" | 19:43 |
ahasenack | oh, fsck | 19:43 |
ahasenack | found it | 19:43 |
ahasenack | nothing like explaining it to someone else :) | 19:44 |
ahasenack | still a nasty ordering problem, though | 19:44 |
holic | hi i need to know how to get a program to auto start the program relies on mysql being already running | 19:56 |
Disconnect | ahasenack: also, #puppet might help :) | 20:05 |
ahasenack | Disconnect: yep, I'm there,thanks | 20:05 |
techsupport | how can i find out which java version I have installed | 20:07 |
Disconnect | java -version didn't work? | 20:09 |
Jeeves_ | dpkg -l | grep java | 20:09 |
techsupport | well java -version doesn't really tell me if its version 5 or 6, look http://pastebin.com/m74b25b8b | 20:10 |
Disconnect | yes it does. java versioning is dumb. isn't 1.6 java6? | 20:14 |
=== dendro-afk is now known as dendrobates | ||
ruben23 | hi uncommenting any config means removing the ";" right..>? | 20:23 |
bogeyd6 | Disconnect, yes | 20:26 |
Disconnect | ruben23: most of them yes. some use ; some use # etc. should be evident tho | 20:27 |
Disconnect | but its time for me to go home. everyone is afraid of the snow that might hit tonight so the office is getting deserted. i'll happily take advantage of that theme :) | 20:28 |
Bullterd | Hi All. | 20:44 |
Bullterd | Ive made a major boob and installed plesk 9.0.1 on a grsec kernel | 20:44 |
Bullterd | I need to change my kernel to a non grsec version ASAP | 20:44 |
Bullterd | can anyone point me in the right direction? | 20:45 |
techsupport | hi, is anyone familiar with OpenEMM ? | 20:48 |
uvirtbot | New bug: #512430 in geronimo-jta-1.0.1b-spec (main) "Sync geronimo-jta-1.0.1b-spec 1.1-1 (main) from Debian testing (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/512430 | 21:01 |
Knoxville | does anyone know what does the law state about using companies logos on a website? | 21:02 |
jim_ec2 | error: internal error No device with bus 'ide' and target 'hdc' | 22:01 |
jim_ec2 | when I try to attach an iso as a cdrom to a vm image | 22:01 |
jim_ec2 | virsh -c qemu:///system attach-disk mydomain install-amd64-minimal-20100121.iso hdc --type cdrom | 22:02 |
jim_ec2 | error: internal error No device with bus 'ide' and target 'hdc' | 22:07 |
jim_ec2 | anyone know why i would get this error when attaching an iso as a cdrom? | 22:08 |
zooko | jpds: thanks for the help earlier. I'm now following this howto: https://help.ubuntu.com/community/EC2StartersGuide | 22:19 |
jpds | zooko: No problem. | 22:22 |
uvirtbot | New bug: #513842 in eucalyptus (main) "block-device-mapping in metadata has 'ephemeral' not 'ephemeral0'" [Low,Confirmed] https://launchpad.net/bugs/513842 | 22:52 |
osmosis_ | what is the purpose of /etc/ssl/private/ssl-cert-snakeoil.key ? | 23:40 |
soren | osmosis_: It's the private half of a snakeoil cert. | 23:49 |
osmosis_ | hey soren, are you heavily involved in the kvm virt for ubuntu? | 23:51 |
soren | osmosis_: Not as heavily as I used to be. At all :) | 23:51 |
soren | osmosis_: What's up? | 23:51 |
osmosis_ | soren, I use it a lot. Would love to follow the changes and status more. Who is leading it up now? | 23:52 |
soren | osmosis_: kirkland | 23:52 |
osmosis_ | soren, ok. is there a project site or something too I can check for info? where is the main place to follow along? irc meetings? | 23:52 |
* soren nods towards kirkland :) | 23:53 | |
* kirkland waves at osmosis_ | 23:54 | |
osmosis_ | kirkland: hi. an rss feed or wiki page for the ubuntu virt server project is basically what I am looking for. | 23:55 |
kirkland | osmosis_: a) #ubuntu-virt IRC | 23:55 |
kirkland | osmosis_: b) ubuntu-server@ mailing list | 23:55 |
kirkland | osmosis_: c) qemu-kvm package in Launchpad (subscribe to bugs/changes) | 23:55 |
osmosis_ | kirkland: okay, good to know. i do hang out in ubuntu-virt, but i will load up those other sources too | 23:56 |
kirkland | osmosis_: d) my kvm blog posts ... http://blog.dustinkirkland.com/search/label/KVM | 23:56 |
osmosis_ | great | 23:56 |
kirkland | osmosis_: i try to announce interesting stuff in that blog and tag them kvm | 23:59 |
kirkland | osmosis_: which shows up on planet ubuntu, the ubuntu-server aggregator, and the Canonical aggregator | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!