/srv/irclogs.ubuntu.com/2008/11/14/#ubuntu-server.txt

=== kraut_ is now known as kraut
=== s is now known as Guest25940
=== jmarsden_ is now known as jmarsden
donspauldinghi all, is there a guide somewhere that shows how to setup UML on an ubuntu server?03:06
donspaulding(google's not been much help so far)03:07
jmarsdenI googled for "ubuntu uml" and found http://users.piuha.net/martti/comp/ubuntu/en/uml.html -- is that not helpful?03:07
donspauldingjmarsden: nice, thanks!03:09
jmarsdendonspaulding: No problem.03:09
dellhow are you all i need help me how to put it sing ~  in ubuntu server03:44
dellin my key don't have it sing03:45
hadsHuh?03:48
subirhow can i enable ssh access to ubuntu 8.04?05:33
ropetinsubir:sudo apt-get install openssh-server05:34
subirropetin, already installed it05:34
subirropetin, but cannot ssh it05:35
ropetinWhat happens when you try to?05:36
subirropetin, says no route to host05:37
subirropetin, i can ssh to localhost, but not to IP from the same machine05:37
ropetinThat's basically telling you it's a network issue.  Why would you use the external IP when connecting from the local machine?  What happens if you try the IP from a different machine?05:38
subirropetin, ssh: connect to host 192.168.10.5 port 22: No route to host05:39
ropetinOK, what IP is assigned to teh server, what IP is assigned to the client, and can you ping from one to the other?  It's either going to be a networking issue, or a firewall issue05:40
ropetinAre you running ufw?05:40
subirropetin, server: 192.168.10.5; client: 192.168.10.5705:41
subirropetin, the client cannot ping the server05:41
ropetinSo it's a networking issue then :)05:41
ropetinUnless of course it's a firewall issue.  Can you confirm if either is firewalled?05:42
jmarsdensubir: Are both machines physically connected to the same LAN subnet (to the same switch or whatever)05:42
subirjmarsden, ya05:43
jmarsdenCheck the output of    ifconfig eth0    on both machines very carefully, (maybe pastebin it so we can see it)?05:44
ropetinmaybe pastebin a traceroute from one to teh other too?05:44
subirropetin, jmarsden ok it was a networking issue...anyways thnx :)05:50
ropetinNP!05:52
subirropetin, jmarsden i'm trying to have svn server with code web browsing as well as site web browsing05:53
subirropetin, any link/pointer would be great!05:53
LoveGuruIs there anyone who can help me to fix LAMP server :<  i did apache works fine. some problem with mysql i can't figure out whre is the problem how can i fix it. thanks.05:53
ropetinsubir: I remember seeing a tutorial about that on HowToForge05:54
ropetinMaybe do a search there?05:54
ropetinLoveGuru: What's the exact issue?05:54
LoveGururopetin: mysql wont start05:55
LoveGuruor u can say won't work05:55
subirropetin, okay thnx05:55
ropetinDoes it generate any kind of error?05:56
LoveGururopetin: ya when i bootup my linux it gave me error on start. can i get that error from any log file?05:57
LoveGurui really don't remember it05:57
subirropetin, is this the one you are referring to? http://www.howtoforge.com/debian_subversion_websvn05:58
ropetinThere was one specific to Ubuntu if I remember06:00
ropetinBUt that would work too06:00
freaky_tdoes svn+ssh work by default? oO06:01
ropetinWith those directions yes, but I have no idea in general06:01
freaky_tok ;D06:02
* ropetin used svn once and found it to be overkill for his needs06:02
freaky_tthanks06:02
subirropetin, okay06:03
jmarsdensubir: See https://help.ubuntu.com/community/Subversion06:04
subirjmarsden, thnx06:06
jmarsdenNo problem06:06
subirropetin, jmarsden any idea how to enable public_html on ubuntu as on centos?06:42
jmarsdensubir: I think you just would edit the apache2 config files to do your will... see under /etc/apache2/06:44
subirjmarsden, i think that feature is there by default in centos06:45
ropetinIsn't /var/www the equivalent of public_html?06:45
ropetinOr are you talking about for each user?06:46
jmarsdenProbably.  So read the config files for apache in Centos and add the relevant lines06:46
jmarsdenI think you just need a line that says      Userdir public_html  in there ?06:47
jmarsdenI have one RHEL server I admin, but its httpd.conf has been... highly modified from the defaults :-)06:48
subirropetin, for each user...i just found out one06:57
subirropetin, jmarsden by enabling userdir module in apache206:57
subirjmarsden, :)06:57
timreichharthey guys07:06
timreichhartI am just wondering if anybody could tell me how to configure 2 56k modems07:07
ropetintimreichhart: do it the same as one, only twice?07:07
timreichhartoh ok07:07
ropetinWhat kind of modem and what issues are you currently having?07:07
timreichhartwell i just bought 2 Conexant 56k V.92  CX11252-11 PCI Data/Fax07:09
timreichhartModem (OEM) and i want to have one modem for incoming faxes and one for outgoing07:09
timreichhartif that even possible to do07:09
timreichhart?07:12
ropetinSure, definitely possible.  You'd just have to install them (I'll see if I can find instruction) and then in teh fax software you're using (HylaFAX?) specify which one for each function07:13
timreichhartim going to use hylafax and web base frontpage of avantfax07:14
ropetinIn which case it's designed to work with multiple modems07:15
timreichhartyes07:15
ropetinhttps://help.ubuntu.com/community/DialupModemHowto07:15
ropetinThat covers conexant07:15
timreichhartyes I do see that07:16
timreichhartthanks for that info07:17
ropetinNp!07:17
ivarssHi *. Perhaps I am missing the obvious, but how do I include new schema files in openldap configuration? Intrepid ships with openldap v2.4 which uses new cn=config style configuration and not slapd.conf Thanks and please point me to the right direction if this is not a proper place to ask.08:56
krautmoin09:28
ropetinYup09:30
=== sonicmctails is now known as NCommander
uvirtbotNew bug: #297675 in tomcat6 (main) "catalina.policy and bootstrap.jar should be copied on soft linked" [Undecided,Incomplete] https://launchpad.net/bugs/29767510:42
=== mcasadevall is now known as NCommander
netrati'm currently booting ubuntu over the network with AoE, which works fine. the only thing that doesn't work properly is the shutdown procedure. could anyone point me to some documentation? how does the shutdown process differ if you have an NFS root filesystem?14:10
philsfhow can I enable access for 'debian-sys-maint' in mysql-server? http://paste.ubuntu.com/71867/14:37
philsfor, where should I rtm?14:37
sommerphilsf: take a look at /etc/mysql/debian.cnf14:41
philsfsommer: there are entries for 'debian-sys-maint' for both [client] and [mysql_upgrade], both have the password var empty14:42
philsfshould I set a password? should I paste this file?14:43
sommerphilsf: mine have what I assume is a generated password, so it probably wouldn't hurt to try adding one14:45
philsfsommer: shouldn't this have happened upon installation?14:46
philsfsommer: oh, I just found a useful README.Debian, thanks and sorry for the noise14:47
sommerphilsf: I would've thought so14:48
=== mikehostetler is now known as MikeHostetler_aw
=== MikeHostetler_aw is now known as Hostetler_away
uvirtbotNew bug: #298126 in samba (main) "package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/29812617:27
akuma5im haveing trouble installing vhcs on hardy any body know why17:44
sandstromHow can I restrict a users access to the home-folder solely?18:10
=== s is now known as Guest94365
=== s is now known as Guest52778
CelephaisHi, how can i use lvm with kvm?19:50
zoopstersandstrom: as in you don't want them to see other areas of the filesystem on a given machine?19:57
=== ogra_ is now known as ogra
levanderDo the dovecot packages for Ibex include ManageSieve?20:45
ewookdid you check the repository-info?20:54
akuma55hello how do i create a new mysql db21:46
vensignakuma55 you can execute mysqladmin create databasename21:48
akuma55error: 'Access denied for user 'root'@'localhost' (using password: NO)'21:50
vensignakuma55 mysqladmin -u root -p create databasename21:50
vensignyou have the mysql root password?21:51
byte_slavehello everyone!22:02
byte_slavehow canm i see which are the ssh established tunnels?22:04
byte_slavein this moment?22:04
_jmedinato your server?22:07
_jmedinayou can use22:07
_jmedinaw22:07
_jmedinano wait, that only tellyou about local and remote users22:08
_jmedinabut it doensnt say it is a ssh connection22:08
_jmedinait could be telnet :)22:08
vensignbyte_slave you can use netstat -an | grep :2222:08
vensignto see the active connections to port 22 (ssh port)22:09
akuma55vensign, thanx it worked22:09
akuma55got wordpress up22:09
vensignyou're welcome akuma5522:10
byte_slavenetstat -an | grep :22 only tells me the connections not the tunnels inside it i guess22:11
akuma55vensign,  do you know how i can move everything in a directory out in to anther folld22:11
akuma55folder?22:11
akuma55*22:11
Deepsmv /path/to/source/dir/* /path/to/destination/dir/22:11
vensignyou are rigth byte_slave sorry I dont remember if you can see the tunnels22:13
uvirtbotNew bug: #297758 in samba (main) "samba got "ERRDOS - ERRnoaccess" error after upgrade from Gutsy to 8.04" [Undecided,New] https://launchpad.net/bugs/29775822:16
vensignakuma55 Deeps give you the answer22:17
akuma55im trying it now22:18
=== s is now known as Guest64969

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!