Arch server - swaps eth0/eth1 randomly on reboot ? Can you force

Hi.
I have a server (quite good spec),  has 2 eth ports
eth0 = e1000e
eth1 = tg3
After reboot they randomly swap over - screwing my network config up...
Is there a way to force eth0/eth1 to use a particular driver ?
Any help would be good.
Thanks

Hi - I tried removing /etc/udev/rules.d/75-persistent-net-generator.rules.optional and rebooting
Still occurs...
Its a really weird bug! Seems that every reboot they swap (it could just be random though)
Is there any other way of forcing each eth to use a specific driver ?
Cheers

Similar Messages

  • I have mac osx 10.6.8 and I keep getting update notices that do nothing, just search for update server. Happens every day. What can you or I do to fix this?

    I have mac osx 10.6.8 and I keep getting update notices that do nothing, just search for update server. Happens every day. What can you or I do to fix this? Other people I work with and use macs have the same issue.

    If you have problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • How to swap eth0 - eth1 with testingudev rules[SOLVED

    Hi,
    I want to use the udev in testing because my ML-1710P works just out of the box. Of course there is one problem ... I have two network cards and they are recognized by kernel as eth0 the one that uses 8139too (a Realtek I belive) and as eth1 the one that uses tulip. I need to swap their names because I use the tulip one for internet (my ISP uses MAC address for validation)
    Previously I had in /etc/modprobe.conf
    alias eth0 tulip
    alias eth1 8139too
    I already tried
    KERNEL="eth*", SYSFS{address}="xx-xx-xx-xx-xx-xx", NAME="eth1"
    KERNEL="eth*", SYSFS{address}="xx-xx-xx-xx-xx-xx", NAME="eth0"
    in a file /etc/udev/rules.d/00_my.rules with correct MAC address (and lines order swapped also), but it won't work.
    Any ideea how to do this?
    PS: I have MOD_AUTOLOAD="yes" in /etc/rc.conf

    I would add the modules to the modules section in rc.conf, in the order you need them to be loaded. It does not change the autoload function, but this modules are loaded just before autoloader starts. So here is a good point to touch the system. In the end, it does what your old modprobe.conf entries did.
    The first one will allways be eth0 etc.

  • Server 4.0 web  and MythWeb:  How can you do this ?

    I have a Mac Mini 2012    My primary use for this server is that I have it has my Home Theater box (XBMC along with MythTV).   I use MythWeb which is a  Web front end to check scheduling/recording of TV content.   This uses Apache and PHP and I used MacPorts to install and manage this software.
    I added OS X server 4.0 to my system so that I could use this as an Xcode Server and will use other services (Web, Wiki and file sharing).  When I installed OS X Web Server 4.0,  I no longer had access to MythWeb.  I anticipated this and wanted to figure out how I could get MythWeb working within OS X Server Web services. 
    I was able to take the old instructions...https://www.mythtv.org/wiki/MythWeb_on_Mac_OS_X_Backend 
    and was able to get MythWeb to work while running OS X Server 4.0.  I had to do it differently than the instructions but I based my changes on this link.  I created a web page 192.168.1.x via the OS X web server GUI and added mythweb.conf to the other directory.  I have a default web pages  (SSL and Normal) and I created a web page 192.168.1.x  (SSL and normal). 
    When i  use   http://192.168.1.19   -->  It works!
                          http://192.168.1.19/Mythweb   ->  Index of Mythweb
                          http://192.168.1.19/Mythweb/   ->  Runs Mythweb correctly !!
    However,  How do I get the default web page to run the wiki, Xcode server info...etc...
                         https://machinename.local   -->  Server can't open page    https://machinename.local  to the server    https://machinename.local
                        https://192.168.1.19       -->  Server can't open page    https://machinename.local  to the server    https://machinename.local
    I am not very familiar with web pages..etc so I probably am doing something wrong but I would like to have the ability to do both default  and mythweb at the same time ?

    BenB it creates a disc image only and it's not in .m2v. I think it saved it as an Apple Pro Res 422 format instead. The disc image file format will not allow
    Toast 11 to create menus etc.  Thanks for your help.

  • Can you force HTTPService to go to server instead of looking in cache?

    I think I've found out the reason my Flex/php/mySQL database test app isn't working.  I used the wizard to generate the .php service code to get at the mySQL database and am using the HTTPService to FindAll records, Delete a record and the do a FindAll again.  My deleted record shows up again as not deleted (even thought phpMyAdmin confirms that it was indeed deleted), but when I empty my cache in IE 8 and then do the FindAll again, it works and the deleted record is gone.  Soooooo....how do I force my HTTPService .send request to always go to the server and not look in the cache
    I am new to mySQL and to php, so don't assume I know anything when you post an answer.
    Thanks very much in advance to any of you gurus who can help.

    Append the date/time to the url to make it unique.
    http://ria.dzone.com/news/flex-httpservice-browser-cache
    If this post answers your question or helps, please mark it as such.

  • Slackware to Arch server switch questions

    I want to have this setup, with all PCs running arch:
    http://img.photobucket.com/albums/v637/ … SYSTEM.jpg
    I currently run NTL and the modem has a eathernet port on it so its all easy and good with my slackware server DHCP on one network card and fixed IP on the other.
    But I have to have a ADSL line in new house with tiscali and I cant see any of their modems that are not USB. So is there a "how to" for USB modems?
    Is it easy to setup the above network?
    The slack server is a firewall (rc.firewall script etc) and a samba share and thats about it.... it forwards some ports here and there but nothing else.
    I have never used arch as a server so I have no idea what im suppose to do etc, even if I had 2 network cards I have no idea how to tell one to be DHCP and other fixed IP in rc.conf etc.... do I just have another section from the 2nd network card?

    CyRiX_BlAcK wrote:But I have to have a ADSL line in new house with tiscali and I cant see any of their modems that are not USB. So is there a "how to" for USB modems?
    I don't know anything about tiscali, but if USB is all they can give you, I would strongly recommend getting your own ethernet gear - it will save you a lot of hassle IMO.
    CyRiX_BlAcK wrote:do I just have another section from the 2nd network card?
    Basically yes. You will have eth0= and eth1= lines with the appropriate parameters, followed by
    INTERFACES=(lo eth0 eth1)

  • ATI Radeon HD 5870 failing to detect displays randomly during reboots

    Hello,
    I have a Mac Pro 1,1 A1186 computer, MAC OS X 10.6.6, and I just updated the ole 7300 video card to an ATI Radeon HD 5870 I just purchased from the Apple Store last week.
    Problem: Mac OS X 10.6.6 keeps losing the display settings during reboots and fails to detect one of the monitors (the Acer X233H) randomly upon reboots. I tried using two Mini DisplayPort to DVI Adapters, but when that produced undesirable results I just plugged one of the monitors into the DVI diplay port and used just one of the Mini DisplayPort to DVI adapters. Then I tried swapping the monitors around.
    I know both monitors and cables that directly connect to the monitors work fine as *they worked on the 7300 adapter*. I'm not using an Apple display, so I'm wondering do I have a bad card or is this common?
    I tried reseating the card, completely disconnecting it and reinstalling it. I have both power cables plugged into the card, and both monitors will come up eventually if I keep rebooting my system (if they didn't come up the first time).
    Please help... this whole experience is ruining my buzz for purchasing such a kick butt OEM card from Apple. Thank you very much in advanced.
    I have 14GB of RAM, 2TB Western Digital (for backup/archival purposes), and an SSD Patriot Torqx 128GB Drive. The Diagnostics state they passed, and everything else works fine except for the display detection.
    Here is the setup of the monitors I'm using:
    Chipset Model: ATI Radeon HD 5870
    Type: GPU
    Bus: PCIe
    Slot: Slot-1
    PCIe Lane Width: x16
    VRAM (Total): 1024 MB
    Vendor: ATI (0x1002)
    Device ID: 0x6898
    Revision ID: 0x0000
    ROM Revision: 113-C0780C-194
    EFI Driver Version: 01.00.436
    Displays:
    Acer X223W:
    Resolution: 1680 x 1050 @ 60 Hz
    Pixel Depth: 32-Bit Color (ARGB8888)
    Mirror: Off
    Online: Yes
    Rotation: Supported
    ACER X233H:
    Resolution: 1920 x 1080 @ 60 Hz
    Pixel Depth: 32-Bit Color (ARGB8888)
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Rotation: Supported
    Display Connector:
    Status: No Display Connected

    OK, I took your advise and tried the "active powered" adapter last night. No dice. The monitor detection still doesn't work even after purchasing the $100 adapter for only 2 displays. Connecting one of the monitors to the DVI display in the back and connecting the other display to the Mini DisplayPort to Dual-Link DVI Adapter.
    _This is not the solution as the problem still occurs._
    I also tried reloading Mac OS X Snow Leopard last night wiping out everything on the entire partition to be extreme thinking that the system could be confused. I know I could've just deleted the configuration file, but hey... what the heck.
    After applying the updates I was able to see both displays again, +_however again they got confused_+.
    The end result is from what I believe that the card is inferior in the way it doesn't allow Mac OS X to detect displays properly and or a driver update needs to be issued from Apple to address this issue.
    After trying multiple things it would appear that there is only 1 work around as suggest from above (put the computer to sleep). However, to properly fix things we shouldn't have to utilize work arounds.
    Important facts that lead me to this conclusion are:
    1. Mac OS X 10.6.6 does detect displays properly with the 7300 with no problem.
    2. The monitors and cables work properly with the 7300 card, and other systems. So they are not the issue.
    3. After installing the ATI 5870 card that's when we I experienced the issues that didn't go away no matter what cable I used or where I plugged the monitors.
    a. Thus a $100 cable or a $30 cable worked the same for this issue.
    4. Reinstalling OS X 10.6.6 completely and wiping out everything including the display configuration had no bearing on any of this.
    Therefore, it can only be two things by deduction:
    1. The firmware of the card needs a revision to help support multiple displays.
    and/or
    2. The driver for the ATI 5870 needs a revision to correct multiple display support within the Operating System.
    However, I can't see paying over $500 for a card and an adapter that doesn't work properly. If there is no hope that Apple or ATI is working on this issue with the ATI 5870 card, I have only one recourse and that is not to support this particular ATI product and take it back. I know I can always just keep putting my computer to sleep, but over $500 for a video card and an adapter that is riddled with bugs is way too much for me.
    *I'm taking the card back and reinstalling the 7300 until a proper card can be produced or an update is issued to specifically correct multiple display support.*
    *Thank you* everyone for your help, I really appreciate it. *+However, the users of the systems can only do so much without proper support from Apple and/or ATI on this issue.+*

  • Windows Server 2003 R2 32bit keeps unexpectedly rebooting - System Stop Failure

    Good morning all,
    I am currently having a very difficult time with my servers running Windows Server 2003 R2 32Bit SP2. I have had this server running over night last night and to come in this morning to find it has rebooted 4 times due to unexpected reboots. I have applied
    the latest hotfix to this server but nothing has worked. This is a unknown server as its my companys branded. its got a 13 slot PCI backplane with a processor card running a i7 2600K with 4GB RAM. The processor card is called a ROBO-8780. I have got 5 HDD's
    first 2 is RAID 1 which hold the OS and last 3 is RAID 5 which holds the data.
    I am getting loads of different problems aswell on different servers where on a freshly build OS of Windows Server 2003 R2 32Bit SP2, its rebooting on the Windows splash screen, can sometimes get into safe mode but very rarely. 
    If you need any more information, please let me know, any help is appreciated! 
    Thanks

    Hi,
    Could you offer us  the system log record information,Please do the following action then monitor again.
    1. Run Windows Update and make sure you have the latest patches and service packs installed
    2. Check so your server have the latest drivers installed from the manufacturer homepage. If not, please update your drivers, firmware and BIOS
    3. Uninstall any Antivirus.
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Image Deployment - WinPE - Execute Command After Server Image Deployment but Before WinPE Reboot

    Simplified version: Execute command in WinPE after server image deployment but before WinPE reboots.
    I have a custom ISO with a boot.wim and install.wim for deploying Windows Server to our environment. Our environment does not allow DHCP and we have no static IPs available at build time so this will all be done with no internet connection during all phases
    of deployment.
    We have a custom HTA form that generates an XML file based on user input and stores it on the RAMDisk during WinPE. How can we move this XML file from the RAMDisk to the deployed Windows Server image?
    Thanks in advance, Tim

    I believe you should be able to do this during the offlineServicing configuration pass.  You would just need to add into your answer file a command or script to copy from the XML file over to the newly created C:\ drive.  
    I don't have System Image Manager installed on the computer I'm using but if I recall there is a spot during the offlineServicing pass to execute custom commands. You would just add your script path there, the WinPE system drive letter is
    X:\ , and I think the target drive letter Windows is installed to might change depending on how many devices you have hooked up so do a test install and hit SHIFT-F10 , from there you can run diskpart > list volume to see where the new Windows
    install is located. 
    Another alternative could be using a USB drive as your install media, then you can run a script during offlineServicing to copy that XML over to the USB drive.

  • HT4623 i tried to download the ios7 and when my phone rebooted it now says could not activate phone because the activation server cannot be reached, so now I can't get into anything on my phone

    i tried to download the ios7 and when my phone rebooted it now says could not activate phone because the activation server cannot be reached, so now I can't get into anything on my phone

    The activation servers are probably overloaded with everyone trying to update to iOS 7 today.  You might need to wait and try again later. 

  • Receive e-mail on Arch server

    Sorry if this is the wrong place, nothing else seemed quite right.  I'm trying to set up an Arch server so that i can route e-mail through it, right now I have heirloom mailx set up so I can send e-mails fine, but i want to be able to receive them as well.  Ideally, I would like to be able to send an e-mail to user@my_ip or user@my_ddns, receive it on the Arch server, run it through a script, and send it back out.  I'm not really sure how e-mail works at all, is this even possible?  What would I need to do it?  I'm really only interested in getting mail for one user, I've tried tutorials for setting up big mail servers but they didn't work for me.  Thanks!
    Edit:  I got sendmail (from the AUR) running with the -bD option, and when I run /usr/bin/mailq I can see my requests being denied each time I send another e-mail from gmail.  I've done some configuration with sendmail, but maybe I set it up wrong?  I have my DDNS name in local-host-names, but I'm not sure how to set up the aliases.
    Last edited by FugitivePlatypus (2012-06-05 17:35:01)

    I FINALLY got it to work on BOTH iPhone 4 and iPpad 3.  Here is what I had to do:
    Had to DELETE all e-mail accounts including icloud.
    Did a hard reset (hold down button on top right corner and round button on bottom center)
    Then once it came back on, the iPhone had ALL of the accounts still on it and it was receivng e-mail.
    The iPad receive e-mail until I did the steps above 5 times.  Plus, I had to add back all of the e-mail accounts vs. on the iPhone 4 they were there when my phone came on.
    Now I am receiving e-mail on both devices normally.
    No clue why this happened, but Apple needs to find a fix ASAP.

  • Arch Server Becomes Unavailable

    This is a weird one for you guys...
    I have taken 4 different kinds of operating systems (Linux) and they all have the same problem. The problem begins when I build a server on a Dell PowerEdge 1855 blade. The system builds and I install Apache or Email. Basically once the server is running, people report they can't get to the server via HTTP or what ever service the server is hosting. I then attempt to ping the server...no response via ping. I attempt to SSH into the server...no response. It's as if the server is gone.
    I walk into the server room and sure enough the machine is up and running fine. I check the cables and everything looks to be fine. I can login directly at the console and then when I ping the Internet directly from the server, it basically wakes up the NIC or something and then everyone can again access the server. It's as if the NIC goes to sleep. There is no option in the BIOS of a Dell PowerEdge server to shut the NIC down at idle but it happens when the system idles for like 10 minutes or so...
    I then reloaded a PowerEdge 2950 (new server) and the same thing happened. How can this happen on two different pieces of hardware. These aren't home made servers either. These are enterprise class machines. I don't get it. The way I have been able to prevent it from happening is when I am logged into the server directly at the console, I start a continuous ping to something and it basically just keeps the NIC awake and active. Super ghetto but it works until I can figure out why this happens.
    The only thing these two servers have in common besides the problem is they're both connecting to the same Cisco / Linksys branded SRW 2016.
    Anyone ever see anything like this or know what could be causing this problem? Other servers on the same kind of hardware and same switch don't have it. Just a select few.
    I don't think it's the NIC or NIC drivers / firmware since the current server uses a Broadcom NIC and the previous one has a Intel NIC. Both had the same exact issue. Could this be the unmanaged switch or something with ACPI?

    I've seen it before, but you could see the interface coming up & down in the output of dmesg. Which in your case you can't. I would pretty much rule out ACPI putting the interface into sleep, and start looking towards the kernel. Are you using a custom kernel or prebuilt, can you try using a different kernel?

  • Hello! I cannot get my gmail from my iPad icon any more, saying the mail server is not responding. I can still get my gmail though from google search! Can you help??

    Hi! The Mail icon on my iPad is no longer responding!  A message comes up saying - ' Cannot get mail...the mail server imap.gmail.com is not responding.  Verify that you have entered the correct account info in Mail settings'.  I have tried this and everything is correct!  It is puzzling because I can still get my gmail through Google search!  Can you help?? Thanks

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Keep getting a mail pop up "enter password for account "SBC." ATT says I need to update my Mac mail server program. Anyone know how I can do this?

    I keep getting an annoying pop up for mail "Enter password for account "SBC."  I enter my password but it still pops up. But I can still get my mail when I click on "Get mail."  I called ATT and they said they are aware of the problem with Mac users and that I have to update my Mac Mail server program. Anyone know how I can do this? They want to charge me.

    RE: "Mail, Contacts and Calendars preferences can't connect to the Yahoo account "bellsouth.net".
    I recently changed my ATT U-Verse password…and Mail quit working… it wouldn't send or receive, Safari worked fine.  I tried to send an email and a warning message popped up, "Mail, Contacts and Calendars preferences can't connect to the Yahoo account "bellsouth.net". In smaller type the next sentence read, "Enter the password for user [email protected]". The Password box was highlighted in blue so I just typed in my new password and my email message was immediately sent…but… I still couldn't receive messages AND the above "can't connect" warning message kept popping up on the screen at random.
    Here's the Fix that worked for me. (The problem is that the new password was changed/updated on the keychains "smpt.att.yahoo.com" name-but- the name "pop.att.yahoo.com" didn't update to my new password).
    Go to your Utility windows and select Keychain Access. Under Category select Passwords. Now check your password for your current (newest dated) name, "smpt.att.yahoo.com". Now check the password under, "pop.att.yahoo.com". Mine wasn't the same as my newest password found in my
    "smpt.att.yahoo.com" window so I deleted my old password in the "pop.att.yahoo.com" window and typed in my new password, then selected "Save Changes". MY MAIL NOW WORKED…and no more warning messages cropped up. Problem was fixed.

  • I have an iPhone 4S I've been useing a sever for awhile now. Downloaded new iOS now I'm getting 403 forbidden when trying to look up anything from the server. Regular 3G works. How can I fix so I can use the server?

    I have an iPhone 4S I've been useing a sever for awhile now. Downloaded new iOS now I'm getting 403 forbidden when trying to look up anything from the server. Regular 3G works. How can I fix so I can use the server?

    Update: An Apple rep called me today to update the status of my return. I was told that the replacements for the BLACK iPad 2's was still another 3 weeks out (at least) so they offered me a brand new WHITE 16GB iPad 2. I could have that or continue waiting. I opted to go ahead and accept the offer of a new white one. Worst case scenario if I don't like the white one I have buddy that just bought a 16GB black one that he would be willing to swap it.

Maybe you are looking for

  • How to set up SSO between e-portal employee node & ebill customer node?

    We have a requirement to set up SSO between e-portal employee node & ebill customer node. I am told that sso is possible only between 2 employee nodes. Please advise.

  • HP Officejet Pro 8000 A809 not printing blue

    I've tried the suggestions here with no luck: http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01962224&tmp_task=solveCategory&cc=us&dlc=en&la​... If you look at figure 11, group 2 after the black and gray block shows only a trace of blue, The 3

  • Moving photos from i photo 6

    Hi, A former Windows user here trying to master the Mac. I know this should be easy and I am probably trying to make it difficult because I am a former windows user. Could someone please tell me step by step how to copy my photos on to an external ha

  • Setting a FIXED size for a report

    How can I make it so that my report will all ways print off 6 pages. Even if it only uses up 2 pages it will still print off 6? Or if it spans 7 pages only print off 6? I am using Reports 6i and outputing to PDF... I have tryed to make little white l

  • ICloud does not work with Thunderbird 7.0.1.  Any resolution?

    Migrated to iCloud from MobileMe and reset imap server and password on Thunderbird per Apple guidnace (article HT4864) for third party setup.  Does not accept password or reach server.  Webmail access to iCloud via browser works fine, so password is