required packages for sharing files over a network

Asked by mr. l

I have two Linux Ubuntu 10.4 systems networked together, when I try to access one or the other I get a password screen.
I have not setup up any passwords, I've went to "personal file sharing preferences" and the "share files over the network" is telling me I dont have the the required packages installed.
What are the required packages I need?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-user-share Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vitaliy Kulikov (slonua) said :
#1

U need Samba OR SSH.
For easy-use and sharing by nautilus, it's ok to use Samba.

When you try to share folder in 1st time, nautilus will ask system to install all required packages.
In any case you can install those manually.

$ sudo apt-get install samba

Revision history for this message
mr. l (larbear1234) said :
#2

$: command not found
this is what i get when trying what you suggested

________________________________
From: Vitaliy Kulikov <email address hidden>
To: <email address hidden>
Sent: Thu, May 13, 2010 5:54:14 AM
Subject: Re: [Question #110852]: required packages for sharing files over a network

Your question #110852 on Ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+question/110852

    Status: Open => Answered

Vitaliy Kulikov proposed the following answer:
U need Samba OR SSH.
For easy-use and sharing by nautilus, it's ok to use Samba.

When you try to share folder in 1st time, nautilus will ask system to install all required packages.
In any case you can install those manually.

$ sudo apt-get install samba

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.edge.launchpad.net/ubuntu/+question/110852/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.edge.launchpad.net/ubuntu/+question/110852

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
mr. l (larbear1234) said :
#3

yeah there is a problem so what do you think?

________________________________
From: mr. l <email address hidden>
To: <email address hidden>
Sent: Fri, May 14, 2010 4:27:20 AM
Subject: Re: [Question #110852]: required packages for sharing files over a network

Your question #110852 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/110852

    Status: Answered => Open

You are still having a problem:
$: command not found
this is what i get when trying what you suggested

________________________________
From: Vitaliy Kulikov <email address hidden>
To: <email address hidden>
Sent: Thu, May 13, 2010 5:54:14 AM
Subject: Re: [Question #110852]: required packages for sharing files over a network

Your question #110852 on Ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+question/110852

    Status: Open => Answered

Vitaliy Kulikov proposed the following answer:
U need Samba OR SSH.
For easy-use and sharing by nautilus, it's ok to use Samba.

When you try to share folder in 1st time, nautilus will ask system to install all required packages.
In any case you can install those manually.

$ sudo apt-get install samba

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.edge.launchpad.net/ubuntu/+question/110852/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.edge.launchpad.net/ubuntu/+question/110852

You received this question notification because you are a direct
subscriber of the question.

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Vitaliy Kulikov (slonua) said :
#4

strange ... could u try

$ sudo aptitude install samba

also, try without 'sudo' .. just for check

Revision history for this message
mr. l (larbear1234) said :
#5

Nope , same thing how ever I do have some of Samba packs installed but not the right ones for what I want to do :(

________________________________
From: Vitaliy Kulikov <email address hidden>
To: <email address hidden>
Sent: Fri, May 14, 2010 6:48:25 AM
Subject: Re: [Question #110852]: required packages for sharing files over a network

Your question #110852 on Ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+question/110852

    Status: Open => Needs information

Vitaliy Kulikov requested for more information:
strange ... could u try

$ sudo aptitude install samba

also, try without 'sudo' .. just for check

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.edge.launchpad.net/ubuntu/+question/110852

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

On both Ubuntu 9.10 pc

To install or verify if samba is installed please open a terminal from Applications→Accessories→Terminal and type the commands below:

sudo apt-get update

give your user password when asked and then press enter (you will not see any screen chars when you type the password)

Then type:

sudo apt-get dist-upgrade
sudo apt-get install samba

Then use nautilus menu Places→Home folder to share the desired directory or System→Administration→Printing to share a printer

Hope this helps
Hope this helps

Revision history for this message
Dennis R VanMeter (drvcycle) said :
#7

The "Personal File Sharing" function in Ubuntu is provided by the package gnome-user-share. In order to allow sharing your Public folder over the network, you will need to install two additional packages (I'm not sure why they are not installed by default!) The packages are apache2.2-bin and libapache2-mod-dnssd. You can install these packages with the following commands:

sudo apt-get install apache2.2-bin
sudo apt-get install libapache2-mod-dnssd

Can you help with this problem?

Provide an answer of your own, or ask mr. l for more information if necessary.

To post a message you must log in.