-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a fresh install of Ubuntu 11.10 from the iso 'ubuntu-11.10-desktop-amd64.iso'. I installed this in VMWare Fusion 4.1.1 running on OSX 10.7.3. When setting up the VM, I allowed easy install to take care of creating my user and installing VMWare tools. No problems during installation, everything…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I type in 'sudo apt-get update' I get this
mohd-arafat-hossain@TUD:~$ sudo apt-get update
[sudo] password for mohd-arafat-hossain:
Ign http://bd.archive.ubuntu.com precise InRelease
Ign http://bd.archive.ubuntu.com precise-updates InRelease
Ign http://bd.archive.ubuntu…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Whats common among Skype, Opera, OpenOffice in Ubuntu ? Whenever I open these applications I get logged off and shows back me the login screen. This started happening since the 10.10 upgrade.
Forgot to mention :
Yes, its x64.Each time I open these applications, the UI shows and then crashes.
I…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a warning triangle that my update information is outdated, the last update was 12 days ago. I use Ubuntu 11.10. A run of sudo apt-get update produces the following output:
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://de.archive.ubuntu.com oneiric InRelease …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
I'm trying to run apt-get update on ubuntu 9.10
I've configured my proxy server and I can access the internet without any problem:
/etc/apt# wget "http://www.google.com"
Resolving (...)
Proxy request sent, awaiting response... 200 OK
Length: 292 [text/html]
Saving to: `index.html'
100%[=================================================================================================================================>]…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hello.
I'm trying to setup vsftpd on Fedora 12. I need to require use of FTPS, and for now need to use a self-signed SSL certificate.
I managed to get the vsftpd service running and to connect as my user. I can list the home directory, but as soon as I try to list another directory, download or…
>>> More
-
as seen on Super User
- Search for 'Super User'
# sudo /etc/init.d/vsftpd restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service vsftpd restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Have Ubuntu 11.10 with vsftpd installed and working. Can not get virtual users setup at all? Vsftpd will allow main Ubuntu owner account to login, but nothing else? I've followed several tutorials on adding virtual users, but nothing works? I just need to add 2 virtual users and have them be able…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have installed Ubuntu Server 10.10 and I am using it to host a domain that I have. I am trying to set up FTP for the server, but I am running into some problems. I have successfully installed vsFTPd and I have opened up ports 20, 21 on my firewall. In my vsFTPd configuration, I have enabled SSL…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
i've got vsftpd install on an ubuntu server 9.10
i can use chroot to restrict users to their own home directories but i also want to give them access to a group shared folder
for example, users foo1 and foo2 are local users in the group foos
i want foo1 to have access to /home/foo1 and /svr/foos…
>>> More