The new rc.conf - thoughts

Hi everyone!
I've been using Arch on a daily basis for the last two years on my workstation and on my laptop. Its thorough documentation and helpful community have saved me a lot of time, which I am very thankful for. It even motivated to make my first steps in contributing to a wiki
Now to what dampens my enthusiasm a little:  After a change of hardware, I wanted to reinstall Arch. A task that is quickly done if I back up all the old configs and move them over to the new system - or so I thought. But I always needed to switch between my laptop, look at the wiki, go back to the workstation and execute the steps. Simply because of a change to rc.conf! I am by no means a Linux guru who lives on caffeine, but I went with Arch to learn about Linux.
As a user of a rolling-release distro, I am (or should be) used to software being a little unstable. But if distribution-specfic things change, I am always interested in the purpose of the change, especially if it introduces more work on the users part at little or no gain in functionality. I searched the forums a little and could not find much information on the topic.
If someone could give me a little input on this change or point me to an information source, that would be really helpful.
Also, I would propose that a copy of the Beginner's Guide be saved under /root of the live system. That would have helped me immensely during the installation.

progandy wrote:Hi,
The documentation for rc.conf moved to a manpage for easier maintenance. This page also mentions the new (preferred) configuration files which were introduced to unify configuration between sysvinit and systemd. Just open the manpage "rc.conf" in the second tty and you have the documentation on the same computer.
Alright, thats way more helpful than Allan
The "rc.conf" manpage is also linked to in the new rc.conf, but I felt that I should express my opinion about the change.

Similar Messages

  • I have recently changed my Apple ID password, but i now cant access my icloud with the new password, i thought the 2 were linked?

    i have recently changed my Apple ID password, but i now cant access my icloud with the new password, i thought the 2 were linked?

    Hi helenbeach,
    If you've recently made changes to your Apple ID, you may need to update or log out/log back in to some of the related services for those changes to take effect. You may find the following article helpful:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Regards,
    - Brenden

  • I have the new iphone and thought I could download Netflix but only found "Netflix Instant's  Best Movies" in the apps. I pay for Netflix monthly. Is it not possible to download it here and use it on the iPhone?

    I have the new iphone and thought I could download Netflix but only found "Netflix Instant's  Best Movies" in the apps. I pay for Netflix monthly. Is it not possible to download it here and use it on the iPhone? Insight appreciated.

    TJBUSMC1973 wrote:
    The iPhone is working, as designed and advertised.  In this case, the user failed to educate themselves properly, either by proper research or asking the right questions, before purchasing the device.
    I understand that the OP failed to do research. But then, I wasn't replying to the OP. I was replying to Chris. I have Verizon. I can talk and use data at the same time with my Droid Maxx. Therefore, the problem is not just with the network. It would be technically possible for an iPhone to do that on Verizon/Sprint if Apple had chosen to use a different chip, such as the kind other phone manufacturers have elected to use.
    Of course, this is probably all irrelevant to the OP's issue. It was merely a point of clarification, especially for those people who are used to being able to use both voice and data at the same time on Verizon. When they switch to an iPhone, they are often surprized at the limitation.
    Best of luck.

  • The new Lenovo Keyboard - thoughts by Aaron Stewart, Sr Engineer

    Love it? 
    Loathe it?
    Change is hard, and Gavin O'Hara, global publisher for Lenovo catches up with Aaron Stewart, Senior Engineer for ThinkPad User Experience & Design, who shares his thoughts on the new design.
    Cheers
    Serene
    Community Advocate Program Manager
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

    Very interesting.  Having used the T60 and T510 for several years, my first thought was, why?  Stewart makes some very good points.  I would add that, in general, people don't like change. Laptop keyboards have always been "non-standard."
    I think I will get used to and like the new layout just fine.  Anything that helps me not hit two keys at once is a plus.  Also, backlit is a huge plus for me.
    So, aside from the link, what are your views on the subject?

  • BUILDENV in new makepkg.conf is lowercase!

    I just discovered after upgrading to the new pacman that in the new makepkg.conf, BUILDENV=(foo) is actually buildenv=(foo).
    I kept getting these warnings about having fakeroot in the BUILDENV list. After being really confused I realized why it wasn't working, I vimdiffed my old one to see what the problem was.
    Just a heads up for anyone else that has this problem.

    I don't know why your BUILDENV was lowercase, but I doubt it was via pacman.. I don't see that typo in any of the revisions, nor in the pacnew files on my 2 Arch systems.
    i686 makepkg.conf revs
    x86_64 makepkg.conf revs

  • NetworkManager: Disable interfaces in new rc.conf

    Im using NetworkManager and Gnome 3.2. The wiki article on NetworkManager is not up to date (https://wiki.archlinux.org/index.php/NetworkManager).
    Since the new rc.conf came out I'm having problems with connecting to wireless networks. It's either very slow, or only works randomly (WPA2 enterprise). The only way that i can get it working is to use
    ifconfig wlan0 down
    ifconfig wlan0 up
    and i often have to repeat that 2 or more times.
    So i was wondering if something else initializes the interfaces before NetworkManager (you had to disable them prior to this in the rc.conf). In the new rc.conf i dont see any option to disable the initialization of those interfaces it. How do i do this?

    I have found networkmanager to be both slow to restart from suspend and unreliable in maintaining connection speed when compared to wicd on gnome 3.2.  It's easy to install (wicd & wicd-gtk) and remove for testing purposes. 
    wicd-gtk does not show up in the system tray, instead, it shows in the notification bar, bottom right corner, with a mouse-over.
    Neal

  • New rc.conf and bridges

    hi,
    I've been running an OpenVPN Server on my Arch on a bridged interface for quite a while and it worked perfectly fine. I used this Wiki entry to configure the bridge: https://wiki.archlinux.org/index.php/OpenVPN_Bridge
    On my old setup, I had this config (basically as described on the Wiki):
    /etc/conf.d/bridges
    bridge_br0="tap0 eth0"
    BRIDGE_INTERFACES=(br0)
    /etc/rc.conf
    eth0="eth0 0.0.0.0 promisc up"
    tap0="tap0 0.0.0.0 promisc up"
    br0="br0 172.16.20.1 netmask 255.255.255.0 broadcast 172.16.20.255"
    INTERFACES=(eth0 tap0 br0)
    This obviously doesn't work anymore with the new rc.conf, because I cannot configure multiple interfaces in rc.conf anymore. Although the actual problem seems to be that the bridge isn't even created anymore at boot.
    So after some reading into netcfg I created the following network profile, which works fine:
    /etc/network.d/openvpn_bridge
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Ethernet/OpenVPN bridge"
    BRIDGE_INTERFACES="eth0 tap0"
    IP="static"
    ADDR="172.16.20.1"
    GATEWAY="172.16.20.254"
    DNS=("172.16.20.254")
    My actual question is: is this the proper way to do this or am I missing something here? and what about /etc/conf.d/bridges? As far as I can see, it is pretty much useless now (and therefore could be removed from bridge-utils). I just wanted to be sure, because I was planning to update the Wiki about this and couldn't find any other information about it.

    65kid wrote:
    hi,
    I've been running an OpenVPN Server on my Arch on a bridged interface for quite a while and it worked perfectly fine. I used this Wiki entry to configure the bridge: https://wiki.archlinux.org/index.php/OpenVPN_Bridge
    On my old setup, I had this config (basically as described on the Wiki):
    /etc/conf.d/bridges
    bridge_br0="tap0 eth0"
    BRIDGE_INTERFACES=(br0)
    /etc/rc.conf
    eth0="eth0 0.0.0.0 promisc up"
    tap0="tap0 0.0.0.0 promisc up"
    br0="br0 172.16.20.1 netmask 255.255.255.0 broadcast 172.16.20.255"
    INTERFACES=(eth0 tap0 br0)
    This obviously doesn't work anymore with the new rc.conf, because I cannot configure multiple interfaces in rc.conf anymore. Although the actual problem seems to be that the bridge isn't even created anymore at boot.
    So after some reading into netcfg I created the following network profile, which works fine:
    /etc/network.d/openvpn_bridge
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Ethernet/OpenVPN bridge"
    BRIDGE_INTERFACES="eth0 tap0"
    IP="static"
    ADDR="172.16.20.1"
    GATEWAY="172.16.20.254"
    DNS=("172.16.20.254")
    My actual question is: is this the proper way to do this or am I missing something here? and what about /etc/conf.d/bridges? As far as I can see, it is pretty much useless now (and therefore could be removed from bridge-utils). I just wanted to be sure, because I was planning to update the Wiki about this and couldn't find any other information about it.
    Thank you!  Your post cured the headache I had given myself by trying to write a script to do this for Virtualbox having unsuccessfully fumbled with the current bridging documentation in the wiki.

  • Is the new Pages iOS 5 app compatible with 1st gen iPad?

    Hello, I should point out that I have upgraded my iPad software to the new iOS 5 version.  I just saw in the Apps store since the new Pages update a few days ago, that some people are complaining about incompatibility for the 1st gen iPad.  Any truth to that before I purchase?
    Thanks!
    -Jack

    Hello All,
    Guess what?  Yes indeed the newly updated Pages works perfectly with the 1st gen iPad like what I've got.  And documents do, in fact, work in either portrait or landscape mode automatcially as you turn your iPad.  Apparently, you should first update to the new iOS5 before you install the new Pages. 
    Thought I'd throw that out,
    -Jack 
    P.S.  Pages is fantastic on the iPad and especially when it's hooked up with the Apple wireless keyboard.

  • I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    download the installation files and install using your serial number or adobe id,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I Thought with the new I phone 6 plus Siri will tell you what your reminder is when you arrive at the location . I have tried and it doesnt work. Also how Do i get better use out of my staorage and back up to the cloud

    I am irritated because I bought the New I phone 6 plus . I was told that when I put in a reminder and add location to my contacts Siri will read my reminder to me when I get to the location where the reminder is set for . why isn't it working ? Also I bought 20 more mb of storage for the cloud , how do I save my phone storae and move things to the cloud so they wont get deleted on the cloud but I can on my phone

    I copied the iTunes file from the external drive and it's in both places.  I thought all I would need is the iTunes program (which I downloaded to new computer) and my iTunes library file.  There must be something else that's missing.  My iTunes library looks the same on the new computer as it does when I open it on the external drive.  If I click on an iTunes library song from my new computer, it will only play if I have the external drive plugged in.
    My back-up drive is a mess.  I have multiple copies of music, video, photo, and document files and I don't know how that happened. ={  Obviously, I don't know how to back up stuff properly and there are back-up files extending over a 6- to 8-year period.  I think all I did was just drag and drop the main folders from the back-up drive to the same main folders on the C: drive.  Also (and I'm kind of fuzzy on this) Windows used to automatically save music files in a folder within my document files (which makes no sense to me).  As my Jewish friends would say, "Oy Vey!" 

  • HT1414 using Windows 7 OS, I had downloaded the new ioS 6 and started the update on the iPhone 4 and everything was going routine until the phone had been going thought what I though

    I attempted to update my iPhone 4 from ioS 5 to ioS 6 from iTunes on my laptop using Windows 7 OS, I had downloaded the new ioS 6 and started the update on the iPhone 4 and everything seemed to be going routine until the phone had been going thought what I though was the update process, when an error window opened up and it said that an error had occured and the iPhone 4 could not be updated. I have never had a problem like this before and it caught me off guard and I did not note all the information in the error window, but it did not appear to indicate anything other than that I would have to abort the update and did not think it would be that big of a problem. I tried to disconnect the phone and was going to do the update at a different time when I could investigate what the problem was. However I could not get iTunes to recognize the iPhone 4 after this and still cannot. After rebooting the laptop a few times and also trying to reset the phone a few times as well, I just have a dead phone. The iPhone 4 just has the image of a USB cable with an arrow pointing to an icon for iTunes. I have tried to get iTunes to recognize the iPhone, but cannot get it to. I am unable to do anything else with the phone. It seems like the phone is in a state where it does not have enough software loaded to do anything or I don’t know how to get it to. Any suggestions how I can get my iPhone 4 back into service. Note: iTunes still recognizes my iPad and iPods, so iTunes seems to be okay to me. Craig

    I had this problem on my iPod Touch 4g. Just press the home and sleep button. Wait and it will give an iTunes and cable logo. Now you can put in DFU mode (Hold Sleep and Home button 10 seconds and then release the power button kand keep pressing on the home button.) Now you will be able to restore it in iTunes.
    If you didn't sell it in al this time

  • I just purchased the new ipad. I set up my email and put show 1000 messages. After a few days my email in my inbox disappears. I have gone thought all the settings. Please help.

    I just purchased the new ipad. I set up my email and put show 1000 messages. After a few days my email in my inbox disappears. I have gone thought all the settings. Please help.

    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • What are your thoughts on the new Mavericks upgrade?

    I currently have Snow Leopard - just upgraded to that in the not so recent pass because needed to do that in order to be able to view photos with my new Canon camera.  I did upgrade to the iTunes 11.0.1 when I saw the flashing popup list it as a software upgrade, even though all I use it for is to convert songs from Garage band to aiff files and to import podcasts from the internet.  Thought I would need it possibly in the future.  As long as it didn't mess me up with the above, I was okay with it.  However, I did not like having to relearn how to handle playlists.  As you can see I operate on what you probably would call an elementary, basic level and don't like things that would some how "mess up" what I have finally gotten used to.  Is Mavericks going to be like Windows upgraded OS systems which always seem to drop support for older software it previously supported?  I had hoped that going to Apple from Windows would save me from that for longer periods of time.
    An additional problem I have just encountered is that suddenly I can no longer access my bank account online.  Was told that the possible reason for this was that Apple has not kept up with upgrading its security, and, therefore, the bank would not consider it safe anymore.  Thoughts??????  [I finally was able to work around this issue by downloading Firefox and using that successfully.]
    Would appreciate any comments.

    you said it brother   !!!
    This ***** big time...
    what was  more natural that look for music with cover flow, the same way you look for LP in a store or CD at home. Steve Jobs shown that in a presentation !!!! IF I RECALL.
    DOES THE NEW CEO USES APPLE PRODUCTS !!!
    Steve will not be pleased with this monstrosity.

  • I just purchased the new iPhone 4 but when I went to plug it in I found that I had lost all of my photos, videos and music. I thought I had backed up my old Iphone by plugging it into iTunes. Is there anyway to get my photos and such back?

    I just purchased the new iPhone4 but when I went to plug it into Itunes for the first time I found that I had lost al of my photos, videos and music. I thought I had backed up my old Iphone by plugging it into Itunes before turning it in. Is there anyway to recover my photos and such?

    Is this how you backed up your phone http://support.apple.com/kb/HT1766  if not then sorry all your contents are gone.

  • In Yosemite Mail, there is an issue where the signatures no longer toggle as in the past. If you change the existing signature, it just adds the new one vs replacing it within the body of the message. Thoughts?

    In Yosemite Mail, there is an issue where the signatures no longer toggle as in the past. If you change the existing signature, it just adds the new one vs replacing it within the body of the message. Thoughts?

    Hi howe.sc,
    When I checked for how signatures in Yosemite work, I found this.
    Mail (Yosemite): Include signatures in messages
    Delete a signature from a message: Select the signature, then press the Delete key.
    Replace a signature in a message: Delete the existing signature, then add a different signature.
    That sounds similar to what you are describing.
    Take care,
    Nubz

Maybe you are looking for

  • Download fails

    Hi, Just reporting a problem with a downloading link. I'm trying to download JDeveloper 10g (10.1.2.1) from http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html (jdev1012.zip (254 MB) - for Windows) The download starts fine but

  • Maps problem with E71

    I just installed the latest version of Nokia Maps on my E71, but I don't have the LonelyPlanet and Weather apps, which I need very much. How to install them to my phone?

  • 2.1 Update & Bluetooth

    Weird problem after updating to 2.1. Bluetooth works great paired to my Acura TL, but when I turn off my iPhone and turn it back on bluetooth defaults back to Off. Simple answer is to not turn off my iPhone, but I like to turn it off at night to cons

  • Problem upgrading 10.1 - 10.2

    I have not seen anyone come across this and was wondering if anyone knew what to do when this comes up besides just completely removing Adobe Reader and just installing 10.2 directly.

  • Using the Mac OS X upgrade disk

    Is it required to hold onto your old 10.4 or lower install disk for using the 10.5 upgrade disk? Has anyone successfully tried to install it that way? I did a google search and nothing about that was answered. http://www.google.com/search?client=safa