OpenSUSE Network :: 10.3 To 11.1 Upgrade Breaks GID Resolution In Samba?
Feb 8, 2010
I've just upgraded my main file server from 10.3 to 11.1 by DVD (I did *not* have a chance to do a zypper up after, so it's the base 11.1 install), and in upgrading my Samba from 3.0.23b to 3.2.4, I seem to have broken winbind resolution of group names. wbinfo -g shows all the right group name entries, and getent group shows that they map to the proper GID numbers... it's just that ls isn't seeing them: I get domain usernames, but the group column is 5 digit numeric GIDs in my defined range. I infer that something broke PAM, but I'm not enough of a PAM jockey to know what. I don't have a pam.d/winbind, but I'm not clear that I'm supposed to. I see that the four pam.d/common-* files were touched, but their contents are the same as the older ones I have.
View 6 Replies
ADVERTISEMENT
Jul 30, 2011
I received stunnel 4.40-0.6.1 as an update from "zypper up" (openSUSE 11.4).After a reboot, stunnel does not work anymore for the programs that need it.Symptom: the program (emacs+mew) hangs for ever, telling me
"Creating an SSL/TLS connection..."
/var/log/messages does not contain a clue and restarting stunnel via
"rcstunnel restart" looks fine:
[code]....
View 8 Replies
View Related
Jun 1, 2009
I am trying for the last many days to setup my opensuse 10.3 as Samba PDC Server according to the URL mentioned below, but in vain:How to setup SUSE 10.3 as Samba PDC - openSUSE When ever I try to join a Windows XP machine to the domain setup on Opensuse, I get the error:'The following error occured while attempting to join the domain. The network path was not found'. What could be the reason for this error despite of the fact the I am able to ping the FQDN of the PDC from the XP machine, but the XP machine simply denies to join the domain because of the above mentioned error.
View 7 Replies
View Related
Mar 25, 2010
Installed a security update for samba tonight via Opensuse updater.Now, when trying to access my home network an authentication box pops up (never used to)Asks me to enter authentication for my home network.I enter my username and password and hit enter. After a few seconds the authentication box pops up again askingfor the same indicating I have entered the wrong username / password combination (which I know I have not).
View 9 Replies
View Related
May 20, 2011
My laptop, running OS114, crashed today b/c it ran out of battery. Apparently, apart from the partial loss of an important document, this has wreaked some part of OS.
I can connect to the network w/o problems i.e. I can access the router over it's IP.
I can not, however, open any site in any browser. pinging them does not work too.
the /etc/resolv.conf is blank up to the standard notes from the OS developers. That is, there are no relevant entries there.
I'm using KDE 4.5 with KNetworkmanager, but neither did I find any solution while looking through the menus of KNetworkmanager, nor in Yast "Network".
View 3 Replies
View Related
Jan 20, 2010
I setup a debian home server some time ago and have successfully setup samba so my windows machines can access them and upload/download data off it.I have setup opensuse on this desktop and after allowing smb through the firewall I now seem to have read only access to the smb shares.I am using the same username and password as I do on my windows machine, so in theory smb server should see my username and password and allow me read/write, like it does in win7. Is this correct?
Having just thought about it I think samba is just a tool to get shares working between linux/windows and macos.Is samba even the best tool for linux - linux sharing? how do I get read/write access to my shares in opensuse?or do I use another program to see my shares?I'm a bit new to this linux- linux sharing so I apologies.
View 1 Replies
View Related
Feb 11, 2010
I just upgraded to lenny (stable) from a working etch system. It went pretty nicely but I'm having a problem with the print system.
Ok, I have an HP Laserjet 4M+ connected to my system by USB. (I have another color printer too and a scanner but I don't use them often).
I use CUPS. I never bothered with the HPLIP packages because straight cups has always worked well.
What happens now is that I'll send a job to the printer and nothing will happen. The printer won't get it. Looking at CUPS on the localhost:631 page I can see that the printer is on, connected, ready; the job is there too but just stuck on "processing".
Now here's the thing. If I manually load the ehci_hcd module with "modprobe ehci_hcd" then the job will make it to the printer and it will print.
I can't just make that module load at boot time because if I do and the printer is off, it doesn't work. (I have to unload it and reload it). For whatever reason, I have to make sure that module gets loaded AFTER the printer is turned on, or nothing gets sent to the printer!
View 10 Replies
View Related
Feb 7, 2010
Arch linux 32-bit AMD 2400XP, ATI Radeon 7500 Graphics Just did a system upgrade which included xorg-server being upgraded to version 1.7.4.901 This seems to have broken the "radeon" driver--I get a very dim green screen. I have now got the system running with the vesa driver.
Google shows that there is a known issue here, but I did not see my exact symptoms or a cure.
View 10 Replies
View Related
Jul 26, 2010
Samba is working correctly if Susefirewall2 is off. I have added Samba client and Samba Services for extern access but samba is not working when firewall is now on. Which services should I also add ?
View 1 Replies
View Related
Dec 15, 2009
I just finished upgrading the last of 3 machines from F10 to F12 using preupgrade (all i686). Except for a non-critical hplip issue, all went well with the first two machines upgraded 1 week and 3 days ago, but some python F10->F12 updates were missing on the third machine that I upgraded yesterday, leaving yum inoperable. Thanks to good yum error messages, I was able to resolve the problem (I think), but I thought I should post to check if mine is a unique or common problem, to enquire if it may have resulted from some of the python packages being in "update transit" in the repositories, and/or whether something like this can be avoided in future? Details follow:
Upgrade appeared to go well except for some dejavu font dependency issues (experienced on all three machines) and libcrypto.so.7 missing for eet-1.2.2-4... (third machine). However, there was a boot message that some python module (can't remember which) was not present for some nvidia requirement, although video driver worked fine. When testing yum: First it complained that libpython2.6.so.1.0 was not present. Since that module conflicted (identified by rpm) with various python 2.5.*f10 packages that that were still on board, I copied libpython2.6.so.1.0 (from a current f12 rpm) into /usr/lib manually. Second, yum complained that urlgrabber was not available, so rpm with the latest python-urlgrabber for f12 solved that.
Third, yum complained that pycurl was not available, so rpm with the latest python-pycurl solved that. Yum now works! and boot message is gone! I ran "yum install python-libs" to make sure that any necessary dependencies were met following my manual installation of libpython2.6.so.1.0, which resulted in a bunch of python dependencies being upgraded as a result.
View 1 Replies
View Related
Mar 22, 2010
Alright, so I upgraded my old fedora 10 server to Fedora 11 with a netinstall CD, but now service httpd restart is broken. I already had to delete the old config file and reinstall apache, but now I can't restart it. I can kill it and then start it manually, but it never stops the running instance and fails to bind the port. I know it's because /var/run/httpd/htpd.pid is in the wrong place, which would be /var/run/httpd.pid, but do I have to make a symlink every time I want to restart it? I edited all the config files to point to the right place, but the system does not honor them. What do I do?
View 3 Replies
View Related
Jun 17, 2011
My system with kernel-2.6.35.10-74.fc14.x86_64, NVIDIA 3800 + Samsung 2233 and 3Dvision kit works fine, but upon upgrading to kernel-2.6.35.13-92.fc14.x86_64 the system won't go past the blue->white bar along the screen. The modprobe.d directory has the file blacklisting nouveau and there is the grub entry rdblacklist=nouveau, but do I need to re-run the nvidia installer. If so I think I need to reset the init level to stop X11 trying to load. and will I need to keep doing this everytime I upgrade the kernel if I have nvidia drivers installed?
Leigh123linux desired code output is below
***
abrt-addon-kerneloops-1.1.18-1.fc14.x86_64
kernel-2.6.35.10-74.fc14.x86_64
kernel-2.6.35.13-91.fc14.x86_64
[Code]....
View 2 Replies
View Related
May 1, 2010
When Karmic came along, I upgraded and it was possible for the first time to get a dual monitor display working using only the GUI apps supplied. (I think I used screen resolution) It worked out of the box and took no time whatsoever.
I had a dual monitor set up working with 2 1024 x 768 monitors, with a desktop spanning both, and a background picture doing the same.
The Lucid update has just spectacularly broken this, along with a large number of desktop type changes that were unwanted.
The version of Ubuntu was the usual vanilla, but with enough K stuff installed to make K3b work. The card is a Radeon 9250SE.
Give up and re-install Karmic? Wait for some sort of upgrade to allow either Monitors or Multiple Screens to work - the option to remove cloning is greyed out in one and unticking clone in the other does nothing? Try some other distro?
Does anyone know of a decision to remove any functionality from Lucid that existed in Karmic? Is there any useful background to this that is perhaps not obvious?
View 9 Replies
View Related
May 2, 2010
I had a working lirc using my hauppage card. After upgrade to Lucid, it no longer works. I don't see errors, but it appears to me is is not detecting the Hauppage card:
Code:
mythuser@PVR1:~$ dmesg | grep lirc
[ 19.761015] lirc_dev: IR Remote Control driver registered, major 61
[ 19.928886] lirc_i2c: chip 0x0 found @ 0x18 (Leadtek IR)
[ 19.928890] lirc_dev: lirc_register_driver: sample_rate: 10
[61920.300286] [<e086d654>] lirc_unregister_driver+0x44/0x160 [lirc_dev]
[61920.300289] [<e089a02b>] ir_remove+0x1b/0x30 [lirc_i2c]
[61920.300318] [<e089abc2>] lirc_i2c_exit+0x12/0x14 [lirc_i2c]
View 1 Replies
View Related
Jun 30, 2010
I have an ATI radeon HD 3400 series video card, and the open-source drivers make my computer run really hot. I tried installing FGLRX by using "Check For New Hardware Drivers", but it did not work, so I installed the ATI catalyst 10.5 package from AMD's website, and am using Xserver-xorg-core-1.7.6-2ubuntu7+backclear1 from k0ekk0ek's PPA so there is no lag when minimizing windows and such.
Everything was perfect until the 2.6.32-23 kernel update came along. I let it update, and rebooted, but the ATI driver no longer starts, even when I uninstall and reinstall it.
I am just using the 2.6.32-22 kernel for now, as the 2.6.32-23 kernel still runs hot without the ATI driver enabled. I would like to start using the new kernel at some point...
View 4 Replies
View Related
Jan 13, 2011
So I've got this old Apple with an nVidia chipset. Don't know much about Apples, but from random searches on google I think it's an imac g5.
Anyway when I install Kubuntu 10.04 it works until I update it, then the video dies. It looks as though the nouveau driver is being killed and nv put back in it's place, anyone have any remedies I might try?
View 2 Replies
View Related
Apr 15, 2011
X is working, I get a desktop, all updates are current, just no Unity menus/window/widgets/whatever, blank desktop with single mapped network folder and no working keyboard shortcuts after initial login. I upgraded on Alpha 2 and it ate my desktop, never has given it back for 3 months. I assumed eventually the upgrades would fix it. Looked into ditching Unity and doing GDM, but thought I'd wait it out, ran dpkg-reconfigure unity and it did nothing, can't find any relevant errors in the logs, where should I be looking and/or what should I be doing? Running lots of servers on this box and have dual-boot, otherwise I'd probably torch it and start over.
View 1 Replies
View Related
Jul 19, 2011
I've just installed Lucid Lynx on both my machines in the interest of sitting and waiting for the Unity/Gnome 3 storm to blow over. On the HP (see below), everything works great, and I've followed instructions online on how to upgrade to LibreOffice, upgrade the kernel to 2.6.38 using the kernel PPA, etc.
However, on the IBM, I'm using Nvidia proprietary graphics drivers. These work well on the stock kernel that 10.04 installed (2.6.32-32), but installing 2.6.38 seems to break the driver. If I install the driver first, and then the kernel on top, X stops working and I have to revert to the default, generic driver to get back in. Once there, I cannot install the driver again. The Additional Drivers dialog goes through the motions, but then drops a "systemerror: installarchives() failed" error message.
So, is there a different version of the driver I should be trying to install? I should clarify at this point I tried all three options the Additional Drivers dialog provided me, all gave the same result (version 96, version 173, and version current).
Or should I leave the kernel at 2.6.32? Is there any downside to leaving it?
View 7 Replies
View Related
May 11, 2011
I have a DNS server (dnsmasq v2.55) at the center of three subnets: x.y.1.0/24, x.y.2.0/24 & x.y.3.0/24. dnsmasq does a grand job of issuing a suitable DNS server address with the DHCP option 6. So, machines on subnet x.y.3.0/24 are told that the DNS server is x.y.3.2, machines on subnet x.y.2.0/24 are told that the DNS server is x.y.2.2 and machines on subnet x.y.1.0/24 are told that the DNS server is at x.y.1.2. Even though the DNS server is the same box (although with three nics).
Now the question is:
How do I make dnsmasq respond similarly to name resolution requests? So that when:
Machines from x.y.3.0/24, ping <name of DNS server> dnsmasq returns x.y.3.2,
Machines from x.y.2.0/24, ping <name of DNS server> dnsmasq returns x.y.2.2, and
Machines from x.y.1.0/24, ping <name of DNS server> dnsmasq returns x.y.1.2.
Currently, the DNS server returns the IP address that is assigned in /etc/host. Which, of course can be changed, but via that mechanism, will always be wrong two out of three cases.
View 4 Replies
View Related
Mar 9, 2011
opensuse v11.3 linux 2.6.34.7-0.7-desktop x86_64
These message have started appearing the system logs </var/log/messages and /var/log/warn> since Mar 2, 2011. They seem to occur about every 13 minutes (780 seconds). What could it mean? Is it serious?
Code:
Mar 9 20:15:50 sma-station14l smbd[3711]: [2011/03/09 20:15:50.196387, 0] smbd/server.c:281(remove_child_pid)
Mar 9 20:15:50 sma-station14l smbd[3711]: Could not find child 10046 -- ignoring
Mar 9 20:28:50 sma-station14l smbd[3711]: [2011/03/09 20:28:50.885876, 0] smbd/server.c:281(remove_child_pid)
Mar 9 20:28:50 sma-station14l smbd[3711]: Could not find child 10326 -- ignoring
View 7 Replies
View Related
Jun 14, 2011
I have setup samba server, set NMBD, SMBD & NTPD from system services and set apparmor to complain but I am still unable to read any network drives. I have checked the firewall and seen that samba is set to enable for internal allowed services. Also should I be changing the NMBD, SMBD & NTPD to complain from App armor?
View 9 Replies
View Related
Aug 19, 2011
When I access my OpenSUSE box's samba shares from another PC I am able to browse them, but am not able to follow symlinks.I've had the problem before on Ubuntu and fixed it by adding the following lines to my /etc/samba/smb.conf
unix extensions = No
wide links = Yes
follow symlinks = Yes
I've added them into my OpenSUSE smb.conf (below) but still no joy.
View 1 Replies
View Related
Jul 1, 2011
I just updated my Debian testing as usual (apt-get update && apt-get dist-upgrade), and it totally screwed up Nvidia drivers. I had to revert to integrated graphic card to start Xorg.
After that, I noticed that libgl1-nvidia-glx is missing, and when I tried to install it back, it produces the following:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-nvidia-glx : Depends: libgl1-nvidia-alternatives but it is not going to be installed
E: Broken packages
Any ideas what's going on with it?
View 14 Replies
View Related
Apr 30, 2011
I upgraded from Maverick a few days ago, and ever since, OpenGL effects are getting disabled by KDE with a message stating that the effects were making the machine slow. Switching to Xrender works fine, but XRender isn't as advanced as OpenGL.
View 9 Replies
View Related
Oct 27, 2010
I'm having a problem since my last upgrade from 11.2 to 11.3 (Gnome).
Before the upgrade NetworkManager would run just fine at start up, now I have to explicitly run the command from a console using the root user to start it.
(My problem is the same as this one, only in gnome instead of kde)
View 1 Replies
View Related
Aug 11, 2010
I have opensusu 11.3 on my laptop and windows7 on first desktop, and XP on second desktop. Also, on my opensuse laptop I have installed XP as virtual OS in vmware player.I have setup samba using this guide that was given to me on this forum.From opensuse laptop I can see my Win 7 desktop, but cant log in. I enter Win 7 username and password, but it doesn't let me in.
Now, when I start XP trough vmware I can see win 7 desktop and connect it with username and password and browse my shares. On laptop, file sharing works both ways between host opensuse ang guest XP.On second desktop computer with XP, and I can connect to it from opensuse laptop normally.
View 6 Replies
View Related
May 25, 2009
I am having problems with samba, I went to the yast samba setup and thought I configured it but now I am stuck. I just want to really set up sharing my printer and one folder. any help will be appriciated I have a linksys router, windows vista home 32 on a laptop, opensuse 11.1 64 with windows xp home 32bit running in seemless mode on a virtualbox.
View 3 Replies
View Related
Aug 19, 2009
i'm following the tips from Samba and Suse: HowTo Set up an openSUSE-Windows Home Office LAN/Network. Versions 10, 11 to set up samba and tweak it to my needs.
View 9 Replies
View Related
Jan 6, 2010
I wonder how to get Samba share access working well...Dolphin supports Samba but it doesn't really mount anything, it seems... Non-KDE Applications therefor can't access samba that way. In Gnome there was a workaround for the same problem. You could simply go to ~/.gvfs in any application and find the samba mounted there.Is there anything like that in KDE? I set up a Samba mount via /etc/fstab for now but that is quite annoying because it fails after each Suspend, changing WLAN Access Points, etc. Then I have to go to the console and manually launch sudo mount -a to get it working again. How can I make things more comfortable?
P.S.: I'm even up for using something else than Samba to talk to my fileserver. However I don't know of anything that would work better in this regard. (NFS would have the exactly same problem for example)
View 5 Replies
View Related
Jan 17, 2010
My Samba setup works just fine however whenever I do stop/start/restart. I get these errors in the logs:
Jan 17 00:21:14 neutrino smbd[4297]: smbd_open_once_socket: open_socket_in: Address already in use
Jan 17 00:31:20 neutrino smbd[4557]: [2010/01/17 00:31:20, 0] smbd/service.c:1009(make_connection_snum)
Does anyone know what to think of these? My thought is since it works just ignore and probably the SuSE team will get to cleaning this up sometime.
View 5 Replies
View Related