Ubuntu Networking :: Samba Will Not Install?

Apr 4, 2010

After upgrading to 9.10 when ever a samba dependent upgrade is attempted through the update manager the process hangs up at "configuring samba".I REMOVED samba, samba-common, winbind, etc.I tried-

$ sudo apt-get purge samba
$ sudo dpkg --configure -a
$ sudo apt-get install -f
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install samba

[Code]....

View 2 Replies


ADVERTISEMENT

Ubuntu :: How To Install The Samba - Root@Jason-Lin:/# Apt-get Install Samba

May 14, 2011

This is what I get:

Code:

root@Jason-Lin:/# apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

This is a fresh 11.04 install. I grabbed a couple of the basics (alternate browsers, media players, etcetera) but other than that I haven't made any modifications or installed any strange packages.

Code:

root@Jason-Lin:/# uname -a
Linux Jason-Lin 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux

View 5 Replies View Related

Networking :: How To Install Samba From Source

Aug 26, 2010

i keep reading the readme file and when i execute

Code:
#smb -v
or

[code]....

View 3 Replies View Related

Networking :: When Logon On Samba Domain The Windows XP Does Not Load Profiles From Samba?

Jan 3, 2011

I have update my linux server from mandriva 9 to mandriva 2010

I was working using samba 2.2.8 and now I have samba 3.5.3.I have transfer all passwd and smbpasswd to new linux.I have convert smbpasswd to tdbsam

when i am using win xp to logon on samba domain the windows XP does not load profiles from samba. I think that the problem is NTUSER.DAT storing in /home/user/profile

The same profile is working using samba 2.2.8 but not working in samba 3.5.3..

View 1 Replies View Related

Networking :: Samba Shared Printer: Install The Driver In A Windows Host?

Oct 20, 2010

I have found that there are certain things on the web that I need to print, that simply refuse to work under linux. I have a samba printer server on one of my Slackware boxes and an M$ XP vm under Vbox that can access the server and see the printer. The only problem that I have is that it expects to download a driver from the server which isn't available and the HP driver installer won't install if it doesn't detect the printer. Short of relocating the printer to install the driver, does anyone know how to get the driver installed on the XP host? This is so much easier with my Slack boxes and CUPS!

View 2 Replies View Related

Fedora Networking :: Unknown Samba Password - Use Samba For File Sharing Like On A Windows Home Network

Jul 17, 2010

I want to use samba for file sharing like on a Windows home network. Actually they are all Linux machines but nfs is too complicated. On my host machine I installed samba and system-config-samba. I created a new share for /home, check marked writable and visible and put access to everybody. For preferences-->server settings--> security the "authentication mode" is set to user, encrypt passwords is no, and guest account is no guest account. Under preferences-->samba users I added myself as a user with the same windows user name as my Linux user name and the same password.

My client is a virtualbox fedora (used for testing purposes but actual clients will be real computers on my home network). I entered the address smb://192.168.1.184. When asked for the user name and password I put my regular user name and password since that was what I set in samba users. However, the password dialog keeps coming up and won't let met into my own computer. If I quit it says something like access is denied. How can I get my home network back? I liked this feature when my home computers ran XP but I switched them to Fedora 12.

View 2 Replies View Related

Networking :: Samba Configuration - Cannot Mount Samba Share

Apr 26, 2011

Start>Run>\192.168.0.1storage gives me "The specified network password is not correct." It lists my domain as "ANTEC" which is the name of my computer, though I've changed the workgroup to WELLS. I've run:

setsebool -P samba_domain_controller on

Trying to connect to samba locally gives me this:

Code:

[tedward@hp-firegate ~]$ smbclient //192.168.0.1/storage -Utedafur
Password:
session setup failed: NT_STATUS_LOGON_FAILURE

[code]....

View 6 Replies View Related

Ubuntu Networking :: Samba And Windows Networking - Read / Write Access To All Folders Contents From Both Machines

Mar 9, 2011

Ive managed to install samba, I've shared a folder. I can access from a Windows 7 machine via \ubuntupublic. I can put files in the folder form the ubuntu machine and edit them on the windows box. I can put files in the folder/share from the Windows box but then I cannot edit them on the Ubuntu machine (they are read only and have a "Lock" over them). I can fix this by going to the properties of the file/folder in Windows and manually assigning "Everybody" full control (then the lock disappears and all is well.) I want read/write access to all the folders contents from both machines all the time (security is NOT a concern I WANT the permissions wide open) what am I doing wrong?

View 7 Replies View Related

Ubuntu Servers :: How To Install Samba 3.4.5 On 8.04

Feb 16, 2010

i have ubuntu server 8.04 witch preinstalled samba 3.0.28. I like to install from repositories samba 3.4.5.

View 3 Replies View Related

Ubuntu :: Unable To Install Samba?

Mar 3, 2010

While installing samba i get the following error..How to fix it??

Code:
karthick@Learners-desktop:~$ sudo apt-get install samba smbfs
Reading package lists... Done
Building dependency tree

[Code]....

View 2 Replies View Related

Ubuntu Networking :: How To Samba Share

Feb 15, 2010

I have karmic on my laptop, and I can't access my windows network. I have had previous versions of ubuntu and managed to configure samba. However, since my last reinstall, I can't get it to work.

View 7 Replies View Related

Ubuntu Networking :: Samba Is Pissing The **** Off?

Mar 8, 2010

Alright, I've been trying to configure samba to let me log into my god damn password protected share for HOURS now, and the stupid friggin thing keeps insisting my password is wrong!Here is my configuration file with the share causing trouble. Anything removed is default crap that comes in every smb.conf file:

Code:
#======================= Global Settings =======================
[global]

[code]....

View 5 Replies View Related

Ubuntu Networking :: Samba And Nfs Can't See Other Computers?

May 3, 2010

I have a small home network. Computers A and B are both running Kubuntu Lucid. Computer A has an external USB hard drive attached, partitioned ext3 and mounted to a folder in computer A's home folder. Computer C is running Vista. I installed Samba, and computer C can access all the files on both computers A and B. But using Samba, computers A and B can't see each other OR computer C. That's not really important to me, but they can't

So I installed NFS and got computers A and B talking that way. I like NFS better. It's faster than Samba. BUT, computer B can't access computer A's USB drive, and I need it to do that. When I'm using computer B and I click on the folder the drive is mounted to, the file manager just shows the folder as empty.

View 1 Replies View Related

Ubuntu Networking :: How To Uninstall The Samba

Jul 27, 2010

I installed 9.04 last fall on my computer (switching from Win XP). I wanted to make sure that it would work for the 2-PC LAN I share with my wife, so I left XP on her machine and set up samba. It worked adequately until I switched her over to 9.04 a few months ago, and I tinkered with it and also tried to install nfs, but without any luck.

Recently I decided to try again, so I started with nfs (as recommended for Ubuntu-only networks and spent several days trying to get it going, with no luck. The last few days I've been trying to get samba going, again with no luck. (I've spent hours and hours on sites offering help with nfs and samba, googling them and searching this forum, trying different tweaks to smb.conf, etc. I've made some progress -- and learned a lot about linux, but....)

So, I am convinced that if I can clean out everything samba (and maybe nfs?), and start over, I just might be able to get back to some productive work.I've been learning a bit about using the terminal, but it would be very helpful to know the exact commands to use (I had to google "foo" today to understand what a site was trying to convey with a sample command.)

View 5 Replies View Related

Ubuntu Networking :: Keep Having To Restart Samba?

Oct 25, 2010

a few times a day I have to run sudo service smbd restart on my primary server to get samba working again.y working i mean being able to see the server in the workgroup and being able to type smb://phoenix/ and have a result. please help me troubleshoot this.env: server: 10.10 x64, clients: 10.10 32 & 64, 10.04, winxp all affected the same waylast time it occurred within 2 hours after a reboot. here's the config. I've been commenting out lines that I wasn't sure of in an attempt to troubleshoot this.

Code:
1 [global]
2 ; General server settings

[code]....

View 2 Replies View Related

Ubuntu Networking :: Asking Samba For Permission?

Dec 24, 2010

I've been trying to set up a media server using Ubuntu server, following the instructions from [URL]. I am trying to access the server from a windows 7 pro laptop. I can see my media server on the network. I can see the folder vol1 which I want to access, but when I double click on it, I am given an error message saying it is not accessible and I don't have permission to access it. I can access the server using webmin, and I can access its terminal with putty. I just don't know what settings to tweak.

View 1 Replies View Related

Ubuntu :: How To Do Networking Using SAMBA For Lubuntu 10.04

Jan 31, 2011

How to do networking using SAMBA for Lubuntu

View 1 Replies View Related

Ubuntu Networking :: How To Get The Samba Configuration

Feb 10, 2011

My smb.conf is given below

Code:

[global]
workgroup = WORKGROUP
netbios name = PIRATEBAY
wins support = yes
server string = %h server (Samba %v)

[code]...

Though others could easily access my shares in a passwordless way, I am being aksed for password when I try to access their shares. They are running windows machines. I could easily access their shres without password from my windows setup.

View 1 Replies View Related

Ubuntu Networking :: Samba OS X Windows XP?

Mar 17, 2011

I have a problem connecting my OS X and Windows XP machines to an external drive that is attached via USB to my Ubuntu 10 server. I am running Samba and I believe that my config file (shown below) is appropriate.

Both the Mac and XP machines can see the server and can access a shared folder on the hard drive of the server machine. Both the Mac and XP machines can see the external drive listed in Finder (Mac) and Network (XP). However, when either machine attempts to access the contents of the drive, I get the following error messages:

Windows XP Machine [NAME OF EXTERNAL DRIVE] is not accessible. You might not have permissions to use this network resource. Contact the administrator of this server to find out if you have access permissions.

[Code]...

View 1 Replies View Related

Ubuntu :: Networking Between Samba And Win7?

Jun 19, 2011

i got 2 pc's on the same network, one runs linux ubuntu and the other win7 64bits. I installed samba for ubuntu since it seems to be the way to go to share folders and printers between linux and windows. Now I can see the folders on windows7 from linux but I cant see my linux machine on windows7.

View 2 Replies View Related

Ubuntu Servers :: Set 8.04 To Use The 9.10 Repositories And Use Apt-get To Install Samba 3.4.0 From Them?

Feb 25, 2010

I am running Ubuntu 8.04 LTS as my Samba/LDAP PDC on my network. Unfortunately, I need to get a newer version of samba than the current repositories for 8.04 provide. I need the Samba 3.4.0 that has been updated for Ubuntu 8.10 to allow Windows 7 to join domain as outlined here (I am currently running 3.0.28a I think). Is there a way to set 8.04 to use the 9.10 repositories and use apt-get to install samba 3.4.0 from them?

View 3 Replies View Related

Ubuntu Installation :: How To Install Samba Service ?

Aug 20, 2010

How to install samba on ubuntu.

View 1 Replies View Related

Ubuntu Networking :: Samba Folders Dissappearing?

Jan 3, 2010

I keep having failures with samba mainly that each day the /var/run/samba folder seems to dissapear so Samba doesn't start, normally I can just add the folder back and samba will start and work ok but today it fails.Does anyone know why this folder may just dissapear and if there is something I can do to get Samba working?

View 7 Replies View Related

Ubuntu Networking :: Can't Connect To Samba Share

Mar 4, 2010

I am running Jaunty 9.0.4. I used system-config-samba (gui) to configure Samba. I put myself as a user and tried to map the drive from my local PC. I am unable to map the drive. On windows, I try to connect using a different user and when I select finish, it prompts me again and adds my workgroup before my user name.

View 8 Replies View Related

Ubuntu Networking :: Configuring Samba To Access A NAS?

Mar 4, 2010

I'm having problems in accessing a storage device (NAS 200 Linksys) in a network via Ubuntu. I think the problem is with the configuration of Samba.

On my computer the login and password are the same in Ubuntu (9.04), samba and Win XP.

Under windows I view the device in the network and, when I click on its icon, a window opens with the directories that have access.

Under Ubuntu, I can see all the computers in my workgroup and the device. However when I click on its icon only a blank window is opened.

I share printers without problems.

In my settings for the samba security = user.

Does anyone know if there is any configuration that allows access to the NAS?

View 2 Replies View Related

Ubuntu Networking :: Samba Can't Access Windows 7?

Apr 26, 2010

I installed samba (in Ubuntu 9.10) and I can access shared files in Ubuntu from Windows 7 but when I try to access W7 files from ubuntu: Places>Network, it prompts me Username,Domain, Password. I tried Username = W7 usernameDomain=my workgroup (MSHOME)Password=W7 login passwordbut it prompts me same thing again...checked some other related threads but couldn't get any luck.

View 4 Replies View Related

Ubuntu Networking :: Both NFS And Samba On The File Server?

Apr 29, 2010

I have in my home 3 pc's 2 of them ubuntu, 1 windows/ubuntu. I have a NAS (mybook WD) that I'm going to hack to install a linux OS on it, to take advantage of some benefits. I'll need access from windows networks. I've read there are many benefits of NFS over Samba, with the inconvinient that it cannot be access by windows. Is it a good idea to have both NFS and samba on the file server?

View 1 Replies View Related

Ubuntu Networking :: /etc/samba/smb.conf Not Found?

Apr 30, 2010

I'm running ubuntu 10.04 and I need to set up samba. I haven't used samba since ubuntu 8.10 and I don't know if there have been changes that I'm not aware of. I remember it being a simple process that started with editing the configuration file, but I keep getting this message:

Code:
/etc/samba/smb.conf': No such file or directory

Am I missing something? Has the configuration file changed names?

View 5 Replies View Related

Ubuntu Networking :: 10.04 Can't See Shares On 9.10 Samba Server?

May 10, 2010

I have an Ubuntu 9.10 Samba file server. I have set up Ubuntu 10.04 netbook remix in a home network which also has Windows XP home and Vista computers already present in the network. The XP and Vista machines have no problem accessing the file shares.

The server is running mhddfs with FlexRaid. The security is set to share level access. I have a hosts allow line in the smb.conf file to permit access to certain IP addresses and have added the 10.04 netbook remix IP address to this hosts allow line.

I cannot access shares from the 10.04netbook remix machine if the hosts allow line is active, but have no problem from the windows machines. If i comment out the hosts allow line, all machines can access the share, including the netbook remix machine. I am fairly new to Linux and would appreciate any help in solving this problem.

View 1 Replies View Related

Ubuntu Networking :: Making Samba To Work On 10.04 LTS?

May 17, 2010

Just installed the new version of Ubuntu and having problems. My Dell Vostro works fine and the he Internet also works fine after giving the machine the router pass-phrase however the Windows 7 network showing but I cannot open it. the 2 daemons for Samba are running ok and I am just na bit stumped with this one.

View 1 Replies View Related







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