Can't ftp to linux server

oracle linux version 6, i think i installed just about every option there was when i installed linux, yet i can't seem to ftp to the server, i've got the firewall turned off, whe i do chkconfig --list, i don't see ftp ...  ???                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Your problem is most likely related to SELinux and perhaps a user that is denied in the vsftpd configuration.
I have installed vsftpd on my system and followed above instructions to check it - I did not set local_root, etc.
Name (10.0.0.12:bb): root
530 Permission denied.
The file */etc/vsftpd/ftpusers* and */etc/vsftpd/user_list* list the name of users that are not allowed to log in.You need to edit the files and comment out the names you wish to enable.
--> I comment out "root" in both files.
Name (10.0.0.12:dude): root
331 Please specify the password.
Password:
500 OOPS: cannot change directory:/root
The file */etc/selinux/config* shows that SELinux is set to "enforcing" by default. You might set it to "disabled", which is also recommended if you install Oracle database, but I tried a different approach:
The command getsebool -a | grep ftp shows the SELinux related settings for FTP. I used the following command to set ftp_home_dir = on:
--> # setsebool -P ftp_home_dir 1
(be patient, can take several seconds)
Name (10.0.0.12:dude): root
331 Please specify the password.
Password:
230 Login successful.
For security reason you might not want to enable root access, because the password is transferred clear text and can be intercepted if you have a bridged or non-switched network. You might also reconsider if you really need ftp and cannot do it with sftp or scp.

Similar Messages

  • How to Call Fmx file in the Linux Server

    Hi All,
    Iam having a server when ever i receive a file through FTP to the server , server will trigger to call a fmx file in another server. so that it reads the data of the file and insert into database .
    How this can be achieved in Linux server, at present it is working in Windows
    Please any solutions appreciated.
    Gunisetty Venkatesulu

    Using Forms to insert data from a file into a table is the wrong way to do this. It would be much more efficient and appropriate to use SQL Loader to insert the file data. Another option, depending on your database version, would be to use an external table. External tables are basically an interface that uses SQL Loader to read and write to the file just like you would a table. You must have RDBMS 10g or higher to use external tables.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to disbale  passwd  for  FTP between linux  servers

    Hai,
    reguraly we need to copy file system of one server to another server ( linux). when i was given scp or rsync commnds it prompts for passwd of target server.
    how to disbale this permenanlt?
    how to configure FTP in linux server?

    Hi,
    If what you need is copying files between systems and all have sshd, you can use scp and it won't ask for a password if keys generated in machine1 from the user that will make the connection are trasfered to machine2.
    You can try following this tutorial Link: [http://enrique.barbeito.org/blog/ssh-sin-contrasena/] It's in spanish but I think it's easy to follow; it's the one i followed to avoid password between some of my systems.
    regards

  • How my clients can upload  raw video files to my linux server

    Any ideas or thoughts really welcome:
    I need to figure out a way or process for my clients to upload their raw video source files ( any known usual video formats and extensions) from their video cameras or devices or storage source  that is tied into or thru their computer with a firewire or USB 2+ connection    and then uploaded directly into my remote linux server.   my linux server hard drve space is not a problem..  
    Once client has finished uploading,  I would then download the resulting saved files to my computer for video/audio editing using Premiere 11
    I know that one restriction or problem would be their connection and ISP issues (throttling etc.) ,  My server permits basically unlimited up/download traffic,  so this should not be a problem and server has balancing.
    Do they need to use a typical ftp account and something like cuteftp???   however my understanding of FTP clients do not do streaming from a device????  yes or No??   I always thought just static files.....   aam I correct?
    how might my clients stream into my server.   i am wanting to set up an online video/audio editing website
    once i finish editing I would upload file probably as a zip file for them to unzip.  I can also build and send (mail)  out a DVD-CD or Blu-ray.  any other thoughts welcome on returning the finished edit.
    My tech people say that i cannot effectively load and operate Premiere onto my server to do the editing. 
    I would appreciate any feedback and ideas
    thanks

    How people upload files to your server is really a question for your server company... you need to find out from your server company how they handle permissions and uploads
    Yes, no current version of Premiere Pro or Elements is written to EITHER install on, or directly use files resident on a server
    No current version of Premiere works properly over a network
    -you may NOT "map" your My Documents folder to a network drive
    -you MUST give all users administrator accounts to use Premiere
    -you MAY also need to... http://forums.adobe.com/thread/969395
    -http://forums.adobe.com/thread/771151
    -http://forums.adobe.com/thread/851602
    -a work around, of sorts http://forums.adobe.com/thread/957523
    -and not on a "domain" http://forums.adobe.com/thread/858977
    -also PreEl see #5 http://forums.adobe.com/thread/1017199
    -more PreEl problem http://forums.adobe.com/thread/975117
    Adobe Anywhere http://forums.adobe.com/message/4682127
    -Announced September 2012 for "future versions" of Premiere Pro
    -NO information on pricing or availability date
    Once you and your server company figure out permissions and the software your clients need to use for uploads, you will then need to download the files to your video data hard drive to edit

  • Iweb with Lion: Umlaute after ftp-upload on linux-Server are not correct - but worked with Leopard!

    Hi from Germany. I used iweb 3.04 and OS X 10.6+ and everything worked fine on different websites, including German Umlaute ä, ö, ü, ß.
    After upgrading to Lion all Umlaute are not correct spelled (strange letters) after ftp-upload on a linux-server (which is the same as before). Before upload these Umlaute are spelled correctly, but not after upload.
    Trials were a) upload htaccess file b) use older iWeb 3.03 c) asking server administrator (answer: "use ae, oe, ue instead"), but nothing worked.
    Any ideas or help?
    Thank you very much, and excuse my english
    Peter

    The problem lies in the uploading of the files or the server itself.  If the umlautes looked good on the server before then we have to think it's the uploading process.  Try using the free FTP client  Cyberduck to upload your site folder to your server.  Then check to see if the rendering is correct.
    What's the URL of your site so we can examine it first hand?

  • I can't get Flashbuilder 4.6 to connect to remote Linux server on port 80

    I'm using Flashbuilder 4.6 on a Mac (Snow Leopard). I have a new CentOS 6.2 Linux server with Apache webserver 2.2.21 on it, then installed GlassFish 3.1.1 application server on it, then installed mod_jk to connect Apache and Glassfish. Everything is installed on the same server. I verified that I can deploy an example war file (web application) in Glassfish and access it fine using either,
        mydomain.com:8080/mywebapp  (uses port 8080, which is direct connection to GlassFish)
        mydomain.com/mywebapp   (uses port 80, which enters Apache and passes through mod_jk to get to Glassfish)
    This works well (no errors in any logs files).
    Then I download BlazeDS from Adobe website, create a hello world application with it and deploy it in GlassFish. I next try to setup a new Flex Project in Flashbuilder 4.5. Using the wizard, I come to the section (under Server location) where I need to input a Root Folder and Root URL. Everything works fine when using a Root URL of http://mydomain.com:8080/mywebapp, meaning, I can click on the Validate Configuration button and Flashbuilder connects to the server.
    But if I enter in the Root URL input field http://mydomain.com/mywebapp, then Flashbuilder cannot connect to the server. I need to eventually close port 8080, so I need this solution, which uses port 80, to work.
    I made sure that the httpd.conf file VirtualHost section does include a `JkMount /mywebapp worker1` statement, and I can even look at the mod_jk.log file and see that Apache correctly opens a socket for mod_jk to communicate via AJP between Apache and GlassFish (with no errors or warnings) when the address `mydomain.com/mywebapp` appears on port 80. The GlassFish server.log file also shows no problems.
    I'm stumped what to do next. Does anyone have experience connecting GlassFish, mod_jk, Apache, and Blazeds (or LCDS, should be similar)? If so, do you see any differences in my setup compared to yours? I'm only trying to use RemoteObject (not messaging, or streaming, etc.) with Java POJOs.

    Hi!
    Thanks for the reply. No, my ISP isn't providing me with three IP addresses, just one static address. And the VDSL modem...not a router, but beyond that, don't know much about it. Do have a switching hub, however, a gigabit thing that so far is working great.
    Managed, somehow, to get everything working, however. Really don't know what I did. But I can now take the MBP off the wire and connect to the other Macs without turning on Airpot on those machines. Next step now is to take the MBP to another location and try to establish a connection to the home network via Desktop Transporter or Vine. That's the Holy Grail that will allow me to sever the cords that keep me from straying too far from home during working hours. Love to sit at that coffee shop across the park and do my work from there!

  • Where can I download "apache http server plug-in", where apache is on Redhat Linux 7.2

    hi,
    very urgent!
    where can I download "apache http server plug-in", where apache
    web server is on Redhat Linux 7.2.
    in my situation,I want to proxy all requests to weblogic 6.1,which is on win2000.
    thanks
    jy

    Hi,
    You can try using the following approach with +'MatchExpression'+ parameter for the +'VirtualHost'+ configuration, which should solve your problem:
    <VirtualHost *:80>
    ServerAdmin [email protected]
    ServerName << Put your apache server ip-address here>>
    ErrorLog logs/error_log
    <Location */CustomLocationPrefix1** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP1+
    WebLogicCluster 192.168.100.1:7001,192.100.1:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_1
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix2** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP2+
    WebLogicCluster 192.168.100.3:7001,192.168.100.4:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_2
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix3** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP3+
    WebLogicCluster 192.168.100.5:7001,192.168.100.6:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_3
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <IfModule mod_weblogic.c>
    +## Combine all the locations for the different web-apps you want to route through apache http server+
    +## (i.e., APP1, APP2, APP3 in this case).+
    WebLogicCluster 192.168.100.1:7001,192.168.100.2:7002,192.168.100.3:7001,192.168.100.4:7002,192.168.100.5:7001,192.168.100.6:7002
    MatchExpression *
    +## The following may not be needed (need to recheck)+
    EnforceBasicConstraints OFF
    </IfModule>
    </VirtualHost>
    Regards,
    Deepak Kerur.
    Edited by: user10231088 on Jul 7, 2011 6:36 PM
    Edited by: user10231088 on Jul 7, 2011 6:36 PM

  • On Mac OS 10.5, can't print to Linux CUPS printing server

    We attached a USB printer to a Linux server, which is CUPS1.3.8 installed.
    The printer is Epson Stylus CX5900.
    Printing from another Linux with CPUS is OK.
    But I can NOT print from my MacOSX10.5 system.
    I tried IPP, SMB, no success.
    Visit the http://127.0.0.1:631 on Mac, the CUPS on Mac even can not discovery the printer shared by Linux server.
    If I add added the printer as samba on MacOS, it will report
    /Library/Printers/EPSON/InkjetPrinter/Filter/rastertoescp.app/Contents/MacOS/ras tertoescp failed
    I see many users report printing issues on MacOSX10.5 on the Internet.
    What's the matter?
    As I know, MacOSX10.4 can print to printer on Linux CUPS server.

    Slow down a bit and think this through.
    CUPS on linux is nearly identical to CUPS on OS X - but there is no Mac-to-Mac Apple proprietary print sharing. Rather, on linux you are sharing the printer using standard printing protocols. Just like on the Mac (when using the standard protocols like Windows/SMB or IP printing), linux print queues expect postscript input. Try using a generic postscript driver from the mac.
    And when you add the printer via Windows Printing or IP > LPD or IPP, you will need to know the queue name for that printer from the linux box. (one computer with one IP address can have multiple printers - so what's the additional address info to print to your desired printer? - queue name.)
    HTH

  • Can't connect to MSSQL server from Linux

    I'm running CentOS 7. I installed the Microsoft ODBC Driver 11 for SQL Server on Linux. I also installed the unixODBC package and dependencies. I can ping the SQL Server. I can telnet to the SQL server on port 1433. My config files read:
    /etc/odbcinst.ini
    [ODBC Driver 11 for SQL Server]
    Description=Microsoft ODBC Driver 11 for SQL Server
    Driver=/opt/microsoft/msodbcsql/lib64/libsmodbcsql-11-0.so.2270.0
    Threading=1
    UsageCount=1
    /etc/odbc.ini
    [baew-cms01]
    Driver="ODBC Driver 11 for SQL Server"
    Server=tcp:172.21.24.29,1433
    Database=smnswr_certmgmt
    ~/.odbc.ini
    [MSSQLTest]
    Driver=ODBC Driver 11 for SQL Server
    Server=tcp:baew-cms01,1433
    [baew-cms01]
    Driver="ODBC Driver 11 for SQL Server"
    Server=tcp:172.21.24.29,1433
    Database=smnsvr_certmgmt
    When I run "sqlcmd -U <user> -S baew-cms01,1433" (substituting user name) I get a password prompt, then I get:
    1>
    So I assume I'm connected, but I'm not sure. However, when I run "isql -v baew-cms01 <user> <password>" again substituting user and password, I get:
    [IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
    [ISQL]ERROR: Could not SQLConnect
    Can anyone help me determine why I can't isql to the server?
    Thanks,
    Jack

    I get a password prompt, then I get:
    1>
    So I assume I'm connected, but I'm not sure. However, when I run "isql -v baew-cms01 <user> <password>" again substituting user and password, I get:
    Hello Jack,
    Yes, when you get such a "1>" prompt, then you are connected to SQL Server.
    Please note, isql is deprecated, better use SqlCmd. But if you want to use iSql, then you have to use the -S Parameter for the Server Name, not -v. See isql Utility for all
    Parameters.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Can i use OS X Server as as an FTP?

    I have multiple WebCam's on a home security system. I would like to record feed's based on set alerts FTP seems to be the fastest available. Can i use OS X Server to setup a FTP?
    Thanks For any assistance, yes I am a newb!!!

    Of course you can!
    FTP is included in Server.app.  Easy to setup but thin on features.  Perfect for your very specific need.
    Reid
    Apple Consultants Network
    Author "Yosemite Server – Foundation Services" :: Exclusively available in Apple's iBooks Store
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store
    Author "Mavericks Server – Control and Collaboration" :: Exclusively available in Apple's iBooks Store

  • Missing Preverify files for J2ME on Linux server

    Hi,
    I have J2ME application that runs perfectly on windows environment. I want to run my application on linux environment. I am encountered with the missing preverify files needed to run the application on linux server. Can anyone provide me the preverify.exe files for J2ME application that runs on linux environment. ??????
    Thanks in advance.
    Regards
    Surya Pratap

    Hi
    Web Server 7 PHP Add-on plugin was released with more focus towards allowing multi platform support . Hence, it is possible that some popular extensions are left out. However, this need not stop you from compiling php by yourself . If you are compiling PHP by yourself, you need to remember to compile with the following flags
    You can compile php by yourself on your machine by doing this following
    - download php from php.net
    - unzip the tar ball
    - configure and compile as follows
    ./configure
    --with-prefix=<ws7-install-root>/plugins/php
    enable-force-cgi-redirect enable-safe-mode enable-bcmath enable-ftp enable-sockets enable-shmop enable-pdo enable-calendar enable-inline-optimization enable-soap enable-dba enable-sysvmsg enable-sysvsem enable-sysvshm enable-sqlite-utf8 enable-zend-multibyte enable-exif enable-magic-quotes enable-wddx enable-mbstring enable-mbregex enable-gd-native-ttf enable-libxml enable-simplexml enable-xmlreader enable-xmlwriter enable-dom with-gd=/usr
    This should get you going
    Hope this helps

  • How to backup a Linux server over ssh using Leopard?

    I have a server running Linux, and my main machine is a Macbook running Leopard. I want to back up the entire root directory (including subdirectories) of the Linux server to an external HDD attached to Macbook.
    My initial thought was to mount the Linux server's root directory on Leopard using sshfs, and then use RSyncX to backup that mounted directory on external HDD attached to Leopard. Unfortunately sshfs mounted directories are not treated as "drives" by RsyncX (and a lot of other apps).
    Can someone help? Thanks!

    I am currently in the process of setting up a small form factor pc running a linux distro as my router/firewall and will be looking for a backup system on my network which is mostly mac based.
    I just googled 'timemachine for linux' and got a few good results.
    http://handsonhowto.com/2007/timemachine4linux/
    and also a tool call flyback
    You could also try setting up your backup drive as an NFS sharepoint.
    http://macresearch.org/nfs-exports-leopard
    I know my post does not answer your issue directly but flyback is the solution I am going to try.

  • How to send a file from FTP to external server

    My requirement is to send a file from FTP to D3(External) server.
    Now I am able to store the file in Appln server.
    I want to send the file created by the program thru FTP to D3 server.
    I know the username,Password,HostID,RFC destination details.
    How to send the file from FTP to D3.
    If u have any program,Plz send it...
    I dont want the function modules name...I want the example code ....
    Thanks in advance.

    Hi Sumi,
    You could do it so that you create a .bat or .cmd script to your server which does your ftp transfer.
    To do this you must use sm69 to create a external operating system command which you can call from FM SXPG_COMMAND_EXECUTE. To SXPG_COMMAND_EXECUTE you the file you need to transfer as a parameter.
    What happens is that your abap program passes the file to windows batch script (.bat .cmd) which will then do the transfer for you.
    Here's a sample of ftp-script for windows:
    echo open IP_ADDRESS_TO_YOUR_SERVER > c:zftp_transfer.ftp
    echo USERNAME>> c:zftp_transfer.ftp
    echo PASSWORD>> c:zftp_transfer.ftp
    echo put YOUR_FILE>> c:zftp_transfer.ftp
    echo quit>> c:zftp_transfer.ftp
    ftp -s:c:zftp_transfer.ftp
    also take a look here for more details:
    http://support.microsoft.com/?kbid=96269
    Ok, this might be a bit trivial but if your server is unix/aix etc.. Instead of using batch script you must do a shell script.
    Regards,
    Ville

  • Run Flash Player on Linux Server.

    I want to run flash player on my Linux Server.
    How I can do this?
    Have anyone any idea?

    Hi, here is a link on Flash Player for Servers, perhaps the info is included for Linux.
    http://www.adobe.com/cfusion/search/index.cfm?loc=en_us&term=Flash+Player+for+Servers
    eidnolb

  • How to add License Key For Integration Tool kit For SAP in Linux Server

    Dear Experts,
    We are Using BO XI R3.1 SP3 Enterprise Version ,Integration Tool Kit For SAP,Live Office.
    The Server is Linux Server.
    But while generating reports in Infoview it is giving error like ""_check that you are licensed to access SAP Data Source_".
    So we came to know that license Key might Expire for Integraton Tool Kit For SAP in Bo Server.
    So can you tell me how to add the license key For BO XI R3.1 SP3 Integration Tool Kit For SAP in Linux Server.
    Thanks & Regards,
    Venkat

    On Unix / Linux you should be able to leverage the response from Raphael and change:
    Location=%BOBJDIR%/bobje/data/.bobj/registry/software/business objects/suite 11.5/sap/keycode/.registry
    For more information verify the below link
    [How do you update the SAP Integration Kit license?;
    Regrads
    Pardhu

Maybe you are looking for

  • Submit button to an email address not working?

    Created a submit button for sending the complete PDF form to an email address, works fine on my computer with the 8.3 Pro version. But when I send it to someone else to use with Adobe reader it won't work, returns an error message. Isn't that the who

  • Excel comma seperated .csv files save as semicolon seperated

    Hi I work with excel 360 student version danish and i'm trying to convert an siemens .xmls generated file to an .csv comma seperated file but excel save it as an semi colon though it's written in help file it should save it as an comma seperated file

  • Defination and use of key figure in copa

    dear experts,    i'm new to co-pa.    can anyone explain to me the defination and use of key figure in copa?? many thanks mu

  • Currency format and Right Align not working for messagetext in HGrid

    Hi We are dynamically enabling MessageTextinput inside HGrid region, it is Number type and when we set readonly to True it become left align, and currency format also not working, I tried the below various options but nothing is working. Option : 1 O

  • Expdp got UDE-31623 ORA-31623 error

    when i "expdp mnsh/mnsh dumpfile=backmnsh0.dmp logfile=backmnsh0.log directory=dirdisk2 version=10.2" in11g i got this error ,what wrong ,yesterday this is well . no error UDE-31623: operation generated ORACLE error 31623 ORA-31623: a job is not atta