smart package manager unterstuetzung

2007-06-27 Thread Stephan Hermann
Moins,

Thomas, can you add this to fai 3.1.8 or to fai TRUNK?

smart is a good package manager for all distros. It supports apt repos,
rpm xml metadata repos (like for yum) and yast repositories.

Thx,

\sh

--



diff -ur fai-3.1.8.orig/bin/install_packages
fai-3.1.8/bin/install_packages
--- fai-3.1.8.orig/bin/install_packages 2006-10-10 01:30:53.0
+0200
+++ fai-3.1.8/bin/install_packages  2007-06-27 12:56:32.725215223
+0200
@@ -65,7 +65,7 @@
 
 my $aptopt='-y -o Dpkg::Options::="--force-confdef" -o
Dpkg::Options::="--force-confold"';
 
[EMAIL PROTECTED] = qw/y2i y2r yast rpmr urpmi urpme yumgroup yumi yumr hold
taskrm taskinst clean aptitude aptitude-r install unpack remove
dselect-upgrade/;
[EMAIL PROTECTED] = qw/y2i y2r yast rpmr urpmi urpme yumgroup yumi yumr hold
taskrm taskinst clean aptitude aptitude-r install unpack remove
dselect-upgrade smarti smartr/;
 %command = (
install => "apt-get $aptopt --fix-missing install",
   ninstall => "apt-get $aptopt --fix-missing -s install",
@@ -90,6 +90,8 @@
  y2r   => "y2pmsh remove",
  yast  => "yast -i",
   rpmr => "rpm -e",
+   smarti  => "smart -y install",
+   smartr  => "smart -y remove",
 );
 
 $test = 0;



-- 
Stephan Hermann
eMail: [EMAIL PROTECTED] Blog: http://linux.blogweb.de/
JID: [EMAIL PROTECTED]
OSS-Developer and Admin



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


FAI problem in 'fstab' after setup

2007-06-27 Thread Vincent Batoufflet

Hi all!

I'm experiencing some problems with my fai setup. After rebooting on my 
newly installed system, I have a "failed" error in my console.


In order to correct this problem, I had to change in '/etc/fstab':

none/proc   procrw,nosuid,noexec0   0

to:
proc/proc   procrw,nosuid,noexec0   0


Is there anything I missed when I have configured my fai server ?


Note: my setup installs a 'GNU/Linux Debian Etch' with the default 
kernel included in this release.


Thanks in advance,

--
Vincent Batoufflet

Buf Compagnie
3 rue Roquepine 75008 Paris, FRANCE
tel +33 1 42 68 18 28 - fax +33 1 42 68 18 29


Re: FAI problem in 'fstab' after setup

2007-06-27 Thread Thomas Lange
> On Wed, 27 Jun 2007 14:07:04 +0200, Vincent Batoufflet <[EMAIL 
> PROTECTED]> said:

> I'm experiencing some problems with my fai setup. After rebooting on my 
> newly installed system, I have a "failed" error in my console.
Yep, this is a minor error in setup_harddisks. But it works, only the
error message is unaesthetic. This bug will be fixed in the next
version.


> In order to correct this problem, I had to change in '/etc/fstab':
>   none/proc   procrw,nosuid,noexec0   0
> to:
>   proc/proc   procrw,nosuid,noexec0   0
I know that workaround. But thanks again.

-- 
regards Thomas


Re: FAI for other distributions

2007-06-27 Thread Thomas Lange
> On Wed, 27 Jun 2007 12:52:14 +0200, Jens Strohschnitter <[EMAIL 
> PROTECTED]> said:

> my experience with FAI and SuSE were so awfull, so that we only use
> FAI with Debian :-(
Because of Suse itself or the combination FAI and Suse? What ist not
working?

-- 
regards Thomas