Ubuntu :: Unable To Get The Link To Georgia State Parks To Work On Three Different Computers

Aug 17, 2010

Recently, I have been unable to get the link to Georgia State Parks to work in Ubuntu on three different computers: I have 10.04 on my desktop, 9.10 on one laptop, and Linux Mint 9 on my wife's laptop. This link fails with an error message of: XML Parsing Error:mismatched tag. Expected: </img> All the machines are dual boot, and the link works fine on all three using Windows XP and Vista.

View 3 Replies


ADVERTISEMENT

CentOS 5 Networking :: Shutting Down Interface On Link Down State?

May 17, 2011

I have a problem. I want interface to shut down once there is a link down state detected. If you set up eth0, and then plug cable out, eth0 stays up, just loosing the RUNNING flag. I want it to go down completely.

I've stumbled upon netplugd, and I've tried using it. It is a daemon that detects states in (link up) and out (link down) from kernel netlink interface. If I have this daemon up, it detects that link is down (eg. cable removed from interface), and it runs correctly /etc/netplug.d/netplug eth0 out. That script then runs ifdown eth0. And that's ok.

But very next moment netplugd runs /etc/netplug.d/netplug eth0 probe, and probe section of that script runs "ip link set eth0 up", which then turns interface back on!I've tried commenting out that line, but then new problem occurs - after the link is up, netplug cannot figure that out and bring back interface. Has anyone have this kind of problem, and any viable solution with netplug?

View 3 Replies View Related

Ubuntu Networking :: Invalid State Because Don't Have IP Address But Firefox And Chorme Work Perfectly

Jun 23, 2011

Kubuntu's Network manager says that my (wired) network is in an invalid state because I don't have an IP address, but Firefox and Chorme work perfectly, as do Synaptic and Software Centre, and a Superkaramba network monitor says that my IP is "192.168.1.101" In fact, the only thing that isn't working is Pidgin, and it says it's "Waiting for network connection."

View 3 Replies View Related

Ubuntu :: Keyboard And Mouse Don't Work On Certain Computers

Jun 7, 2010

The keyboard and mouse won't work while live booting Ubuntu from CD on a Acer Verition M264. I've tried PS/2 and USB mice. This problem starts from when Ubuntu loads, keyboard and mouse is fine until that point. There's also a complaint message once it's loaded up: The panel encountered a problem while loading "OAFIID:GNOME_FastUserSwitchApplet".

On a Dell Inspiron and a Acer Aspire X3200, Ubuntu 9.10 works just fine.

View 2 Replies View Related

Ubuntu Installation :: Unable Induvidually Download For Both Computers?

Aug 15, 2011

you see i have two computers, both run ubuntu 10.10. now i want to upgrade them to 11.04 or whatever the latest version is....also both of them need normal upgrading also (as in file updating in the update manager)

so is there any way to not induvidually download for both computers??can i download for one computer and use it on the other as well??

View 2 Replies View Related

Ubuntu Networking :: Unable To Mount Samba Shares Between Computers

Oct 15, 2010

i have a ubuntu 10.10 desktop and laptop. i installed samba, and smbfs. i shared a folder on each computer. when i browse the network i can see the laptop from the laptop, and can see the desktop from the laptop, but i cant see the laptop from the desktop. when i try to mount the share it says unable to mount, but mounts it anyway...but, i need to be able to mount it so that rsync will see the shares as a dir on the desktop. i tried manually mounting via smbmount following several threads that i found, and i keep getting error sudo smbmount //192.168.1.78/share /media/laptop Password: Unable to find suitable address

that is as far as i've been able to get. i've looked and have only been able to find threads about windows shares, not between 2 ubuntu machines. and i dont know why laptop can see the desktop but not the other way around. they have identical smb.conf files

View 2 Replies View Related

Software :: External Hard Drive Won't Work With Other Computers

Jan 25, 2010

I've installed Linux to a portable hard drive with the assumption that I would be able to transfer that hard drive to my other computers and be able to boot into Linux from them. I know for a fact that these computers are capable of running the same linux installed on the portable HDD via LiveCD or LiveUSB flash drive.

However, when I try to start my portable hard drive on any computer other than the one I installed it on, it boots to a black screen and stays that way indefinitely.

So, I would like to know how to make my portable hard drive more versatile, and to automatically adapt to different computers during boot.

View 6 Replies View Related

Networking :: Unable To Connect Two Ubuntu Computers Via Crossover Cable / Sort It?

May 31, 2010

I tried to connect two ubuntu computers via crossover network. But sometimes they can connect and see each other and even ping each other and sometimes not!
Each time, each of my PC's can ping it's own IP address but may not ping the other PC. I tried to disconnect cable, reconnect, disable network, enable it again, change IP address, disconnect via Network Manager Applet, reconnect and... . But when one of them don't want to connect I can't do this anyway!
Anyone knows what must be the problem? Sometimes it took about many seconds to get them connected, and sometimes they can't connect for many hours.
I must add that I have an ADSL modem on one of two Ubuntu PCs that connect via another cable.

View 9 Replies View Related

Networking :: Unable To Ping Laptop From Other Computers On The Network?

Apr 15, 2011

I have installed Micro Core onto a usb of mine and am running it on my laptop. I have been able to successfully obtain a connection and valid ip with my router. As you can see below my wireless connection seems valid computer-end and on my router's page it comes under the list of attached devices.Although this is all fine and dandy, I'm am unable to ping my router or any other computer on my network, I am also unable to ping my laptop from other computers on the network. Also by the looks of it I have having no trouble transmitting, but I am not receiving any packets.

[Code]...

View 3 Replies View Related

General :: Fedora Network - Unable To Find Other Computers

Feb 5, 2011

I am unable to find other computers on my local network from my workstation.
Code:
nmap 192.168.0.*
shows me the workstation and the gateway(192.168.0.1)

My workstation has 2 interfaces: eth0 and eth1. both are checked in the "trusted interfaces" section of system-config-firewall. Network is currently connected to eth1. If I run the same nmap command from my laptop (also fedora), it outputs everything on the network but my workstation. The strange thing is that the workstation has functioning internet connection.

View 8 Replies View Related

Ubuntu Networking :: D-Link DWA-140 Seems To Sort Of Work?

Mar 21, 2010

I've got an oldish laptop which I've installed 9.10 on. I plugged in a D-Link DWA-140 USB wifi dongle to see if it can connect to my wifi router. It quite happily flashed it's light, and when I click on the wifi icon on the top panel it lists a bunch of wifi networks including my own. However, when I select my network and enter the passphrase it doesn't connect, and just keeps asking for the passphrase/key again

View 1 Replies View Related

Ubuntu :: Unable To Remove Symbolic Link?

Jul 23, 2011

I created the following symbolic link:

Code:
ln -s /home/vichingo/.gvfs/"media on mybook" /media/mybook

this worked, only now I have a folder media on mybook within the mybook folder.

I wanted to remove this link, but when doing:

Code:
sudo rm /media/mybook/media on mybook

I get:

Code:
rm: cannot remove `/media/mybook/media': No such file or directory
rm: cannot remove `on': No such file or directory
rm: cannot remove `mybook': No such file or directory

for some reason I am either unable to remove the link or change the name of the folder to change the spaces into underscores.

View 4 Replies View Related

OpenSUSE Network :: Connecting Two Computers On LAN \ Both Computers Are Connected To A Switch With Cables?

Jan 31, 2011

im trying to connect two computers on lan.One computer has: VMWare Workstation and has Opensuse 11.3 mounted in it.The other computer has: VMWare Player and has Opensuse 11.3 mounted in it.Both computers are connected to a switch with cables.I have followed this guide in both computers:Depanati singuri calculatorul!: Opensuse 11.3 - configure local networkin order to setup a network.In one computer, if i go to: Computer---Network---Network folder, i only see one machine. When in fact i could see both of them right

View 9 Replies View Related

Ubuntu Networking :: TP-LINK TL-322G Doesn't Work?

Feb 26, 2010

I try to do wireless man-in-the middle attack with my ASUS laptop and I've alreay got two wlan adaptors, a built-in Atheros NE-785H and a TP-LINK TL-W322G USB wireless adaptor. Either of them is to act as a rogue access point (soft AP). The biult-in adaptor works well but I just can't get the TP-LINK working properly.

I have alreay visited the threads below No Wireless with TP-LINK TL-WN322G found Problems with a TP-LINK TL-WN322G 54g Wireless USB Adapter (ZyDAS zd1211b Chipset ) HardwareSupportComponentsWirelessNetworkCardsTP-Link tp-link WN322G Wlan mit TP-LINK TL-WN322G

I'm running Karmic with 2.6.31-19, according to the Ubuntu help page it should work out of the box, but it just wouldn't work for me. I only got it working with ndiswrapper, which is clearly not what I want to use since it's not supported by aircrack-ng.

Here are results after running modprobe -v zd1211rw

Code:
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
insmod /lib/modules/2.6.31-19-generic/updates/cw/zd1211rw.ko
then lsmod | grep zd

[Code].....

View 6 Replies View Related

Ubuntu Security :: Unable To Install Amanda On Any Computers Or Server And The Port Is Not Forwarded By Modem Or Router?

Nov 17, 2010

I did a port scan on my server from outside my network and saw that port 10080 AMANDA is open.Amanda isn't installed on any of my computers or my server and the port is not forwarded by my modem or router. So why is this port open and how can I close it?

View 6 Replies View Related

Ubuntu Networking :: 10.4 Unable To Connect With TP-Link TL-WN321G?

May 22, 2010

I'm trying to connect from my desktop to my router (Networl WGR614v6). It seems to recognise the card, but I can't get a connection. I want to run this machine as a server, which is why I'm using commandline, but I haven't had any luck through the gui either. I've disabled NetworkManager and verified that it's not running. Here's what happens:

Code:
$ lsusb | grep -i wire
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter

[code]....

View 1 Replies View Related

Ubuntu Networking :: D-Link DWA-125 Wireless Adapter Doesn't Work W 10.04?

Sep 7, 2010

Have tried methods from every thread I could find for past 10 hrs. Have tried installing rt3070sta etc.Monitored message log; appears that the driver isn't recognized, though the USB port sees that something is plugged in (when I plug in the adapter, and unplug it).All of the threads miss something; I can't get a wireless port listed under ifconfig no matter what I try. Seems that every method leaves out something (I guess because everyone's box is different in some way). Network manager doesn't help much. Downloaded Wicd, which does even less.I guess I could try ndiswrapper, but I'm scared away by the hundreds of pages I see on going that route; I'm almost certain it wouldn't work (1000 possible points of failure).Does anyone have a strategy to recommend?AM64 box, newly installed Edubuntu 10.04, ran update manager.

View 3 Replies View Related

Ubuntu Networking :: Symbolic Link Paths Don't Work Over Network?

Sep 17, 2010

like to create symbolic links on our server which will work from any work station.I guess the problem is that they use absolute paths.Since the absolute path is different from each workstation, they don't work except for the computer on which they were created.Is there a way to make them use relative paths instead?

View 2 Replies View Related

Networking :: D-Link DWL-g122 / Make It Work?

Jan 25, 2011

How to make it work?

View 1 Replies View Related

General :: Magnet Link: What Is It And Why Doesn't It Work

Jan 30, 2011

Kernel: 2.6.21.5, O.S.: GNU/Linux (Slackware 12.0).
Firefox 2.0.0.4

In some sites I find a link named "Magnet Link". If I click it, the browser says:

Quote:

Firefox doesn't know how to open this address because the protocol (magnet) isn't associated with any program.These sites are p2p (peer to peer) download ones. Perhaps Magnet Link has some advantage over normal torrents and it's a pity I can't profit by it.

View 2 Replies View Related

CentOS 5 :: Link To Get Java To Work With 64 Bit Firefox?

Feb 8, 2010

OS: CentOS 5.4 x64 I give up. How do I get Java to work with 64 bit Firefox (yes Java is installed)?

in 32 bit, it is <code>ln -s /usr/java/latest/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/.</code> I can not even find a libjavaplugin_oji.so in x64!

View 2 Replies View Related

Ubuntu :: Unable To Boot Lucid: Ata4: SATA Link Down

May 3, 2010

After correcting my grub bootloader problem earlier, I seem to be running into a different problem. I am unable to boot Lucid Lynx, either through recovery mode or normal boot. In recovery mode, I get the following message:

Code:
ata4: SATA link down

It then goes on to tell me, after a long wait, that it's unable to start TTY, and shows a (initramfs) prompt.

View 1 Replies View Related

Ubuntu :: Unable To Remove Broken TeamViewer Menu Link?

Jan 18, 2011

Ubuntu 10.04 32 bit

Background...

I was working with TeamViewer 5 just fine and then saw that TeamViewer 6 was available. I performed a complete removal of TeamViewer 5 via the Synaptic Package Manager and then did a clean install of TeamViewer 6 by executing the new deb file.

TeamViewer 6 was added to the Main Menu just fine, but after rebooting my laptop, the TeamViewer 6 Main Menu launcher was gone and a broken link was there in its place.

I have since followed the solution in the below thread to get a valid TeamViewer 6 launcher back in the Main Menu, but I cannot get rid of the broken link.

[URL]

In the System->Preferences->Main Menu window, the broken link is basically frozen. I can't hide it or delete it. Is there some file I'm just going to have to update to get rid of it?

View 4 Replies View Related

Fedora Networking :: FC10 - Unusual System-config - Unable To Ping Other Computers Or Routers

Jun 2, 2009

I recently built my second general-purpose server, and recently installed fedora core 10 on it. The first thing I attempted to set up after installation was the network - and that's where it's gone wrong When editing a network device using the graphical system-config-network utility, I find that the subnet mask is being automatically changed to match the default gateway address every time I attempt to modify any of its settings (or sometimes even when I cancel the changes). This also means that I cannot set the subnet mask, as it simply won't accept my setting for it. I seem to be able to get around this glitch by setting the subnet mask using the shell version of the same utility, but that doesn't solve my network issue.

Even when I use the shell utility to fix the subnet mask, I'm unable to ping other computers or routers on the network even when ifconfig indicates that the desired ip address has been taken, and other computers on the network are also unable to see the server. I'm using a wired connection and a static IP address on a network with no DHCP.

View 14 Replies View Related

General :: D-Link USB Wireless Card Won't Work - Jolicloud

Oct 28, 2010

I have a WUA-2340 USB Adapter manufactured by D-Link. This is my first day using a Linux based cloud OS I need some drivers for my USB Wlan device.

View 4 Replies View Related

Software :: Unable To Link Shared Libraries While Doing Rpm Upgrade?

Mar 25, 2011

When performing rpm -Uvh, my rpm is not able to link the shared library. My rpm use shared libraries which are created by my software. when i do rpm -ivh everything is working fine My rpm creates the softlinks to the shared libraries. Now when i install the rpm using -Uvh switch which upgrade..the shared libraries are not loading.

View 1 Replies View Related

Ubuntu Multimedia :: Video Chat Service To Work Between Computers Running Ubuntu 10.04/10.10 On The Same LAN?

Jan 18, 2011

Would it be possible for a video chat service to work between computers running Ubuntu 10.04/10.10 on the same LAN, but necessarily with an internet connection? Computer #1 wants to video chat with Computer #2 in the next room, part of the same network, but this network has no access to outside internet...

View 7 Replies View Related

Software :: Why Doesn't Firefox's Quick Find (/) Work On This Link

Oct 18, 2010

I routinely use Firefox's quick find feature. I press the slash key, /, type what I want to find on the page and it searches as I type. I love it. It's very convenient. But it doesn't work anywhere on this page.

View 5 Replies View Related

Ubuntu Networking :: Sony Z - Wireless Intel Wifi Link 5100 Not Work After Apt-get Upgrade

Dec 4, 2010

i'd like to extend that ma intel wifi link 5100 is not detected no more after perform upgrade package( upgrade the kernel too ). when im using command 'lshw -C network' , there is appear to be detected, but not on command 'iwconfig' or even 'ifconfig' it just show nothin. also network-manager no longer show that ma wireless is work properly anymore.

the old kernel : 2.6.25-22 ( my wireless detected and usable )
the new kernel : 2.6.25-23 ( my wireless detected and unusable )

View 4 Replies View Related

SUSE :: URL Link Launcher Creation / Unable To Resolve Hostname

Aug 6, 2010

I am updating all of the company systems from Novell SuSE Desktop 10 SP2 to 11. We have several links on the desktops of users that are URL's. In version 10, I just did a Create Launcher, Type was Link and I could type in a URL. The LINK type no longer exist. I checked on my system at my desk which is OpenSuSE 11 and it also does not have the link type. I have been searching on the Internet for creating Launchers and then looking for information on creating links and have not been able to find anything. Can anyone point me to a good howto or document on creating URL link launchers (we have a system that runs Apache and from the users PC they click the link to connect to the server). I tried just creating a bookmark in Firefox and then dragging the bookmark to desktop and customizing icon. But, I build the systems at our corporate offices, and when I build, the IP address on the system is the actual IP and since it is not at the final location it can not connect, and the bookmark creation on desktop fails with error 'Unable to resolve hostname'

View 1 Replies View Related







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