Ubuntu Networking :: Login Multiple Ftp Accounts On Same Its Server Using Nautilus?

Jun 5, 2010

I googled a lot but I didn't find anything about this. I have multiple accounts on the same ftp server (the server is not mine I don't access its configuration)

If I write ftp://hostname on the location bar it lets me login, but only allow me to be in only one account at a time. Putting ftp://hostname on the location again just opens the account I logged into and I'm unable to login to the other account to move files between them conveniently.

Is it possible to log into multiple accounts on the same server?

View 1 Replies


ADVERTISEMENT

Programming :: Is It Even Possible To Login Into Multiple Email Accounts?

Feb 3, 2010

Is it even remotely possible to create a bash script to login to gmail/yahoo/hotmail, thru different web browsers?

View 2 Replies View Related

Ubuntu Networking :: Nautilus Cannot Login Samba Server

Apr 30, 2010

I have a Debian and a Ubuntu box. I installed a samba server on Debian box. I can log in the samba share folders from Windows boxes. Since the samba server has SHARE security mode, I need password only. But when I try to log in the samba share folders from Ubuntu box using nautilus, it asks username, domain and password. I cannot log in share folders on the Debian box. There is no message. Nautilus keep showing the password input box until i cancel it.So I use smbmount command. It works well. But that way is not comfortable at all. Anyone can help me logging in samba share in nautilus?

View 1 Replies View Related

Ubuntu Networking :: Mounting Samba Shares On A Box With Multiple User Accounts?

Jul 29, 2010

I setup samba file sharing to auto mount in fstab. Everything works great except when a computer has more than on user account.

The folders in mnt are owned by root and ownership changes to the first user account no matter what user logs in. So only the first user can edit files in the mounted share.

Anyone got a clue why this is happening? Seems the mount folders should be changing ownership to the user that is logged in.

View 2 Replies View Related

Server :: Ubuntu 9.10 - How To Create Accounts For Remote Login

Jan 19, 2011

I am kind of new to servers and need to set up a server in the lab (for 4-5 clients). I heard ubuntu has a different server edition. But I already have ubuntu desktop edition so I was wondering if I really have to install a server edition for my limited functionality. If it is not required to install a full blown server and I can do with the one I have, how do I go about creating accounts for remote login?

View 2 Replies View Related

Networking :: Login Multiple Client Pc On Using Via Openvpn Server From That Side?

Nov 24, 2010

How to login multiple client pc on the same network using via openvpn server from client side

View 1 Replies View Related

Ubuntu Networking :: DHCP-Server With Expireable Computer Accounts

Dec 29, 2010

at the moment we're running an isc dhcpd with about 300 clients to serve. Because of inconsequent maintaining i think we have about over 50 dead static client entries in our dhcpd.conf. So we want to change our construct.Our aim is to allow a mac on the dhcp server to get an ip address. If this mac hasn't registered an ip address from the dhcp server for a time more than 90 days, the host entry gets disabled or deleted automatically. I'm searching for such kind of dhcp server configuration for many days. Have you any idea if there is a possibility to implement such a configuration?

View 1 Replies View Related

Ubuntu :: Mail Sync Between Multiple PCs With 8 Accounts

Jul 15, 2010

I've recently purchased a laptop so I've been focusing on getting my data synchronized between my laptop and PC. The problem is as follows, I have 8+ email accounts and I prefer to have them all in 1 single map tree instead of a separate tree for every one of them. This means IMAP is out of the question, so I've been thinking about a few things but I'm not too sure if there's anything out there for some of these things.

Option 1 - Unison Synchronization
Using Unison to synchronize the Thunderbird profiles, problem is Thunderbird can't be running on both machines

Option 2 - IMAP mail hub for all accounts
Somehow turn my server into a mail hub that gets email for all my accounts, and serve them through IMAP somehow, only problem that might be is that reply-to won't send a mail back with the same mail address people mailed to (Don't know that for sure).

Option 3 - POP3 mail hub
Same as option 2 but with a central POP3 hub that will keep all mails forever, should be doable.

Not viable option - Turn off mail deletion on server. This ain't viable because this will either cause some of the mail servers to clog up, especially if I were to only turn deletion on on 1 pc. So it seems the POP3 hub is best, and then just let that delete everything off of the remote servers, is this possible, I've tried setting up a mail daemon before but failed miserably (But will try again if it will make this possible).

View 5 Replies View Related

OpenSUSE :: Sound Using Multiple Accounts

Mar 1, 2010

I've switched off the borg at home 100% (yippee). Wife and kids are now logging on, firing up 2-3 apps (usually FF, songbird and nautilus) and then switching users to allow the other on. This has the unexpected side effect of locking the audio device so the other user cannot use it until they shutdown those apps that have /dev/dsp open in a locked fashion.Is this "normal" behaviour? or is there something I'm missing in the setup?

View 7 Replies View Related

Ubuntu :: Sharing Gnome Password Manager Between Multiple Accounts

May 17, 2010

I use gnome password manager. It stores encrypted passwords in the ~/.gpass directory.I have 2 users, johnny, and audio. My default gpass setup is at /home/johnny/.gpass I've created a group called gpassusers and added johnny and audio. I chgrp'd /home/johnny/.gpass to gpassusers. I chmod'd /home/johnny/.gpass 770 (to give group access) I then created a symlink as follows

Code:

ln -s /home/johnny/.gpass /home/audio/.gpass

when I try to cd into /home/audio/.gpass I get

Code:

audio@picard:~$ cd .gpass
bash: cd: .gpass: Permission denied

for sanity's sake, here's the ls of johnny's home directory

Code:

drwxrwx--- 2 johnny gpassusers 4096 2010-05-17 19:34 .gpass

and here's the ls of audio's home directory

Code:

lrwxrwxrwx 1 audio audio 19 2010-05-17 19:34 .gpass -> /home/johnny/.gpass

and just to verify groups are set up properly

Code:

audio@picard:~$ groups audio
audio : audio adm dialout fax cdrom floppy tape dip video plugdev fuse admin gpassusers
audio@picard:~$ groups johnny

[code]....

View 5 Replies View Related

Ubuntu :: Set Up Password-less SSH Login Between Multiple Instances On Server?

Jun 30, 2010

i'm trying to set up password-less SSH login between multiple instances on my server. My goal is to be able to monitor all instances, whether I created them or not, with Zenoss.

Current setup: 3 machines

A: Zenoss host- owned by me, Access via putty with my keypair
B: instance- owned by me, access via putty with my keypair
C: instance- owned by teammate, access via putty with their keypair

I'm able to set up password-less SSH login between the instances I have created (A to B), however, I cannot between my Zenoss monitoring instance and any instances not created by me(A to C). Whenever I try to copy the id_rsa.pub file to these instances, I keep getting a Permission denied(public key) error. I believe the problem is that I have log in to my instances using my keypair but must use the the other instances creator's keypair to access their instances.

View 1 Replies View Related

Debian Multimedia :: Multiple Dropbox Accounts On One Computer?

Nov 3, 2010

Have nautilus -dropbox from this page : dropbox-deb-amd64-package/.Trying to run multiple dropbox accounts on one computer, see :multiple-dropbox-instances-in-same-time.html.When I run HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i I

get : ~$ HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i
Starting Dropbox...No protocol specified
/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display

[code]....

View 1 Replies View Related

Software :: PHP Imap Client Which Supports Multiple Accounts?

Nov 23, 2010

I am looking for a PHP based IMPA client with these requirements:

- User accounts (not same as imap email accounts)

- Each user can add multiple IMAP emails to his account and check/use them.

Is there any solution for my requirements. I checked Squirrelmail and roundcube but I am not sure they can do this.

Otherwise I will need to either develop a system from scratch or modify an existing one to do my job. I hesitate to develop myself as it will take months if not years to make it stable and bug free.

View 1 Replies View Related

General :: SSH Without Password For Multiple Server Login?

Jul 28, 2011

I use to ssh to different machines in my office. Every time it asks me for password. How do i prevent ssh from asking password every time or is there any way of exporting password every time i login to different machine.?

View 8 Replies View Related

Ubuntu :: Chat Accounts Don't Login After Reboot

Apr 30, 2010

I setup my chat accounts in this new social business, but after a reboot, even though the accounts are checked 'enabled, they did not sign on automatically. I can't fathom that this is expected behaviour. Is anyone else having this problem? Try logging out then logging in.

View 6 Replies View Related

Ubuntu :: No User Accounts / Way To Login Under Root Account

Jan 6, 2010

I recently made a computer for someone who decided to get a new one instead.. so i thought i'd make a server out of it lk i had it before. so i deleted their account (while on their account) and made me an account.. but now when i try to login to my account it's.. not there? such as when i type my username and pass it says i entered an invalid user/pass. any idea how i can get my user accounts back or atleast logon to this system? i know the root password if there's any way i can login under the root account.

View 8 Replies View Related

Ubuntu Servers :: NIS Accounts Lost Group Memberships On SSH Login?

May 3, 2010

We have a small network consists of 5 servers, providing SSH for several groups of users. We want the users (e.g., me) be able to log in to any of the servers with their own account. So, we define the user accounts in a server that runs NIS service, and configure all the other servers as NIS clients. We also defined several groups for different user groups, so some users belong to several groups. All the user information is populated by NIS. This setup is working in Ubuntu 8.04, AMD64.

Now I upgrade the servers to Ubuntu 10.04 64Bit. The problem is, now if I log in to one of the NIS client servers using SSH, my group membership is lost. However, when I log in directly to the server, the group membership is retained. For example, in the /etc/group file, I defined the user tliu as a number of awww group:

Code:

tliu:x:1004:
agroup:!:2000:tliu,ian,verickson
awww:!:2010:tliu,bstark,verickson

[code]....

View 5 Replies View Related

Fedora :: 15 Machine Accounts Show At Login?

Jun 15, 2011

I recently upgraded my Fedora server from 13 -> 15 and imported all the linux and samba accounts from the old setup. I have the machine operating as a domain server for my network using samba and tbm files for storing user info for samba. I now have all the machine accounts (machine$) show up at the login screen after startup as well as the user accounts. How can I hide these machine accounts like before?

View 10 Replies View Related

OpenSUSE Install :: NOT To Show All User Accounts At Login

Dec 25, 2009

I'm using Gnome as my desktop in openSuSE 11.2. How do I set my login so that all users are not shown?

View 3 Replies View Related

Security :: Lock User Accounts After Too Many Login Failures?

Jun 8, 2010

I am trying to disable accounts after 5 unsuccessful login attempts. I am following the guidelines in this article:

[URL]

This is on an Oracle Enterprise 5.4 box, which is essentially RHEL 5.4 Here is what my /etc/pam.d/system-auth looks like:

--------
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.

[code]....

Unfortunately, the account does not seem to be locked or disabled. As root, runninng 'su test2 -c <some-command>' always sucessfully runs <some-command>, and leaves the failed attempt count at 6. /etc/shadow does not have an * or ! anywhere in the encrypted password for the 'test1' user.

What am I doing wrong? I thought that with the max attempts set to 0 in faillog, that the deny= parameter would be used. I thought I should be using su <user> -c <command> from the root account to test if the disable feature is working.

View 1 Replies View Related

Ubuntu :: Mozilla 3.6.6 - Logging Into GoDaddy Account Keeps Displaying The Login Screen And Not My Accounts Page

Sep 7, 2010

Since I have upgraded to Lucid (and thus to Mozilla 3.6.6), I am experiencing a bunch of annoyances with Mozilla.

1) logging into my GoDaddy account keeps displaying the login screen and not my accounts page (yes, I checked the password)
2) creating an account in bugzilla resulted in an "Invalid OpenID transaction" error message instead of a confirmation page
3) the [URL] page popped up a parser error instead of the website.

Midori and Mozilla 3.0.8 work just fine. Does anybody else have problems with mozilla 3.6.6 and above?

View 3 Replies View Related

Ubuntu Networking :: Active FTP With Nautilus / Connect To Server?

Jul 16, 2010

I need to connect to an FTP server that only accepts active FTP connections. (In Windows, I have to uncheck the "use passive FTP" option in Folder Options in order to connect) Is there a way to do this with Ubuntu's Connect to Server system/Nautilus? I would like to be able to interact with the files as if they were local, as I can on other FTPs and on Windows.

View 3 Replies View Related

Ubuntu Networking :: Nautilus Connect To Server - FTP Anonymous User

Jan 20, 2010

I'm trying to use Nautilus's connect to server to connect to an ftp server, but I'm having a problem. The username on the ftp server is "anonymous", but it requires a password. When Nautilus sees "anonymous" as the username it assumes it's dealing with a public ftp server and doesn't prompt for a password, and then, of course, I fail to connect.

I've tried modifying the .gtk-bookmarks file to account for this, but this leads to another problem. The password opens with a / and for whatever reason, this leads to Nautilus popping up an error: "Could not connect to ftp://anonymous:0/[rest of password]@[server]". It's adding a "0" to the beginning of my password for some reason. Is there any way to fix this without changing the password?

View 2 Replies View Related

Ubuntu :: Multiple Partitions Shown In Nautilus?

Jan 4, 2010

For two of my partitions on sda (they are NTFS parts) I have configured them via the NTFS Configuration Tool to mount at boot. This is OK - I can see them in Places, Computer; they are listed together with the mounted icon to the right. However, there is also two other partitions listed - that are not shown as mounted - with the same label name. (I can also see these duplicate parts listed if I click on Places ad look down at the various devices attached under Computer). If I right click on these unmounted parts I see there is a greyed out option to Remove. How do I remove these duplicate partitions?

View 1 Replies View Related

Ubuntu Servers :: FTP-Server Accounts Storeable In MySQL Server?

Mar 2, 2010

I've just made my old, dusty computer into an Ubuntu Server. So far, i have installed a well functioned LAMP server, to host my Website. I have also installed a FTP-Server (proftpd) and i was wondering if i could manage my FTP accounts in MySQL so i could make an account creation page for it? If yes, how?

View 2 Replies View Related

Networking :: Server On Multiple VLANs Server Not Responding To Pings From Non-local Subnets?

Jul 14, 2010

I've got a machine running Ubuntu Server that is on several VLANs. Each VLAN has its own subnet and the server has an address on each subnet. The switches are set to allow tagged traffic to the server for each VLAN that it is on. Switch ports ending with workstations are given untagged ports on whatever VLAN is appropriate. Workstations are given addresses on a subnet for each VLAN via DHCP. All this works great and hosts on any subnet/VLAN can access the server as normal via its address on that subnet/VLAN.

Accessing the machine by its address on a non-local subnet is where I run into a problem. Inter-subnet traffic has to go through a router, which has been set up appropriately. Running tcpdump on the server and pinging it from a workstation on a subnet, using its address on a different subnet, shows the server receives the ping, but sends no response:

Code:
sudo tcpdump -i vlan4 -n
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode

[code]...

View 8 Replies View Related

Software :: Web-based Email For Multiple Email Accounts?

Apr 11, 2010

I was wondering if there's some web-based email application (like Zimbra) or perhaps gmail can do it I'm not sure that can handle both receiving and sending of mail from multiple email accounts.I have about 4 different email accounts with various different domains and would like to have one platform which has an inbox for each account and from which I can send mail from any of the accounts

View 1 Replies View Related

OpenSUSE :: Nautilus - Multiple Windows On KDE After Dropbox Install

Apr 10, 2011

Since I installed Dropbox every time I insert a usb device nautilus opens a bunch of identical windows. I think my records i 12 so far. All with the error
DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending
I cannot eject the device via dolphin or erase anything via dolphin.

View 9 Replies View Related

Server :: How To Make MS Sever As One Of User Accounts Of Server?

Jul 15, 2010

I've been tried to be system admin, programmer, network admin, or network engineer. So, I've been studying this and that... what so ever struggling to find my talent. Back in 2007-2008, I was MS server admin/comm tech. I saw a building running MS server for user computers and Red Hat 9 as a main system server. MS sever was a just one of the user accounts of Linux server. When I log in to Linux, I could see log menu to access MS server. How could somebody make this creative thing?I'm now a Network engineer because working with CISCO router and switch is easier than working as programmer or server admin. I've studied Oracle 10 and VMWARE also but there are ceasless stuffs that I need to study... For now, in regards of my limited brain power, network engineer is proper for me.

View 1 Replies View Related

Server :: Setting Up Server With Shell Accounts

Mar 31, 2011

How do i configure the system and user accounts so that the users can't access each others directories, delete system files, install packages etc.I know i am probably going to need tools like chmod mkdir useradd.But i can't figure out how.If you know a good tutorial, please point me in that direction.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved