Slashdot Mirror


Ximian Testing Red Carpet Daemon

rainmanjag writes "GNOMEdesktop.org noted a new page on Ximian's site announcing the testing release of Red Carpet Daemon which would allow administrators to do automatic software updates on workstations within the enterprise. You can also get a command line copy of Red Carpet." Hopefully this works out better than the time I cronned apt-get upgrade under Debian's unstable tree. Whoops.

80 comments

  1. Ximian is great.... by Squareball · · Score: 1

    Unless you ever want straight up Gnome again. Then, good luck removing Ximian Gnome! ;) Although Ximian Gnome was really slick!

    1. Re:Ximian is great.... by Anonymous Coward · · Score: 0

      This excites me greatly.

      Thank you.

  2. Huzzah! by Anonymous Coward · · Score: 0

    Long live Helix code!

    Oh, wait... (removes head from sand)

  3. Security updates? by Anonymous Coward · · Score: 0

    What if you just cron apt-get to get security updates from security.debian.org? I'm just curious since I've only been using Debian a year now and run all my updates by hand. It'd be nice to have security updates apply automatically though. :-)

    1. Re:Security updates? by gomadtroll · · Score: 1

      I think Cowboy Bob was pulling our legs. Doing a Cron upgrade on Debian Unstable is a whole different OS than doing Debian Stable/security. As the dip wad below points out though ( ad naseum) security is a hands on affair. Apt-get upgrade only upgrades packages already on your system, no new ones added without your permisions.

      Or maybe he (Neal)really doesn't know :)

  4. What would be far more usefull by slick_rick · · Score: 1

    Is a daemon that would work as a server for evolution ala exchange. Now if I could get exchange without Windows and Evolution on every desktop (even the ones with windows) I would buy.

    I think it is great that they are trying, but really, how many companies have linux on every desktop? I can't see taking our sales/marketing/support staff off Windows.

    --
    apt-get install redhat please god - Me (take it easy, I love Debian)
    1. Re:What would be far more usefull by Anonymous Coward · · Score: 0

      it is i who pity you for you see the beauty around you but you do not see the grasshopper at your feet. you have much to learn. when you begin to realize the depth of your own ignorance we may begin

  5. autoupdate by guacamole · · Score: 3, Informative

    For the last eight months, we have been using autoupdate at our site to keep about 50 RedHat Linux boxes up-to-date. It seems to work pretty well. Though, this red carpet stuff looks pretty interesting too.

    1. Re:autoupdate by painehope · · Score: 1

      don't we all? i wrote a bit of perl that takes a list of sites, sorts them by least ping time, and then updates a tree of redhat updates, everything from redhat 6,2 to 7,3, moves (most of the time correctly) the old RPMs to an unused directory, and then i use another perl script ( run from the client-side) to stepp through and update the appropriate RPMs. by arch and number of processors ( SMP or not ). not a perfect system, and we're looking at using Ximian Corporate Connect ( which is pretty slick, even if it's not fully functional ), but it's a matter of money. well, gotta go, the cat just tipped over the trashcan i was vomiting into, and is now attempting to lick it up!

      --
      PC moderators can suck my White pierced, tattooed dick. If you think pride == hate, s/dick/Aryan meat mallet/g.
  6. zealotry considered harmful by Anonymous Coward · · Score: 0
    Today I installed linux-opera on my FreeBSD machine, after a couple of years of painful slowness, kludginess and crashiness of Mozillas 0.7 to 1.0. B-e-a-u-t-i-f-u-l. Pages render wonderfully quickly, and look nicer. Hell, even blank windows open quicker. The interface is nicer. My CPU load is way down when I'm browsing. The Acrobat plugin works, the Flash plugin works, and remember, I'm not even using Linux directly, just BSD's emulation layer.

    I'm about to download IBM's JDK. I gave up with Java on Mozilla ages ago..

    I have just paid my $10 (yes, I'm a student). That and Mathematica are now the two non-open-source packages on my BSD machine, and both extremely worthwhile purchases.

  7. Been cronning apt-get upgrade for years now... by Jon+Abbott · · Score: 2

    ...under unstable and it has only let me down once or twice. Luckily it never hosed my machine beyond repair.

    1. Re:Been cronning apt-get upgrade for years now... by Anonymous Coward · · Score: 0

      It is safe to have the following in crontab

      sh -c "/usr/bin/apt-get update; /usr/bin/apt-get -dyfu dist-upgrade"

      this means upgrades are downloaded but not installed, so you can do the installation yourself (apt-get dist-upgrade) without having to spend precious minutes watching it download packages

  8. Good news, but ... by elegante · · Score: 1



    What Ximian does is indeed good.

    I have to configure hundreds of desktops in Linux, and many of the time the configurations are the same.

    It has been a very time consuming task, and I do hope that there is a better way to do so than the manual procedure I have been doing.

    I do know that if the desktops are linked (networked) I can automate the process, but unfortunately, they are NOT linked.

    So I am searching for a way to configure ONE desktop, then copy the ENTIRE hard disk content on CD-R (or similar mass storage devices) and then go to another (empty, not yet configured) desktop, boot up with the CD-R and then automate the process.

    I hope the Ximian new product will do that.

    And there's a BUT.

    The BUT is, Ximian only runs on Gnome. Many of the time the configuration I do is to get Linux runs on Chinese, hence, I have to use KDE.

    Is there a way to mass configure desktops with KDE?

    1. Re:Good news, but ... by ObviousGuy · · Score: 1

      A system imaging tool like Norton Ghost may be what you're looking for.

      --
      I have been pwned because my /. password was too easy to guess.
    2. Re:Good news, but ... by guacamole · · Score: 2

      Northon ghost only solves the problem of -installing- the identically configured machines, not for maintaining them. I also would recommend to do scripted installs rather than using ghost. Ghost is a windowsism. We have much better scripting tools on Linux (including many tools specifically for system administration), we can do better than Ghost.

    3. Re:Good news, but ... by coolfrood · · Score: 1, Informative

      Ximian Red Carpet comes as a statically linked binary, so you don't even need gtk for it. All you need is X. I've been using Red Carpet for a while and it makes security and software upgrades a breeze. It totally gets rid of the dependency hell that comes with RPM. I do not use Ximian's Gnome, so I'm only subscribed to the Redhat 7.3 channel.
      With rc and rcd, you will be able to do automated updates from the command line. Just what redhat and redhat like distributions needed as answer for apt-get.

    4. Re:Good news, but ... by slick_rick · · Score: 1

      Would this work? Install, then configure on one machine. Pull the hard drive out and put it in another box with a CDR. Make a bootable CD where init is replaced with a small C/C++/perl/python/whatever app. The app runs parted then mkfs to partition/format hda. Then it simply copies the image onto the drive, mounts it, then runs lilo. If you only have a few types of video cards you can even try to get X working using lspci and a bit of grep magic.

      I haven't tried it, but I have copied my / from on HD to the next three times now and it doesn't seem to care.

      On another note... Doesn't RH have a unmanned install mode? I'm a debian guy myself, but I seem to remember RH had some tools to do auto-installs.

      --
      apt-get install redhat please god - Me (take it easy, I love Debian)
    5. Re:Good news, but ... by coolfrood · · Score: 0

      Red had comes with the kickstart configuration. Just a simple text file that you can use to do automated installs. Pretty handly for PCs with the exact same configuration. But that's just installation, you also want to keep all those systems updated automatically.

    6. Re:Good news, but ... by A+Life+in+Hell · · Score: 1

      Yes. this can be done, and it's not even hard - we (computerbank, http://www.computerbank.org.au) do this with some custom scripts we wrote to automagically partition, untar, detect hardware, and configure X and audio. It works remarkably well for large rollouts... I'd imagine that there is a better solution than ours, but send me email if you are interested (jaymz@dspvideo.com, but audio instead of video :-p)

      --
      Commodore 64, Loading up the dance floor!
    7. Re:Good news, but ... by More+Trouble · · Score: 1
      I have to configure hundreds of desktops in Linux, and many of the time the configurations are the same.

      You should checkout radmind, it's a combination tripwire/software update tool. It's being used all over the place to deploy large Mac OS X clusters. It runs on Linux, Solaris, and *BSD.

      :w

    8. Re:Good news, but ... by AaronMB · · Score: 1

      What you're looking for is mondo. We setup machines in a lab on campus using it(29 machines in all). We basically create a standard machine, and then have it generate some cds. You drop those CDs in the new machine, make sure that the partitions it creates are all correct, and have it restore the image from the old machine. Make changes as necessary to the new machine(hostname, address,etc) and you're done. It sure beats dd, gzip and NFS which we did before we found mondo :)
      -Aaron

  9. So open a daemon on all networked machines? by ObviousGuy · · Score: 1

    Sounds like an invitation to find the vulnerability.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:So open a daemon on all networked machines? by guacamole · · Score: 2

      Sounds like a clueless poster.

    2. Re:So open a daemon on all networked machines? by ObviousGuy · · Score: 1

      Not so. The system only has to be compromised on the rc side to have a network-wide effect.

      They are leaving a hole in the system that says to the world "Your wish is my command". *Any* rc client will be able to access *all* rcd servers on the network.

      You may believe the system's airtight, but people who hold that belief are often proved wrong.

      --
      I have been pwned because my /. password was too easy to guess.
    3. Re:So open a daemon on all networked machines? by assbarn · · Score: 1

      It's trivial to turn off listening to the remote port in rcd. So if you want to be totally safe, just shut it off, like any other service. You can still use it locally, and still have it pull down updates from the server (automatically, even!)

      --
      dude, assbarn it.
    4. Re:So open a daemon on all networked machines? by Anonymous Coward · · Score: 0

      So then what's the benefit of having Red Carpet in the first place?

      Red Carpet shines as a push technology. Turning it into a pull technology renders it redundant to existing tools.

  10. Ximian could be great by Anonymous Coward · · Score: 0

    If they made a customised KDE and not crappy gnome.

  11. How to remove Ximian by Anonymous Coward · · Score: 0

    You can't get much easier than "rpm -U `rpm -qa|grep '\.ximian\.`".

    1. Re:How to remove Ximian by Anna+Merikin · · Score: 1
      Unn, I believe you have posted a command that will not remove ximian, but might install ximian packages instead. Or it might do nothing at all -- I don't intend to test it....

      The original poster might try

      rpm -e `rpm -qa |egrep ^ximian`

      This command has worked for me (on RH for kde.)

    2. Re:How to remove Ximian by Squareball · · Score: 1

      Well once you install Ximian Gnome it overwrites your old Gnome, but when you install Gnome it DOESN'T overwrite Ximian Gnome. There is no way to remove Ximian Gnome without screwing up all kinds of dependancies. If you don't believe me, go to ximian.com and search for a way to remove Ximian Gnome.

  12. Not sure I'd trust this... by wowbagger · · Score: 4, Insightful

    I'm not sure I'd trust Ximian to auto-update my system - while they try pretty hard, I've had just too many dependancy conflicts updating RPMS from them to feel really warm and fuzzy about having it happen automatically.

    Also, one thing I like about RedHat's up2date vs. RedCarpet is that I can tell up2date to leave my damn X server alone!. Neither RedHat 7.2 nor Ximian have XFree 4.2, but at least I can tell up2date "hands off any package with XFree in the title" and not worry about it downgrading me to 4.1. Every time I run RedCarpet I have to tell it "No, I DON'T want you updating my X server, yes I know this is a "security release", but I don't need it!"

    Unless redcarpetd has the ability to prevent upgrades on selected packages I wouldn't trust it.

    And until the packages get vetted better for conflicts I would be careful. That's what ALL RPM based distro's need - a standard base of packages and libraries that released packages are not allowed to deviate from. Any RPM that call for "foo-1.4.2-unreleased-unstable-pl1.4-thursday.rpm" should be uncerimoniously bounced from any stable release. That's one area I will give the Debian folks credit - they maintain their packages.

    1. Re:Not sure I'd trust this... by coolfrood · · Score: 0

      I'm not sure I'd trust Ximian to auto-update my system - while they try pretty hard, I've had just too many dependancy conflicts updating RPMS from them to feel really warm and fuzzy about having it happen automatically.
      I agree with you there. If you install Ximian stuff and later if you try to upgrade your Redhat distro, you'll have problems. However, if you only stick to the Redhat channel, things can go pretty smooth. Besides, as the page mentions, rc is a command line tool. You could easily script it to not update any XFree packages. Get the list of updates, grep out the XFree6 packages and install the rest. Voila!

    2. Re:Not sure I'd trust this... by pbowen · · Score: 1

      RCD, contrary to the story blurb, does not currently allow centralized updating of machines. It does provide a tool, rc, that allows updating of packages from the command line.

      In order to update packages the 'rc' command must be run with the proper options. If it is going to install/remove packages, it will detail what actions it is about to take and wait for user input to approve the actions.

      So no package will get changed unless explicit approval is given. This was true with Red Carpet GUI version, and is still true with RCD.

    3. Re:Not sure I'd trust this... by assbarn · · Score: 1
      I'm not sure I'd trust Ximian to auto-update my system - while they try pretty hard, I've had just too many dependancy conflicts updating RPMS from them to feel really warm and fuzzy about having it happen automatically.

      The automatic updating is totally optional, and it will never "force" an update, so dependency problems can be resolved by the user.

      Unless redcarpetd has the ability to prevent upgrades on selected packages I wouldn't trust it.

      It does, through an .rcexclude file. It's not ideal (yet), but it's a start.

      And until the packages get vetted better for conflicts I would be careful.

      If you see dependency problems in our packages, it's almost certainly a bug. File it: http://bugzilla.ximian.com.

      --
      dude, assbarn it.
  13. debian cron-apt by AeiwiMaster · · Score: 1

    I have been using the the debian cron-apt package
    for some time now.

    Knud

  14. Is there an equivalent to Norton Ghost for Linux ? by elegante · · Score: 1



    I do know that Norton Ghost is under the spell of Windowsism, and I have been searching for similar utility that runs under Linux.

    Is there any ?

  15. I have been thinking about it. by elegante · · Score: 1



    But if possible, I would want to remain doing things under Linux.

    So, is there any utility that runs under Linux that matches the ability of Norton Ghost ?

    Anyone ?

  16. Coooo by Anonymous Coward · · Score: 0

    Mono is now available as a red-carpet channel.

    Damn the hordes of .net naysayers! I've just installed it... looking good with gtk# bindings.

  17. Can you please show me how ? by elegante · · Score: 1



    You sez:

    "Red had comes with the kickstart configuration.
    Just a simple text file that you can use to do automated installs.
    Pretty handly for PCs with the exact same configuration.
    But that's just installation, you also want to keep all
    those systems updated automatically."

    Thank you for the info !

    Can anyone show me where to how to do that ?

    My problem is I'm overwhelmed by too many "How-Tos", and I just don't know where to start.

    If anyone can point me to one (or several critical) howtos, or simply show me HOW to do automate the installation _and_ update, I'd be extremely grateful !

    Thanks in advance !

    1. Re:Can you please show me how ? by coolfrood · · Score: 1, Informative
      I called it Red had. Geez, I've got CmdrTaco's typo virus too. :-)

      Anyway, here's a good reference, from RedHat themselves. I personally haven't done the automated installation, but I've read the manual, and it seems like an easy thing to do. They give you a template file to work with, and you just have to edit it. Pretty straightforward, I guess.

    2. Re:Can you please show me how ? by pellaeon · · Score: 1

      Having worked quite a lot with kickstart, I can say the following: it's quite enough for all your installation automation.

      The reference you linked to is very good and tells you all you might want to know. I especially like the ability to runs scripts in the %post section, for customizing after installation.

      The only downside to kickstart is that if you don't have a network to play with, you're stuck with the cd's....and it can't change them for you, of course :~(

      Well, unless you fancy having a spare hard disk and installing it in every one of those hundreds of machines and doing the installs off of that.

      --
      -- /bin/coffee missing. universe halted.
  18. The arrest happened Thursday, and an on topic comm by waferhead · · Score: 0, Troll

    This arrest is news, not NEWS. Sorry, friends don't let friends use Gnome;-) I Haven't tried a Gnome setup yet that didn't crash my box in less than 10 minutes, and get permanently ignored from then on.

  19. who cares by Anonymous Coward · · Score: 0

    it's just gonna be fucking subscription-ware anyways...

  20. Re:Is there an equivalent to Norton Ghost for Linu by Zed_Balcab · · Score: 1

    Try Partion Image

    A nice bootable CD with Partition Image included is Timo's Rescue CD

  21. Would autoupdate does installation too ? by elegante · · Score: 1



    Thank you for the tips about autoupdate.

    I want to know if it can be used for installation / configuration for new machines, as well as update ?

    I have to set up hundred of desktops in Linux, and most of the configurations are the same. The desktops are not networked, so I have to finish the job manually.

    I am looking for a way to automate the process, or at least a way to lesson the task.

    I am thinking of setting up a machine, using a utility that works like "Norton Ghost" (if there is such a utility that runs under Linux, there'd be super-nice !), where I can "copy" the whole content of the harddisk (partitions and all) into a CD-R.

    Using that CD-R, I can go to other empty, yet-to-be-configured, desktops, boot up the machine on the CD-R, and then "replicate" the set-up (partitions and all) on that machine, automatically.

    That will at least takes care of the set-up part.

    I know autoupdate does the updating, so I am wondering if autoupdate does the "setting up" too?

    1. Re:Would autoupdate does installation too ? by dTb · · Score: 1

      Use Mondo Rescue. It will backup a linux system and restore to different size partitions etc if needed.

    2. Re:Would autoupdate does installation too ? by friscolr · · Score: 1
      I am thinking of setting up a machine, using a utility that works like "Norton Ghost" (if there is such a utility that runs under Linux, there'd be super-nice !), where I can "copy" the whole content of the harddisk (partitions and all) into a CD-R.

      Norton Ghost works with linux. Where i work we have a lab full of dual boot (Win2k/RH linux) machines that are installed using ghost.

      And since this is open source, it wouldnt be too difficult to roll your own cd that boots up, autoconfigures the machine, and installs OS. It will help if all the machines are the same configuration.
      If virii writers can write apps that automatically destroy any given machine, can't we write apps that automatically create any given machine?

    3. Re:Would autoupdate does installation too ? by kableh · · Score: 2

      I dont know about the normal version, but Symantec's Ghost Enterprise version allows you to install a small console on each machine, allowing you to simply reboot and reimage the machine. The downside is that you have to purchase a license for each client machine you want to run the console on. IMHO the price is reasonable, if you are talking about an enterprise size installation.

      And since Ghost supports Linux, you could use it to reimage your linux boxen as well.

      More on-topic, I just installed apt4rpm the other day, and it is hella cool. I always thought apt was the best feature of Debian, but I have been using RedHat for a while and feel familiar with it. There are server packages available, so you can run your own repository internally. I am preparing to do so for my company. We are primarily a RedHat shop, so this tool should prove invaluable, or at least will save me having to run around with 20 Linux CD-Rs =). I'd love to pay RedHat $20 or whatever a month per machine, but, um, no.

    4. Re:Would autoupdate does installation too ? by hunterm · · Score: 1

      If the particular flavor of linux that you are running is Red Hat, their kickstart method of install is one way to achieve this. For a non-networked situation, a custom boot/install CD with the kickstart configuration on it is probably best.

  22. No, I agree - what are Ximian smoking? by marm · · Score: 5, Interesting

    Sounds like a clueless poster.

    No, not at all. This is a very genuine concern. Personally, I think having a separate daemon to do this job is a very dumb idea. Existing, well tested tools like ssh and cron could do this, and the less new, untested code that runs on the network, the better for security.

    For a start, it's going to have a port open on the network in order for a master computer to contact it and tell it to update. This in itself is a major security risk - any open port is. Now also remember that, because it will be updating packages system-wide, part of the update process is going to have to run as root - I hope at least the network-facing daemon doesn't. If it does - instant remote root when the first stack-smashing or format string exploit comes along - and it will, have no doubt about that. Even if the daemon itself has limited privileges, it is going to have to talk to something setuid root in order to perform the package upgrades, so a remote root shell is only two exploits away, one for the daemon and then another for the setuid program that does the updating.

    Remember, this is new code, untested in the wild for any length of time, unexamined yet by anyone external. ssh would do the job fine instead, and, although ssh has had security problems, it has had a lot of pounding on it for a long time now. The Red Carpet daemon - hasn't.

    In short, wtf aren't Ximian using ssh instead of their own potentially hokey code?

    Second, there is a big problem with automatic updating generally. If I can get root on a machine within a network - or in fact, just plug my laptop into this network - then with a bit of spoofing trickery I can convince any other machine within that network that I am the update server, and next time they update, they will download packages from me, which I could easily trojan - and then I've got control of every single box on the network, and almost all the work was done for me. Signed packages are supposed to alleviate this problem, but past incidents with both OpenSSL and ssh suggest that certificate checking is not always up to scratch, and there may still be other ways to convince the Red Carpet daemon to install unsigned packages. If you have an insecure wireless network attached, then you're going to have even larger problems as an attacker who wants to get in this way doesn't even have to be physically connected to your network.

    This sounds like a very convenient way to automatically update software - although nothing that ssh/apt doesn't already offer - but it also sounds like a potentially gaping security hole that will bite people hard in the future.

    1. Re:No, I agree - what are Ximian smoking? by dd301 · · Score: 1

      No, not at all. This is a very genuine concern. Personally, I think having a separate daemon to do this job is a very dumb idea. Existing, well tested tools like ssh and cron could do this, and the less new, untested code that runs on the network, the better for security.

      It would be better to write code that will be as small as possible, which is written with the current security practices in mind. Most of the exploits which have plagued UN*X have been from old code like sendmail. That said, Ximian doesn't have the best security record. Their installation script consisted of running code downloaded over HTTP (!!) through a root shell.

  23. Cautious: Burnt by Ximian. :( by AtariDatacenter · · Score: 2

    I really liked the concept of the Ximian desktop and their easy installer and what not. I really appealed to me because I was using the *Solaris* distro that Ximian generates.

    However, after a few magic rides on the Red Carpet, I decided that I wasn't all that trusting of full service. Everything worked great until I started doing the red carpet updates. Then Red Carpet would break. The icons on my desktop would break. The Evolution mailer would break.

    I stopped doing updates in order to preserve something which passes as a workstation. Mind you, my case probably is extreme (but only because I tried to use Ximian for a reliable Solaris desktop), but I hope it illustrates a point.

    Care to be responsible for a slew of desktops when you don't do your own quality control and bless updates which are placed onto systems you support?

    1. Re:Cautious: Burnt by Ximian. :( by pbowen · · Score: 2, Informative

      RCD gives the administrator full control over their system. It does not require Ximian Desktop to be installed, nor will it auto-update the Desktop. RCD can be used to simply install vendor updates on to servers, if that is what you are interested in.

      Granted, some operating systems handle updates differently than others, but, using Red Hat Linux 7.3 as an example, this month alone there have 58 packages released as errata. RCD will tell you which of these apply to your system, and can, optionally, install them for you. However it will not ever install something unless a user directly tells it to.

      As the original post says "Can you be responsible for a slew of deesktops when you don't ... bless updates which are placed on to systems?" Of course not, and this is exactly why RCD requires explicit direction to make changes to the system software.

    2. Re:Cautious: Burnt by Ximian. :( by stefanlasiewski · · Score: 2

      Everything worked great until I started doing the red carpet updates. Then Red Carpet would break. The icons on my desktop would break. The Evolution mailer would break.

      I have to somewhat agree.

      Occasionally, due to a bug, or more often due to me running out of HD space, the install for a core RPM like 'red-carpet' or 'rpm' would die. Then I'd be stuck without red-carpet or rpm, and would have to restore these programms by grabbing a bootstrap install from Ximian or elsewhere.

      But there is a reson for this: Ximian only has one person in charge of repackaging/testing the Solaris RPMs. This is in large part due to the fact that Solaris users make up a very small percentage of the Ximian and Gnome market (Heck, less then 1% of the visitors to Gnomedesktop.com use Solaris)

      This may improve as Gnome2.0 matures, after Ximian reduces their support for Gnome1.4 in favor of Gnome2.x, and after Sun releases their Gnome2.0 distro.

      --
      "Can of worms? The can is open... the worms are everywhere."
  24. I see admins all over the globe by Krapangor · · Score: 0, Flamebait

    rushing to put a crash-prone beta-version of some administration software on their system.
    Sometimes I wonder if there is no thing like "code red" on linux systems because there is no need for such things.

    --
    Owner of a Mensa membership card.
  25. Don't cron apt! by Anonymous Coward · · Score: 1, Informative

    Hopefully this works out better than the time I cronned apt-get upgrade under Debian's unstable tree. Whoops.

    Debian has three trees; stable, testing and unstable.

    When using the stable tree, instead of using cron, subscribe to debian-security-announce and only update when a package with a security problem needs updating.

    Update scripts also often need to ask you questions and cron doesn't allow that - and testing and unstable sometimes break on update, because they are not, well, as stable - they need to be watched.

    Offhand comments like the above make debian seem flakey when it is far easier to maintain and stable than red hat, because debian is built robustly from the ground up.

    How hard is it to check mail and apt-get update; apt-get upgrade when needed?

    Anyway ... :)

    1. Re:Don't cron apt! by Anonymous Coward · · Score: 0
  26. Re:Is there an equivalent to Norton Ghost for Linu by Anonymous Coward · · Score: 0

    dd

  27. Unfair: Ximian are now a lot better by anonymous+cupboard · · Score: 3, Informative
    I have one machine still on up2date and one on Red Carpet. The Red Carpet updater has been going for all of this year and in the beginning, it was dependency hell (reminded me of DLLs under Win). However since about Easter, it has been very stable. The only issue is if I trigger so many dependencies that /var is filled up with incomming rpms.

    If you don't want beta, just don't subscribe to the beta releases. The other stuff seems fine. This particular system is an RH7.1ish 2.4.19 kernel with Ximian Gnome.

  28. Re:The arrest happened Thursday, and an on topic c by JerkBoB · · Score: 1
    I Haven't tried a Gnome setup yet that didn't crash my box in less than 10 minutes, and get permanently ignored from then on.

    So... Do you assume that everyone who uses GNOME has the same experience as you, and uses the software anyhow? Did it ever occur to you to wonder if perhaps the problem is just that you're incompetent or perhaps that your hardware sucks? Probably not. Judging by the incoherent nature of your post, you're either mentally ill or fucked up on something.

    This is not a GNOME vs. KDE vs. TWM flame... Just a flame against stupid people.

    --
    A host is a host from coast to coast...
    Unless it's down, or slow, or fails to POST!
  29. Re:Is there an equivalent to Norton Ghost for Linu by kableh · · Score: 1

    See my other post. Ghost works with Linux. It costs, but it works.

  30. Apt-RPM by LoveMuscle · · Score: 1

    The best of both worlds Apt with the huge set of packages available for RPM. http://apt-rpm.tuxfamily.org/ I have been using this for a while to keep about 50 machines upto date.. I also have it set up with an "extras" hierarchy so that I can run newer versions of stuff like mozilla...

  31. Apt in Cron by NitsujTPU · · Score: 1

    Hopefully this works out better than the time I cronned apt-get upgrade under Debian's unstable tree

    Yeah, no shit. When I FIRST started using Debian, I did pretty much the same thing, because I didn't have cable yet and wanted the downloads to go off while I was out (out being sporadic, I had a script that I'd fire off as I left).

    One time I came home and had no X, no e-mail, about half of the programming tools I needed for class, and no cache of packages (disks were smaller then), so I also was SOL on any quick way to reinstall it.

  32. Shameless copy of W2K's "automatic update" by Anonymous Coward · · Score: 0

    Looks like Ximian will tank like Eazel, Progeny and their friend TurboLinux.

  33. Nothing like an overloaded program name... by Brainchild · · Score: 1
    rc? Come on, folks! We already have two confusing completely different programs by that name:

    Couldn't you have been just a little more creative in coming up with a name? Geez. Now we get:

    ---So how do i do this Red Carpet update thing again?
    ---rc channels to list the available channels.
    [pause]
    ---It says channels: No such file or directory
    ---Huh? That's weird...
    Hurrah for Xidiot.
    --

    :: "I am non-refutable." --Enik the Altrusian ::

    1. Re:Nothing like an overloaded program name... by FooBarWidget · · Score: 2

      Maybe they will actually listen to you if you don't insult them all the time.

  34. simples scripts and ssh, or reinventing the wheel by cas2000 · · Score: 1

    what does this red-carpet thing do that something
    like the following doesn't do:

    for i in host1 host2 host3 ; do
    ssh $i "apt-get update ; apt-get install [package...]"
    done

    a useful variant (for more complicated upgrades)
    is to write a sh script to do the upgrade, scp it
    to the remote machines and run it with ssh. this
    script can install/upgrade the packages, run perl
    or whatever to customise config files, and do
    anything else that is needed to ensure that the
    upgrade goes smoothly.

    i've used variations of the above script to
    install or upgrade single packages and even full
    system upgrades on dozens of remotely-located
    debian boxes in one go (mostly internet gateways,
    firewalls, proxy servers etc).

    for rpm-based systems it would be trivial to
    modify the script so that it used scp to copy the
    require .rpm packages to the machine and then used
    ssh to run rpm for the install.

    all i see is another unneccessary daemon which
    gives remote root privileges which hasn't had
    anywhere near the security testing of ssh.

    IMO, anyone who isn't capable of writing trivial
    scripts like the above has no business pretending
    to be a sysadmin and shouldn't be upgrading even
    one machine, let alone batches of them.

  35. Same ways to do things everywhere by Anonymous Coward · · Score: 0

    Yes, Debian got this functionality (I use debian myself). However, personally I think the biggest win is the same tools to install and update the system on all the platforms Ximian support (which is most popular linux-distributions and Solaris).

  36. Re:simples scripts and ssh, or reinventing the whe by guacamole · · Score: 2

    > for i in host1 host2 host3 ; do
    > ssh $i "apt-get update ; apt-get install [package...]"
    > done

    Been there, done that.
    You are badly mistaken if you think a simple script like this is enough to keep a large site up to date. Imagine that you have nearly 300 hosts. Imagine that although you're trying to keep the host database up-to-date there it will always not fully correspond to reality. Finally for this command to complete all of those have to be up. What if a machine crashed? What if a user shut it down? What if I machine down for whatever reason? And how long will you have to wait until this command completes? Pushing updates and such does not scale well beyond a couple of dozen boxes. No matter what toos you use for system administration, it is much better to use the pull model (where clients request updates and other configuration changes) on their own from the server instead of trying to run some command on all of them.

  37. Re:autoupdate -- too complex by Anonymous Coward · · Score: 0

    All these tools only installing rpm packages from a ftp/file/http server. (and try to be unnecessary smart)

    This can be done easier. For remote system administration I use/wrote a tool which distributes rpm install lists, based on the hostname.
    rather simple/insecure:

    netcat rpm.list.server -p 666 "myhostname"

    on the server side you can very easily maintain "computer groups" (clients,servers,devel,..)
    Every client sends once per day its id and gets an assigned list.
    Then it updates/install/removes packages based on this list. No autoupdate needed, no autorpm or any other tool, very easy and much less code than autoupdate (or any other tool).

  38. Re:simples scripts and ssh, or reinventing the whe by cas2000 · · Score: 1

    > Been there, done that.

    so have i. it works.

    > You are badly mistaken if you think a simple
    > script like this is enough to keep a large site
    > up to date.

    no, i'm not. this isn't just theoretical, this
    is what i do to maintain a large network of
    (currently) dozens of machines. in the past, i
    have used similar techniques to maintain networks
    of hundreds of machines. it works.

    > Imagine that although you're trying to keep the
    > host database up-to-date there it will always
    > not fully correspond to reality.

    if i was so slack that i couldn't even maintain
    a simple database like that then i'd deserve to
    be sacked.

    if nothing else, i'd be maintaining the DNS
    records that point to all those machines.

    > Finally for this command to complete all of
    > those have to be up. What if a machine crashed?

    you use a semaphore of some sort (e.g. touch a
    file where the filename = hostname) to indicate
    whether the upgrade has completed or not. then
    you just run the script again when you've got the
    crashed machine(s) back up again. no problem.

    and since we're talking about dozens or hundreds
    of machines here, tee the output of the script
    so that you can leave it running overnight and
    review the log in the morning. stuff like this
    should be obvious.

    frankly, you don't know what you're talking about.