Ubuntu Networking :: Trying To Turn On Samba Debugging?

Aug 20, 2011

im having problems with 1 mount from several shared, AFAIK identically from windows Vista Home

Quote:
root@server2:~# mount.cifs -v //gaia/thunderbirdMail /mnt/gaia -o user=guest,password='',domain=WORKGROUP, debug=8
mount.cifs kernel mount options: ip=192.168.2.6,unc=\gaia hunderbirdMail,,ver=1,u ser=guest,domain=WORKGROUP,pass=********
mount error(13): Permission denied

[Code]...

View 1 Replies


ADVERTISEMENT

Programming :: Effective Debugging Or Improving Ones Debugging Skills ?

May 21, 2009

Does anyone know how can one improve his debugging skills or how can one narrow down the problem and try to get to the solution ASAP.Or rather how once should approach a problem.I know this is a bit vague question but I want to know how you people approach?

View 3 Replies View Related

Slackware :: Turn Off Netbios In Samba?

Apr 6, 2011

If you're running samba server on your Slackware box on a windows network / domain, and you don't want it showing up on the windows computers network neighborhood browser, there's a couple of things you have to do. First, add the line:

disable netbios = yes to the global section of smb.conf. This didn't work for me so I also figured out the next step:

Second, edit the rc.samba script and remove the references to starting or restarting nmbd.

In this line: if [ -x /usr/sbin/smbd -a -x /usr/sbin/nmbd -a -r /etc/samba/smb.conf ]; then

Remove the reference to nmbd (underlined above) so it looks like this:

if [ -x /usr/sbin/smbd -a -r /etc/samba/smb.conf ]; then

Then comment out with a # this part: #echo " /usr/sbin/nmbd -D" # /usr/sbin/nmbd -D

and add a comment # mark here (right before nmbd)

samba_stop() {
killall smbd # nmbd

underlined above, then restart samba or reboot. The first step may not be necessary if you make the changes to rc.samba but I did both and that took care of it.

View 8 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

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

General :: HPLIP - When Turn Off The PC And Turn It On Again The Printer Does NOT Work

Nov 4, 2009

I have Ubuntu 9.04, and a HP laserjet 1018 printer.

I install the printer using:

And when it ask me about plugin I give the path to it. (the 3.9.2 version of the plugin, because Ubuntu 9.04 has the 3.9.2 version of hplip)

well I install the printer, everything works perfectly.....but, when I turn off the PC, and turn it on again, the printer does NOT work!, I send work for being printed but mothing happens , Ubuntu tells me that the job was printed but ... no case, my printer does not print it.

I have to install it again since cero. what can I don to stop install it every time I turn off the computer ?

View 1 Replies View Related

Ubuntu Networking :: How To Turn On / Off Wi-Fi?

Oct 27, 2010

Wi-fi adapter is switched-off only in Windows or BIOS, and there is nothing built-in NetworkManager not able to do, put the different eee applets - not a solution either. It is worth Netbook Remix 10.10, asus eee 1001ha. All other shortcuts work fine (sorry for my english)

View 1 Replies View Related

Ubuntu Networking :: Turn An Old PC Into A File Server?

Jan 5, 2010

I have this old PC that I want to turn into a File Server. I want to use my laptop as the MAIN computer that will access the File Server (Old PC).

View 9 Replies View Related

Ubuntu Networking :: Can't Get The Wifi Button To Turn On?

Feb 22, 2010

i have an hp zv 6000 laptop. I cant get the wifi button to turn on. It sees the card has drivers loaded but because the quicklaunch will not function i cant get the thing to turn on. is there a way to force the hardware on by bypassing the buttons. Some of the button do work though. the music button brings up the media player.

My system is a dual boot with xp. buttons work with xp. wlan on in bios. if windows is not running i cant make the button work. just so you know i am kinda a noob at ubuntu. used to run redhat back in compsci days. been a while.

[Code]...

View 3 Replies View Related

Ubuntu Networking :: Can't Turn Laptop's Wireless On

May 5, 2010

I installed Kubuntu 10.04 on my laptop (HP Pavilion dv5-1010) and the networking was working fine for the most part, but then not sure what happened, the screen just kinda went blank so I restarted the laptop, and now the wireless won't turn on. There's a button on the laptop to turn it on and off, but I can't seem to get that to function in Linux. I'm assuming it's just a simple matter of getting the wireless to switch back on again, unfortunately I can't figure out how to do that .

Edit: I've tried to whole booting into windows and turning the wireless on there, and before that's worked, but it doesn't seem to be working this time around.

View 3 Replies View Related

Ubuntu Networking :: Fn F3 Not Working To Turn On Wireless?

Aug 4, 2010

Ubuntu 10.4 LTS as a Live CD (intend to dual boot later, testing for now.) Laptop : Acer Aspire 5251-1513 Wireless card: Atheros AR928X PCI-Express

To turn this on in Windows, I have to do Fn F3. But it does not work in Ubuntu. Most of the other Fn keys work, sound, screen, brightness. Found some relative info, but nothing that might be certain

Now, I know there are some issues with that Artheros card, but I think i need to first get it activated.

View 6 Replies View Related

Ubuntu Networking :: Can't Turn On Wireless Card

Aug 13, 2010

I am having issues trying to turn on my wireless card. I have tried to use the ifconfig command to do so, but it gave me an error.

Code:
@ubuntu-laptop:~$ sudo ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132
This is what I get when I type iwconfig

[Code].....

View 9 Replies View Related

Ubuntu Networking :: Remote Turn Off Of Windows?

Sep 11, 2010

I am writing a script that is goin to have my server to a automated backup of windows. I have it so it will wake the machine windows machine up and do a sync with the specified files. However I need the server to be able to shut the windows machine down.

I found this guide: [URL]

And they say to use this command:

Code:
"net rpc SHUTDOWN -C "some comment here" -f -I x.x.x.x -U user_name%password"

However when i try it I get this error

Code:
Could not connect to server 127.0.0.1
Connection failed: NT_STATUS_CONNECTION_REFUSED

View 3 Replies View Related

Ubuntu Networking :: Switch To Turn Wifi Off And On?

Nov 9, 2010

how to make wifi work. I'm looking for a way to turn it off to save battery life. Aspire One D255, Fn F3 toggles wifi off and on, with an indicator light and, in Win 7, an on-screen indicator. Fn F3 doesn't work in Ubuntu, and there are times I'd like to turn the wifi off. Is there a command to do this?

View 4 Replies View Related

Ubuntu Networking :: How To Permanently Turn Off WiFi

Dec 16, 2010

I would like to turn off permanently wifi on my ubuntu 10.10 64bit.

- I know of right click on networking icon, but I need to do it every time system starts. - I also know of "ifconfig wlan0 down" but this again need to be done every time.

What should I do do turn it off permanently (disable) ???

View 9 Replies View Related

Ubuntu Networking :: Wireless Card Will Not Turn On

Jan 10, 2011

I have an HP Compaq 6735s with a Broadcom 802.11 a/b/g draft-n wireless card that I've been running 9.10 (the karmic koala one I think it was called) on for the past 7 or 8 months (been running Ubuntu in general for the last couple years). The card won't turn on--the indicator light is always orange, not blue as it should be. I thought it might be a hardware problem so I took it to a shop, but they tested it several times and said the card was fine and that upgrading my software should solve the problem.

I just upgraded it to the 10.10 distro (usually a friend did my upgrades for me but alas that's no longer an option) but that has not fixed it. I thought to try and re-download the Broadcom drivers on a different computer, then transfer them to my laptop, but when I did that and tried to open the .exe file, a message popped up saying the file was no good. (Can you tell I'm not a computer pro yet? Haha) Any idea how I could fix this or what the problem might be? I'm really frustrated as it's been an issue for the last six months, plus this is my only computer and I need it to function fully for purposes of finding a job, etc. If I could I'd just buy a different computer at this point (really disappointed with HP laptops in general) but sadly that's not an option. I'm to the point where I'd consider running Windows again just to make the damn thing work.

View 3 Replies View Related

Ubuntu Networking :: Switch To Turn Wifi Off And On

Apr 2, 2011

I searched for this, and all I saw was advice on how to make wifi work. Mine works just fine, I'm looking for a way to turn it off to save battery life. Here's what I mean. Aspire One D255, Fn F3 toggles wifi off and on, with an indicator light and, in Win 7, an on-screen indicator. Fn F3 doesn't work in Ubuntu, and there are times I'd like to turn the wifi off. Is there a command to do this? Or maybe something in the menus that I'm missing?

View 5 Replies View Related

Ubuntu Networking :: Turn Off Notification Of Low Signal Gsm In KDE?

Apr 15, 2011

How do I disable the notice about the low level signal gsm in KDE. Appear almost every second.

View 1 Replies View Related

Ubuntu Networking :: Broadcom BCM4312 Does Not Turn On?

Jun 11, 2011

Last night I turned off my Wireless Card Broadcom BCM4312 via button. Today I can't turn it on... any help?

More Info: System: Ubuntu 11.04 (same thing happened in 10.11 so I upgraded and it fixed itself) Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

View 9 Replies View Related

Ubuntu :: Debugging SSH Connection With Public Key?

Nov 9, 2010

I am trying to debug a problem where I can't connect to a remote SSH server. I do not have admin rights on the box, however I have a valid account and can login fine with a password, I just wanted to use my public key instead.

I copied over my ~/.ssh/id_rsa.pub to the remote server to ~/.ssh/authorized_keys. I tried to connect to the server but it is not allowing me to authenticate when I ask it to use public keys instead of passwords.

Code:
ryan@TehLaptop:~$ ssh -v -o PreferredAuthentications=publickey ryan@unix.xxxxxxx.xxx
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to unix.xxxxx.xxx [xxx.xxx.xxx.xxx] port 22.

[Code].....

View 8 Replies View Related

Ubuntu :: Android Debugging All Screwed Up

Dec 3, 2010

This hasn't happened to me before, but I develop for the Android platform and (perhaps needless to say) I really need to be able to debug on a real device. On past installs, my device was recognized automatically and debugging was as easy as checking "debug" in the Android's settings, but now (after updating to Maverick from Lucid) the phone registers with adb as?It mentions some necessary tasks for set-up on Ubuntu, but only mentions this process for Dapper/Gutsy/Hardy. Is there any personal experience out there that can confirm that this works and/or is necessary on Maverick?

View 1 Replies View Related

Ubuntu Networking :: How To Turn Off A Realtek Wifi Card

Feb 16, 2010

I have downloaded the driver installed it, and it works fine. But i can't get to turn it off. I do have the ability to unload the driver's kernel modules and the sysyem does not see my card after that. That's ok, but i'm thinking it still uses my battery power. The wifi led is always on no matter what i do. The fn+<wifi key> doesn't to anything.

View 8 Replies View Related

Ubuntu Networking :: How To Turn Off Automatic Wireless Connection

Apr 14, 2010

I accidentally clicked a secured wireless which I do not have password. Now every time I open Ubuntu, a window pops up asking for password for the wireless. I am wondering how to turn if off.

View 1 Replies View Related

Ubuntu Networking :: 10.04 - Dell 1555 Cannot Turn On WiFi

May 1, 2010

I installed 10.04 on my Dell 1555 laptop using Wubi on windows 7. Initially I was able to enable wifi using the multimedia buttons on the keyboard. But not since last few reboots I have not been able to enable wifi. All the other multimedia buttons are working fine. After installing ubuntu I have installed Adobe flash 64 bit and Google Chrome.

iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thrff Fragment thrff
Power Managementff

View 1 Replies View Related

Ubuntu Networking :: Aircraft-manager To Turn Wireless On?

Aug 17, 2010

My wifi was off when I upgraded to Windows 7 and can't turn it back on now. I red about aircraft-manager and installed Ubuntu 10.04 newbie, loving ubuntu already!).Installed aircraft-manager 12.1 but it doesn't open and when I shut down a messages informs me that aircraft-manager is not responding. So I thought it was Ubuntu 10.04 and made a Ubuntu 9.04 live USB. Same problem.I have a LG e200 notebook with ATI redeon graphics card and Atheros wireless adapter.

View 1 Replies View Related

Ubuntu Networking :: Turn Off Wireless And Bluetooth Devices?

Jun 16, 2011

I have a HCL K21 PDC notebook . In windows there is an driver called wconsole.exe or wireless console which help me turn on and off both blutooth and wlan device but in ubuntu these devices are not turned off. I also tried to to use the device buttons but it get activated automatically (but not in windows).

View 4 Replies View Related

Ubuntu Networking :: Command To Turn On Wireless Reciever?

Jun 18, 2011

My wireless is stuck off, i put the command rfkill list and it says

0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes

[code]...

View 2 Replies View Related

Fedora Networking :: Wireless Do Not Want To Turn On?

Jul 13, 2011

switched from 4 years Ubuntu use due to Unity, and thus also new to this forum but I hope that you can help me, so I later on can give back to the community.My problem is that the Wireless in Network Manager refuse to go to "on", or to be more correct it goes to "on" for about a second and then back to "off". My computer which uses F15, a Lenovo B560 laptop, have a BCM4313 and the apparent reason is that after that I installed the broadcom-wl and run "su -c 'modprobe wl'" so did I get the response "FATAL: Driver not found". However, the earlier non-existing wireless button in the network manager appeard after the installation, id est the broadcom-wl must have been in plase.

View 2 Replies View Related

Networking :: How To Turn SUSE Into Router

Mar 4, 2010

I want to turn my Suse into a Router. I already turn the forwarding to 1 but what else needs to be done? I am certified as CCNA for CISCO so are the commands on the Linux in a simulated environment similar? The perfect solution for me would be commands similar to the cisco ones.

View 4 Replies View Related







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