Jump to content

niels

Active Members
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by niels

  1. He founded the cell on the floor of a bar he visited in Spain. :) (I'm from Belgium). Like I said I'm from Belgium, we buy a cell and it is ours, afterwards you can choose if you want a prepaid phone or close a deal with a carrier. We don't have sim-locks on our phones. BUT the phone I'm taking a look at is from Spain and they do have sim-locks. I think it is a sim-lock question, this appears on the phone when starting up : First I can choose between :Modo Normal(normal mode) or Modo de vuel(Flight mode) Then I get this when selecting normal mode(without a Sim card inside) Original : inserte una tarjeta SIM o, para ver una demo del teléfono, primero pulse demo Translated : insert a SIM card, or to view a demo of the phone, first press demo With SIM card insertar la tarjeta SIM correcta (Insert correct SIM card) So I guess it is a SIM-Lock any advise how to handle that problem ? Regards Niels
  2. Hey everybody, a while ago a friend of my asked me to look at his Sony Ericsson U10i. The problem is it blocked, he asked me to try and unlock it. I have no experience with unlocking mobile phones. I read some thing about setools but you must pay for this software and you need a special usb cable. Another method I found was unlocking the phone my sending the IMEI to a company and they will generate a unlock code, like this site for example Mobile Unlocked. Could a site like that be trusted that is my main concern, would that unlock code work ? Has any one had some experiences with this type of problem ? Thanks a lot in advance. Regards, Niels
  3. I read this article about syncing you're iPad with you're linux box, I know your looking for an iPod but maybe there is something usefull in the article for you. Sync iPad with Linux box
  4. Hey everybody, I'm writing a script to automaticaly backup a directory with the tar command. Now I tried several different approaches to use relative paths but I can't get it working. I always get the following error : tar: Removing leading `/' from member names I tried the tar -cjfP $TAR_FILE $DATA, or tar -cjfP $TAR_FILE -C /$DATA and my last approach is creating a textfile with each file name to add to the tar file, like this : # --- BEGIN --- DATA="/CVS_Repository/ErikStevensBackUp" DATA_LIST="/Backups/backup_list.txt" TAR_FILE="/Backups/ErikStevensBackup-`date +"%d-%m-%Y"`.tar.bz2" # first remove old backup rm -f /Backups/ErikStevensBackup*.*.* # Create dataList find $DATA -depth -print > $DATA_LIST # create backup with date tar -cjfTP $TARFILE $DATA_LIST # Remove old data list file rm -f $DATA_LIST # --- END --- Anybody has a answers for my problem ? I'm using Ubuntu 10.04 Server edtion. Thanks a lot in advance. Regards, Niels
  5. Replaced my Router to an WRVS4400N Cisco Router, installed a Cisco Switch SG 100-16 and change my cables from Cat 5 to Cat 6. Planning to build an ESXi Server in the near future.
  6. I have been looking into your suggestion, where can I configure this PC ? Because if I read the spec on the Asus website you pay over 1000$ only for the case and motherboard :o And I want to have an idea how much a decent setup of this system would cost.
  7. I can remember Darren saying something about windows machines with proxmox in one of the episodes I believe this one. Can't remember why but I believe it has something to do with KVM vs OpenVZ. I think if you review this episode I think Episode 820 you will find the answer
  8. @mux Thanks for the link appreciate it :D. Do you have a "Virtualization server" already ? If so can you share you setup ? @Jarmo Like mux mentioned, Darren is using ProxMox, but I want to use VMWare ESXi you get also install this for free :D without the need to hack the software. You got to register and get a FREE license, you can use that license to install your server with ESXi and some features won't be available. But who cares it's form home use, the reason why I want to use VMWare is that it's the defacto standard when it comes to virtualizing. The performance is great, only downside is that the vSphere client is a little bit complicated but if some of you want I can share 3 vSphere training DVD's.
  9. Thanks for the fast reply, both the system you guys mentioned are great :D, @infiltrator : I already thought about the compatibility of the hardware with ESXi but I didn't checked it. I had a quick look a the ASUS Server you mentioned, but it is a little expensive. I already look for a used Dell server. Or another used server but it a lot of money mostly between 1000$ and 2000$ for something a little bit decent to run at home. I think this ASUS System is probably in the same price range, isn't it ? @brianzimm: Very nice setup, like I mentioned, already looked for a server but I'm searching for something a little bit cheaper :D. I'm only a student a the moment, and my parents are always furious when they find out I'm again buying some new stuff. Two weeks back, I improved my home network, installing some Cat 6 cables, a Cisco WRVS4400N router and a Cisco SG 100-16 switch. So my network is ready for the server, but my back account isn't :D Any other advise ? But now Infiltartor mentioned the ASUS TS700-E6/RS8 I also looking into that one, it's an amazing piece :D but it also comes with a price
  10. If you want to learn something about design the book of GOF "Gang of Four" is the must have. Design Patterns use this site for you're books instead of amazon. The shipping is free, must wait a couple of days but the it's a lot cheaper !
  11. Hey everybody, in the line of the episodes, I was already planning to build a "Virtualization server". But I'm not that good with the hardware B). So could you guys help me out making a great setup ? I was considering one of the following motherboards : Asus P8P67 MSI P67A-GD65 Asrock P67 Extreme4 Biostar TP67XE With this processor : Intel Core i7 2600K Together with 8 - 16 gb of Ram, but I'm not sure what kind of brand to use, but which one do you guys have the most positive experience with ? I was thinking to use a relative small Hard Drive like this one for example, low budget + SATA-600 interface : Western Digital Caviar Black WD6402AAEX, 640GB. And setup a second server with a bigger hard drive (I already have a machine running), and install the Gluster Storage Platform on this one. I founded this processor cooler Scythe Mugen 2 Rev. B and for the power supply I had this one in mind Antec TruePower TP-650 or something similar. On top of that I'm going to install VMWare vSphere or better know as ESXi 4.1 Hypervisor. Please let me know what you guys think, because I'm a noob if it comes to hardware. Thanks a lot, Regards Niels
  12. niels

    Forc Rates

    Hey, I installed munin on my server a couple of day's ago. And I saw under processes it has a graph containing fork rates. I googled fork rates but could come with a decent explanation. I think this has something to do with my apache server but I'm not sure. Could anybody explain to me what these fork rates are. Thanks a lot. Kind regards, Niels Stevens
  13. Hey guys, I'm planning to set up a little serverrack at my home. So I'm looking around for some old hardware to have some fun with. Then I can backup data, host some services at home, etc ... Does any body know where I could find used hardware ? Thanks a lot in advance. Kind regards, Niels
  14. Thanks a lot for you're help. But I solved the problem, I rebooted my mac and it worked. Apparently the ssh-agent was catching the password I used. That explains why I could never type in the right password. So this question is solved.
  15. Hey everybody, I almost fixed the problem with my public key setup, but I'm using a password protected private key for some extra security. Now I'm 100% sure I use the right password but still he is complaining that the password of the private key doesn't match. @edit : I tried to use a private-public pair without a password but still the server is complaining the password doesn't match. I also tried using a simple password 'test' to see if that would work and that doesn't work either ! Does anyone else came a cross the same problem before or somebody knows some solution to solve this issue ? Thx
  16. - Check the permissions -check the sshd_config file this is the output I got on the server: sshd[557]: debug3: mm_answer_keyallowed entering sshd[557]: debug3: mm_answer_keyallowed: key_from_blob: 0x7fb0e3547150 sshd[557]: debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024 sshd[557]: debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024 sshd[557]: debug1: temporarily_use_uid: 1000/1000 (e=0/0) sshd[557]: debug1: trying public key file /home/niels/.ssh/authorized_keys sshd[557]: debug1: restore_uid: 0/0 sshd[557]: debug1: temporarily_use_uid: 1000/1000 (e=0/0) sshd[557]: debug1: trying public key file /home/niels/.ssh/authorized_keys2 sshd[557]: debug1: fd 4 clearing O_NONBLOCK sshd[557]: debug3: secure_filename: checking '/home/niels/.ssh' sshd[557]: debug3: secure_filename: checking '/home/niels' sshd[557]: debug3: secure_filename: terminating check at '/home/niels' sshd[557]: debug3: key_read: type mismatch sshd[557]: debug2: user_key_allowed: check options: 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5lhFkGALO0bJWbuO3fcTjLPSd+1I1LvTgPvVK9Tesrwj6jvPELWMFbqn2cxIYdWaIt3z4H+m9VdmmJgJMS02EeH5/WtjGtxTKFJqTBFbQuKWhZSnmPZrgoGrjnTNb3Cyr57qD+DPMKAJzCX1ZXFutY4QhvH5elDWsDkp6p7gF2iumFwuayVZe/Nhf3V/39x/ZmaRbs6x8lW6jxQl7U2RE3venid1zfjIwOZunkF7ZuxgcqkPRtcAi+3VLL6WaLcl3lKcJHW+6LZASlYWzdGaW06momZZHcdaa5JngUwTldgxWmgcpt4r3CCa1JXk9sPYJiSVB3X3GESMRSnkD6WSdw== xxxx@xxxxxxx\n' sshd[557]: debug2: key_type_from_name: unknown key type 'AAAAB3NzaC1yc2EAAAABIwAAAQEA5lhFkGALO0bJWbuO3fcTjLPSd+1I1LvTgPvVK9Tesrwj6jvPELWMFbqn2cxIYdWaIt3z4H+m9VdmmJgJMS02EeH5/WtjGtxTKFJqTBFbQuKWhZSnmPZrgoGrjnTNb3Cyr57qD+DPMKAJzCX1ZXFutY4QhvH5elDWsDkp6p7gF2iumFwuayVZe/Nhf3V/39x/ZmaRbs6x8lW6jxQl7U2RE3venid1zfjIwOZunkF7ZuxgcqkPRtcAi+3VLL6WaLcl3lKcJHW+6LZASlYWzdGaW06momZZHcdaa5JngUwTldgxWmgcpt4r3CCa1JXk9sPYJiSVB3X3GESMRSnkD6WSdw==' sshd[557]: debug3: key_read: missing keytype sshd[557]: debug2: user_key_allowed: advance: 'AAAAB3NzaC1yc2EAAAABIwAAAQEA5lhFkGALO0bJWbuO3fcTjLPSd+1I1LvTgPvVK9Tesrwj6jvPELWMFbqn2cxIYdWaIt3z4H+m9VdmmJgJMS02EeH5/WtjGtxTKFJqTBFbQuKWhZSnmPZrgoGrjnTNb3Cyr57qD+DPMKAJzCX1ZXFutY4QhvH5elDWsDkp6p7gF2iumFwuayVZe/Nhf3V/39x/ZmaRbs6x8lW6jxQl7U2RE3venid1zfjIwOZunkF7ZuxgcqkPRtcAi+3VLL6WaLcl3lKcJHW+6LZASlYWzdGaW06momZZHcdaa5JngUwTldgxWmgcpt4r3CCa1JXk9sPYJiSVB3X3GESMRSnkD6WSdw== xxxx@xxxxxxx\n' sshd[557]: debug1: restore_uid: 0/0 sshd[557]: debug2: key not found sshd[557]: Failed publickey for niels from 94.226.16.213 port 59809 ssh2 sshd[557]: debug3: mm_answer_keyallowed: key 0x7fb0e3547150 is not allowed sshd[557]: debug3: mm_request_send entering: type 22 sshd[557]: debug3: mm_request_receive entering sshd[557]: debug3: monitor_read: checking request 11 sshd[557]: debug3: auth_shadow_pwexpired: today 14970 sp_lstchg 14891 sp_max 99999 sshd[557]: debug3: mm_answer_authpassword: sending result 0 sshd[557]: debug3: mm_request_send entering: type 12 sshd[557]: Failed password for niels from 94.226.16.213 port 59809 ssh2 sshd[557]: debug3: mm_request_receive entering sshd[557]: debug3: monitor_read: checking request 11 sshd[557]: debug3: mm_answer_authpassword: sending result 0 sshd[557]: debug3: mm_request_send entering: type 12 sshd[557]: Failed password for niels from 94.226.16.213 port 59809 ssh2 sshd[557]: debug3: mm_request_receive entering sshd[557]: debug3: monitor_read: checking request 11 sshd[557]: debug3: mm_answer_authpassword: sending result 1 sshd[557]: debug3: mm_request_send entering: type 12 sshd[557]: Accepted password for niels from 94.226.16.213 port 59809 ssh2 sshd[557]: debug1: monitor_child_preauth: niels has been authenticated by privileged process sshd[557]: debug3: mm_get_keystate: Waiting for new keys sshd[557]: debug3: mm_request_receive_expect entering: type 25 sshd[557]: debug3: mm_request_receive entering sshd[557]: debug3: mm_newkeys_from_blob: 0x7fb0e35480e0(122) sshd[557]: debug2: mac_setup: found hmac-md5 sshd[557]: debug3: mm_get_keystate: Waiting for second key sshd[557]: debug3: mm_newkeys_from_blob: 0x7fb0e35480e0(122) sshd[557]: debug2: mac_setup: found hmac-md5 sshd[557]: debug3: mm_get_keystate: Getting compression state sshd[557]: debug3: mm_get_keystate: Getting Network I/O buffers sshd[557]: debug3: mm_share_sync: Share sync sshd[557]: debug3: mm_share_sync: Share sync end sshd[557]: User child is on pid 571 Any body who can produce some useful information from this output ? Thx
  17. Hey everybody, I'm having some trouble setting up some key authentication with ssh between a macbook and a linux server. I first tried generating a key pair on my linux pc and then copied them over to my macbook using scp. I could login from my linux server to my macbook. But I was looking to setup this configuration the other way around. I tried the same steps on my macbook to generate the keys and transfer the public key to the server. But when I try to login the linux server still asks the user password like before, and that is just something I don't want. I find a strange that I can do it one way but not the other way around. I tried the same process several times making sure I didn't make any mistakes but still the same result. Is their a configuration I must enable in the ssh_config file or anybody an idea what could be the problem ? Thanks in advance.
  18. I solved the problem. Because my FTP server is behind a router I had to adjust the PASV settings but I specified a little bit too much. I got everything working fine now with these settings. There is still something a bit strange, I can connect perfectly with FileZilla but with FireFTP he is giving me some trouble. #GLOBAL FTP SETTINGS listen=YES chmod_enable=NO use_localtime=YES ftpd_banner=Welkom on Niels Home File Server connect_from_port_20=YES hide_ids=YES #USER SETTINGS #ANON anonymous_enable=NO anon_world_readable_only=NO #LOCAL local_enable=YES chroot_local_user=YES passwd_chroot_enable=YES write_enable=YES # SSL SETTINGS ssl_enable=YES require_ssl_reuse=YES implicit_ssl=YES rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem strict_ssl_read_eof=YES strict_ssl_write_shutdown=YES rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key #PASV SETTINGS pasv_min_port=6000 pasv_max_port=6050 #LOG FILE SETTINGS log_ftp_protocol=YES debug_ssl=YES dual_log_enable=YES xferlog_enable=YES xferlog_std_format=YES Thx for all the help but this topic is SOLVED
  19. No I tried using FireFTP but with the current file I get the following result in my vsftpd.log No problems logging in but I can't get any further than that. Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "PWD" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "257 "/"" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "TYPE A" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "200 Switching to ASCII mode." Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "PROT P" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "200 PROT now Private." Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "PASV" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "227 Entering Passive Mode (84,136,18,180,23,137)." Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "LIST" Fri Nov 5 15:42:22 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "150 Here comes the directory listing." Fri Nov 5 15:42:22 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL version: TLSv1/SSLv3, SSL cipher: DES-CBC3-SHA, not reused, no cert" Fri Nov 5 15:42:22 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "No SSL session reuse on data channel." Fri Nov 5 15:42:22 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL shutdown state is: NONE" Fri Nov 5 15:42:22 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL shutdown state is: SSL_SENT_SHUTDOWN" Fri Nov 5 15:42:58 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL shutdown state is: SSL_SENT_SHUTDOWN" Fri Nov 5 15:42:58 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL shutdown state is: SSL_SENT_SHUTDOWN" Fri Nov 5 15:42:58 2010 [pid 2] [niels] DEBUG: Client "192.168.1.105", "SSL ret: 0, SSL error: error:00000000:lib(0):func(0):reason(0), errno: 0" Fri Nov 5 15:42:58 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "522 SSL connection failed; session reuse required: see require_ssl_reuse option in vsftpd.conf man page" Fri Nov 5 15:43:21 2010 [pid 3] [niels] FTP command: Client "192.168.1.105", "NOOP" Fri Nov 5 15:43:21 2010 [pid 3] [niels] FTP response: Client "192.168.1.105", "200 NOOP ok."
  20. No I meant FTPES the E stands for Explicit TLS/SSL I changed the server so I can use the normal FTPS. But it still won't work ! This is my vsftpd.conf file #GLOBAL FTP SETTINGS listen=YES chmod_enable=NO use_localtime=YES ftpd_banner=Welkom on Niels Home File Server connect_from_port_20=YES hide_ids=YES #USER SETTINGS #ANON anonymous_enable=NO anon_world_readable_only=NO #LOCAL local_enable=YES chroot_local_user=YES passwd_chroot_enable=YES write_enable=YES # SSL SETTINGS ssl_enable=YES implicit_ssl=YES force_local_data_ssl=YES force_local_logins_ssl=YES rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem strict_ssl_read_eof=YES strict_ssl_write_shutdown=YES rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key #LOG FILE SETTINGS log_ftp_protocol=YES debug_ssl=YES dual_log_enable=YES xferlog_enable=YES xferlog_std_format=YES #PASV SETTINGS pasv_enable=YES pasv_addr_resolve=YES pasv_min_port=6000 pasv_max_port=6050 pasv_address=host.dyndns.org pasv_promiscuous=YES When I connect with filezilla I get the next error message : ..... Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (84,136,18,180,23,115). Command: LIST Error: GnuTLS error -53: Error in the push function. Error: Connection timed out Error: Failed to retrieve directory listing and the server log mentions the following Fri Nov 5 00:42:52 2010 [pid 1] [niels] OK LOGIN: Client "193.190.253.146" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "230 Login successful." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "OPTS UTF8 ON" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "200 Always in UTF8 mode." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "PBSZ 0" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "200 PBSZ set to 0." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "PROT P" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "200 PROT now Private." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "PWD" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "257 "/"" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "TYPE I" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "200 Switching to Binary mode." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "PASV" Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "227 Entering Passive Mode (84,136,18,180,23,115)." Fri Nov 5 00:42:52 2010 [pid 3] [niels] FTP command: Client "193.190.253.146", "LIST" Fri Nov 5 00:43:14 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "425 Failed to establish connection." Fri Nov 5 00:43:14 2010 [pid 2] [niels] DEBUG: Client "193.190.253.146", "Connection terminated without SSL shutdown - buggy client?" Fri Nov 5 00:43:52 2010 [pid 3] [niels] FTP response: Client "193.190.253.146", "425 Failed to establish connection." Fri Nov 5 00:43:52 2010 [pid 2] [niels] DEBUG: Client "193.190.253.146", "Connection terminated without SSL shutdown - buggy client?" Anybody knows how to solve this ? Thx
  21. I found the solution, after extending the lvm I had to extend the size of the filesystem. The next command solved it : resize2fs /dev/Niels-Home-Server/root [sOLVED]
  22. Filesystem Size Used Avail Use% Mounted on /dev/mapper/Niels--Home--Server-root 22G 21G 277M 99% / none 495M 252K 495M 1% /dev none 500M 1.5M 498M 1% /dev/shm none 500M 92K 500M 1% /var/run none 500M 0 500M 0% /var/lock none 500M 0 500M 0% /lib/init/rw /dev/sda1 228M 66M 150M 31% /boot /dev/mapper/Niels--Home--Server-download_lg 193G 42G 151G 22% /download_lv Thanks for the quick response as you can see is saying there is only 22G available
  23. Hey I'm using LVM to manage my storage on my linux server. Now I update my root folder to the size of 72 GB. Before the size op my root folder 24 GB. Now the problem is that my file system is complaining that my disk is full but I know and I'm 100% sure that that isn't the case. Is there a way to get ride of this problem ? Must I do an update of some kind ? This is an print out of lvdisplay command : --- Logical volume --- LV Name /dev/Niels-Home-Server/root VG Name Niels-Home-Server LV UUID 1dMhCC-4RMm-YiQM-ZFS4-g2uf-7Xc0-Tkc9nC LV Write Access read/write LV Status available # open 1 LV Size 72.27 GiB Current LE 18502 Segments 2 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 251:0 --- Logical volume --- LV Name /dev/Niels-Home-Server/swap_1 VG Name Niels-Home-Server LV UUID jzuE4H-jwwG-j9GY-SGFi-LNCI-mNlF-GfGaFO LV Write Access read/write LV Status available # open 1 LV Size 1.00 GiB Current LE 257 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 251:1 --- Logical volume --- LV Name /dev/Niels-Home-Server/download_lg VG Name Niels-Home-Server LV UUID aqIZjg-lZOw-V0T7-yV9I-fL3z-n3bB-384aFe LV Write Access read/write LV Status available # open 1 LV Size 295.31 GiB Current LE 75600 Segments 2 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 251:2 Is there anybody who can help me ? Thanks in advance Niels
  24. Hey everybody, I have some problems connecting to my FTP Server outside my LAN. I'm using Filezilla with FTPES and it was working fine till my provider found out I was running an FTP Server and they block all the ports below 1024. I can get a connection with my server. But because I'm using the FTPES protocol I know the protocol is using a second data channel and Filezilla loses track of the server after login and can't use the LIST command. At home I have a Linksys WRT120N router. Does anybody knows how I can solve this ? Thanks in advance.
  25. Hey, I'm running a pc on which I installed Ubuntu 10.10, when I configured the server I attached a monitor the pc. I installed X11VNC and SSH. Everything was working perfect. But now I detached the monitor and the X11VNC won't work now. It connects to the server but won't show any screen. Does anybody knows a solutions for this problem ? Thanks in advance. Niels Stevens
×
×
  • Create New...