Fedora Networking :: VNC Server On Desktop 0 On 14 Stopped Working ?

Mar 9, 2011

For more than a year I was happily using my Fedora 11 remotely through VNC over ssh. I was using desktop 0 on port 5900 so people at the office can see what I am doing.

Yesterday I upgraded to Fedora 12, then 13 and then 14. I installed all updates of F14. All went well until I came to use this server from home as usual. The server was not responding.

I brought up /etc/X11/xorg.conf from a backup tape because I discovered that it is there that screen 0 is set and not in /etc/sysconfig/vncservers and rebooted. No success!

At the command lsof | grep LISTEN, I could not see a listener on port 5900

I activated screen 1 on port 5901 and I could log in OK and with lsof I could see listeners for ports 5901 and 6001 but I need screen 0!

During the day I tried many things including removing the vncserver packages with yum and re-installing them, removing the .vnc folder in the user home folder and starting from scratch. The server is still refusing connection!

View 4 Replies


ADVERTISEMENT

Ubuntu Networking :: Remote Desktop Server Stopped Working After Upgrade To 10.10

Oct 11, 2010

Well I guess the topic says it all. I've recently upgraded to Maverick from Lucid all went smoothly until i restarted and realized that the remote desktop server included stopped functioning all of a sudden. tried other vnc servers with no luck.

View 9 Replies View Related

Fedora Networking :: Ethernet Connection Stopped Working - Cannot Find Server

Jul 23, 2009

After using fedora 11 for a month or two now the ethernet gave out on me tonight. However if I switch to my ubuntu or windows XP install it runs fine. I made no recent changes to network connections, and no installed programs that should effect it.

kernel version: 2.6.29.6-213.fc11
default connection: eth0(and only connection)
ifcfg-eth0:
# Networking Interface
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:1F:C6:DB:05:0C
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no
NM_CONTROLLED=yes
NAME=eth0
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
DNS1=192.168.1.254
PEERDNS=yes
PEERROUTES=yes

I have tried, restarting, older kernel, restarting services, and clearing the DNS Cache. The specific error I get is that "Firefox can't find the server", and most other applications return similar. I can however ping websites still. All other computers on the network are running fine, and booting into another system the internet will work. Just not for fedora.

View 14 Replies View Related

Ubuntu Networking :: Remote Desktop Stopped Working ?

Mar 8, 2011

I have a remote desktop app for my ipod that i use every now and then, but after about a week and a half of not using remote desktop on either my ipod or my computer, it seems to have stopped working. the problem is with my computer rather than my ipod. when i go to menu>system>preferences>remote desktop, the area where it is supposed to give you the ip address, or whatever it is to connect remotely, is no longer a number, but just the word "localhost". i only saw this after my ipod told me it could not find the host, so i checked and thats when i saw localhost. putting that into the remote desktop app did nothing, so i tried my ip address and that didnt work either. clicking on "localhost" brings up evolution mail which wants me to send it as an email, strangely. not sure whats going on here.

View 2 Replies View Related

Fedora :: Desktop Effects On System Stopped Working?

Dec 27, 2010

The desktop effects on my system stopped working. They were working fine up to a couple of days ago. Now it says I need to check my configuration for xorg. How do you do that?

Also this appears to have started after another user was using my system and crashed it. They said that it just shut-off with no explanation as to what happened.

lspci -v shows this

HTML Code:
01:05.0 VGA compatible controller: ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP] (prog-if 00 [VGA controller])
Subsystem: Toshiba America Info Systems Device ff02
Flags: bus master, fast Back2Back, 66MHz, medium devsel, latency 66, IRQ 16

[Code].....

How do I get back to the systems default drivers?

I do NOT wish to have to reinstall F14 yet again because the system has been very stable since the last install.

View 2 Replies View Related

Ubuntu Networking :: FTP Server Stopped Working?

Jan 22, 2010

I successfully set-up an FTP server, that worked great and perfectly, but after restarting the computer, it has stopped working.None of my router's settings have changed. I restarted the vsftpd process.

View 2 Replies View Related

Ubuntu Networking :: D-link DPR-1061 Print Server Stopped Working?

Oct 31, 2010

I am using Ubuntu 10.04. In the summer a few months back, I managed to get my ancient HP Laserjet 6L printer working via a wired D-Link-DPR 1061 print server and Netgear network switch. This was even though it was not on the print server's compatibility list. A couple of months later it stopped printing and I have not been able to get it going again since.

The print server has one parallel port (used by the 6L) and a couple of USB ports which I don't use.

I have been going through the Ubuntu add printer wizard. The print server can connect via an IP address. I am using its device URI: lpd://ip address/dlk-portname

I have tried all 5 HP laserjet 6L drivers that come with Ubuntu without success. I have the foomatic/ljet4 [en] currently selected. When I try to print a test page nothing is printed and when I do a print self test I get this message:

CUPS SERVER ERROR There was an error during the CUPS operation: 'client-error-document-format-not-supported'.

By, the way I also have a Windows 7 PC and managed to get the 6L working with same print server using the XP drivers, but every so often it stops working. A reinstall gets it going again.

View 3 Replies View Related

Fedora Networking :: Wireless Stopped Working In 12

Mar 18, 2010

I am having problem with wireless networking my fedora 12 since i opened network manager yesterday. But to my notice i haven't done any changes. But still i am not able find any reason for the wireless network not to work. When i try to restart the network servies it gives the following msg.

Quote:

Bringing up interface eth0:

This version of ISC DHCP is based on the release available on ftp.isc.org. Features have been added and other changes have been made to the base software release in order to make it work better with this distribution.

Please report for this software via the Red Hat Bugzilla site: [url]

Did i do something wrong with the network manager or did something go wrong with fedora.

View 2 Replies View Related

Fedora Networking :: Cnetworkmanager Stopped Working In F15

Jul 22, 2011

I have been using the commandline for network manager cnetworkmanager in Fedora 14 without any problem. For the most part I used it to restart my vpn connection like so:

Code:
cnetworkmanager --activate-connection=user,'AAABBBCCC',eth0,& this was in a script that I put in the /etc/NetworkManager/dispatcher.d/ folder so it would start automatically whenever the vpn disconnected.

Last night, I had an epiphany and upgraded to Fedora 15, which seems to be working fine for me after updating a few programs including cnetworkmanager

At one point I realized that my neat little script wasn't working anymore though, so I checked out what happens at the commandline when I type the above command in:

Code:
[captainralf@Cap ~]$ cnetworkmanager --activate-connection=user,'AAABBBCCC',eth0,&
[1] 30884
[captainralf@Cap ~]$ Traceback (most recent call last):
File "/usr/bin/cnetworkmanager", line 319, in <module>

[Code]....

View 1 Replies View Related

Fedora Networking :: Intel Pro 2200BG Stopped Working?

May 12, 2009

I was trying to update the drivers for my wireless card and it no longer works. I have a cisco pcmcia card that I got working to use as a backup, but I would prefer to use my internal card. The card is the Intel Pro 2200BG. Please let me know what information is needed to diagnose and correct this issue. I am relatively new to Linux (Currently using F10) and trying to learn.This is the iwconfig from my cisco card. The Intel card was working fine yesterday. but now doesn;t even show up.

[west@garfield ~]$ iwconfig
lo no wireless extensions.
eth1 no wireless extensions.

[code]...

View 14 Replies View Related

Fedora Networking :: WLAN Controller Has Stopped Working

Aug 1, 2009

I have a Dell XPS M1330. I installed Fedora 10 on a separate partition and left Vista on the first. It was working just fine and for some reason all of the sudden it is not recognizing the Wireless controller. Vista is still working fine although I did get a couple of "WLAN controller has stopped working" errors. I suspect I may have a physical problem with the controller but I'm confused as to why Vista is still using it but Linux is not. The actual physicall "WIFI" light on the laptop does not even illuminate when I boot Linux. No wireless networks appear in the network list under Linux. Particularly since it WAS working fine for months...

View 4 Replies View Related

Fedora Networking :: LAN Stopped Working Through Wireless Router

Sep 17, 2009

I have a wireless router at home, but I usually have my laptop connected to it through an ethernet cable. It had always worked with no problems until some time last week when the wired network stopped working (but the wireless still works with no problem). At first I thought that it was some update, but no. My laptop works ok with the wired network at my office, and I also tried a different laptop at home and it didn't work. It's not the cable either, I tried a different one. I haven't changed any settings in my router.So I really don't know what's going on. I just find it weird that the router's wired networking suddenly stops working but the wireless still works fine...

View 1 Replies View Related

Fedora Networking :: Wireless Card Stopped Working?

Jan 9, 2010

I have a relatively new F12 install (one week old) on which I got my wireless Broadcom card working using kmod-wl-PAE. It was a very easy process - not really a process just yum install kmod-wl-PAE.

After a few updates, I notice that the wireless card stopped working. I assumed maybe there was an update that conflicted, so I did a reinstall of kmod-wl-PAE and it worked again immediately.

Then I started installing compiz-fusion. Immediately after, wireless is broken again. So I yum erase kmod-wl-PAE and then yum install kmod-wl-PAE and it works again.

Now, only slightly later that same day, wireless stops working more or less randomly and I cannot get the reinstall of kmod-wl-PAE to fix it. So I uninstall, disable compiz-fusion, shut down, and restart the computer to try again. My thought is that maybe along the way my autostart compiz or something about compiz is causing the wireless not to configure properly. When I restart, wireless is working. Without kmod-wl-PAE installed:

yum info kmod-wl-PaE
Loaded plugins: presto, refresh-packagekit
Available Packages
Name : kmod-wl-PAE
Arch : i686

[Code].....

One, how is this even possible, and two, what is going on with the wireless working, not working, working, not working?

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

Fedora Networking :: Broadcom WLAN Suddenly Stopped Working?

Feb 9, 2009

I have an HP Pavilion notebook with a Broadcom WLANcard that had been working very nicely in Fedora Core 10 until this evening, when I took my notebook to a conference room where there was no internet access. (I tried to connect to wireless networks, but there were none in the area, as I discovered.) am now unable to connect to my local (home) wireless network as the device is now non-existent . Can someone please walk me through the steps to fix this or re-install it (I have tried reinstalling broadcom-wl, but that didn't help). My lspci listing is reproduced below:

Code:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)

[code]...

View 10 Replies View Related

Fedora Networking :: Eth0 Suddenly Stopped Working On FC10

Aug 4, 2009

my eth0 suddenly stopped working on FC10. i have been using it the whole time, and now it refuses to even ping the gateway. dhclient is not receiving a dhcp offer and when i put in the information manually, it is not even able to ping the gateway. netstat -rn shows that the destination of the router is going nowhere.

i do not think it is the hardware/software, but rather maybe the provider? i am from central europe but just moved up to great britain and working at a friends place. i can connect the mac powerbook without a problem (it will get an ip with dhcp), but not the linux machine.it is a normal ethernet modem connection here. can it be, that it checks MAC addresses or even the computer names? the powerbook also has a really weired IP address: 77.102.xxxxx

i am not using network manager, but command line tools and have nm uninstalled. does anyone have a clue, what this could be about? i am not a newbie, but this is really puzzling me.....

View 4 Replies View Related

Fedora Networking :: Wireless Suddenly Stopped Working - FC11?

Sep 23, 2009

A few days ago (september 7) my wireless suddenly stopped working. I am using FC11, and have an Atheros AR5211 wireless card and have been using the ath5k driver with GNOME NetworkManager. Wireless networks are detected by NM perfectly fine. When I try to connect, the icon spins around those two dots, and one of them becomes green. If the network is wep protected, it asks for the password. After a while, it times out, regardless of the protection. I don't remember changing pretty much for the last two months, so I'm sort of surprised. I did download and install a kernal, along with an selinux-policy update.

If I run dmesg, relevant looking lines included:

ADDRCONF(NETDEV_UP): wlan0: link is not ready
and a long series of these at the end:
wlan0: direct probe to AP 00:0b:86:4f:8a:20 try 1
wlan0: direct probe to AP 00:0b:86:4f:8a:20 try 1

[code]....

Note: I previously posted this in "Laptops," but Networking seemed like a better place to do it.

View 14 Replies View Related

Fedora Networking :: Wireless Stopped Working After Upgrade To FC11?

Jan 12, 2010

I have a Broadcom wireless card in my hp dv6500z laptop, I had it all working properly in FC9 thanks to bbfuller and his post on the subject. After I upgraded to FC11 I have been unable to get it to connect.

I can see my neighbor's sites and suppose I could see my own if the SSID was allowed to broadcast but I keep that turned off. I put in all of the setting, including the network security key, but it won't connect, then when I go back and look again, the security key is not even close to what I put in; it gets changed to a huge string of characters.

I redownloaded broadcom-wl-4.150.10.5.tar.bz2.tar and followed the instruction on the post once again but no luck, which, after I thought about it, was a waste of time because if I can see other's wireless, then the card must be working. I have tried using Network Manager and not using Network Manager and still no luck...

View 6 Replies View Related

Fedora Networking :: WUSB54g Stopped Working - How To Make It Work

Feb 17, 2010

My wireless adapter stopped working randomly the other day. I think the last time it was working was right before I put the computer into hibernate for the first time. it stopped working even after restarting.modinfo p54usb shows (I'm leaving out information that seems irrelevant because I can't copy and paste without the internet, so I'm typing what I see from another computer)

firmware: isl3887usb
firmware: isl3886usb

dmesg | grep firmware doesn't seem to show any requests for firmware related to it. lsusb shows something like

bus 002 device 001: ID... linux foundation 1.1 root hub
bus 001 device 003: id... linksys wusb54g wireless adapter

[code]....

When I start up, in boot messages I get something like this

WARNING deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING all config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release
Device wlan0 does not seem to be present, delaying initializtion [FAILED]

View 14 Replies View Related

Fedora Networking - ASUS USB N13 Adapter Stopped Working After Upgrade

Apr 12, 2011

I am running Fedora 14. I've had an ASUS wireless adapter working for a few months now, with no problems. Today, I installed updates, one of which required a computer reboot (not just logging out and back in). I rebooted the computer, and when it came back up, the wireless adapter did not work.The adapter is visible after lsusb, but there is no wireless showing after iwconfig. What happened? How do I fix it?

View 10 Replies View Related

Ubuntu Multimedia :: Hulu Desktop Stopped Working ?

Mar 24, 2010

I'm wondering if anyone is having a similar problem as mine when running Hulu Desktop. The application starts fine, but when I try to select anything to watch, the green progress bar continually resets over and over again as it tries to buffer a video, and playback never starts as a result. This happens for low, medium, and high quality. Hulu Desktop was working perfectly fine a few months ago. I've always been running Ubuntu 9.10 (64-bit) with the latest 64-bit Flash pluggins, and didn't have a problem before. Running Hulu Desktop from the command line doesn't reveal any error messages either.

View 7 Replies View Related

Ubuntu :: Remote Desktop All Of A Sudden Stopped Working

May 31, 2010

I recently setup an ssh tunnel and wrote a script to connect to my Home PC from my laptop no matter where I am.

I have previously tested this on my own network and multiple other networks while I was over at my friends houses, and it worked completely fine.

So just now I decided to use it after about a day or two after not using it and now nothing happens. Normally it prompts me for a password and takes about 5 seconds then I am in.

I'm using openssh, vinagre, and dyndns for the hostname. Here is the script:

Code:

View 9 Replies View Related

Ubuntu :: Remote Desktop Viewer Has Stopped Working?

Jun 8, 2010

Remote desktop viewer has stopped working in ubuntu 10.04. When I click on the icon in the top panel. The message Starting Remote Desktop viewer appears in the bottom panel for about 20 seconds and then it disappears and nothing further happens.

Yesterday I disabled ipv6 which greatly speed up thunderbird email and coincidently solved a problem I was having with Google earth not connecting to the server.

I do not know if this is what is now causing the problem with Remote Desktop viewer.

View 1 Replies View Related

OpenSUSE :: Gnome Desktop Effects Stopped Working On Nvidia In 11.3

Sep 16, 2010

I have a notebook with an Nvidia Quadro NVS 130M. Desktop effects were working on OpenSUSE 11.2. Last week I upgraded to OpenSUSE 11.3, and now desktop effects do not work. When I try to enable them, a box pops up that says something like "desktop effects are not supported on your hardware / configuration. Do you want to try anyway?". If I "try anyway", it does NOT work - I get a jumbled screen that is mostly black, but sometimes objects appear when I mouse over them.

I have the proprietary nvidia drivers (version 256.53) loaded and working (nvidia kernel module loaded, Nvidia splash screen on X server startup, correct lines found in Xorg.0.log).

The Composite option is enabled:

Never-the-less, I still cannot enable the desktop effects.

View 5 Replies View Related

Ubuntu :: Show Desktop Ctrl-Alt-D Stopped Working For Firefox Only

May 26, 2011

I don't know why but show Desktop Ctrl-Alt-D suddenly stopped working for Firefox only (in all workspaces).

Any ideas what might have caused this? Any work-arounds? (apart from Ctrl-Alt-(arrow) / switching to a different workspace - which is a fair workaround)

View 1 Replies View Related

OpenSUSE :: Desktop Effects Stopped Working After Recent Upgrades - 11.1, Gnome

May 25, 2010

OpenSuSE 11.1 updated on Saturday to all of the latest patches and stuff. I was a bit behind, so quite a few things got updated. Most of them probably don't matter for this problem.

Prior to Saturday, desktop effects were working fine. After, they don't. Gnome still works ok, but attempting to go in to the "Desktop Effects" configuration just hangs for a minute (spinning "wheel" cursor) then nothing happens ("arrow" cursor returns).

Looking at things via "ps ax" I can see that clicking on "Desktop Effects" starts process(/usr/bin/python /usr/bin/simple-ccsm).

Running this from a CLI produces:

After which nothing happens and I have to hunt down the PID and kill it.

Searching for this "tuple index out of range" error, I found a couple of 2008 references, but those are for much older version so I'm thinking that they're probably not relevant. Nothing else seems to apply.

View 2 Replies View Related

Ubuntu Networking :: Wireless Suddenly Stopped Working AND Rfkill Command Not Working

Jul 13, 2011

When originally installing 11.04 I had problems getting my Ralink 5390 wireless card to work.

Today my computer froze completely and I had to turn it off via the power switch. When I turned it back on, wireless was no longer recognized! My iPod can connect to the network just fine, so it must be an Ubuntu problem. There are no problems with my ethernet connection either.

I researched this and found several threads about blocking and unblocking wireless devices using the rfkill command. Well, unfortunately for me the rfkill command doesn't work. When I type sudo rfkill list or sudo rfkill unblock all, nothing happens; it just returns me to my bash prompt. I even tried uninstalling and reinstalling rfkill...nothing.

View 1 Replies View Related

Ubuntu Networking :: Remote Desktop Server Not Working After 11.04 Upgrade With Confirmation Enabled

May 4, 2011

I just remotely updated my uncle's Ubuntu 10.10 desktop to 11.04. My uncle has no computer skills, so it is very important that I troubleshoot his problems using VNC. After completing the 11.04 upgrade, I was not able to connect to him via VNC. After some fiddling around I was able to connect by turning off the confirmation option in the Security section. We are now using the password security option. The problem is that my uncle does not have any security against my peering eyes.

I tried reinstalling Vinagre, but that didn't help. Is it possible to get the confirmation option working again somehow?

Is there a download link for Vinagre 3.01 (deb)?

View 3 Replies View Related

Server :: Passwordless Ssh Stopped Working?

Aug 18, 2011

There are a few threads about this but none seem to me.I have 3 machines setup with a nfs home directory on machine 1.I have created keys using ssh-keygen -t rsa (and left everything blank), then as user on machine 1 run

Code:
cat id_rsa.pub >> authorized_keys2
chmod 644 ~/.ssh/*

this used to work until I upgraded to ubuntu 11.04 (from 9.04), and now it requires a password to ssh. I have tried several times deleting ~/.ssh/* and recreating, to no luck Below is the results when I try to ssh into -2 from -1:

[Code]...

(dumb question, but shouldn't the offered RSA public key be id_rsa.pub rather than id_rsa?)

View 5 Replies View Related

Debian Configuration :: Ssh Randomly Stopped Working On Server?

Mar 15, 2010

I'm in somewhat of a sticky situation. ssh has just randomly stopped working on my server after a power failure. Everything else that doesn't rely on ssh is still working fine though. It can still receive mail and everything, just no ssh.Background on the server, running debian etch on a PPC machine.ssh is (supposed to be) running on port 2000. Even if I am physically logged into the machine I can't log in with ssh -p 2000 user@127.0.0.1.
I can ssh to and from any other machine on my network (the server can even ssh into another machine). So it isn't my network causing issues.It seems like the port 2000 is completely closed, if nmap the server's IP address I get PORT    STATE SERVICE

25/tcp  open  smtp
80/tcp  open  http
110/tcp open  pop3

[code]...

View 9 Replies View Related







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