Sponsored Content
Full Discussion: Issue with vsftpd in Suse
Operating Systems Linux Issue with vsftpd in Suse Post 302851783 by solaris_1977 on Monday 9th of September 2013 04:20:21 PM
Old 09-09-2013
I do not see any ftp related error in messages file. Yes, /disks/cad1 is a different file-system and cad1 is a link to that file-system.
Code:
root@prod_ftp_ser03:~> su - don
prod_ftp_ser03: /home/don
(tty/dev/pts/2): bash: 57 > ls -l
total 0
lrwxrwxrwx  1 don cadd 11 2013-09-09 11:11 cad1 -> /disks/cad1
prod_ftp_ser03: /home/don
(tty/dev/pts/2): bash: 58 > df -h /disks/cad1
Filesystem            Size  Used Avail Use% Mounted on
/dev/emcpowera1       500G  420G   81G  84% /disks/cad1
prod_ftp_ser03: /home/don
(tty/dev/pts/2): bash: 60 > ls
cad1
prod_ftp_ser03: /home/don
(tty/dev/pts/2): bash: 61 > df -h .
Filesystem            Size  Used Avail Use% Mounted on
/dev/cciss/c0d0p2     133G  104G   29G  79% /
prod_ftp_ser03: /home/don
(tty/dev/pts/2): bash: 62 > cd cad1
prod_ftp_ser03: /home/don/cad1
(tty/dev/pts/2): bash: 63 > df -h .
Filesystem            Size  Used Avail Use% Mounted on
/dev/emcpowera1       500G  420G   81G  84% /disks/cad1
prod_ftp_ser03: /home/don/cad1

I have root access. Can I check anything else ? This was working till last friday and it is not a new setup, but not sure, what was changed and it is broke.
 

7 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

IDE controlled / RAID card issue Suse 9.2

I just built a new box to run Suse, and I guess I shoud have spent more time researching the HCL. Anyway, the Promise RAID card I have will not work, and I am unable to install the OS. The only other IDE devide in the box is a DVDOM. I can only think of 2 options, but would appreciate some... (1 Reply)
Discussion started by: 98_1LE
1 Replies

2. UNIX for Advanced & Expert Users

Logrotate issue on SUSE 10

I'm stumped. Can anyone spot the issue? I'm running logrotate with a conf file that points to a single file. The output from logrotate indicates it copied the file and is going to truncate the file, but then the original file exists unchanged, and the copied file doesn't exist. My shell... (1 Reply)
Discussion started by: jdveencamp
1 Replies

3. SuSE

Installin Suse 11 - Mouse issue using Remote Control

hi guys I want to exhaust all the possibilities so I'm going to ask this here I am installing a Suse 11 on IBM Blade Center using Remote Control. when using this is impossible to use the mouse I see the mouse but I have no control over it I try to move it but no way it moves to fast s no... (3 Replies)
Discussion started by: kopper
3 Replies

4. SuSE

named service issue on Suse

Hi Experts, I have a virtual server of SUSE Linux Enterprise Server 10 (x86_64). I am having strange issue of Naming services. Every 1 or 2 hours, named service stops working on this server and then I have to start it from "/etc/init./named start" I am not getting clue, where should I start... (0 Replies)
Discussion started by: solaris_1977
0 Replies

5. UNIX and Linux Applications

Pro*c file Compiling Issue in suse Linux

The existing .pc (pro *C) file is running successfully in UNIX. But when Iam trying to compile this same file in LINUX using proc iname filename.pc, Iam getting an error, proc file not recognized. Could someone help how to generate execute file from the proc*c file. what are the prerequisites... (2 Replies)
Discussion started by: vikrambharat
2 Replies

6. UNIX for Advanced & Expert Users

Does vsftpd support user access with client certificate with priv/pub key + vsftpd certificate?

:rolleyes:I am trying to setup all certificate based client-server environment in Linux using vsftpd and curl with openssl. I would like to make a user access with vsftpd certificate and user own client certificate (self-signed) with private/public key. I don't see google posts about the my plan... (4 Replies)
Discussion started by: gogogo
4 Replies

7. UNIX for Beginners Questions & Answers

Linux SuSE SLES 8 error..unable to issue shutdown command

the only way we can power off is if we actually press power button on server. Running on HP DL-G4. from root, when we issue command it just returns to root prompt. (1 Reply)
Discussion started by: amexboy
1 Replies
PTY(4)							   BSD Kernel Interfaces Manual 						    PTY(4)

NAME
pty -- BSD-style compatibility pseudo-terminal driver SYNOPSIS
device pty DESCRIPTION
The pty driver provides support for the traditional BSD naming scheme that was used for accessing pseudo-terminals. When the device /dev/ptyXX is being opened, a new terminal shall be created with the pts(4) driver. A device node for this terminal shall be created, which has the name /dev/ttyXX. New code should not try to allocate pseudo-terminals using this interface. It is only provided for compatibility with older C libraries that tried to open such devices when posix_openpt(2) was being called. FILES
The BSD-style compatibility pseudo-terminal driver uses the following device names: /dev/pty[l-sL-S][0-9a-v] Pseudo-terminal master devices. /dev/tty[l-sL-S][0-9a-v] Pseudo-terminal slave devices. DIAGNOSTICS
None. SEE ALSO
posix_openpt(2), pts(4), tty(4) HISTORY
A pseudo-terminal driver appeared in 4.2BSD. BUGS
Unlike previous implementations, the master slave device nodes are destroyed when the PTY becomes unused. A call to stat(2) on a nonexistent master device will already cause a new master device node to be created. The master device can only be destroyed by opening and closing it. The pty driver cannot be unloaded, because it cannot determine if it is being used. BSD
August 20, 2008 BSD
All times are GMT -4. The time now is 11:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy