[00:23] are the read error raid values something to worry about? [00:23] http://pastebin.ubuntu.com/142410/ [00:23] Having 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:24] rpcinfo [00:24] you may find your firewall is blocking, or your hosts.allow/hosts.deny files [00:25] rpcinfo -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:26] exportfs -v [00:26] yeah, I see that on the server... any way to query the server from the client? [00:26] I do see the shares on the server [00:27] thanks Deeps [00:28] rpcinfo from the client will let you know if you can reach the remote nfs server [00:28] exporfs will show you what shares you have defined on the server, with what ip restrictions (if any) [00:28] exportfs* [00:29] /public 192.168.0.0/24(rw,wdelay,insecure,root_squash,no_subtree_check,anonuid=1000,anongid=1001) [00:29] I see that on the server [00:29] I wonder if this is a version conclict or something [00:29] dunno if there's anything you can run from the client to see what shares the server has [00:29] rpcinfo -p theip returns 100003 3 tcp 2049 nfs [00:30] with some other stuff... [00:30] So I think it sees nfs [00:30] sudo mount public [00:30] mount: special device 192.168.0.2:/public does not exist [00:30] but I mount and get that [00:30] what's your line in your fstab? [00:30] this has been working for years, can't think of anything that has changed other than maybe versions during an upgrade [00:30] 192.168.0.2:/public /home/matt/public auto defaults 0 0 [00:31] you've not defined a filesystem type [00:31] foo: showmount -e will query the server from the client as to what's exported. [00:31] that may be whats causing a problem [00:31] mount: wrong fs type, bad option, bad superblock on 192.168.0.2:/public, missing codepage or helper program, or other error [00:31] Deeps: nah, thought that was it [00:31] try from cli, mount -t nfs -o soft 192.168.0.2:/public /home/matt/public [00:31] anything in dmesg? [00:33] errrrrrrr, I needed nfs-common installed. How the heck did that get uninstalled... [00:33] * foo mumbles under breath [00:33] thanks [02:01] interesting. when i copy files from a usb drive on my ubuntu server my network connection on it pretty much dies. this normal? [02:02] Doonz: it is not. [02:02] thats what i thought [02:02] Doonz: I would guess (GUESS, mind you) that the USB bus and the NIC are on the same PCI interrupt, so they fight. [02:02] oh [02:02] I 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:03] that would make sense since both these are on board [02:03] You should also run dmesg and look for anything suspicious, particularly at the bottom of the output [02:03] ill have to wait till the file copy is done cause i cant ssh into the box [02:04] You can also use top and iostat (iowait?) to find out if you're simply "filling up" the machine's resources. [02:04] i have htop [02:04] Whatever. [02:04] and 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 8gb [02:05] hand waving [02:05] * Doonz confused [02:05] I've given you my initial analysis, you need to do further investigation to isolate the fault [02:05] ok i like your response better then the last one [02:05] thnx [02:07] twb you know anything about software raid? [02:08] Yes. [02:10] say 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:11] I haven't done that myself. I think it is easy. [02:11] ok [02:12] It would probably be slow to rebalance, though [02:13] wich is fine [02:13] this is just for pure storage (media server) [02:27] If you have 5 disks, you might want to consider having two parity disks instead of one (sometimes misnamed "raid 6"). [03:18] If I installed Ubuntu server in English, can I stil create Filenaes in chinese (or anyu other .. ie internationalization) format? [03:19] oh_noes: yes. [03:19] The filesystem should use UTF-8 by default [03:20] YOU GUYS WERE RIGHT [03:20] including SSH/vt100? [03:20] excuse my caps [03:20] genii: giovani : I think I figured out what the problem was [03:22] it turned out that my Wii was configured with the same IP address as my server [03:22] >_< [03:23] Wireshark 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 settings [03:23] and there it was. So the dropping connections -should- be over [03:24] oh_noes: er, not, UTF-8 is still used everywhere by default [03:24] oh_noes: you will probably just see ? or gibberish on your terminal if you use a vt100, though. [03:24] s/not/no/ [03:25] Iceman_B|SSH: this is why I tend to configure the netire network with a top-down DHCP setup. [03:25] *entire (sheesh) [03:25] I just use /etc/ethers to ensure that servers get a fixed IP from the DHCP server. [03:26] That 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:27] twb: thanks, so all aspects except for terminal support UTF-8? [03:27] oh_noes: most terminals should support some/all of Unicode, too. [03:28] For example, xterm will display the ISO 8859 parts correctly but will struggle with CJK. [03:28] urxvt and mrxvt respectively can do a good job of CJK and bidi. [03:29] scottK python-clamav is done ?? I was going to start to fix it for clamav 0.95 [03:29] twb: 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:30] Iceman_B|SSH: /etc/ethers can be that text file, and still manage everything via DHCP [03:30] The 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 XBOX360 [03:31] ah, but I have a DD-wrt router that does the DHCP-ing [03:31] hm, now that I think about it,I think I put in static leases [03:31] which is probably what I should do instead of manually assigning an IP [03:33] If dd-wrt uses dnsmasq for DHCP, then /etc/ethers will Just Work [03:33] I do that on openwrt. [03:33] it does. but I configure it using the webinterface [03:33] Ah well, I wouldn't know about web UIs [03:34] well, I imagine that they have the same effect in the end [03:34] Except that drawing continuously updating usage graphs with ajax and svg is massively sexy. [03:35] that sir, is correct [03:38] I dont know where dd-wrt saves its network config, the dirlayout is all funky [03:45] That's one reason to use openwrt instead ;-) [04:32] when 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] in currentl using generic, but I want to switch back to server [04:32] what packages can I remove after a reboot and how do I do that? === twb` is now known as twb [08:30] moin [08:43] morning [08:51] evening [09:34] Is 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. [10:05] New bug: #330883 in samba (main) "Browsing samba shared printers show nothing" [Undecided,New] https://launchpad.net/bugs/330883 [10:21] New bug: #353642 in smb4k (universe) "smb4k fail to show shared printers (dup-of: 330883)" [Undecided,New] https://launchpad.net/bugs/353642 === asac_ is now known as asac [10:45] hi [10:45] why less users online? [10:46] where to ask about ubuntu server administration and maintenace? [10:50] Yes, here. :) [10:51] ok i have questions about minimum hardware requirement for Ubuntu server [10:53] PII, 128MB ram [10:53] or so [10:53] but what do you want to do? [10:53] https://help.ubuntu.com/community/Installation/SystemRequirements [10:55] bare minimum is so low , isn't it? ok for server? [10:56] depending on what you want to do [11:03] ok thanks brother [11:03] the other thing is as i have no internet on my test lab server at home, i have to use APTonCD which i made at work [11:05] so 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] or .iso file i made [11:15] naymyo: maybe apt-cdrom --cdrom /media/cdrom will help [11:23] hi [11:24] I'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] Launchpad bug 353698 in nis "Ypserv segfault on Ubuntu 8.10 Intrepid" [Undecided,New] [12:45] I know clamav does realtime monitoring of incoming email, but can it do realtime monitoring of folders too? [13:02] New bug: #353759 in openssh (main) "ubuntu 9.04 beta: ssh-agent doesn't work" [Undecided,New] https://launchpad.net/bugs/353759 === moorthykmd is now known as kkea === kirkland` is now known as kirkland [13:46] Hi, 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:51] acl [13:51] Good 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] i 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? === jwstolk is now known as jwstolk_work [14:15] is Simple Directory Listing any good ? [14:21] Hi, 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:22] mat1211: chmod 0770 /path/to/uploaders && chown user:uploaders /path/... ? [14:24] Ah. What do you mean path to uploaders? lol [14:24] No, uploads, sorry. [14:27] and then for the chown command, its the username:groupname /path to dir I want to set write perms for?/ [14:27] Yep. [14:28] ah, thanks. [14:32] When I do chown it says opperation not permitted. [14:35] What can I do so it doesn't say that? lol [14:36] mat1211: Put 'sudo' in front of the command so root does it. [14:36] I did. [14:36] And it still doesn't let you? [14:36] said not permited, maybe because its /var/www? [14:37] its really strange. [14:37] mat1211: Which command are you running exactly? [14:38] The exact command is, with different username and dirs, "sudo chown user1:uploaders /var/www/uploads [14:41] I think it should work but... [14:41] Would it matter that the dir is on an external hd? [14:42] I don't think so, is it mounted over NFS or SSHFS or something? [14:42] vfat [14:42] only thing iv got :P [14:44] Don't think that would make a difference though. [14:58] does anyone know why an ltsp client will not login to an edubuntu server? [15:30] How much disk space does Ubuntu Server need? I'm thinking of putting it on a flash stick [15:34] <_coredump_> ~700mb iirc [15:34] ball: /dev/sda1 1.7G 459M 1.2G 28% / [15:35] Okay, that could work [15:35] I should probably tell it not to swap though [15:36] hi i have a wifi problem can anyone help me please [15:42] Hiya, I installed Ubuntu server with a password protetcted LUKS LVM partition. Any ideas how I can make it boot without a prompt? [15:46] un-password-protect it? [15:49] aaaah, the root of my question. I don't want to reinstall, just clear teh password. [15:50] so how do I do it? [15:53] * ball shrugs [16:06] For 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:08] what is the syntax of a command of the 'find' utility to search for files owned by a particular user ? [16:08] man find ? :) [16:09] -user uname [16:09] File is owned by user uname (numeric user ID allowed). [16:10] please help me out [16:10] can i use it after the user had been removed along with his home directory [16:11] yes, using the numeric user id [16:12] and how can i know what the user id is , i already removed this user [16:12] orudie: can you look at one of the files that he or she created? [16:13] nope [16:13] orudie: yeah, if you find one file of the user's do ls -n filename [16:13] thats the thing [16:13] and it'll list the uid:gid for the file [16:13] look in one of your backups, from before you deleted the user [16:14] sudo find -user 'theuseriremoved' - does not return any output, so that means no files are located on the system [16:14] orudie: incorrect [16:14] errr [16:14] it has to have an entry in /etc/passwd to equate the username to a UID ... since you've deleted the user, it's not there [16:14] plus thats only searching within the current relative path, you need to find / [16:15] the filesystem doesn't know anything about usernames -- only UIDs ... so unless you can find the UID of the user, this won't help [16:15] (unless you're sitting in / already) [16:15] orudie: I know this doesn't help now, but in the future "deluser --remove-all-files" will do what you want [16:15] while also deleting the user [16:16] so what if i recreate the user with the same user name and do deluser --remove-all-files [16:16] that will only work if it has the same UID [16:16] once again ... filesystems know nothing about usernames -- it's simply using the entry in /etc/passwd to map a name to a UID [16:17] so if the UID is different, that won't help you [16:18] so how can i find out his UID now, find user username from / returns one file in cron jobs, which is really bad :( [16:18] How can I tell whether Ubuntu Server found any temperature sensors? [16:18] thats the user that had been hacked [16:18] lol [16:19] That's "cracked" btw orudie [16:19] hello mathiaz [16:19] heh [16:19] no need for silly semantics [16:19] so which one of you did it !? lol [16:20] orudie: if you found a file owned by the user, then do ls -n filename [16:20] and then it'll list the UID of the file [16:24] giovani, can i pm you ? [16:25] orudie: I don't see the need [16:25] heh ok [16:25] if you have an ubuntu support question, ask here [16:25] ok so the output of ls -n /file/path is -rw------- 1 1004 108 228 Mar 25 20:31 [16:26] ok [16:26] which is the UID ? [16:26] so the UID of the user who owns that file is 1004 [16:28] ok [16:28] so how can i remove all the files associated with this UID ? [16:28] well, find them first [16:29] sudo find / -uid 1004 [16:30] yup, still shows only that 1 file [16:30] in cron [16:30] ok [16:30] well, that's it [16:30] so just remove that file ? [16:30] or i have to look at cron configs as well [16:34] Oh well, I'm off out to buy some lightbulbs and listen to the Ubuntu UK podcast [16:36] ball, sounds exciting [16:38] * ball grins [16:38] I'll have to take a tape measure because I can't think in inches === Magic22 is now known as MagicFab [16:52] can i disable ssh client connections for some of my users and if yes will they still be able to use the email accounts ? [17:00] how can i disable ssh clieng logins for some of my users ? [17:01] orudie: DenyUsers user1 user2 in /etc/ssh/sshd_config [17:01] orudie: See: man sshd_config [17:02] it all be in one line [17:02] separated by spaces ? [17:02] Yes, separated by spaces as the manpage says. [17:02] :) [17:03] is it wise to deny root ? [17:03] if one of my users is in the sudoers file [17:03] That would be: "PermitRootLogin" [17:04] PermitRootLogin yes , what if i change that to no ? [17:04] You won't be able to login as root. [17:04] ok [17:04] However, Ubuntu doesn't have root enabled by default so, they can't unless you've enabled root. [17:04] yeah root is now enabled [17:06] If you want to deny root logins use PermitRootLogin [17:16] New bug: #353594 in apache2 (main) "Apache trying to start before network interfaces are up" [Undecided,Incomplete] https://launchpad.net/bugs/353594 [17:30] can i use /dev/shm to store temp files, or should I create another ramdisk ? [17:56] New bug: #348126 in openssh (main) "ssh are using ssh-userauth but ignores private key" [Undecided,New] https://launchpad.net/bugs/348126 === _jmedina is now known as jmedina === tuxlinux_ is now known as tuxlinux [18:20] Hey 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 follow [18:20] a desktop on a server ???? [18:21] I use Putty to ssh into my headless ubuntu servers. [18:21] from windows [18:21] yes [18:21] Doonz: just install vncserver [18:21] sudo apt-get install vncserver [18:22] I have vnc4server [18:23] and run the server with -localhost, then connect through putty/ssh with port forward, then vncviewer localhost:2 ;) [18:23] this server is in a dc [18:23] so nothing will be local [18:23] trying to set it up for a new ubuntu user [18:24] trying to make it like it was with his window both a [18:24] ummm... don't think it's the best idea :) [18:24] box* [18:24] vnc is slow :0 [18:24] 100mbit both links [18:24] not worried about speed [18:24] will be still slow trust me :) [18:24] that's not a good ubuntu experience for a new user, through vnc ;) [18:24] IMHO [18:25] and the terminal is much better [18:30] * jmedina recomends FreeNX, it is much faster than VNC and it uses SSH for secure connections :D [18:31] the only problem I see is that it open new X sesion, AFAIK it can't attach to DISPLAY 0 [18:39] jmedina, hi [18:39] orudie: hi [18:43] hello [18:43] somebody can help me ? [18:44] sendric: what do you desire? [18:44] i would like to install and configure postfix to my laptop with ubuntu 8.10 at home, to be able to send email via php [18:44] i have a dynamic ip address [18:45] postfix does not send mail via php. it sends it via smtp. (just sayin'....) [18:45] ouuu [18:45] :d [18:45] i'm new in linux [18:45] you can understand :p [18:45] but still i need to configure my laptop to be able to send email via php [18:46] I 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 email [18:46] php has a sendmail plugin. [18:46] i mean if i use this code: [18:46] $to = "myemailaddress@hotmail.com"; [18:46] $subject = "Test mail"; [18:46] so I rather expect that you want to have php send email, which would put it out of my knowledge base and into the php-guys [18:46] $message = "Hello! This is a simple email message."; [18:46] $from = "support@server.com"; [18:46] $headers = "From: $from"; [18:46] mail($to,$subject,$message,$headers); [18:46] ?> [18:47] other 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:49] hmm [18:50] * jmedina recomends using php-pear Mail function, it supoprts SMTP-AUTH [18:50] sendric: yes, first get to send email from the command line and move on after that to the other stuff === ora is now known as leonel [19:15] syslog question [19:16] I have bandwidth messages showing up in two places: /var/log/syslog and /var/log/bandwidth [19:16] I'm looking at syslog.conf [19:16] I see kern.=debug -/var/log/bandwidth [19:17] mathiaz: Really getting serious on the mysql bug triage? :) [19:17] and, earlier, I see *.*;auth.authpriv.none -/var/log/syslog [19:18] andol: me ? no... - my bot ? yes :) [19:18] so, they are going to /var/log/syslog because of *.* correct? [19:18] andol: just kidding - It was time for some spring cleaning activities there [19:18] they are going to /var/log/bandwidth because of kern.=debug correct? [19:18] mathiaz: Well, kind of impressive anyhow :) [19:18] so how do I exclude them from /var/log/syslog ?? [19:19] andol: now the next step is to get all my recurring questions turned into apport scripts [19:19] andol: so that next time bug description will be even more accurate [19:19] mathiaz: make sense [19:20] andol: most of the bugs are related to mysql failing to start/stop [19:20] * andol makes a mental note to look into apport capabities in that regard [19:20] andol: so this is the first target for apport integration and improvement [19:20] mathiaz: Talking about aport magic... [19:22] mathiaz: 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] s/France/French/ [19:22] does postfix in dovecot-postfix/jaunty allow sending emails through it to other servers without authentication? [19:23] *default configuration [19:27] heh [19:41] syslog-ng is what is installed by default on 8.10 server. correct? [19:46] New 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/347108 === 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 [20:41] https://wiki.ubuntu.com/MobileTeam/Meeting/2009/20090402 [21:05] hi, anybody here use webmin to view syslogs? [21:06] I've got a server running F. [21:07] No way a dist-upgrade to latest I-I willw work, right? [21:07] Uhm, can I say "fucked" here? [21:07] ha [21:07] yeah if it's about server [21:07] if you do a dist-upgrade now what happens [21:08] any upgrade? [21:08] Well... [21:08] running F ? centHOGGr yes and no [21:08] I haven't tried yet. [21:08] FF, whatever it's called. [21:08] Fabulous Fox or whatever. [21:08] Beta is out now [21:09] yeah waiting till the full comes out [21:09] hi, anybody here use webmin to view syslogs? [21:09] Ubuntu 7.04 [21:09] Wanna bring it to 9.04 [21:09] Or whatever seems reasonable. [21:09] JordiGH: You have to upgrade to Gutsy first. [21:10] centHOGGr: no, why? [21:10] what is the uname -a [21:10] So... FF -> GG -> II? [21:10] Er, missed HH in there. [21:10] mattt: hi, i just want to look at the logs and I use webmin [21:10] Do I have to do four dist-upgrades? :-( [21:11] JordiGH: Yes. [21:11] JordiGH: unless you are dealing with older hw [21:11] but I'm using alpha with a 500mhz super 7 [21:12] pretty well [21:13] Server has one gig of RAM... Intel(R) Core(TM)2 Quad CPU @ 2.40GHz [21:13] Doesn't seem too old, right? [21:13] nah your fine :) [21:14] JordiGH: what is the uname -a on your server... maybe you can install the latest kernel [21:15] 2.6.20-17-generic [21:15] Why would I want the latest kernel? [21:15] i thought that was an upgrade [21:16] <2.6.28-11-generic [21:16] The only reason I want to upgrade is so that I can install mercurial on the server. [21:16] FF's repos are gone. [21:16] oh yeah [21:16] Oh, are they releasing JJ soon? [21:17] this month [21:17] every 4th month and 10th month [21:17] What if it isn't ready? [21:17] centHOGGr: 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:18] mattt: ok, how can you look at logs thru SSH? with nano or something better? [21:18] centHOGGr: tail+grep [21:18] ok [21:19] I like multitail for colorized logs [21:19] I prefer syslog-ng + php interface [21:19] so 'log' tail+grep [21:19] syslog-ng [21:20] centHOGGr: i like less, if the file's not too large ... or tail is good to look at a file as it's being written to [22:18] hi guys, what's the keystroke to organise in order of memory being used again? [22:18] when you're in top? [22:19] just press h and it will tell you [22:23] how do I scroll within top ? [23:01] New 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/319515 [23:27] hi [23:28] In 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:30] Anyone? 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:32] is that server at home? [23:32] No :*( [23:32] In france [23:33] Am I f**ked? :( [23:33] I think you might be. [23:33] I make a point of not messing with IP tables if I only have SSH access to a server. [23:34] okey :P [23:34] it is to late for that point now [23:34] YEE :( [23:34] Damn, I had a server with 100 mbit/s dedicated internet.. [23:34] Alblasco1702: yeah, I suppose so. [23:34] for like 10 minutes [23:35] But what is source port? I've read that your computer takes a random source port or something and send a connection request to the server [23:35] can't I modify the source port and access my server? [23:36] Can't find anything really usefull on google.. [23:37] Damn, it must suck to be a Network admin dealing with these problems all the time [23:37] Baversjo: what you're describing sounds like FTP, not SSH. But I could be wrong. [23:38] Not really my area of expertise. [23:38] do you have something running on destination port? [23:39] Yes, 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:40] olcafo ftp = port 21 [23:40] When 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:41] Alblasco1702: yes, but does SSH assign a random port for connections like FTP. [23:42] Alblasco1702: that's all I meant. Like I said above though, I'm not expert in this area. [23:42] So I can try to connect 60000 times and if I'm lucky it will choose port 22 and I will be able to connect? :P [23:43] you mean secure ftp? [23:43] SSH [23:43] SSH [23:44] sftp 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:46] sftp is not SSH. Sftp is FTP over SSH :) [23:47] :P [23:48] isnt sftp an alltogether different protocol than FTP ? [23:58] Baversjo i think that you have to contact the administrator on the collocation and ask of they have something as a remote insight.