I know this may be a dumb question but can we confirm that X up and
running on the machine?
The reason I ask is that I’ve run into this type of message before but
usually only when either I’m at run level 3 (i.e., no X running) or when
I’m ssh’ed into another machine and forgot to pass the -X flag to ssh
when I connected. The -X tells ssh to forward X connections to my
local machine.
Wuhu, I got it working now, the local test atleast
Code:
lasse@linux-vu9d:~> kdesu kwrite /etc/vsftpd.chroot_list
^C
lasse@linux-vu9d:~> ftp localhost
Trying ::1…
ftp: connect to address ::1: Connection refused
Trying 127.0.0.1…
Connected to localhost.
220 Welcome to the s3maphor3 FTP service
Name (localhost:lasse): ftpadmin
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
If you set it up as in the guide you should be able to get access:
‘vsftpd on Suse Linux pro’
(http://www.ferdychristant.com/blog/articles/DOMM-6FJMR9)
> # create a FTP user group
> groupadd ftp-users
> # make the new FTP root dir accessible for ftp-users
> chmod 750 /srv/ftp
> chown root:ftp-users /srv/ftp
> # add new ftpadmin user to group and set its home dir to the FTP root
> useradd -g ftp-users -d /srv/ftp ftpadmin
> # set password of new ftpadmin user
> passwd ftpadmin
> # give read/write access to the FTP root dir
> chmod 770 /srv/ftp
–
Core 2 Duo 3.16GHz, 4GB DDR2, 2.5TB, GeForce 7600 GS, OS 11.1
x86_64, KDE4.2 RC1 (78.1) ‘Smolt specs’ (http://tinyurl.com/9hgxhl)
Ok the easiest way is to create a user lasse in a console as su:
USERADD -R LASSE THEN
**PASSWD LASSE
Now go to kicker > applications > system > file manager > file manager
super user mode
Brows to /srv/ftp and right click on folder and choose properties >
permissions > advanced > add entry > named user and select lasse ftom
the list
/Geoff
ps Heter lasse Lars
–
Core 2 Duo 3.16GHz, 4GB DDR2, 2.5TB, GeForce 7600 GS, OS 11.1
x86_64, KDE4.2 RC1 (78.1) ‘Smolt specs’ (http://tinyurl.com/9hgxhl)