/srv/irclogs.ubuntu.com/2009/04/02/#ubuntu-server.txt

sergevnare the read error raid values something to worry about?00:23
sergevnhttp://pastebin.ubuntu.com/142410/00:23
fooHaving some NFS problems. Any tips? I can't seem to mount the share. The services are running. How can I query the NFS server to make sure it's running?00:23
Deepsrpcinfo00:24
Deepsyou may find your firewall is blocking, or your hosts.allow/hosts.deny files00:24
foorpcinfo -p 192.168.0.2 is showing me something, but I'm not sure I'm using it properly. Any way to have rpcinfo spit out the shares?00:25
Deepsexportfs -v00:26
fooyeah, I see that on the server... any way to query the server from the client?00:26
fooI do see the shares on the server00:26
foothanks Deeps00:27
Deepsrpcinfo from the client will let you know if you can reach the remote nfs server00:28
Deepsexporfs will show you what shares you have defined on the server, with what ip restrictions (if any)00:28
Deepsexportfs*00:28
foo /public         192.168.0.0/24(rw,wdelay,insecure,root_squash,no_subtree_check,anonuid=1000,anongid=1001)00:29
fooI see that on the server00:29
fooI wonder if this is a version conclict or something00:29
Deepsdunno if there's anything you can run from the client to see what shares the server has00:29
foorpcinfo -p theip returns     100003    3   tcp   2049  nfs00:29
foowith some other stuff...00:30
fooSo I think it sees nfs00:30
foo sudo mount public00:30
foomount: special device 192.168.0.2:/public does not exist00:30
foobut I mount and get that00:30
Deepswhat's your line in your fstab?00:30
foothis has been working for years, can't think of anything that has changed other than maybe versions during an upgrade00:30
foo192.168.0.2:/public /home/matt/public auto defaults 0 000:30
Deepsyou've not defined a filesystem type00:31
sbeattiefoo: showmount -e <server> will query the server from the client as to what's exported.00:31
Deepsthat may be whats causing a problem00:31
foomount: wrong fs type, bad option, bad superblock on 192.168.0.2:/public, missing codepage or helper program, or other error00:31
fooDeeps: nah, thought that was it00:31
Deepstry from cli, mount -t nfs -o soft 192.168.0.2:/public /home/matt/public00:31
sbeattieanything in dmesg?00:31
fooerrrrrrrr, I needed nfs-common installed. How the heck did that get uninstalled...00:33
* foo mumbles under breath00:33
foothanks00:33
Doonzinteresting. when i copy files from a usb drive on my ubuntu server my network connection on it pretty much dies. this normal?02:01
twbDoonz: it is not.02:02
Doonzthats what i thought02:02
twbDoonz: I would guess (GUESS, mind you) that the USB bus and the NIC are on the same PCI interrupt, so they fight.02:02
Doonzoh02:02
twbI once had a similar problem where the NIC and sound card where on the same interrupt, so downloading stuff caused the audio to sputter.02:02
Doonzthat would make sense since both these are on board02:03
twbYou should also run dmesg and look for anything suspicious, particularly at the bottom of the output02:03
Doonzill have to wait till the file copy is done cause i cant ssh into the box02:03
twbYou can also use top and iostat (iowait?) to find out if you're simply "filling up" the machine's resources.02:04
Doonzi have htop02:04
twbWhatever.02:04
Doonzand its a 2x dual core xeons with 8gb ram and only one processor show any activity and its only 6% and ram is only 500mb of 8gb02:04
twbhand waving02:05
* Doonz confused02:05
twbI've given you my initial analysis, you need to do further investigation to isolate the fault02:05
Doonzok i like your response better then the last one02:05
Doonzthnx02:05
Doonztwb you know anything about software raid?02:07
twbYes.02:08
Doonzsay i build a raid 5 array with 4 disk's. Later i want to add a 5th to that array. is it hard to grow the array or even possible?02:10
twbI haven't done that myself.  I think it is easy.02:11
Doonzok02:11
twbIt would probably be slow to rebalance, though02:12
Doonzwich is fine02:13
Doonzthis is just for pure storage (media server)02:13
twbIf you have 5 disks, you might want to consider having two parity disks instead of one (sometimes misnamed "raid 6").02:27
oh_noesIf I installed Ubuntu server in English, can I stil  create Filenaes in chinese (or anyu other .. ie internationalization)  format?03:18
twboh_noes: yes.03:19
twbThe filesystem should use UTF-8 by default03:19
Iceman_B|SSHYOU GUYS WERE RIGHT03:20
oh_noesincluding SSH/vt100?03:20
Iceman_B|SSHexcuse my caps03:20
Iceman_B|SSHgenii: giovani : I think I figured out what the problem was03:20
Iceman_B|SSHit turned out that my Wii was configured with the same IP address as my server03:22
Iceman_B|SSH>_<03:22
Iceman_B|SSHWireshark pointed it out, I saw ARP packets with the MAC belonging to Nintendo. At first I didnt think much of it, but then decided to check my Wii settings03:23
Iceman_B|SSHand there it was. So the dropping connections -should- be over03:23
twboh_noes: er, not, UTF-8 is still used everywhere by default03:24
twboh_noes: you will probably just see ? or gibberish on your terminal if you use a vt100, though.03:24
twbs/not/no/03:24
twbIceman_B|SSH: this is why I tend to configure the netire network with a top-down DHCP setup.03:25
twb*entire (sheesh)03:25
twbI just use /etc/ethers to ensure that servers get a fixed IP from the DHCP server.03:25
twbThat way if I want to change settings, I only have to change the appropriate DHCP server, rather than both the router and the server's static IP configs.03:26
oh_noestwb: thanks, so all aspects except for terminal support UTF-8?03:27
twboh_noes: most terminals should support some/all of Unicode, too.03:27
twbFor example, xterm will display the ISO 8859 parts correctly but will struggle with CJK.03:28
twburxvt and mrxvt respectively can do a good job of CJK and bidi.03:28
leonelscottK  python-clamav  is  done ??  I was going to start  to fix it for clamav 0.9503:29
Iceman_B|SSHtwb: I know, and that's clever. Maybe I should put my Wii in DHCP mode as well. I started putting in Manual IP's for my own devices and tracking them in a textfile. Since I dont have THAT many devices.03:29
twbIceman_B|SSH: /etc/ethers can be that text file, and still manage everything via DHCP03:30
Iceman_B|SSHThe reason I use static IP's is that I want a fast p2p connection on my laptop(NAT) and a stable line when Im playing on my XBOX36003:30
Iceman_B|SSHah, but I have a DD-wrt router that does the DHCP-ing03:31
Iceman_B|SSHhm, now that I think about it,I think I put in static leases03:31
Iceman_B|SSHwhich is probably what I should do instead of manually assigning an IP03:31
twbIf dd-wrt uses dnsmasq for DHCP, then /etc/ethers will Just Work03:33
twbI do that on openwrt.03:33
Iceman_B|SSHit does. but I configure it using the webinterface03:33
twbAh well, I wouldn't know about web UIs03:33
Iceman_B|SSHwell, I imagine that they have the same effect in the end03:34
twbExcept that drawing continuously updating usage graphs with ajax and svg is massively sexy.03:34
Iceman_B|SSHthat sir, is correct03:35
Iceman_B|SSHI dont know where dd-wrt saves its network config, the dirlayout is all funky03:38
twbThat's one reason to use openwrt instead ;-)03:45
Iceman_B|SSHwhen I look in Aptitude, I see 3 kernels: linux-image-2.6.27-11-generic, linux-image-2.6.27-11-server and linux-image-2.6.27-7-server.04:32
Iceman_B|SSHin currentl using generic, but I want to switch back to server04:32
Iceman_B|SSHwhat packages can I remove after a reboot and how do I do that?04:32
=== twb` is now known as twb
krautmoin08:30
lukehasnonamemorning08:43
matttevening08:51
geniiIs there some limit on number of post-up directives allowed in /etc/network/interfaces ? I had quite a few in there to correct my routing but only the first few were being executed for some reason. Then I copy/pasted them out to a script and ran that from a post-up directive which worked. No order was changed, etc.09:34
uvirtbotNew bug: #330883 in samba (main) "Browsing samba shared printers show nothing" [Undecided,New] https://launchpad.net/bugs/33088310:05
uvirtbotNew bug: #353642 in smb4k (universe) "smb4k fail to show shared printers (dup-of: 330883)" [Undecided,New] https://launchpad.net/bugs/35364210:21
=== asac_ is now known as asac
naymyohi10:45
naymyowhy less users online?10:45
naymyowhere to ask about ubuntu server administration and maintenace?10:46
Jeeves_Yes, here. :)10:50
naymyook i have questions about minimum hardware requirement for Ubuntu server10:51
Jeeves_PII, 128MB ram10:53
Jeeves_or so10:53
Jeeves_but what do you want to do?10:53
rst-uanichttps://help.ubuntu.com/community/Installation/SystemRequirements10:53
naymyobare minimum is so low , isn't it? ok for server?10:55
rst-uanicdepending on what you want to do10:56
naymyook thanks brother11:03
naymyothe other thing is as i have no internet on my test lab server at home, i have to use APTonCD which i made at work11:03
naymyoso for all commands- apt-get install ******** from CD,  i have to put deb that cdrom in sources.lst , right? how to put that entry in detail?11:05
naymyoor .iso file i made11:05
zoxnaymyo: maybe apt-cdrom --cdrom /media/cdrom will help11:15
serwouhi11:23
serwouI've reported this NIS server bug : https://bugs.launchpad.net/ubuntu/+source/nis/+bug/353698 Anyone already had the issue before? I would like to fix the problem asap :-/11:24
uvirtbotLaunchpad bug 353698 in nis "Ypserv segfault on Ubuntu 8.10 Intrepid" [Undecided,New]11:24
mrwesI know clamav does realtime monitoring of incoming email, but can it do realtime monitoring of folders too?12:45
uvirtbotNew bug: #353759 in openssh (main) "ubuntu 9.04 beta: ssh-agent doesn't work" [Undecided,New] https://launchpad.net/bugs/35375913:02
=== moorthykmd is now known as kkea
=== kirkland` is now known as kirkland
mat1211Hi, I was wondering if anyone knew how I could give a user who is not an admin permision to upload to a certain directory?13:46
ivoksacl13:51
loginhelpGood evening to all. I just installed an ltsp server and am having problems with a thin client. It boots from the nic, gets to the login screen then it waits and goes blank.13:51
loginhelpi dunno what i just did right now but i was able to go into the shell and login from there. It says the password is incorrect. Is the ltsp user list different from the one entered into the users manager in ubuntu?13:51
=== jwstolk is now known as jwstolk_work
orudieis Simple Directory Listing any good ?14:15
mat1211Hi, I have a question about file permissions.  I have a dirrectory, called uploads.  Lets say that the usergroup is named uploaders, how would I give users in the uploaders group permission to write to the uploads dir?14:21
jpdsmat1211: chmod 0770 /path/to/uploaders && chown user:uploaders /path/... ?14:22
mat1211Ah.  What do you mean path to uploaders? lol14:24
jpdsNo, uploads, sorry.14:24
mat1211and then for the chown command, its the username:groupname /path to dir I want to set write perms for?/14:27
jpdsYep.14:27
mat1211ah, thanks.14:28
mat1211When I do chown it says opperation not permitted.14:32
mat1211What can I do so it doesn't say that? lol14:35
jpdsmat1211: Put 'sudo' in front of the command so root does it.14:36
mat1211I did.14:36
jpdsAnd it still doesn't let you?14:36
mat1211said not permited, maybe because its /var/www?14:36
mat1211its really strange.14:37
jpdsmat1211: Which command are you running exactly?14:37
mat1211The exact command is, with different username and dirs, "sudo chown user1:uploaders /var/www/uploads14:38
mat1211I think it should work but...14:41
mat1211Would it matter that the dir is on an external hd?14:41
jpdsI don't think so, is it mounted over NFS or SSHFS or something?14:42
mat1211vfat14:42
mat1211only thing iv got :P14:42
mat1211Don't think that would make a difference though.14:44
loginhelpdoes anyone know why an ltsp client will not login to an edubuntu server?14:58
ballHow much disk space does Ubuntu Server need?  I'm thinking of putting it on a flash stick15:30
_coredump_~700mb iirc15:34
serwouball: /dev/sda1             1.7G  459M  1.2G  28% /15:34
ballOkay, that could work15:35
ballI should probably tell it not to swap though15:35
mib_e205oh19hi i have a wifi problem can anyone help me please15:36
CrummyGummyHiya, I installed Ubuntu server with a password protetcted LUKS LVM partition. Any ideas how I can make it boot without a prompt?15:42
ballun-password-protect it?15:46
CrummyGummyaaaah, the root of my question. I don't want to reinstall, just clear teh password.15:49
CrummyGummyso how do I do it?15:50
* ball shrugs15:53
quizmeFor ubuntu, apache 2, where in the directory structure is the appropriate place to put an .conf file for a subset of websites hosted on that server?  I want to put all of my mod_rails configurations in one place.  in mods-available?16:06
orudiewhat is the syntax of a command of the 'find' utility to search for files owned by a particular user ?16:08
yann2man find ? :)16:08
yann2       -user uname16:09
yann2              File is owned by user uname (numeric user ID allowed).16:09
orudieplease help me out16:10
orudiecan i use it after the user had been removed along with his home directory16:10
Deepsyes, using the numeric user id16:11
orudieand how can i know what the user id is , i already removed this user16:12
ballorudie: can you look at one of the files that he or she created?16:12
orudienope16:13
giovaniorudie: yeah, if you find one file of the user's do ls -n filename16:13
orudiethats the thing16:13
giovaniand it'll list the uid:gid for the file16:13
Deepslook in one of your backups, from before you deleted the user16:13
orudiesudo find -user 'theuseriremoved' - does not return any output, so that means no files are located on the system16:14
giovaniorudie: incorrect16:14
orudieerrr16:14
giovaniit has to have an entry in /etc/passwd to equate the username to a UID ... since you've deleted the user, it's not there16:14
Deepsplus thats only searching within the current relative path, you need to find /16:14
giovanithe filesystem doesn't know anything about usernames -- only UIDs ... so unless you can find the UID of the user, this won't help16:15
Deeps(unless you're sitting in / already)16:15
giovaniorudie: I know this doesn't help now, but in the future "deluser --remove-all-files" will do what you want16:15
giovaniwhile also deleting the user16:15
orudieso what if i recreate the user with the same user name and do deluser --remove-all-files16:16
giovanithat will only work if it has the same UID16:16
giovanionce again ... filesystems know nothing about usernames -- it's simply using the entry in /etc/passwd to map a name to a UID16:16
giovaniso if the UID is different, that won't help you16:17
orudieso how can i find out his UID now, find user username from / returns one file in cron jobs, which is really bad :(16:18
ballHow can I tell whether Ubuntu Server found any temperature sensors?16:18
orudiethats the user that had been hacked16:18
orudielol16:18
ballThat's "cracked" btw orudie16:19
ballhello mathiaz16:19
giovaniheh16:19
giovanino need for silly semantics16:19
orudieso which one of you did it !? lol16:19
giovaniorudie: if you found a file owned by the user, then do ls -n filename16:20
giovaniand then it'll list the UID of the file16:20
orudiegiovani, can i pm you ?16:24
giovaniorudie: I don't see the need16:25
orudieheh ok16:25
giovaniif you have an ubuntu support question, ask here16:25
orudieok so the output of ls -n /file/path is -rw------- 1 1004 108 228 Mar 25 20:3116:25
giovaniok16:26
orudiewhich is the UID ?16:26
giovaniso the UID of the user who owns that file is 100416:26
orudieok16:28
orudieso how can i remove all the files associated with this UID ?16:28
giovaniwell, find them first16:28
giovanisudo find / -uid 100416:29
orudieyup, still shows only that 1 file16:30
orudiein cron16:30
giovaniok16:30
giovaniwell, that's it16:30
orudieso just remove that file ?16:30
orudieor i have to look at cron configs as well16:30
ballOh well, I'm off out to buy some lightbulbs and listen to the Ubuntu UK podcast16:34
orudieball, sounds exciting16:36
* ball grins16:38
ballI'll have to take a tape measure because I can't think in inches16:38
=== Magic22 is now known as MagicFab
orudiecan i disable ssh client connections for some of my users and if yes will they still be able to use the email accounts ?16:52
orudiehow can i disable ssh clieng logins for some of my users ?17:00
jpdsorudie: DenyUsers user1 user2 in /etc/ssh/sshd_config17:01
jpdsorudie: See: man sshd_config17:01
orudieit all be in one line17:02
orudieseparated by spaces ?17:02
jpdsYes, separated by spaces as the manpage says.17:02
orudie:)17:02
orudieis it wise to deny root ?17:03
orudieif one of my users is in the sudoers file17:03
jpdsThat would be: "PermitRootLogin"17:03
orudiePermitRootLogin yes , what if i change that to no ?17:04
jpdsYou won't be able to login as root.17:04
orudieok17:04
jpdsHowever, Ubuntu doesn't have root enabled by default so, they can't unless you've enabled root.17:04
orudieyeah root is now enabled17:04
jpdsIf you want to deny root logins use PermitRootLogin17:06
uvirtbotNew bug: #353594 in apache2 (main) "Apache trying to start before network interfaces are up" [Undecided,Incomplete] https://launchpad.net/bugs/35359417:16
cemccan i use /dev/shm to store temp files, or should I create another ramdisk ?17:30
uvirtbotNew bug: #348126 in openssh (main) "ssh are using ssh-userauth but ignores private key" [Undecided,New] https://launchpad.net/bugs/34812617:56
=== _jmedina is now known as jmedina
=== tuxlinux_ is now known as tuxlinux
DoonzHey guys i have a headless 8.10 server. WHat im trying to do is install a desktop on it so i can vnc from my xp box to that boxes desktop. can anyone point me to a guide that i can follow18:20
leonela desktop on a server ????18:20
olcafoI use Putty to ssh into my headless ubuntu servers.18:21
olcafofrom windows18:21
Doonzyes18:21
cemcDoonz: just install vncserver18:21
Doonzsudo apt-get install vncserver18:21
cemcI have vnc4server18:22
cemcand run the server with -localhost, then connect through putty/ssh with port forward, then vncviewer localhost:2 ;)18:23
Doonzthis server is in a dc18:23
Doonzso nothing will be local18:23
Doonztrying to set it up for a new ubuntu user18:23
Doonztrying to make it like it was with his window both a18:24
cemcummm... don't think it's the best idea :)18:24
Doonzbox*18:24
cemcvnc is slow :018:24
Doonz100mbit both links18:24
Doonznot worried about speed18:24
cemcwill be still slow trust me :)18:24
cemcthat's not a good ubuntu experience for a new user, through vnc ;)18:24
cemcIMHO18:24
Doonzand the terminal is much better18:25
* jmedina recomends FreeNX, it is much faster than VNC and it uses SSH for secure connections :D18:30
jmedinathe only problem I see is that it open new X sesion, AFAIK it can't attach to DISPLAY 018:31
orudiejmedina, hi18:39
jmedinaorudie: hi18:39
sendrichello18:43
sendricsomebody can help me ?18:43
pmatulissendric: what do you desire?18:44
sendrici would like to install and configure postfix to my laptop with ubuntu 8.10 at home, to be able to send email via php18:44
sendrici have a dynamic ip address18:44
lamontpostfix does not send mail via php. it sends it via smtp.  (just sayin'....)18:45
sendricouuu18:45
sendric:d18:45
sendrici'm new in linux18:45
sendricyou can understand :p18:45
sendricbut still i need to configure my laptop to be able to send email via php18:45
lamontI understand that there is a steep learning curve around mailers, yes.  what exactly do you mean when you say "send email via php"?  - where does php come into the equation, since it's totally separate from anything email18:46
olcafophp has a sendmail plugin.18:46
sendrici mean if i use this code:18:46
sendric<?php18:46
sendric$to = "myemailaddress@hotmail.com";18:46
sendric$subject = "Test mail";18:46
lamontso I rather expect that you want to have php send email, which would put it out of my knowledge base and into the php-guys18:46
sendric$message = "Hello! This is a simple email message.";18:46
sendric$from = "support@server.com";18:46
sendric$headers = "From: $from";18:46
sendricmail($to,$subject,$message,$headers);18:46
sendric?>18:46
lamontother than the experience of blocked dialup addresses, and your ISP blocking the port, the default install of postfix, as an internet site or internet site with relay should just work.18:47
sendrichmm18:49
* jmedina recomends using php-pear Mail function, it supoprts SMTP-AUTH18:50
pmatulissendric: yes, first get to send email from the command line and move on after that to the other stuff18:50
=== ora is now known as leonel
tinjawsyslog question19:15
tinjawI have bandwidth messages showing up in two places: /var/log/syslog and /var/log/bandwidth19:16
tinjawI'm looking at syslog.conf19:16
tinjawI see kern.=debug   -/var/log/bandwidth19:16
andolmathiaz: Really getting serious on the mysql bug triage? :)19:17
tinjawand, earlier, I see  *.*;auth.authpriv.none   -/var/log/syslog19:17
mathiazandol: me ? no... - my bot ? yes :)19:18
tinjawso, they are going to /var/log/syslog because of *.*     correct?19:18
mathiazandol: just kidding - It was time for some spring cleaning activities there19:18
tinjawthey are going to /var/log/bandwidth because of kern.=debug    correct?19:18
andolmathiaz: Well, kind of impressive anyhow :)19:18
tinjawso how do I exclude them from /var/log/syslog ??19:18
mathiazandol: now the next step is to get all my recurring questions turned into apport scripts19:19
mathiazandol: so that next time bug description will be even more accurate19:19
andolmathiaz: make sense19:19
mathiazandol: most of the bugs are related to mysql failing to start/stop19:20
* andol makes a mental note to look into apport capabities in that regard19:20
mathiazandol: so this is the first target for apport integration and improvement19:20
andolmathiaz: Talking about aport magic...19:20
andolmathiaz: Lots of time you see automated responses in say France, or some even more obscure language :) How possible would it be to have apport or launchpad to some magical translation?19:22
andols/France/French/19:22
beawesomeinsteaddoes postfix in dovecot-postfix/jaunty allow sending emails through it to other servers without authentication?19:22
beawesomeinstead*default configuration19:23
giovaniheh19:27
tinjawsyslog-ng is what is installed by default on 8.10 server. correct?19:41
uvirtbotNew bug: #347108 in lyricue (universe) "package lyricue 1.9.4-0ubuntu2 failed to install/upgrade: dependency problems - leaving unconfigured" [Undecided,Confirmed] https://launchpad.net/bugs/34710819:46
=== wo0f is now known as wo0f1
=== wo0f1 is now known as wo0f
=== wo0f is now known as wo0f1
=== nxvl_ is now known as nxvl
=== ora is now known as leonel
bittin`https://wiki.ubuntu.com/MobileTeam/Meeting/2009/2009040220:41
centHOGGrhi, anybody here use webmin to view syslogs?21:05
JordiGHI've got a server running F.21:06
JordiGHNo way a dist-upgrade to latest I-I willw work, right?21:07
JordiGHUhm, can I say "fucked" here?21:07
centHOGGrha21:07
centHOGGryeah if it's about server21:07
centHOGGrif you do a dist-upgrade now what happens21:07
centHOGGrany upgrade?21:08
JordiGHWell...21:08
ewookrunning F ? centHOGGr yes and no21:08
JordiGHI haven't tried yet.21:08
JordiGHFF, whatever it's called.21:08
centHOGGr<jaunty alpha21:08
JordiGHFabulous Fox or whatever.21:08
ScottKBeta is out now21:08
centHOGGryeah waiting till the full comes out21:09
centHOGGrhi, anybody here use webmin to view syslogs?21:09
JordiGHUbuntu 7.0421:09
JordiGHWanna bring it to 9.0421:09
JordiGHOr whatever seems reasonable.21:09
ScottKJordiGH: You have to upgrade to Gutsy first.21:09
matttcentHOGGr: no, why?21:10
centHOGGrwhat is the uname -a21:10
JordiGHSo... FF -> GG -> II?21:10
JordiGHEr, missed HH in there.21:10
centHOGGrmattt: hi, i just want to look at the logs and I use webmin21:10
JordiGHDo I have to do four dist-upgrades? :-(21:10
ScottKJordiGH: Yes.21:11
centHOGGrJordiGH: unless you are dealing with older hw21:11
centHOGGrbut I'm using alpha with a 500mhz super 721:11
centHOGGrpretty well21:12
JordiGHServer has one gig of RAM...  Intel(R) Core(TM)2 Quad CPU           @ 2.40GHz21:13
JordiGHDoesn't seem too old, right?21:13
centHOGGrnah your fine :)21:13
centHOGGrJordiGH: what is the uname -a on your server... maybe you can install the latest kernel21:14
JordiGH2.6.20-17-generic21:15
JordiGHWhy would I want the latest kernel?21:15
centHOGGri thought that was an upgrade21:15
centHOGGr<2.6.28-11-generic21:16
JordiGHThe only reason I want to upgrade is so that I can install mercurial on the server.21:16
JordiGHFF's repos are gone.21:16
centHOGGroh yeah21:16
JordiGHOh, are they releasing JJ soon?21:16
centHOGGrthis month21:17
centHOGGrevery 4th month and 10th month21:17
JordiGHWhat if it isn't ready?21:17
matttcentHOGGr: i'm pretty sure it's possible, but it's been a while since i've touched webmin and i always try to avoid it if possible.  :)21:17
centHOGGrmattt: ok, how can you look at logs thru SSH? with nano or something better?21:18
jmedinacentHOGGr: tail+grep21:18
centHOGGrok21:18
jmedinaI like multitail for colorized logs21:19
jmedinaI prefer syslog-ng + php interface21:19
centHOGGrso 'log' tail+grep21:19
centHOGGrsyslog-ng21:19
matttcentHOGGr: i like less, if the file's not too large ... or tail is good to look at a file as it's being written to21:20
chrisadamshi guys, what's the keystroke to organise in order of memory being used again?22:18
chrisadamswhen you're in top?22:18
mfosterjust press h and it will tell you22:19
Iceman_B^Ltophow do I scroll within top ?22:23
uvirtbotNew bug: #319515 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess pre-installation script returned error exit status 1" [Undecided,Invalid] https://launchpad.net/bugs/31951523:01
Baversjohi23:27
BaversjoIn my iptables configuration i have allowed connections to source port 22, is there any way i can access my server? I was supposed to allow connections on destination port 22 but got it wrong. Please help :)23:28
BaversjoAnyone? I'm completely locked out of my server as i confused myself with source and destination port. Can I connect to my server with the "source" port 22?23:30
Alblasco1702is that server at home?23:32
BaversjoNo :*(23:32
BaversjoIn france23:32
BaversjoAm I f**ked? :(23:33
olcafoI think you might be.23:33
olcafoI make a point of not messing with IP tables if I only have SSH access to a server.23:33
Baversjookey :P23:34
Alblasco1702it is to late for that point now23:34
BaversjoYEE :(23:34
BaversjoDamn, I had a server with 100 mbit/s dedicated internet..23:34
olcafoAlblasco1702: yeah, I suppose so.23:34
Baversjofor like 10 minutes23:34
BaversjoBut what is source port? I've read that your computer takes a random source port or something and send a connection request to the server23:35
Baversjocan't I modify the source port and access my server?23:35
BaversjoCan't find anything really usefull on google..23:36
BaversjoDamn, it must suck to be a Network admin dealing with these problems all the time23:37
olcafoBaversjo: what you're describing sounds like FTP, not SSH. But I could be wrong.23:37
olcafoNot really my area of expertise.23:38
Alblasco1702do you have something running on destination port?23:38
BaversjoYes, I have a SSH server listening on port 22 at that server. The problem is that I'm allowing SOURCE port of 22 to the server, while it instead should be destination port.23:39
Alblasco1702olcafo ftp = port 2123:40
BaversjoWhen I applied the changes I was like nooooo and I still had a ssh connection up with the server so I searched google for a way to reset IPTABLES but after 2 minutes the connection was aborted and now I'm locked out forever :(23:40
olcafoAlblasco1702: yes, but does SSH assign a random port for connections like FTP.23:41
olcafoAlblasco1702: that's all I meant. Like I said above though, I'm not expert in this area.23:42
BaversjoSo I can try to connect 60000 times and if I'm lucky it will choose port 22 and I will be able to connect? :P23:42
Alblasco1702you mean secure ftp?23:43
BaversjoSSH23:43
BaversjoSSH23:43
olcafosftp is SSH. I just talking about regular old ftp... I'm not the one with the problem though, so it's not really important.23:44
Baversjosftp is not SSH. Sftp is FTP over SSH :)23:46
olcafo:P23:47
Iceman_B^Ltopisnt sftp an alltogether different protocol than FTP ?23:48
Alblasco1702Baversjo i think that you have to contact the administrator on the collocation and ask of they have something as a remote insight.23:58

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