:???:
Type: Posts; User: maverickaddicted; Keyword(s):
:???:
Hello all,
I am having a AOC 1619 sw touchscreen monitor which is connected to an Ubuntu 12.04 machine. I have installed the TouchKit drivers but still the touch screen is not working. Here is my...
Ok, connect to your server using ssh -
1)
netstat -an | grep "LISTEN"
Check whether port 21 is in listening state or not
OR
1) you can install nmap, which is very useful utility for...
Try removing the keyring directory -
rm -rf ~/.gnome2/keyrings
Logout and login back.
Is your Ubuntu machine connected to Workgroup? If yes, then what is the name of your workgroup and also paste the content of your smb.conf file here.
Check if this helps you or not -
http://ubuntuforums.org/showthread.php?t=1439669
Check the log file, if you can find something in it -
sudo tail -f /var/log/vsftpd.log
sudo tail -f /var/log/messages
sudo tail -f /var/log/syslog
Can you paste your configuration file...
you have to use this command to start the vsftp service.
sudo service vsftpd start
Ok, there is already one thread for checking, just go through it and if you face any problem post it here.
http://ubuntuforums.org/showthread.php?t=1716466
If port 21 is blocked by firewall,...
Check this, might help you -
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/117247
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/916696
Can you check vsftpd service is running or not OR port 21 is not being blocked by the firewall?
Any folders with prefix "." are hidden, so may be try show all hidden folders in the /tmp/test/ folder.
local_umask=002 - > default permission for creating files which would be 775 (777-002).
anon_umask=002 -> umask value for anonymous users.
xferlog_enable=YES -> maintaining details of uploading...
Also install -
sudo apt-get install libapache2-mod-php5
Then restart your apache, clear your browser cache and reopen the
page.
You have to install it in the same way as you install it before -
sudo apt-get install vsftpd
Then you have to edit /etc/vsftpd.conf, Here is mine -
serveradmin@openserver:~$ cat...
Ok, so you have not installed vsftpd on your server. Is this correct?
Thanks rubylaser, that done the trick.
Why you need text editor to create a folder. You can create it using this command -
mkdir foldername
Also if you want to create file insdie that folder, you can use this command---
nano...
I also support your application.
A big +1 from me too.
Thanks for pointing that, I almost overlooked that part. I will surely try it tomorrow.
this is the part of the output -
-rw-r--r-- 1 www-data www-data 1.6K 2010-12-29 09:35 robots.txt
Try disabling the apport report, it is explained in the wiki link which I have given to you.
+1 to bab1 response.
OR
I have update around 14 Ubuntu Machines in last ten days and out of that I faced the wine and samba problem in two machines. I also tried several solution, but ended up...
Thanks for the response. That's what I am thinking about, how can I take the backup using webmin module, or is there any way to manually modify that webmin backup module.
I have already tried that, but it doesn't work,whenever I upload some plugin or component from cms backend, it doesn't allow me to edit the uploaded files via ftp. It gives permission denied....