Re: [gentoo-user] SSH permission question

2003-11-07 Thread Erwin Lang
Am Freitag, 7. November 2003 09:26 schrieb Stephen Liu:
 Hi folks,

 I have 2 boxes connected with a crossover cable for broadband sharing.
 Both of them can ping to each other.  Broadband sharing has no problem.

 PC1 - RH9
 eth0 - connected to broadband
 eth1 - connected to PC-2,  IP 192.168.0.1

 PC2 - Gentoo box
 eth0 - connected ot PC-1, IP 192.168.0.2

 Test as follows;
 PC1 - RH9
 
 # ssh -l root 192.168.0.2
 ssh: connect to host 192.168.0.2 port 22: Connection refused

 How to get it connected?  Thanks

try to start the ssh daemon on the box you want to connect to:
 /etc/init.d/sshd start

by,
erwin


--
[EMAIL PROTECTED] mailing list



[gentoo-user] how to build only new packages

2003-11-04 Thread Erwin Lang
Hi All!

Is is possible to build only packages which I don't already have (in the /usr/
portage/packages)?

If i execute
  emerge --buildpkg xyz-package
then it generates a package (as expected), but if I execute the same command 
again, emerge builds it again, and doesn't see that there is already a 
packaged version of this package. - that's not what I want.

my probelm: I want one pc to compile all the packages I need and use them also 
on other pc's. I'd like to update the packages once in a week. But I don't 
like to recompile all of them, but only the packages for which a new version 
is available.

Thanks for your help!
Erwin


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to build only new packages

2003-11-04 Thread Erwin Lang
Am Dienstag, 4. November 2003 14:14 schrieb Mike Williams:
 On Tuesday 04 November 2003 13:08, Erwin Lang wrote:
  Hi All!
 
  Is is possible to build only packages which I don't already have (in the
  /usr/ portage/packages)?
 
  If i execute
emerge --buildpkg xyz-package
  then it generates a package (as expected), but if I execute the same
  command again, emerge builds it again, and doesn't see that there is
  already a packaged version of this package. - that's not what I want.
 
  my probelm: I want one pc to compile all the packages I need and use them
  also on other pc's. I'd like to update the packages once in a week. But I
  don't like to recompile all of them, but only the packages for which a
  new version is available.

 emerge -k package
 Remember that the PC need to have at least the same CPU.
with this command I can install a prebuild package on a pc. but I want to know 
how I can avoid to build the same package every week if there is no new 
version available (as I said, emerge --buildpkg builds a package regardless 
if there already exist a packaged version of this package in /usr/portage/
packages or not.). Assume a script execute once a week: `emerge --buildpkg 
apache tomcat samba ... (and other packages I need)`. So I don't have to 
build packages manually if there is a new version available. And I also 
need'n look for new versions of certain packages in portage.

Erwin


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to build only new packages

2003-11-04 Thread Erwin Lang
Am Dienstag, 4. November 2003 14:51 schrieb Doug Weimer:
 On Tue, 2003-11-04 at 05:38, Erwin Lang wrote:
  with this command I can install a prebuild package on a pc. but I want to
  know how I can avoid to build the same package every week if there is no
  new version available (as I said, emerge --buildpkg builds a package
  regardless if there already exist a packaged version of this package in
  /usr/portage/ packages or not.). Assume a script execute once a week:
  `emerge --buildpkg apache tomcat samba ... (and other packages I need)`.
  So I don't have to build packages manually if there is a new version
  available. And I also need'n look for new versions of certain packages in
  portage.

 You can use the --update option along with buildpkg. Assuming you don't
 unmerge the packages after you build them, using 'emerge --update
 --buildpkg packagename' will only build a new package if a new version
 is available..
But this only works if all the packages I want to keep up to date are 
installed on that one pc which builds the packages.
Erwin


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo distfiles - how much space

2003-10-20 Thread Erwin Lang
Am Montag, 20. Oktober 2003 08:23 schrieb Spider:
 begin  quote
 On Mon, 20 Oct 2003 07:57:11 +0200

 Erwin Lang [EMAIL PROTECTED] wrote:
  I'm new to gentoo and I wonna know how much space all the distfiles
  needs  (only distfiles, not portage, not experimental, not ...)?

 Depends on how long you keep them and how much you install. Mine is
 about 2.4 Gb, and has a few backcopies of gnome and KDE as well as X in
 it.  This can be trimmed down easily by simply emptyin it regularly.

 So as i said, depends on how long you want to keep sources for.


 //Spider
thanks, but how much space needs ALL of them (if i synchronise them from a 
mirror)?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: gentoo distfiles - how much space

2003-10-20 Thread Erwin Lang
Am Montag, 20. Oktober 2003 08:47 schrieb Björn Lindström:
 Erwin Lang [EMAIL PROTECTED] writes:
  thanks, but how much space needs ALL of them (if i synchronise them
  from a mirror)?

 a) Why on earth would you do that? (Unless you're setting up a public
 mirror, that's a good thing.)
we have about 15 servers in our company, and I'm not interested in downloading 
the same packages from the internet for each server. If anybody knows a 
better way of solving this problem, please let me know.
thank you!

--
[EMAIL PROTECTED] mailing list



[gentoo-user] gentoo distfiles - how much space

2003-10-19 Thread Erwin Lang
I'm new to gentoo and I wonna know how much space all the distfiles needs 
(only distfiles, not portage, not experimental, not ...)?

thank you!


--
[EMAIL PROTECTED] mailing list