[SOLVED] A question about kernel26-lts

If you look at the kernel26-lts PKGBUILD, theoretically, it can coexist with the normal kernel26.
But, it really can't.
Because when it is installed, it is going to replace the /boot/vmlinuz26 file of kernel26, with its own.
Is this right, or am I getting something wrong?
The reason I am asking this is because I want to migrate a certain machine from kernel26 to kernel26-lts.
The machine is in a remote location and I do not have physical access to it, only ssh.
So I do not want to make any mistake and end up with an unbootable machine at the end.
Last edited by wantilles (2010-06-18 09:15:30)

wantilles wrote:If you look at the kernel26-lts PKGBUILD, theoretically, it can coexist with the normal kernel26. But, it really can't.
Not sure what empirical evidence you have to back this up. Especially since you can install both kernels through pacman, and pacman would check for file conflicts; so if they could not coexist pacman would alert you about certain files already being installed. Better even, if the packages were to conflict, then pacman would already know because of the conflicts=() line in both PKGBUILDs.
The reason I am asking this is because I want to migrate a certain machine from kernel26 to kernel26-lts. The machine is in a remote location and I do not have physical access to it, only ssh. So I do not want to make any mistake and end up with an unbootable machine at the end.
Even if the kernel26-lts pacakge were to replace certain files, you could easily just remove that kernel and re-install the regular kernel26 again after that. No harm done. One thing to keep an eye on regardless of what kernel you install: make sure your bootloader can find the new kernel before you reboot.
You won't wreck your system by trying, and that's the easiest way to falsify your assumption . This is something basic you can find out easily, and if you're really scared you can try it on a local system, I'm sure it's not just the server you run Arch on.

Similar Messages

  • [SOLVED] Basic question about x2go, freenx, etc. compatibility

    My goal is to simply enable remote desktop on my soon to be headless server. Given the number of posts here at Arch explaining the trouble with freenx and the Arch support of x2go, I'm confused there is not more talk about their compatibility. And as I've just discovered, they're not:
    "Various open source terminal server projects such as x2go also use the NX protocol; however, x2go is not compatible with other NX servers and clients." (NX Technology)
    This leaves me in a bit of a pickle. CentOS doesn't support x2go, and Arch doesn't support freenx. What's the best interoperable solution then? Either a sever app which supports x2go or a client app that supports NXX?
    Last edited by xtian (2013-09-17 21:56:10)

    xtian wrote:Speaking of way of doing things. CentOSers are very persnickty about how you're supposed to maintain your system in terms of non-core packages etc. etc. And x2go is not coming up in the forum, wiki, or in the repositories (via the commanline tool yum). Read the response to my question about installing vim7.4. Hell, you can do _whatever you want_ to your system, but that doesn't mean anyone's going to help you when you run into trouble.
    That comment strikes me as perfectly reasonable. The comment is pointing out that you are trying to use the wrong tool to do the job. The tool in this case is the distro - CentOS is not intended to be used in this way (for this job). Of course, if you insist on using a spanner to hammer nails, you are free to do so. But you can't really expect your local DIY shop to help you use the spanner when the nails don't go in straight rather than suggesting you use a hammer instead.
    It is just like somebody who comes here and asks how they can stick with a known-stable set of packages while getting security updates. That's not what Arch is designed for so if you try to use it that way, you'll have a hard time. Of course, you are free to do so if you wish. But if you ask for help, you'll be pointed to another distro because that is the right answer.
    It has nothing to do with being "persnickty". The answer is the most helpful answer somebody can give you.
    Note: I'm assuming the description of CentOS, Fedora etc. is correct. I know the description of Fedora to be correct but I don't actually know anything about CentOS. But on the assumption that description is also correct, that answer is the most helpful answer somebody could give you, even if it is not the answer you wanted to hear.
    Last edited by cfr (2013-09-10 00:33:54)

  • Question about kernel26-ice User/Environment defined variables[SOLVED]

    Kernel26-ice PKGBUILD has further 'User/Environment defined variables':
    bfs_scheduler=${bfs_scheduler:-0}
    keep_source_code=${keep_source_code:-0}
    menuconfig=${menuconfig:-0}
    realtime_patch=${realtime_patch:-0}
    use_config_gz=${use_config_gz:-0}
    enable_reiser4
    Well, I know only reiser4 option. What does it mean each one? And I can use all options together?
    Last edited by noMaster (2010-03-09 00:58:50)

    The BFS scheduler and real-time patch are kernel patches. An explanation of BFS can be found on Con Kolivas' site, RT is described in the Real-Time Linux Wiki.
    'keep_source-code' lets you keep the source code after building the kernel, instead of throwing everything away, 'menuconfig' lets you change kernel settings and included drivers, etc., using an easy-to-use console interface and enabling 'use_config_gz' takes the configuration settings from the currently running kernel.

  • Question about multiple LTS

    Hi,
    I am currently working with the rpd and a general doubt pops up... in the physical layer I have dimensions related, like for example Person, related to another dimension City and for example Age (with Foreign Key join):
    City -< Person
    Age -< Person
    So in order to have a true star schema in the BMM, I need to create a single logical table with these three physical tables, right? The question is how.
    I can add the physical tables as 3 logical table sources, or have one single logical table source, mapped to these three physical tables.
    What is the difference, if any? Can someone explain, please? I always use the first choice (multiple logical table sources, each of them mapped to one physical table), but is it better to have just one single logical table source?
    Thanks in advanced :)

    I'm not surprised that it works fine, but there is a chance that it can lead to some problems. Let me explain.
    You now have three LTS in your Logical dimension table Person.
    Person
    Age
    City
    When you create a report with columns from City and the Fact table, the BI Server will need to set up a join path between Fact and City table. There is no other option then via the physical Person table. So the BI Server decides for you to create a join between fact and person and person and city.
    When the City is joined to other tables in the physical layer then the BI Server might create another join path between Fact and City, because it thinks it is more efficient. This can lead to inccorect results.
    When you add the three physical tables to one LTS, you explicitly tell the BI Server, to create a join path from Fact to City table via the Person table.

  • [SOLVED Noob question about web server permissions

    Hi I have setup up succesfully my web server. Now I am having some permission's questions/problems.
    First of all, I want the /home/httpd/home folder not to be show to the other machine users and only to root.
    I have created a user www-data and I have conf the apache file.
    This is my settings:
    My server directory is: /home/httpd and the permissions I have set:
    home dir:
    ~edited because solved~
    I have set .htaccess to some folders. I don't know If the permissions are safe or not. Can you help me?
    I think that I have different permissions to files and different to the folders...
    Thank you!
    Edited:
    And an example of my permission (phpMyAdmin):
    ~edited because solved~
    Last edited by k3rn31 (2008-02-28 22:26:09)

    This is more of a chat item for me, if you feel like it you can find me most of the time here at http://zaxter.org/xmpp.html if you have flash you can join via a simple click on connect.
    Sorry I've not been of much help to you.

  • [SOLVED] Some questions about a recently submited package (cgames)

    Hi there, when searching for ncurses sokoban-like games I ended up finding a great one that wasn't at the AUR yet. I submitted it (the package is named cgames) but I have some questions.
    1- The source code provided by the developer has 3 games. Should I have packaged each one individually? I decided this way because they are so small that I figure nobody would have a problem in having them all even when just wanting to play one of them (you can always change the make command in the PKGBUILD if you want a single game).
    2 - The original package had some compiling problems due to a function called getline (already existing in stdio.h) and I solved this problem with a sed command. Is this the proper way to do it? Should I have created some patch file or something?
    3- I'm 99% sure the game works in 64bit archs, but 99 isn't 100. Can anyone try it out for me, so that I change the PKGBUILD? I know I should have tested it but I don't have the time to install a 64b arch in the next few days.
    Thank you in advance
    Last edited by jlcordeiro (2010-03-29 15:33:58)

    Yeap, a bit
    Anyway, all done (i think)
    Second release:
    - Replaced sed command with a patch
    - Added x64 arch
    - Fixed a little bug with the configure command
    Last edited by jlcordeiro (2010-03-29 15:32:42)

  • [SOLVED] Quick question about mirrorlist.pacnew

    Is it safe to delete? Does it have to be merged?
    I may have stupidly made a rash decision after an update to just delete after a quick glance through a wiki about it.
    Is there a way to view with pacman -Q a chronological order or timeline of recently installed packages so I can try to re-install and generate another mirrorlist.pacnew ? (I understand that there is a way to query similar information about individual packages, but I simply don't remember which packages I upgraded last night).
    Any help would be appreciated. I want to avoid any hiccups or future issues as my current setup has been super solid.
    Last edited by halo (2014-01-08 17:26:46)

    halo wrote:10:21:09: This is Geany 1.23.1.
    10:21:09: The file "/var/log/pacman.log" does not look like a text file or the file encoding is not supported.
    10:21:09: New file "untitled" opened.
    WorMzy wrote:
    If your editor can't handle plain text files, I'd report it to the devs, that's a pretty big bug.
    Regarding the pacnew, I usually delete it. If I have issues with my mirrors, I use reflector to generate a new mirrorlist.
    Exactly!
    Last edited by GE (2014-01-08 17:23:59)

  • [Solved] Quick question about yaourt

    I was just wondering if it is save to update my regular packages with yaourt using 'yaourt -Syu --devel --aur' or 'yaourt Syua'. I've heard about problems with having to have root access to update regular programs and it's a very bad thing to build AUR packages while root. I want to be able to update my AUR packages like I can with 'pacman -Syu' and if I could do them all at the same time, well that would be even better.
    Last edited by slughappy1 (2011-10-27 16:46:44)

    Parmazae wrote:
    slughappy1 wrote:Ok, thanks for the replies. So as I understand it Yaourt will build the AUR packages as me (non root when called) and then will only ask for root access when installing/updating packages using pacman?
    Correct .
    Sweet, thanks.

  • [SOLVED] Two Questions about b43-firmware AUR Package

    Hi. On my old laptop, my wifi adapter worked out-of-the-box / no extra driver installation required. On my new laptop I have the Broadcom BCM43228 wi-fi adapter. Up to this point I have just been using the proprietary broadcom-wl driver, which has worked fine but it has been annoying having to rebuild (that is: install latest linux-headers, run makepkg) and reinstall broadcom-wl every time the linux kernel is upgraded. I discovered that the open-source b43 firmware recently added support for the chip. So I have two questions...
    1. With b43, would I still need to rebuild/reinstall the package every time the kernel is upgraded?
    2. Is there any way to know if the linux kernel will integrate b43 some day? Is this something that happens? I'm assuming it must be because I didn't have to install anything extra to use the wi-fi adapter on my old laptop. Maybe there's some schedule online of when the linux kernel developers intend to integrate open-source drivers/firmware directly into the kernel?
    Thanks!
    Last edited by tony5429 (2015-03-02 23:25:58)

    tony5429 wrote:I discovered that the open-source b43 firmware recently added support for the chip.
    It's not firmware that added support, it's the driver.
    driver = code that runs in the kernel
    firmware = code that runs on the device itself
    tony5429 wrote:1. With b43, would I still need to rebuild/reinstall the package every time the kernel is upgraded?
    Nope, the firmware isn't tied to a particular kernel.
    tony5429 wrote:2. Is there any way to know if the linux kernel will integrate b43 some day?
    The kernel does have b43 integrated. What the package installs isn't the driver, it's the firmware that gets uploaded onto the wifi card.
    A lot of firmware is distributed in the linux-firmware package. However this requires that the firmware is released under a license that allows redistribution. But the b43 firmware isn't redistributable, that's why you need to get it from AUR.
    Last edited by Gusar (2015-02-08 21:22:33)

  • [solved] Quick question about Qt4

    I am trying to create a PKGBUILD for QSvn, which requires Qt4. I installed Qt4:
    pacman -S qt4
    then
    qt-config qt4
    then,
    source /etc/profile
    So i know it is installed
    to install QSvn you have to run:
    cmake -D CMAKE_BUILD_TYPE="Release" ../src
    I get this error (sorry for the foto, only way, could not output to text):
    Any ideas...???
    Julian D
    Last edited by SleepingGiant08 (2007-03-07 22:30:21)

    fftb wrote:
    Yeahh, please, pm it to me. This would be gorgeous. BTW did you already test QSvn? Does it fit your needs? I'm looking for a SVN client which integrates in GNOME/Nautilus, but wasn't successful yet.
    Benjamin.
    ehhh..... got rid of it, didn't really like it that much, idk why, I just use plain old subversion now .... There are a good amount of SVN clients out there, but i don't know if any integrate into Nautilus tho

  • [Solved] Quick question about mkinitcpio upgrade

    I just ran pacman -Syu and got the following message:
    (4/8) upgrading mkinitcpio                         [######################] 100%
    ==> If your /usr is on a separate partition, you must add the "usr" hook
        to /etc/mkinitcpio.conf and regenerate your images before rebooting
    I'm just wondering, what counts as a separate partition? My partitions contain:
    /boot
    /home
    swap
    My /usr is presumably on the / partition, which is "separate" from the boot partition where the kernel images are. Do I have to do anything?
    Last edited by eggplantbren (2012-05-24 03:00:37)

    eggplantbren wrote:
    I just ran pacman -Syu and got the following message:
    (4/8) upgrading mkinitcpio                         [######################] 100%
    ==> If your /usr is on a separate partition, you must add the "usr" hook
        to /etc/mkinitcpio.conf and regenerate your images before rebooting
    I'm just wondering, what counts as a separate partition? My partitions contain:
    /boot
    /home
    swap
    My /usr is presumably on the / partition, which is "separate" from the boot partition where the kernel images are. Do I have to do anything?
    THANK YOU MAAN...
    I'm so GLAD that you post this here, it's 2 days ago I updated my Archlinux, and after update and reset I didn't use to login to it.
    I know that problem should be near MKINITCPIO but I didn't know where.
    But today I read your post and after it I boot to archlinux by liveISO and update mkinitcpio again with MISSED parameter "usr".
    Well done boy...
    Thank you so much
    Have a nice day.

  • Kernel26-lts gone? [solved]

    Greetings,
    I am trying to use Paragon NTFS & HFS+ for Linux 8.x Express, however, it requires the 2.6 kernel -- kernel26-lts seems to be gone and replaced by kernel-lts which is a 3.0 kernel.  Is there any way to install a 2.6 kernel without having to compile it myself?  I looked at kernel.org and the latest stable is 2.6.35.13 however none of the AUR 2.6 kernels use this, they are all on .38 or newer -- plus i am not sure which is a good one to use.
    Anyone out there using a 2.6 kernel still or have advice on how to go about getting one up and running?
    thanks!
    Adam
    Last edited by adambot (2012-07-22 02:05:42)

    karol wrote:
    ARM has e.g. kernel26-lts-2.6.27.38-1 but http://www.archlinux.org/news/minimum-k … ment-2632/
    It has kernel26-lts-2.6.32.xx versions too + you can pick the regular kernel26.
    https://wiki.archlinux.org/index.php/Do … ckages#ARM
    this looks PERFECT!!  the only other question i have then is are there such things as source packages?  i am trying to find the official PKGBUILD -- are those accessable via ARM?
    thanks again!!

  • [SOLVED] Question about CPU temperature

    Hi everybody,
    I just want to ask a question about "standard" CPU temperatures because my laptop (a Dell Vostro 3700) is permanently hot with the fans on even when I am not doing anything special.
    I have CPU freq scaling active with the conservative governor, and I use Gnome Shell 3.2 with an nVidia using the nouveau driver.
    Here are "stable" temperatures while writing this post:
    # sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +72.5°C (crit = +103.0°C)
    nouveau-pci-0100
    Adapter: PCI adapter
    temp1: +78.0°C (high = +100.0°C, crit = +110.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +73.0°C (high = +95.0°C, crit = +105.0°C)
    Core 2: +73.0°C (high = +95.0°C, crit = +105.0°C)
    And this is the output of mpstat
    # mpstat -P ALL
    Linux 3.1.6-1-ARCH (fm) 01/04/2012 _x86_64_ (4 CPU)
    10:16:50 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle
    10:16:50 PM all 1.59 0.18 0.54 0.02 0.00 0.02 0.00 0.00 97.65
    10:16:50 PM 0 1.88 0.15 0.72 0.02 0.00 0.01 0.00 0.00 97.22
    10:16:50 PM 1 1.64 0.21 0.40 0.02 0.00 0.01 0.00 0.00 97.73
    10:16:50 PM 2 1.47 0.15 0.67 0.02 0.00 0.06 0.00 0.00 97.64
    10:16:50 PM 3 1.36 0.20 0.39 0.02 0.00 0.01 0.00 0.00 98.01
    The fan, of course, is full speed (very annoying)
    I think that these temperatures are quite high, but I don't know what's really causing all this heating because my laptop is basically idle.
    Any suggestion?
    Thanks.
    P.S.: Running Linux fm 3.1.6-1-ARCH #1 SMP PREEMPT Thu Dec 22 09:11:48 CET 2011 x86_64 Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz GenuineIntel GNU/Linux
    Last edited by fm (2012-01-06 09:32:01)

    samuvuo wrote:
    fm wrote:Just to wrap up this topic, I "solved" the issue by adding these parameters to the kernel:
    Just curious: what are the temperatures now? Sensors output after the "fix" would be nice.
    It's in the previous posts:
    Before (idle)
    # sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +72.5°C (crit = +103.0°C)
    nouveau-pci-0100
    Adapter: PCI adapter
    temp1: +78.0°C (high = +100.0°C, crit = +110.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +73.0°C (high = +95.0°C, crit = +105.0°C)
    Core 2: +73.0°C (high = +95.0°C, crit = +105.0°C)
    After (idle)
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +63.5°C (crit = +103.0°C)
    nouveau-pci-0100
    Adapter: PCI adapter
    temp1: +68.0°C (high = +100.0°C, crit = +110.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +62.0°C (high = +95.0°C, crit = +105.0°C)
    Core 2: +64.0°C (high = +95.0°C, crit = +105.0°C)
    After (after playing 8 min youtube video)
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +74.5°C (crit = +103.0°C)
    nouveau-pci-0100
    Adapter: PCI adapter
    temp1: +78.0°C (high = +100.0°C, crit = +110.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +73.0°C (high = +95.0°C, crit = +105.0°C)
    Core 2: +75.0°C (high = +95.0°C, crit = +105.0°C)
    Fan spinning is better (less noisy) after specifying the kernel parameters.
    Thanks
    Last edited by fm (2012-01-06 13:43:05)

  • [SOLVED] Question about resolv.conf

    I successfully configured my Arch box with a static IP by following the instructions on the Arch wiki page here but had a couple of questions about configuring /etc/resolv.conf:
    1) What is the proper way to obtain the domain name that should be inserted into resolv.conf?
    2) What exactly is this domain name used for?  I read the man page but still don't really understand it.  Why do I need a domain name if I already have a working set of nameservers to resolve IP addresses?
    EDIT: @ewaller Yes I edited the OP because I realized that my original problem was that I just hadn't added a domain name in my resolv.conf file.  I edited my original post because 1) the instructions are already posted clearly on Arch Wiki so my post really wouldn't be beneficial and 2) so I could ask my real question without making other people waste their time reading through my other nonsense
    Last edited by choogi (2010-09-09 04:06:45)

    yejun wrote:You can just use public dns like 8.8.8.8 or 4.2.2.1. There's no other way to get dnsserver besides dhcp.
    Yes, I know how to get a nameserver, but I'm asking about the domain name that goes in resolv.conf.  The Arch wiki tutorial for setting up static IP uses the following resolv.conf as an example:
    nameserver 61.23.173.5
    nameserver 61.95.849.8
    search example.com
    My question has to do with what the "search example.com" does.  I don't have a domain name associated with my machine, but if I remove that line, then I get "web page unavailable" when I try to load any web site, which suggests that I'm not connecting to any nameservers right?

  • [SOLVED] Question about GCC error messages.

    I'm currently taking a course in C programming, and I have  a question about the error messages returned by GCC.
    When ever i try to compile a program containing syntax errors, i get cryptic and not very helpfull error messages.
    If i try to compile:
    #include <stdio.h>
    int main(void)
    int i;
    i = 0
    return 0;
    I get following from GCC:
    error.c: In function â:
    error.c:8:2: error: expected â before â
    But shouldn't the message be something like:
    error.c: In function 'main':
    error.c:8:2: error: expected ; before 'return'
    or am I mistaken?
    /AcId
    Last edited by AcId (2010-10-13 17:48:19)

    Woah. That is very strange. I've never seen that before.
    I assume you're using Arch Linux. What text editor did you use to write the code? Which terminal application are you using?
    ...those questions are probably unrelated to the problem, but we might as well get them out of the way.

Maybe you are looking for

  • What is wrong with my menu?

    What is wrong with my menu? No matter how I edit it, the links refuse to work: http://www.followtheprompting.com CODE: <ul id="MenuBar1" class="MenuBarHorizontal">           <li><a class="MenuBarItemSubmenu">Home</a>          </li>           <li><a c

  • Editing a photo from iPhoto in Photoshop elements 9

    I can no longer take a photo from iPhoto & edit it in Photoshop Elements 9. When I opened Photoshop Elements independently, it went to Revel, and for the past 12 hours, the bottom scroll says "Gathering User Information." There's no more information

  • When using Mail in Yosemite, if I send a mail with an attachment it goes but doesn't appear in SENT folder or anywhere - help?

    Since upgrading to Yosemite it has been a problem, the sent message with attachment seems to disappear from the mail even though I know it does go as I have tested sending to another email of mine - it's frustrating as I send out a fair few emails wi

  • Apple's Mail with disturbing info

    I recently switched from Entourage 2008 to Mail 2008 because I lost all contact and calendar sync ability. All went well until a few days ago. When I tab-alt to switch to another program and/or space, the Mail icon says that I have 780 emails. When I

  • How to delete a perticular column value

    Hi, I have a table Tbl_Outdirection, In this i have 10 columns. My Query is how to delete a particular column or columns value from the table, Not entire row. Please help me. Thanks