Ubuntu Servers :: D-Link DFE-530TX In Karmic 9.10?

Feb 2, 2010

(Disclosure: I posted this in the other forums yesterday and realized this is the better place for it. I'll get rid of the other one.) I'm trying to add a second NIC to my Karmic 9.10 (Server Edition) as eth1. The new NIC is a D-Link DFE-530TX+ [URL]... It seems like everything should be working fine because it showed up in ifconfig with no configuration after I put it in my machine and it's even is able to get an IP address from the DHCP server in the router.

The problem is that it's not transmitting anything. I can't SSH into it from my other computers on the LAN, and when I ran a sniffer on the interface it was directly connected to there were no packets.

Here's lspci:

Code:
00:00.0 Host bridge: Intel Corporation 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 04)
00:01.0 PCI bridge: Intel Corporation 82850 850 (Tehama) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 04)

[Code]...

View 5 Replies


ADVERTISEMENT

Ubuntu Networking :: Intel Corp. Wifi Link 5300/Karmic 64b/ThinkPad W700: OS Restart 2 Reconnect

Oct 7, 2010

I have an IBM ThinkPad W700 running 64 bit Ubuntu 9.10 Karmic Koala. At the office I normally connect it to the Ethernet since it's never connected very reliably to the wifi there (drops out 2 or 3 times per day, usually at the worst possible time, of course), but it always worked just fine with Netgear WGR614v5 at home... until a week or two ago.

I used to be able to come home, take the laptop out of suspend mode, and it would connect to the wifi. Occasionally there'd be some hitch and I'd have to restart the network manager (sudo /etc/init.d/network-manager restart) but this was only sometimes, and when I did, it'd always work. But now, when I get home from work, I need to restart the entire system to get it to connect properly again. Without restarting the whole system, it either doesn't scan for wifi networks, it doesn't find any wifi networks, it keeps stuffing up my wifi password, or it connects and gets 0% signal.

Presumably, some driver was updated recently and it doesn't work so well. What's the easiest way to find out what drivers have been updated lately, and revert to a previous version? And what else can I try restarting so I don't have to restart the entire system? I've tried /etc/init.d/network-manager restart, /etc/init.d/networking restart, /etc/init.d/network-interface restart, and restart network-manager. I've also tried turning the wireless switch at the front of the laptop off and on, many times.

Code:
$ lspci -nn
[...]
03:00.0 Network controller [0280]: Intel Corporation Wireless Wifi Link 5300 [8086:4236]
[...]
$ ifconfig wlan0

[Code]...

The info above is when I've taken my laptop out of suspend mode and it won't connect to the network. lsmod doesn't say anything about wifi nor wireless; iwlist does see my network, which my older Januty laptop is connected to without drama.

View 1 Replies View Related

Ubuntu :: Samba Stalls - Link Desktop "Karmic" Up To An XP Laptop "homegroup" For File Sharing

Jan 30, 2010

I am trying to link my desktop "Karmic" up to an XP laptop "homegroup" for file sharing. Both computers are on my wifi served by a router. The following plugins were installed via Synaptics:

[Code]...

Initially clicking on "samba" brings this up: "warning: some lines couldn't be understood while reading the configuration file /etc/samba/smb.conf. these may be unknown configuration directives samba plugins but could also be configuration errors." You ignore the warning and continue on. The results are a static "samba server menu" accepting what you type ...but doing nothing with it upon pressing OK.

View 3 Replies View Related

Ubuntu Servers :: Apache2 Link To FTP Assistance?

Jun 22, 2010

I have an apache2 web server running on ubuntu server (Ver 2.6.27-7-server) running just a basic Mediawiki site for our group internally. It's just a basic info wiki, and it also hosts a bunch of large .iso files for the group to download if they need them. The latter part is where my latest issue has come up, and I'll try to keep it brief.

We moved all the .iso files to a FTP server that we just got up and running, since the FTP site has goads more space available on it's NAS shared drive than my wiki server whose hard disk is rapidly shrinking with all the .iso files on it. Now, the FTP server is outward facing unlike the wiki server, so obviously it has to have user/password authentication unlike the wiki, which is only internal.

I want to be able to link from the wiki server directly to the files on the FTP server without the user being prompted for a password, while still keeping a decent transfer speed.

So far I've tried 2 methods that have "worked".

First, I mounted a local folder on the wiki to the FTP server using CurlFTPfs by adding a line in the /etc/fstab file.

Code:
curlftpfs#iso:ftpiso@172.17.12.19 /var/www/downloads fuse allow_other,uid=www-data,gid=www-data 0 0

This actually works perfectly, I can link to the files and never get prompted for credentials, however the transfer rate is abysmal. under 100kb/s over a gigabit connection, rather than 10MB/s I can get if using an FTP client directly.

The other method I used was enabling the mod_proxy_ftp and simply redirecting to the FTP using the wiki server as a proxy.

In the virtual host file:

Code:
ProxyPass /download ftp://iso:ftpiso@172.17.12.19
ProxyPassReverse /download ftp://iso:ftpiso@172.17.12.19

This speeds things up a little ~230kb/s however I still get prompted for credentials.

Is there any way possible to get it to work like the CurlFTPfs method but still get decent network xfer rates?

View 1 Replies View Related

Ubuntu Servers :: Samba On Karmic With Two NIC - Connections?

Feb 24, 2010

My setup:
Ubuntu Karmic Server Edition 64 bit
Dell PowerEdge T610
4 internal NIC RJ45
1 add-on NIC Fibre 1 Gb
Samba 3.4.0
two shares intended for WIN clients

Connections: eth0 (the first internal NIC) is part of a private network of 4 servers connected to a Gb switch. this connections serves as a fast link among these servers to regularly transfer (backup) large quantities of data. Only I can utilise it from within the server room (among those servers, obviously).

eth0: 192.168.0.AA1 eth4 is the Intel add-on NIC with 1 GB fibre connections to the public network of our institution. This is the link/IP my WIN clints have to use to access their shares. eth4: 134.XXX.YYY.ZZ1

My Problem: Despite having including both interfaces in my smb.conf only the internal connection via eth0 lives up to my expectation and delivers up to 50 MB/s. All clients trying to connect via eth4 will be able to see and access the shares, but file transfers commence with speeds severely below 0,5 MB/s with lots of aborts and warnings from the WIN file explorer.

So I experimented with the setting "interfaces" in the global section of smb.conf --- to no avail. I even set samba only to eth4: same problem. Only way to get flawless & fast transfers is the way through eth0. The samba log files of the clients I tried do show some errors, but I fear I am unable to interpret them properly.

/etc/network/interfaces

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface Intel Gb link via fibre
auto eth4

[Code]...

View 5 Replies View Related

Ubuntu Servers :: Karmic -> Lucid Not Booting?

Jun 6, 2010

server configuration: SCSI 36gig -> sdd; boot and root as it was first in the box;2 IDE hard drives -> sda/sdb for data; and1 SATA drive -> sdc for data.After upgrading to Lucid (not right away, but a bit later), it stopped booting:'Gave up waiting for root device.'ALERT! /dev/disk/by-uuid/........... does not exist. Dropping to a shell!(initramfs)Happily, pushing ^D let it resume booting, but it kept repeating. After some study, I found the Lucid release notes that said "if you upgrade to ext4, you have to manually update Grub". A quick check showed that sdd was now, indeed ext4 - nobody told me! And, why couldn't it update Grub by itself? But, I dutifully ran grub-install and life went back to normal.

Until last night, when I updated the kernel, etc. with apt-get and restarted, and grub dropped dead:More googling turned up this solution, which I used with an install CD:http://tinyurl.com/2dhswzzWhich worked, but it brought back the first problem, and running grub-install doesn't fix it. So, what do I do now?

View 5 Replies View Related

Ubuntu Servers :: Access Share By Symbol Link?

Mar 31, 2010

Ubuntu server 8.04
Samba version 3.0.28a

Config:

1) I created 2 shares in Samba, one is "/home/aaa" and the other is "/home/bbb". Both have the same owner, say "jack", with permission 775

2) I created one link named "pubshare" in "aaa" pointing to "bbb". "ln -s /home/bbb pubshare"

Problem: I connected to aaa from a Winxp client with account "jack" and access pubshare, (say cd pubshare), it prompts "access denied"

Experiment I've done

1) login local machine with account jack, cd /home/aaa, then cd pubshare. It works fine. (So I believe link works fine and permission of bbb is correct)

2) connect directly to /home/bbb with account jack from the Winxp client. It works fine too. (So I believe the samba config is correct)

3) I did not face this problem until I used "apt-get ugrade" several days ago.

View 2 Replies View Related

Fedora Networking :: How To Link Two Servers

Mar 25, 2009

I want to link two servers (nets) 192.168.1.x and 10.0.0.x which use Fedora with firewalls.

View 2 Replies View Related

Ubuntu Servers :: PostgreSQL 8.4 GUI Admin Tool For 9.10 (Karmic)

Feb 11, 2010

I have Apache 2.2.12, Gallery2, PostgreSQL 8.4, and XCache (PHP cache) humming along on a Ubuntu 9.10 (Karmic Koala) server. Can someone recommend GUI postgreSQL admin tool for managing the database other than pgAdmin?

View 3 Replies View Related

Ubuntu Servers :: Create A Windows Shared Link In Wine

Jun 1, 2010

I have installed Windows 2003 Server, on that i have installed VMware and in VMware i have installed Ubuntu.Now my requirement is i want to run a Windows Application shortcut from Ubuntu, for that i have installed wine on Ubuntu.Now i have copied and pasted the Shortcut of that Windows Application on Ubuntu's Desktop. When i check the Windows Application shortcut properties its path will be something like this \192.168.1.15ApplicationApplication.exe, but i am unable to run that Application shortcut in Ubuntu.

If i try samething on the other windows system on network it works fine. Actually its a thin client server architecture where i want my thin client to use ubuntu and access the windows application shortcut and run the windows application shortcut on ubuntu. To be more clear my windows 2003 server runs a windows application which has MSSQL as database. Now on my ubuntu system the login page is able to popup but when i give username and password it gives something like server not found,how do i need to approach this issue.

View 2 Replies View Related

CentOS 5 :: Mirror The Drives And Link All The Servers Together?

Oct 11, 2009

I am Setting up 3 HP Proliant servers with 2 250GB Hard Drives in each. How Do I mirror the drives, and link all the servers together??? I am installing Centos 5.3. From the software install menu I installed Gnome, and the Server software, but can't seem to figure out how to get into the server side of it from gnome. Sorry for all the questions, but I have been out of the loop of all this for about 8 years and trying to re-learn everything.

View 4 Replies View Related

Ubuntu Networking :: No DNS Servers In Resolv.conf Before Login Karmic 9.10

Jan 11, 2010

I'm having an issue with resolv.conf being empty (apart from the resolvconf header) upon first login. I am assigned a DHCP lease fine, it also appears that DNS works briefly as all my NFS file shares seem to be working ok and they have name rather than an IP address in /etc/fstab. I have to manually re establish my lease by using the Network Manager panel each time I first login.

View 4 Replies View Related

Ubuntu Servers :: Login With Ldap Account From Client (karmic)?

Jul 11, 2010

how to login with ubuntu ldap server account from ubuntu client(karmic). Ubuntu server and client setup is done properly but not knowing how to login to ldap server graphically from ubuntu client. I don't want to login via SSH

View 2 Replies View Related

Ubuntu Servers :: Configure Virtualhosts With Webmin On 9.10 Karmic Koala

Sep 16, 2010

I'm a bit of a Nooob to Virtual hosting. On my internal network 192.168.1.x I have a dns server running bind9 My DNS / web server is 192.168.1.3 I have succeeded in getting [URL] to resolve and it goes to my web page in /var/www/ Now I want to get say [URL] to go to /var/www/music/

1. What's the best way to go about this?
2. Can I configure it using webmin or do I just do it the old fashioned way through a terminal?
3. I tried virtual hosts via the following method

Added to /etc/apache2/sites-available/default
NameVirtualHost 192.168.1.3:80
Then created
/etc/apache2/sites-available/music.7rocks.com
<VirtualHost 192.168.1.3:80>
ServerName music.7rocks.com
ServerAlias music.7rocks.com

Then

[Code]....

View 4 Replies View Related

Ubuntu Servers :: Jaunty To Karmic Upgrade Is Broken Due To Grub2

Jan 11, 2011

i havent really had a chance to ask this for a while, but im in a bit of a bind. im trying to do a release upgrade of 9.04 through to 10.10. I'm stuck at getting karmic to reboot because of a grub problem. I keep getting "error 15" file not found. Not one single forum post has helped for some reason which is strange. Release upgrades have always worked even though not recommended, but this one of all has been the worst of the lot and totally insane.

Im testing in a vmware before i do this for real on the production server, I am using a raid1 setup and boot partitions set to md0.

my fstab after the upgrade before i reboot looked like this

# / was on /dev/md1 during installation
UUID=######################## / reiserfs relatime 0 1
# /boot was on /dev/md0 during installation

[Code]....

I tried to first install grub2, i confirmed it installed and worked perfect, and therefore removed grub legacy.

Ran do-release-upgrade , it completely uninstalled grub2, and it also fails at building /initrd.img-2.6.31-22-server and adding into the grub menu therefore the upgrade fails with this error. I reinstalled grub2, the menu came up fine but trying to load a kernel gave me something like

alert ! /dev/disk/by-uid/############## does not exist.

What is the go with this ? Ive been trying to make this work off and on for 6 months

View 7 Replies View Related

Ubuntu Servers :: Eth0 Nic Copper Link Is Down Dell R210 Poweredge?

Aug 1, 2010

i have a server dell poweredge r210 i got this message. [78:384501] bnx2: eth0 NIC Copper Link is Down.

administrador@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr b8:ac:6f:86:2b:aa
inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::baac:6fff:fe86:2baa/64 Scope:Link

[code]....

View 2 Replies View Related

Ubuntu :: Send A Link For Download And A Link With The Installation Instructions?

Aug 16, 2011

I was looking for live link to download ubuntu mobile but unfortunately I don't find anything... Can someone send me a link for download and a link with the installation instructions ?? All the links that I found are dead.

View 9 Replies View Related

Ubuntu Networking :: Mount To Vista Needed For Apache - Symbolic Link Not Allowed Or Link Target Not Accessible

Apr 26, 2010

I have a problem where I'm using Ubuntu linux to mount a Windows Vista machine's USB drive and access it on the web using Apache. I did have the USB drive plugged into the Linux machine directly and that was working via the web. FollowSymLinks is on in httpd.conf

[Code]....

The mount works and I can see the files (see above) from my regular linux user account. If I make a test file in /mnt and soft link to that, I can see it on the web. So it's just the mount to the vista machine that seems to be a problem. It's supposed to be a simple read-only mount and the apache login should (I think) be able to see the same generic root access permissions.

log from apache: [Mon Apr 26 20:39:42 2010] [error] [client 99.99.99.99] Symbolic link not allowed or link target not accessible: /home/user1/pub_html/Music, referer: https://xx.xx.xx/~user1/music.html

The credentials have a login and password that matches a special read-only account on Vista. I can see the files on the system from Linux, but not via the web. As mentioned above, a different link to the same /mnt area works fine via the web. I've tried several different mount options with no success.

View 3 Replies View Related

OpenSUSE :: Symbolic Link Not Allowed Or Link Target Not Accessible: /srv/www/htdocs?

Apr 28, 2010

i only need localhost for testing some phpnow i get[Wed Apr 28 18:44:57 2010] [error] [client ::1] Symbolic link not allowed or link target not accessible: /srv/www/htdocs

View 9 Replies View Related

Programming :: Link Directories - Symlink Not Updated / Hard Link Not Supported?

Sep 6, 2010

In the ordering of files I keep I need links to directories. Sometimes I even need to move directories to new locations. I have tried using symlinks, but they become dead when I move the directory they point to. I have tried hard links, but I haven't found any Linux file system that would support hard linked directories. How can I achieve that a complex structure of directories (currently with symlinks for directories and hard links for files) keep symlinks live when directories are moved?

- is there any utility that updates symlinks when a directory is moved?

- is there any Linux filesystem that supports hard linked directories?

- is there any good Linux interface to the new NTFS (the only file system I know to support automatically updating directory links, called directory junctions)?

View 9 Replies View Related

Ubuntu :: Dual Boot Karmic And Xp (karmic Installed)?

Jan 21, 2010

What's the right direction or give me step by step on how to do this?

View 6 Replies View Related

General :: View CD Shortcut Link / List Link Name By Using Any Command?

Jun 8, 2010

Whenever we insert CD,it creates a shortcut link in desktop.Can we list this link name by using any command? I am using Oracle Enterprise Linux 5.0.

View 10 Replies View Related

Server :: Create Soft Link And Hard Link In RHEL5?

Sep 8, 2010

how can we create soft link and hard link in RHEL5 when am using in command it is giving format error

View 6 Replies View Related

General :: Difference Between A Hard Link And Symbolic Link?

Jun 20, 2011

I have searched around and am trying to understand the difference between a hard link and symbolic link (soft link). I found this link is quite useful. But I am still not very clear. I understand soft link is not a copy of original file, but is a hard link a copy or not?

View 4 Replies View Related

Ubuntu Servers :: "ERROR :Closing Link: [unknown@127.0.0.1] (Ping Timeout)"

Apr 3, 2011

I am trying to set up the IRCD-IRC2 server to allow local chat between users connected to my Ubuntu server through SSH. I have port forwarding all set up to the point when I open port 6667 on the localhost it immediately comes back with":My.Irc.Com 020 * lease wait while we process your connection." Sounds promising. But it's not. It hangs for over a minute, then comes back with "ERROR :Closing Link: [unknown@127.0.0.1] (Ping timeout)" and closes the connection.

I don't want IRC2 to connect to any other servers. I just want it to facilitate chat between other users logged in through SSH as I said. Here is my ircd.conf file

M:My.Irc.Com::BC, Canada:6667:0001
A:Canada:info@irc.com:Notes::SrvName:
P:127.0.0.1:::6667:
I:127.0.0.1::::10

Can anyone tell me what I'm doing wrong?

View 1 Replies View Related

Ubuntu Servers :: Libnetpacket-perl Package For 9.10 Karmic - Functionality Present In Another 9.10 Package With A Different Name?

Jan 8, 2010

I need to install the following dependencies for synspam on Ubuntu 9.10 karmic server:

Code:
sudo aptitude install nfqueue-bindings-perl libsys-syslog-perl libappconfig-perl libnetpacket-perl libnetaddr-ip-perl
dpkg -i synspam_version_all.deb
Of these, only libnetpacket-perl is not packaged for Ubuntu 9.10 karmic.

Is this functionality present in another 9.10 package with a different name? 10.04 Lucid does have the package: [URL]

View 1 Replies View Related

Ubuntu Servers :: Mdadm Music Corruption - Link ITunes Library To The Music Files Via A Samba Share?

Dec 19, 2010

I've been building my digital music collection for some time and used to house it on a local drive with no quality issues. A while back I built myself a file server using ubuntu and mdadm in a raid1 configuration to protect against potential drive failure. I link my iTunes library to the music files via a samba share and everything works great on the surface. I've started to notice that random songs are becoming corrupted with pops clicks and silent pauses. I'll even re-download an album and notice that it's corrupted a few weeks later. Now I'm at a loss to what is causing this issue; I ignored it at first but it seems to be getting worse and more widespread as time goes on.

Do you think this could be caused by mdadm? It reports that all is fine via 'cat /process/mdstat' but I wouldn't know where to look or what to look for if there were syncing issues. The other possibility is that I have iTunes set to keep my music folder organized for me, but I've never heard of it actually corrupting the files it shuffles around. The bottom line is that my library is getting crappier as time goes on and I cannot stand for that!

View 7 Replies View Related

Ubuntu :: Lucid Apache2 Directory Symlink Error "Symbolic Link Not Allowed Or Link Target Not Accessible"

Jun 2, 2010

There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.

View 1 Replies View Related

Ubuntu :: Link To File On The Host System - Error "Invalid Cross-device Link"

Oct 25, 2010

I installed 10.10 using wubi (Host system is Win XP). I want to create a symbolic link of a file on the host system (Windows c:abc.doc file) in my Ubuntu home ~/ directory.
When I type command ln /host/abc.doc abc.doc It gives me following error ln: creating hard link `abc.doc' => `/host/abc.doc': Invalid cross-device link

View 1 Replies View Related

Debian :: Edit Link Target / Edit The Link Target To Force Ip String At End?

Jun 16, 2011

What I am trying to do is edit the link target to force ip=xxxx.xxx.xxx string at end. I have a software program which access 4 different servers running the software but with different configs. In xp I can copy links and modify as above to correctly force the program to the various servers.

I have read the various how tos on hard vs sym links which I get. Playing around with hardlinks and sysmlinks (the examples I find) does not seem to be what I need. Feel like this is pretty basic stuff but I am a bit stumped.

View 1 Replies View Related







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