=== nerophibia [n=nero@user-85-201-96-42.tvcablenet.be] has joined #ubuntu-server === jorik [n=olmo@cable-213-132-135-81.upc.chello.be] has joined #ubuntu-server === jorik [n=olmo@cable-213-132-135-81.upc.chello.be] has left #ubuntu-server ["only] === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-server === [NB] Mahem [n=asdf@90-228-225-95-no126.tbcn.telia.com] has joined #ubuntu-server [12:27] <[NB] Mahem> hi [12:29] <[NB] Mahem> after reading the topic you need to update the description on https://help.ubuntu.com/community/InternetRelayChat where it points out this is the help and discussion channel not anyting about server images :D [12:33] [NB] Mahem: Fixed, thanks. [12:34] <[NB] Mahem> np === cmazzetti|studin [n=chatzill@151.55.124.117] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === tmarble [n=tmarble@64.73.245.242] has joined #ubuntu-server === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server === nerophibia [n=nero@user-85-201-97-227.tvcablenet.be] has joined #ubuntu-server [05:21] how can I tell if an install was made with u-server? [05:23] should /etc/apt/sources.list be different? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server [05:41] CarlFK: no, it is not different [05:42] the best way is to look the kernel [05:42] you should have a -server kernel [05:42] Linux yate2 2.6.17-10-386 #2 Fri Oct 13 18:41:40 UTC 2006 i686 GNU/Linux [05:42] (check uname -r) === ToonArmy [n=chris@Lafrowda-10.ex.ac.uk] has joined #ubuntu-server [05:42] CarlFK: so probabily not [05:42] uname -r 2.6.17-10-386 === lbm [n=lbm@82.192.173.92] has joined #ubuntu-server === daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #ubuntu-server === cmazzetti [n=chatzill@151.55.124.117] has joined #ubuntu-server === ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-server === cmazzetti [n=chatzill@151.55.124.117] has joined #ubuntu-server [07:13] this is a pretty out there question: [07:14] if I install u-userver, so no X or anything, [07:14] apt-get install spe [07:14] er... apt-get install spe openssh-server [07:15] then ssh to the box from a 2nd box with a full install (so X and everything) [07:15] shouldn't apt-get install spe install whatever is needed so I can run X apps on an exported display? [07:28] may have the same problem with xterm [07:28] boxA: /etc/ssh/sshd_config X11Forwarding yes. BoxB: ssh -X BoxA. try to run xterm, get "xterm: DISPLAY is not set" === DJ_Mirage [n=martijn@biggetje.xs4all.nl] has joined #ubuntu-server === cmazzetti [n=chatzill@151.55.92.102] has joined #ubuntu-server === spo0f [n=hypnojaz@host253-67.pool8252.interbusiness.it] has joined #ubuntu-server [10:27] CarlFK: did you restart sshd? [10:28] the problem is in your ssh settings, your ssh server isn't setting the DISPLAY environment variable. probably then the tunnel isn't set up either, though you can check with sudo lsof -i [10:31] I didn't change /etc/ssh/sshd_config so I don't think restarting will help [10:32] sudo lsof -i - what should I look for? [10:34] the SSH server listening on TCP 6010 or the like [10:36] http://paste.ubuntu-nl.org/28008/ [10:39] nope, the SSH server isn't tunneling the X connection [10:39] are you sure the line in sshd isn't commented? [10:39] does it have a hash sign in the front? [10:54] juser@yate2:~$ sudo grep X /etc/ssh/sshd_config [10:54] Password: [10:54] X11Forwarding yes [10:54] yup :) [10:55] got it: [10:55] sudo apt-get install x-window-system-core [10:56] ssh ed a 2nd session, now sudo lsof -i = llocalhost:6010 (LISTEN) [10:56] which seems odd that I need x-window-system-core [10:57] xterm works too [11:19] jsut got new -server image. going to install again