Fedora Networking :: Portmap/rpcbind Not Working After Update?

Jan 26, 2009

I am using an NFS to connect my PC running Fedora 10 to a development board running embedded linux. When I installed Fedora 10 everything worked fine. But since I updated the system it gets stuck when the embedded board is looking up the port. I'll explain below...

I set the IP address of my host (my PC) in the embedded board, assigned the locatoin of my root file system to be exported from the host machine, exported by file system on the PC (/usr/exportfs -ra), started (and restarted several times when it didn't work) the NFS service (/sbin/service nfs restart), and boot the embedded board.

The board can successfully ping my PC. It also gets and answer from the DHCP saying it was successfully assigned an IP address (my IP address is...)

However when it gets to the "looking up port" line it gets stuck saying "looking up port of RPC 100003/2 on <my host IP address>"

it times out, and retries on 100005/1 again with no luck.

This all started happening after I ran "yum update".

I checked that rpcbind (which I understand is used now instead of portmap) is running and that my nfs is running using ps. They are both running.

I'm getting to the point where all I can think of is rolling back my installation of Fedora to the non-updated version I have on my ISO. But this means I can't ever run update... I'd rather not do this.

I have verified that all settings in the embedded board remain unchanged and the IP address of my host has not changed as well.

View 2 Replies


ADVERTISEMENT

Fedora Networking :: Ppp Stop Working After Update

Jun 29, 2009

after updating my machine, my ppp connection stops working. It dial ok, but fail when call the post scripts. Here is the log for the command

Code:
ipup ppp0:
Code:
Jun 29 16:50:42 ricardoalonso ifup-ppp: pppd started for ppp0 on /dev/ttyUSB0 at 460800
Jun 29 16:50:42 ricardoalonso pppd[4516]: Warning: can't open options file /root/.ppprc: Permission denied

[Code]....

View 4 Replies View Related

Fedora Networking :: Wireless Not Working After Update?

Aug 29, 2009

There is a realtek rtl8187 on my board, and windows can browse and connect to wireless networks. I installed F11 and it was capable of browse and connect to my wireless network - even if it was really slower than windows. Anyway I did some yum update+reboots and now NetworkManager don't list any wireless network, and the checkbox "Enabled wireless" in the right click menu disappeared (I can see "Enable networking" only now). What can I do?

View 2 Replies View Related

Fedora Networking :: PPPoE Not Working After Update?

Feb 26, 2010

I'm running Fedora 12. After installing the following updates (from yum log):

Quote:

Feb 24 14:34:25 Updated: xorg-x11-server-common-1.7.5-1.fc12.i686
Feb 24 14:34:45 Updated: 1:qt-4.6.2-1.fc12.i686
Feb 24 14:34:50 Updated: compiz-0.8.2-24.fc12.i686
Feb 24 14:34:51 Updated: 1:qt-sqlite-4.6.2-1.fc12.i686
Feb 24 14:35:13 Updated: 1:qt-x11-4.6.2-1.fc12.i686

[Code]....

P.S.: I have another F12 system, on a second HDD, that I haven't updated since two weeks ago and I can connect to the internet with it. So this seems like a package correlation problem. I think it might affect more users than just me, especially those who only have F12 installed on their computers.

If this affects more than just me, I think the guise at Fedora should offer a script or a rpm to be used offline to, whether downgrade the "ppp" package, or to update the "/usr/lib/pppd/2.4.4/nm-pppd-plugin.so" plugin.

View 3 Replies View Related

Fedora Networking :: Broadcom-wl Not Working For 2.6.30 Kernel Update?

Sep 22, 2009

In the latest Fedora 11 updates, kernel 2.6.30.5-43.fc11.x86_64 breaks broadcom-wl functionality on my BCM4312 wifi adapter

Code:

$ lspci -v | awk '/Ether|Net/,/^$/'
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
Subsystem: Dell Device 01f1
Flags: bus master, fast devsel, latency 64, IRQ 17

[code]....

and all is well, the modprobe commands can go in /etc/rc.local. BCM43xx *.inf driver for ndiswrapper (32 and 64 bit)here:

(kmod-wl-2.6.30.5-43.fc11.x86_64-5.10.91.9-4.fc11.2.x86_64 is installed)

View 11 Replies View Related

Fedora Networking :: 12 Wireless Stopped Working After Update?

Mar 7, 2010

have a gateway nv78 laptop. I just ran the latest update on Fedora 12, and after Fedora stopped seeing wireless networks all together.

View 8 Replies View Related

Ubuntu Networking :: Wireless Not Working After Installing Latest Update From Update Manager?

Sep 30, 2010

As the title says i updated my system which then needed a reboot. I also installed Mixxx djing software to try it out. So i thought id just restart the system. Usually when i boot into my desktop wireless automatically can connect to my router but not this time, wired only for now... i know theres tons of wireless issue threads but some more experienced users will be able to get straight to the point and run through some diagnostics with me.

View 1 Replies View Related

Ubuntu Networking :: Wired Internet Not Working Since Update / Wless Not Working

Jun 21, 2010

I have been looking around the forums searching for similar problems, it seems not only me had this problem. About a month ago I did a regular update via Upd Manager. The next day - no wired connection.Still managable, since the local library has wireless. Now that won't work either.Just after I upgraded from Jaunty, I accidentally removed NetwMngr from the top right corner of the screen, but that should not have anything to do with how the program works, right? I now cannot reach NM, if I run it from the terminal, nothing happens visibly.

View 5 Replies View Related

OpenSUSE :: How To Install Portmap

Nov 15, 2010

I want to install portmap, but I'm new in OpenSuse

View 2 Replies View Related

Ubuntu :: Disable Portmap - 10.04

Feb 3, 2011

I have attempted to disable portmap from loading up by deleting the symbolic links in

PHP Code:

But whenever I reboot the distro I run a netstat -pantu and I can see that portmap still loads. When I try doing a

PHP Code:

It cries and says:

PHP Code:

View 1 Replies View Related

General :: Can't Install Portmap On My System / What To Do?

Dec 5, 2010

I am beginner in linux . I want to configure nfs service on my fedora but I cant install portmap on my system.

View 7 Replies View Related

CentOS 5 :: How To Add Portmap And Nfslock Services To Rc.local

May 27, 2011

I need to run portmap and nfslock service automatically at system start: $ sudo vim /etc/rc.conf. So i should add portmap and nfslock services to the DEAMONS list in the /etc/rc.conf(/rc.local).Can anyone please help me to add portmap and nfslock services to rc.local?

View 3 Replies View Related

Ubuntu Networking :: 11.04 Stopped Working After Update

Apr 30, 2011

On 10.10 my wireless card worked out of the box. Now on 11.04 it stopped working after the update!. My card is Atheros AR5001.

View 6 Replies View Related

Ubuntu Networking :: Wireless Not Working After Hardy Update?

Feb 9, 2010

I configured my Xubuntu laptop to work with my Netgear Wireless router to connect to the Internet. I was able to connect, and downloaded Hardy updates of 184 MB. After installation of the updates, the system prompted me to restart. The Wireless network is not working since then. Tried reconfiguring, but to no avail. The proprietary drivers for my wireless network card have been downloaded and installed... remember, it worked well enough download the updates! Posting this from my Windows partition using the same wireless network A previous thread [URL]...k+Hardy+update) with the same issue seems to have hit a roadblock...

View 1 Replies View Related

Ubuntu Networking :: 10.04 - Wmp600n Card Not Working Since Update

May 5, 2010

Is anyone having problems since they updated? My card was working fine before I updated. Now it detects all the networks, including mine. However, when it tries to connect it sits there for ~2 minutes, then says it's disconnected. I've checked my security settings and they are fine.

View 2 Replies View Related

Ubuntu Networking :: Wifi Stopped Working After Update / What To Do?

Jul 3, 2010

I've been running ubuntu on my Asus 1001ha netbook for half a year or so. I ran Karmic for at while, wifi working and all, accepted the recommended updates when Update Manager popped up and everything was fine until one day I let Update Manager do it's thing and my wifi stopped working.. Lycid had just come out that same week, so I thought "screw it" and installed 10.04 instead..

So I've been running 10.04 for a couple of months now, everything working fine, including the wifi - until today.. Update Manager suggested some upgrades, I accepted and *pouf* my wifi is gone again..

That's the second time Update Manager knocks out my wifi, any way to roll back todays update or how to the the wifi working again?

View 9 Replies View Related

Ubuntu Networking :: Update Manager Behind Proxy Not Working In 10.10?

Dec 10, 2010

I was having trouble getting update-manager to work behind a proxy (without authentication). I tried everything I could find in my search, including setting http_proxy environment variable, setting the System->Preferences->Network Proxy and setting the Synaptic package manager proxy settings. Nothing seemed to work.

It turns out that the problem was that the System->Preferences->Network Proxy allows "automatic" proxy (pac file), and I had used that. update-manager doesn't do anything with this setting I guess. I changed from the automatic setting to a host/port manual setting and it began working.

I suspect this qualifies as a bug. update-manager should do something more reasonable than quietly fail if the settings are for automatic - it would be really nice if it worked, and if not then an error message.

View 5 Replies View Related

Ubuntu Networking :: Wireless Stop Working After Update 10.04?

Dec 17, 2010

yesterday I let the update manager install a whole bunch of updates for my 10.04 install on my MSI Notebook ER710. My wireless was just working peachy until then (with the madwifi drivers), but after the update, no more... I checked the madwifi, tried a new make, but nothing worked.

So, after reading somewhere that 10.10 had less issues with wireless I decided to upgrade to 10.10 in the hope that that would solve my problem.

Well, partly it did, as in, according to my system I've got a wireless again and this morning even, it was able to see wireless networks! Unfortunately I couldn't connect to mine, although the key was correct. At some point I lost the ability to see wireless networks again. I tried wicd too, but no luck their either. It recognizes my card but can't see any networks.

here is all the info:

Machine Brand and Model (PC/Laptop): MSI ER710
lspci
Code:
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

[Code].....

View 1 Replies View Related

Ubuntu Networking :: WiFi Stopped Working After Update / Fix This?

Jul 6, 2011

I got my wifi working about a month ago, I have an HP Pavilion dv8000 with a broadcom bcm4318, it worked fine until I updated my system and rebooted, now I can only use my ethernet

View 5 Replies View Related

Fedora :: Yum Update Is Not Working

May 29, 2011

My yum update is not working and i am facing this problem......

[Code]....

View 1 Replies View Related

Fedora :: Run Yum Update But It Isn't Working

Jul 7, 2011

I'm trying to run yum update but it isn't working. It can't find glibc-common in rpmdb Below is the output.

[root@localhost ~]# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Dropbox | 951 B 00:00
adobe-linux-i386 | 951 B 00:00
google-chrome | 951 B 00:00
google-earth | 951 B 00:00

[Code]...

View 14 Replies View Related

Fedora :: 13 Using Yum Update Is Not Working

Sep 26, 2010

I want to update my fedora 13 using yum update,but,it is not working, it is showing an error like below.

View 3 Replies View Related

Fedora :: Fedora 10 No Compiz - No Working NVIDIA-driver After Update

Jan 28, 2009

I have Fedora 10 installed. I've just made an update of my system. Things that were updated were a new kernel version with devel and also something with NVIDIA (which is my video card).

After restart of my system, compiz fusion no longer works.

I have a NVIDIA-Linux-x86-177.82-pkg1.run -file to manually install the NVIDIA-driver so the advanced features of Compiz can be utilized.

After install, the bootup screen tells me that loading the NVIDIA driver has failed. I also receive a WARNING-message.

View 14 Replies View Related

Ubuntu Networking :: Wired And Wireless Connection Not Working After Update

Jan 14, 2010

I have a laptop Acer aspire 5100. I installed Ubuntu a while ago and it was working well. Last week I updated it using Update manager and ever since I haven't been able to connect either wireless or wired connection.

I get this:

Code:

The wireless card seems to have disappeared.

I reinstalled Ubuntu and the problem persists.

View 2 Replies View Related

Ubuntu Networking :: Samba No Longer Working - Caused By Update?

Mar 3, 2010

I think an update or something has killed Samba on my Karmic box. it can see Windows shares OK, but it no longer appears on the Windows network.I have not changed my smb.conf for months, so something else has been modified.Looking in the logs I can see the following in "log.winbindd-idmap" after restarting Samba

Code:

[2010/03/03 10:07:20, 0] winbindd/idmap.c:201(smb_register_idmap_alloc)
idmap_alloc module tdb already registered!
[2010/03/03 10:07:20, 0] winbindd/idmap.c:149(smb_register_idmap)

[code]...

All other networking seems fine (internet, Synergy+ etc) it's just sharing out to the Windows network that is broken.

View 2 Replies View Related

Ubuntu Networking :: Wicd Stopped Working On 9.10 After The Latest Update?

Apr 18, 2010

I have a Lenovo IdeaPad s10 which worked flawlessly with wired, I could never get it to so much as search for a wireless network, so I gave up on it long ago.

I'm using UNR 9.10 on it and today, after updating Wicd Network Manager stopped working making it impossible for me to go online with the netbook even when using a wired connection.

I restarted the computer after the update and once UNR booted up wicd wanted root access to use my computer's network cards, I entered my password, this never happened before but whatever, unfortunately after I entered my password wicd didn't show up in the tray and sure enough there was no internet connection whatsoever.

I tried running wicd manually, UNR says opening, but nothing comes up, no tray icon no nothing.

View 3 Replies View Related

Ubuntu Networking :: Wireless Network Stopped Working After Update 10.04?

May 7, 2010

i have lucid installed on my toshiba laptop after after an update my wireless stopped working keep asking for password and my wireless card is not detecting no wifi :

*-network UNCLAIMED
description: Ethernet controller
product: AR5001 Wireless Network Adapter
vendor: Atheros Communications Inc.

[Code].....

View 4 Replies View Related

Ubuntu Networking :: WPA Wireless Stopped Working After Recent Update?

Sep 4, 2010

I have an EEE 1000 that successfully connected to WPA networks until yesterday. I tried re-installing the RT2860 drivers that had been previously modified and did not have success.

Additionally, I just installed 10.04 on a Gateway laptop that's a few years old. It immediately connected to the WPA network and I ran the updater. Lo and behold, after updating it no longer connects to the network.

View 4 Replies View Related

Ubuntu Networking :: Broadcom Sta Driver Disabled And Not Working After Update?

Oct 2, 2010

I applied the latest updates today and when I rebooted, My wireless broadcom driver is not working and the ifconfig does not list it either anymore, was working 8 min ago but is now dead. If I turn off the wireless with a switch and back on, I get a blue light but it remains disabled and greyed out on the network icon. Ubuntu 10.04, latest updates applied daily. I removed the driver and reinstalled it, it did not help at all. Also, my Truecryt gdecrypt stopped working.

Update: it seems the wireless switch on the front of the laptop is now working backwards, in checking the daemon log I found Turning off the wifi so the light goes out:

Oct 2 20:09:18 chuck-laptop NetworkManager: <info> WiFi now enabled by radio killswitch
Oct 2 20:09:18 chuck-laptop NetworkManager: <info> (eth1): bringing up device.
Oct 2 20:09:18 chuck-laptop NetworkManager: <info> (eth1): supplicant interface state: starting -> ready

[code]...

Update, I found that if I boot the laptop up with the networking switch off, then, after I'm booted up, turn it on, it works. However if I reboot the laptop with the network switch in the on position I get the above issue with the switch being inverted and not working properly.

View 2 Replies View Related

Ubuntu Networking :: Ndiswrapper Stops Working After Update - Belkin 54g?

Oct 23, 2010

I'm trying to get internet set up on my grandad's laptop (sony pcg-f590), which has a fairly old pcmcia belkin 54g wireless card. I've installed the relevant bcmwl5a.inf driver through ndiswrapper, and for a time wireless worked so I installed updates through update manager. however after restarting the network manager menu comes up with "wireless networks disconnected" and no list of networks (I know there are because my laptop works and his is sitting next to the router!). The light is on on the network card so I know the laptop is talking to it. Unplugging and replugging the card does nothing, and neither does restarting again.

View 1 Replies View Related







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