/srv/irclogs.ubuntu.com/2009/05/09/#ubuntu-server.txt

=== mac9416 is now known as WinstonChruchill
=== WinstonChruchill is now known as mac9416
=== mac9416 is now known as Churchill
=== Churchill is now known as JeffFoxworthy
slestaki know netselect and apt-spy are not official ubuntu-server programs.  is there a preferred way for finding a good mirror from the console?00:25
=== JeffFoxworthy is now known as mac9416
giovanislestak: if an "official" solution to that situation existed ... then there probably wouldn't be other apps to do it00:30
giovaniuse either of those ... or select one at random00:30
BytewalkerHi all, im new to servers.. I registered www.custom-quiz.com and pointed it to my IP (ubuntu box with apache/etc), my friend says he can't connect to it through http://custom-quiz.com OR http://205.206.131.93 , can anyone tell me if either of these work for them?00:32
slestakgiovani: thx, i prefer to stay with blessed tools, just wanted to ask.00:33
giovaniBytewalker: nope ... port 80 at that IP isn't open00:33
giovaniwell, technically it's "filtered" ... but there's no service responding on that port00:34
Bytewalkergiovani: really weird.. my computer in the other room is on a diff IP (205.206.131.92 (one below)) and it can connect to custom-quiz.com and it works, any ideas?00:35
giovaniBytewalker: uh ... probably a filter00:35
giovanigiven that the IP is filtered00:35
giovaniis this a residential IP?00:36
BytewalkerHmm, this computer isnt connected to a router at all.. what could be filtering it00:36
giovanimany residential ISPs filter port 8000:36
giovaniat their router00:36
Bytewalkeryeah im connected through telus ADSL.. it gives me 2 IPs00:36
giovaniif your computers are both connected over a switch/hub, then you wouldn't be accessing computer number 2 through Telus' router00:37
giovanihence why computer 1 would be able to access port 80 on computer 2, but not anyone else on the internet00:37
Bytewalkeri have a main hub (one line to server, one to a router) and my other comp is behind router00:37
giovaniyes00:37
Bytewalkeromg thanx, makes sense00:37
giovaniTelus is filtering port 80 for you00:37
giovanitry moving your web server to port 8100:37
giovanito test this theory out00:37
giovanior some other random port00:38
giovaniand then try to access it this way: http://205.206.131.93:81/00:38
Bytewalkerok. will http:// look at port 81 too by default?00:38
giovaninope00:38
Bytewalkerdoh00:38
giovanionly 8000:38
Bytewalkerlol.. just wondering why my isp would filter port 8000:38
Bytewalkerthey dont want me to host?00:38
giovaniof course not00:38
giovanimost residential ISPs do this now00:38
giovanithey see "hosting" as a non-residential use of the connection00:39
Bytewalkerbut bittorrent is ok i guess... lol..00:39
giovaninope, they're making efforts to block that too00:39
giovaniit's just much much harder00:39
Bytewalkerok wel thanks dude, i'm gonna try port 81 rly quick00:39
Bytewalkeror mabey call telus and bitch?00:39
giovaninope00:40
Bytewalkerany hint on moving apache to port 81 would be mucho appreciated:) plus.. do isps block any other ports?00:43
giovaniBytewalker: depends entirely on the ISP00:55
giovanilook in /etc/apache2/httpd.conf00:56
Bytewalkergiovani: im gonna try 8080 and mabey you can test it after :D, they mighta blocked that too though im guessing00:56
giovanivery possible00:56
giovanias for how to change the port: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen00:57
giovanidocumentation is plentiful -- please make an attempt to look those things up first00:57
=== Bytewalkr is now known as Bytewalker
linux_noobhello, anyone around?01:36
linux_noobI have an issue transitioning from http to https access... I'm using svn as a test.01:37
kj4hello all03:03
kj4anyone here that could help me with setting up a mail server?03:04
twb!anyone03:09
ubottuA 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?03:09
kj4will someone review my zonefile and tell me if it looks good for mail?03:10
=== jcastro_ is now known as jcastro
FFForeverHello06:55
FFForeverwhy does this happen?, $ ls06:55
FFForeverznc-0.068  znc-0.068.tar.gz06:55
FFForever$ ^[[A06:55
FFForeveri get the ^[[A when i press up...06:57
foxbuntuFFForever, sounds like you created a new user and didnt set the default shell to bash07:03
foxbuntuFFForever, to test, try this: $ bash07:03
foxbuntuls -l07:03
foxbuntuthen press up07:03
FFForeverfoxbuntu, whoops, how do i set it?07:04
Kamping_Kaisertry `echo $SHELL` - bash returns /bin/bash07:06
foxbuntuFFForever, sudo nano /etc/passwd07:07
foxbuntuFFForever, then you can find your user and set the end of the line to /bin/bash07:07
Kamping_KaiserI'd recommend `chsh` personally07:08
FFForeveri like bash :D07:08
FFForeverfoxbuntu, it was /bin/sh07:08
foxbuntuFFForever, that should do it, log out and back in to verify07:08
FFForeverfoxbuntu, how hard would it be to upgrade from 8.10 to 9.04?07:09
foxbuntuFFForever, depends on your hardware07:09
foxbuntubut should be easy nuff07:09
FFForeverits a vps07:09
foxbuntuFFForever, sudo do-release-upgrade07:09
foxbuntuFFForever, oh then it should be no big deal07:09
foxbuntuFFForever, actually, do it this way07:10
foxbuntusudo apt-get update && sudo do-release-upgrade07:10
FFForeverfoxbuntu, how do i add my user to the admin group07:11
foxbuntuFFForever, sudo usermod -a -G root07:12
wizardslovakhello people07:12
* foxbuntu hides from wizardslovak 07:12
wizardslovakFFForever: i did update without any problems07:13
FFForeverfoxbuntu, root@chr1831:/home/chris# usermod -a -G chris chris like that?07:16
FFForeverwhoops i am already in chris...07:17
FFForeversudo: do-release-upgrade: command not found07:18
wizardslovaktry do-release-upgrade07:18
wizardslovakmyne worked without sudo07:18
foxbuntuwizardslovak, it requires sudo07:19
foxbuntuFFForever, yeah... and there is indeed an admin group so07:19
wizardslovaklol07:19
FFForeverfoxbuntu, not for me :D07:19
FFForeverno admin group...07:19
wizardslovaki might be su then07:20
foxbuntuFFForever, switch to your first user07:20
foxbuntuFFForever, you can also just edit the conf07:20
FFForeveri did :D07:20
foxbuntuFFForever, sudo nano /etc/groups07:20
foxbuntuoops07:21
foxbuntuFFForever, sudo nano /etc/group07:21
FFForeveranyways..., how do i upgrade?07:21
foxbuntusudo do-release-upgrade should work07:21
FFForevernope...07:22
foxbuntudid you log out after changing your groups?07:22
FFForeverdidn't change it...07:22
FFForeverthere we no admin groupd lol07:22
Kamping_KaiserFFForever, what version of ubuntu server are you running? whats the output of `groups`?07:22
foxbuntuadm?07:22
Kamping_Kaiserare you in shared hosting, or your own host?07:22
FFForever8.10 from what i am told...07:23
FFForeverwell according to the ubuntu64 tar.gz file :D07:23
foxbuntuFFForever, lsb_release -a07:23
FFForeverchris@chr1831:~$ lsb_release -a07:24
FFForeverNo LSB modules are available.07:24
FFForeverDistributor ID:Ubuntu07:24
FFForeverDescription:Ubuntu 8.1007:24
FFForeverRelease:8.1007:24
FFForeverCodename:intrepid07:24
foxbuntuindeed it is 8.1007:24
FFForeverstripped :D07:24
Kamping_Kaiserwhat about your groups?07:25
foxbuntuFFForever, check for the group called "adm"07:25
FFForevermy ubuntu is only 605mb07:25
foxbuntuso?07:25
FFForevershouldn't it be bigger?07:25
foxbuntuthat sounds about normal for server07:25
FFForevercentos was 2gb =\07:25
FFForever2gb on a 6gb vps sucks... LOL!07:26
foxbuntuheck, with Mythbuntu we are still inside a CD07:26
foxbuntuand there is allot more there than server default install07:26
FFForeveranyone in here setup ubuntu + suphp?07:26
Bhagavathi07:31
Bhagavatsomeone talk in spanish?07:32
Bhagavati know that ubuntu comunity is expert talking in english, but i not good talking tecnique terms in english07:38
FFForeverany idea why i get this?, Internal Server Error07:41
FFForeverFile "/home/chris/public_html/index.php" is not in document root of Vhost "/var/www/"07:41
foxbuntuBhagavat, I believe there is a spanish channel #ubuntu-es iirc07:42
Bhagavatwell i wole like activate a new ubuntu server, but i have cuestions about the technical specifications of my machine07:42
Bhagavatthanks foxbuntu07:43
foxbuntuFFForever, sounds like you need to update your vhost (google apache vhost for specifics) /etc/apache2/sites-enabled/default is the file you need to edit07:43
FFForeverfoxbuntu, how do i find out what uid 1 is?07:44
FFForeveri mean 3307:45
FFForever=\, chris:x:1000:1000::/home/chris:/bin/bash.... i modded the dir with chown chris:chris /blah/index.php shouldn't it be 1000:1000 then?07:45
FFForeverwww-data:x:33:33:www-data:/var/www:/bin/sh.......... why is it launching as www-data...07:46
foxbuntuFFForever, no07:46
Kamping_KaiserFFForever, you need to include more details in what your talking about07:46
foxbuntuFFForever, uh...07:46
FFForeveri was writing the files as root...07:46
FFForeveri am trying to setup suphp :D07:46
FFForeverhttp://vps.chr1831.com/~chris/07:46
foxbuntuFFForever, because apache runs under www-data07:46
Kamping_Kaiserwhat is it? whats it do? why does it need to access particular files? what did you do to create those errors? etc etc etc07:47
foxbuntuKamping_Kaiser, thanks07:47
* foxbuntu felt like a fog was setting in07:47
foxbuntu;)07:47
FFForeverfoxbuntu, so the file is owned by www-data?07:47
Kamping_Kaiserfoxbuntu, ;)07:47
Kamping_KaiserFFForever, stop saying "the file" or "the directory". *what* file? *what* directory?07:48
* Kamping_Kaiser still isnt sure whats *broken*07:48
FFForever/home/chris/public_html and its index.php07:48
Kamping_Kaiserhow did you try and access it?07:48
FFForevervia userdir07:48
FFForeverwait i know why.........07:48
FFForeverfixed the miss matched uids... now i get this Could not execute script "/home/chris/public_html/index.php"07:50
Kamping_Kaiserfoxbuntu, there must be a 'give us useful info' factoid, but no idea what it is :(07:50
FFForeverdo i need to have +ExecCGI on the vhost?07:50
Kamping_Kaiserno07:50
Kamping_Kaiserwhat gave you that error?07:50
FFForevertrying to browse my index.php =\07:51
FFForeveri have error to browser to true07:51
foxbuntuKamping_Kaiser, I don't know what it is on ubottu07:51
FFForeversuphp.log says [Sat May 09 06:51:37 2009] [info] Executing "/home/chris/public_html/index.php" as UID 1000, GID 100007:52
* Kamping_Kaiser wonders why its executing07:52
Kamping_KaiserFFForever, http://www.suphp.org/Home.html is this what your playign with?07:53
FFForevernothing in the error log =\07:53
FFForeverKamping_Kaiser, yeah07:53
FFForeveri compiled from source07:53
Kamping_Kaiserwhy on earth are you using that?'07:53
FFForeverKamping_Kaiser, to make php run as the user :)07:54
Kamping_KaisersuPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.07:54
Kamping_Kaisermy god that sounds bad ;S07:54
FFForeverwhy?07:54
FFForeverKamping_Kaiser, how would you suggest i run php as the user?07:55
Kamping_KaiserFFForever, for a start - why do you want to?07:55
FFForeverbecause its better for security when doing hosting..07:55
Kamping_KaiserFFForever, and it sounds bad, because your putting one of the most abused languages onto your system, with control of a suid binary.07:56
Kamping_Kaiserif its going via suid , its not more secure then anything.... imho, of course07:56
FFForeverphp is not that bad...07:57
* Kamping_Kaiser laughs07:58
FFForeverwanna rewrite my site in python then?07:58
Kamping_Kaiserhalf a minute, let me put on my caring face...07:59
Kamping_Kaiserspeaking of python *goes to get his laptop and work on a website*07:59
wizardslovakwhat ports should i open??08:01
wizardslovakbesides 8008:01
FFForever9999999999908:03
FFForever:D08:03
Kamping_Kaiserwizardslovak, depends which ports you need to use.08:04
wizardslovakwell i am trying to setup ufw08:06
wizardslovaki am using  browser,ssh08:06
wizardslovakssh is 22 ,right?08:06
Kamping_Kaiseryes08:07
wizardslovakthats should be it08:07
wizardslovakhmmm basically two  lol08:07
wizardslovakalso https should be good08:09
wizardslovak443 if i am not mistaken08:09
wizardslovakhow to unzip .zip?08:21
Kamping_Kaiserunzip file08:24
wizardslovakhmmm i cannot find Gtk208:31
Kamping_Kaisernot a problem on servers ;)08:37
wizardslovaksorry08:38
wizardslovaki though ti am on kubuntu chat08:38
cemcI just found out that my maillog files are not rotated as they should... I have 'monthly' specified in the logrotate.conf, but they still get rotated daily08:53
cemcon Hardy08:53
reidhi all.  my server's mobo just fried and I just put a new one in with it.  It no longer connects to my network.  Any ideas?09:03
Kamping_Kaiserreid, onboard ethernet?09:07
Kamping_Kaiser!z2509:07
ubottuSorry, I don't know anything about z2509:07
Kamping_Kaiserbah.09:07
Kamping_Kaiserdpkg does :o09:07
Kamping_Kaiserreid, <dpkg> As of version 0.090, udev has the ability to statically rename ethernet cards based on MAC address. The addresses are configured in /etc/udev/rules.d/z25_persistent-net.rules .  If you want the mappings to change, edit that file.  See <forcedeth mac>.  As of version 0.124-1 the file is called /etc/udev/rules.d/70-persistent-net.rules09:07
Kamping_Kaiserreid, the file name might be slightly different, but the idea is the same ;)09:07
* Kamping_Kaiser -> afk09:07
wizardslovakgood night people09:12
=== jussi01 is now known as Tuhina
=== Tuhina is now known as jussi01
cumulus007I'm looking for the location mysql saves my databases in12:09
Kamping_Kaisercumulus007, /var/lib iirc12:16
cumulus007and then?12:18
cumulus007never mind ;)12:18
XiXaQis it common for mailserver to refuse to relay mail from users on a mailserver that isn't encrypted, or one that uses self-signed certificates?12:24
Doonzhey does anyone know when your growing a raid 5 software array and the computer fails. does it break the array14:03
=== MohammadBoozary is now known as Mohammad[B]
emgenthallo14:28
=== asac_ is now known as asac
emgentsome mysql guy around ?14:40
LoreCasterHey all, question... i've installed ubuntu server 32-bit v9.04 on my machine, but it's just a flat install. i need to install the materials required for remote login (since i just want a power cord and a network cable plugged into the tower) and a webserver. My admin also needs remote access, and all that good stuff. Can i ask where i go now?14:44
LoreCasteri know that, sometimes, the order of operations for a server is important... didn't want to start anything without more knowledge lest i foul something up14:45
LoreCasteri've foudn this, is it a good source of info? http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-214:48
NickeLoreCaster: Have you looked at the Ubuntu server guide? https://help.ubuntu.com/9.04/serverguide/C/index.html14:50
LoreCasteri've never had much luck with these, is it a step-by-step how-to for my needs?14:51
LoreCasteri've NEVER seen such a comprehensive resource!! thanks so much! :D14:53
kirklandNafallo: pong16:15
kirklandNafallo: i was on holiday yesterday :-)16:16
NativeAngelscan anyone help me with im having a problem with start a xen virtual machine16:16
billybigriggerhey all16:24
NativeAngelsanyone here use xen server16:25
giovaniNativeAngels: you might want to try #xen ... that's what it's there for16:25
FFForeverHello16:34
NativeAngelsok16:35
FFForeverAnyone know anything about suphp?, i am trying to set it up but i get an error that says it cannot execute the script "..../index.php" =\16:35
FFForever500 internal server error, Could not execute script "/home/chris/public_html/index.php" to be exact....16:37
wizardslovakmorning people16:58
=== jussi01 is now known as tuhina
FFForevermornin17:11
FFForevercan anyone help with the suphp?, plz lol17:12
incorrecti am going to install my new server, but its in the garage,  can i pxe boot it and ssh in somehow?18:49
Nafallokirkland: did you change something in the screen madness that steals my alt+pgup/pgdown?18:52
Nafallokirkland: where 'alt' = 'shift'... ;-)18:52
Nafallo16:25 < NativeAngels> anyone here use xen server18:53
Nafalloehrm18:53
* Nafallo blames weird Xorg18:53
=== tuhina is now known as jussi01
FFForevercan i ban running passwd via sudo and disable sudo -i?19:26
FFForever(for 1 user)19:26
giovaniFFForever: certainly for denying passwd access19:31
giovanidid you read the sudoers manpage?19:32
giovaniyou can deny all access to passwd, or prevent just access to changing the root password19:32
giovaniusing some basic expressions19:32
FFForeverwhat about the -i option?19:32
giovaniI don't believe so, it doesn't really accomplish anything special though, so I'm unclear on why you want to ban its use19:33
giovaniyou can ban access to the shell19:36
giovanior don't give the root user a shell19:36
FFForeverhow do i remove the shell from root?19:37
giovanisudo usermod -s /bin/false root19:37
FFForeverahhh cool :D19:40
giovani/bin/false is just a non-existant shell19:40
giovaniit's not a special name19:40
giovaniit could be /bin/doesntexist19:40
AnRkeyhow can i get cupsys to recieve jobs like lprng does? I need to add queues like I did in my /etc/printcap file but I cant see how with cupsys19:45
NativeAngelscan anyone here help me with xen setup19:47
giovaniNativeAngels: I've recommended you visit #xen19:49
incorrectwow jaunty recognised my sata raid and did the mirroring, but i don't see any mdadm19:52
giovaniif you have a "raid card" then you shouldn't be running md19:55
incorrectno its not real raid19:55
giovaniheh, then let's not call it a raid card :)19:55
incorrect/dev/mapper/isw_bdgaggad_Vol0719:55
incorrectit created those mappings19:56
giovaniok19:56
giovanips aux | grep -i md   returns what?19:56
incorrectkrfcommd19:56
giovanithat's it?19:56
incorrectyes19:56
incorrecti don't see mdadm19:57
giovaniwell mdadm isn't the daemon19:57
incorrectwell you can normall see something running that is monitoring the raid array19:58
giovaniwell as long as the raid is setup and running, what's the problem?20:00
jetoleIs anyone in here familiar with linux advanced routing and filters on the PRIO queing discipline, the filters I am applying are not being used the way I like => http://pastebin.com/m46e44c4e20:23
NativeAngelscan you use sun virtualbox from ubuntu server edition20:34
giovaniNativeAngels: sure ...20:35
giovanimy view of VirtualBox is that it's more of a desktop virtualization product20:36
giovanibut it's possible it has some non-gui interface I don't know of20:36
jetoleI honestly don't know why anyone with a modern cpu would want to use virtualbox20:37
jetolelinux kvm ftw20:37
jmarsdenIt looks as though libvirt support for VirtualBox is almost there, so I'd think vmbuilder support could follow?  http://article.gmane.org/gmane.comp.emulators.libvirt/1287220:47
uvirtbotNew bug: #311968 in dhcp3 (main) "DHCP very slow and unreliable" [Undecided,New] https://launchpad.net/bugs/31196820:51
incorrecthmm my nic bonding module options don't work anymore20:55
guissHello guys. Where I can find documentation to configure an ubuntu LTS server? I went to the helpt pages of ubuntu community but it wasn't helpufl20:58
wizardslovakguiss: what do you need to install20:58
wizardslovakhttp://www.howtoforge.com/perfect-server-ubuntu8.04-lts20:59
guisswizardslovak: I want to install a terminal server, I did the lstp-server installation and configuration of dhpc but the thin client hangs on login20:59
guissoops, my mistake. Linux Terminal Server :) not Long Term Support21:02
jmarsdenguiss: Did you read and try ideas from https://help.ubuntu.com/community/UbuntuLTSP/ClientTroubleshooting21:03
incorrectI want to bring up my bond0 interface with no ip config so i can then bridge it21:04
incorrecti don't see an option for no config21:04
jetoleincorrect: are you asking how to enable bond0 without an IP address?21:06
incorrectyes21:07
jetoledid you try ifconfig bond0 up?21:07
jetoleor ip link set bond0 up21:08
* Nafallo thinks the bond0 device is on vlan 00721:08
incorrectjetole, so what about running all the scripts to recreate the interface?21:10
jetoleincorrect: don't know what you just asked me now but you asked how to enable a device without assigning an IP address to it21:11
android6011I want to create an energy efficient media streaming server /nas, I thought maybe installing ubuntu server to somethign such as a flash drive would help. Is this a good idea or no?21:11
incorrectjetole, with the other info was in interfaces21:11
jetolestill not sure what you just asked21:12
incorrectyou know what the interfaces file is?21:12
jetole/etc/network/interfaces?21:13
jmarsdenandroid6011: You could do that... have you tried FreeNAS http://www.freenas.org/ ?21:13
jetolethats my guess21:13
android6011jmarsden: im looking to also have a mythtv backend so linux is my best bet21:13
android6011I thought maybe webmin would also help simplify maintenance if anyone has any experience with it21:15
jetolewebmin is for people who don't know how to setup a system and want to risk breaking it at the gleam of a point and click interface21:15
jetolewebmin is not something I would ever recommend to anyone21:16
jetoleit doesn't know all the details about which version of what you have installed and tends to make some bad mistakes21:16
android6011thats too bad, well there is always ssh21:16
jetolebest bet for simplifying maintenance is to know how to maintain it21:16
jetoleyeah, ssh is a great tool21:17
jetoleone I have used for over a decade21:17
jetolepuppetmaster and cfengine are also great when it comes to distributed maintnance but you can't put a GUI in front of something and hope it makes it easiar unless you really understand how the gui works21:18
android6011ya21:18
jetoleand if you are using webmin then you probably don't in the first place21:18
android6011also, because this is just a home streaming server, i would like for it to go into some power saving mode and wake up if something tries to access it over ethernet, will i specifically need wake on lan or does say sleep mode cover that21:19
jetolesorry to sound crass but linux server admin has been my job for a long time21:19
android6011heh ya21:19
jetolewell sleep mode and wake on lan can work together however I don't think the kernel in ubuntu server supports sleep mode21:20
jetoleit shouldn't since it's for a server21:20
android6011ya thats what i figured21:20
jetolelook into using the desktop version21:20
android6011ya i was thinking about doing the desktop and just dissabling x but I don't like the idea of having all the extra overhead21:21
jetolethey both use the same package repo i.e. same packages for both but the big diff is how the kernel is setup21:21
jetolewhat extra overhead?21:21
jetoleupdate-rc -f gdm remove21:22
jetoleX no longer starts21:22
jetoleyou can also install a server and then install the desktop kernel21:22
android6011just like all the extra packages installed by default etc21:22
android6011is there a minimal install disk like there is with debian?21:23
jetoleI don't know but I have never seen it21:24
jetoleI don't think so21:24
jetoleinstall the server, then do an => apt-get install linux-image-generic21:24
jetolethen set the generic kernel inside /boot/grub/menu.lst21:25
android6011wouldnt apt add it to menu.lst by default?21:25
jetoleit might but I don't know if it will become the default21:25
jetoledouble check21:25
jetolealso, even though the kernel supports it, I don't know if sleep will be enabled by default21:26
jetoleyou would probably have to read into that21:27
jetoleI know on desktop edition it's not21:27
jetoleit has to be told to but I have never set it up since I ssh into my machines21:27
jetoleactually, wake on lan would work for a few but I have never looked into it21:28
android6011ya, i just dont want to have to manually tell the machine to wake up21:29
jetolethen don't put it to sleep21:30
incorrectjetole, the answer is 'manual'21:32
incorrector inet manual21:32
jetoleincorrect: I don't know what your question was to begin with but you can do just about anything with manual mode or you can even skip interfaces entirely and write your own startup script21:33
incorrectnevermind then21:34
jetoledid I sound concerned?21:35
jetolesorry if I did21:35
incorrecthmm i wonder what created virbr021:35
jetolelibvirt21:35
jetole/etc/init.d/libvirt-bin21:36
incorrectthanks21:44
=== RoAk is now known as RoAkSoAx
kirklandNafallo: hmm, no, not that I know of ...22:10
kirklandNafallo: shift-pgup & shift-pgdown should be trapped by gnome-terminal, or whatever, and will scroll back in its buffer22:11
kirklandNafallo: for proper scrollback on a per-window basis in screen itself, use F722:11
Nafallokirkland: well. my issue is that the screen doesn't scroll up in the current screen window anymore, but rather scroll to the previous one.22:13
Nafallokirkland: this is HIGHLY suboptimal when you want to check switch configs for example.22:13
kirklandNafallo: huh?22:14
kirklandNafallo: i don't understand22:14
Nafallokirkland: might be easier if we find each other on allhands? :-)22:15
kirklandNafallo: :-)  sure22:15
kirklandNafallo: so shift-pgup is switching among your tabs in gnome terminal?22:15
Nafallokirkland: terminator22:16
kirklandNafallo: or is it doing what f3-f4 are suppose to do?22:16
Nafallokirkland: no. it's weirder than f3-f4, it's like it's scrolling back in it's buffer (as it should) but instead of scrolling a screen at a time it's scrolling back between windows (which should be what you call tabs)22:17
Nafallokirkland: get a few windows and then output lots of content in the last one (cat or whatever), then try shift+pgup :-)22:17
Nafalloehrm22:18
Nafalloactually. right now it DTRT :-/22:18
NafalloI wonder if this have to do with the switches outputting something strange.22:18
kirklandNafallo: oh, right, that's sort of "expected"22:19
kirklandNafallo: so that shift-pgup is trapped by gnome-terminal22:19
Nafallokirkland: I don't use gnome-terminal22:19
kirklandNafallo: and it scrolls back through what it "knows" about22:19
kirklandNafallo: okay, whatever your terminal is22:19
kirklandNafallo: really, you need to use F7 if you want to scroll back in only one window22:19
kirklandNafallo: this will let screen do the scrolling properly22:20
kirklandNafallo: if you only open one window, it will DTRT all the time :-)22:20
kirklandNafallo: if you don't switch between the two windows, it will DTRT22:20
Nafallokirkland: well. I don't open "just one window" :-P22:20
kirklandNafallo: you'll see the problem if you open two windows, do a "find . " in one, then switch to the other window, do an 'ls' and then shift-pgup22:21
kirklandNafallo: your terminal is sort of like a video camera22:21
kirklandNafallo: recording everything it sees scrolling by22:21
kirklandNafallo: it doesn't have any intelligence about screen's windows22:22
Nafallohmm. yeah. not sure if I understand correctly or if what I saw was different :-)22:22
Nafalloand the damn thing does the right thing at the moment.22:23
Nafallowhich isn't extremely helpful :-P22:23
incorrectwhen i try and run a kvm I errors trying to connect to the framebuffer22:34
incorrecti thought kvm was supposed to be fairly fast?22:52
Nafalloincorrect: you might have better luck with those questions in #ubuntu-virt :-)23:04
incorrectthanks23:05

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