Re: [gentoo-user] what "F" mean ? :")

2004-01-14 Thread MadMax
>From the MAN page:


  [ebuild F ] media-video/realplayer-8-r6
The  realplayer  package  requires  that  you download the sources
manually.  When you attempt to emerge the package, if the sources are
not found, then portage will halt and you will be provided with
instructions  on how to download the required files.



Cheers,
Max.

On Wed, 2004-01-14 at 18:41, raptor wrote:
> What "F" mean when doing "emerge -p"
> 
> 
> # emerge -v -p halflife-server
>  
> These are the packages that I would merge, in order:
>  
> Calculating dependencies ...done!
> [ebuild  N F  ] games-server/halflife-server-3.1.1.0  -dedicated
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Blender

2004-01-13 Thread MadMax
Or, you could point emerge directly to the ebuild.

# emerge bar-misc/bender/bender-4.0.ebuild

If bender 4.0 is ~arch it will still install it, however it won't
attempt to install any other ~arch stuff.

Max.

> Here's what you do: Let's say bender has the following dependencies, as
> reported by emerge:
> 
>   jibber  0.15.2
>   foo 1.4
>   bender  3.0
> 
> But you want brand spanking new bender 4.0! You'll use ~arch, of course:
> 
>   jibber  0.17.4
>   foo 1.5
>   bender  4.0
> 
> So the question you're posing is, do I really need to take the ~arch
> upgrades of jibber and foo? Answer: let it decide.
> 
> 1. emerge everything up to but not including the thing you really want,
> bender, but NOT using ~arch
> 
> 2. then emerge what you want, but this time using ~arch. IF it needs to
> upgrade something (because of a required minimum version higher than is
> in arch) then it will - but it will otherwise leave things with
> sufficiently high versions alone.
> 
> Assuming (for example purposes) that ~arch bender 4.0's ebuild knows it
> can get away with foo >=1.4 but requires jibber >=0.16 ... then you get:
> 
> 1.
> 
>   $ emerge foo
> 
> gets you
> 
>   jibber  0.15.2
>   foo 1.4
> 
> 2.
>   ACCEPT_KEYWORDS=~arch emerge bender
> 
> gets you 
> 
>   jibber  0.17.4
>   bender  4.0
> 
> but leaves foo 1.4 alone because it's "good enough"
> 
> So that's your mix of ~arch stuff, but only where needed.
> 
> All assumes that the dependencies in the ebuilds are well written.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Blender

2004-01-13 Thread MadMax
Or, you could point emerge directly to the ebuild. 

(I don't know why we're using 'bender', but I will continue with it)

# emerge bar-misc/bender/bender-4.0.ebuild

If bender 4.0 is ~arch it will still install it, however it won't
attempt to install any other ~arch stuff.

Max.

On Tue, 2004-01-13 at 12:04, Andrew Cowie wrote:
> So the question you're posing is, do I really need to take the ~arch
> upgrades of jibber and foo? Answer: let it decide.
> 
> 1. emerge everything up to but not including the thing you really want,
> bender, but NOT using ~arch
> 
> 2. then emerge what you want, but this time using ~arch. IF it needs to
> upgrade something (because of a required minimum version higher than is
> in arch) then it will - but it will otherwise leave things with
> sufficiently high versions alone.
> 
> Assuming (for example purposes) that ~arch bender 4.0's ebuild knows it
> can get away with foo >=1.4 but requires jibber >=0.16 ... then you get:
> 
> 1.
> 
>   $ emerge foo
> 
> gets you
> 
>   jibber  0.15.2
>   foo 1.4
> 
> 2.
>   ACCEPT_KEYWORDS=~arch emerge bender
> 
> gets you 
> 
>   jibber  0.17.4
>   bender  4.0
> 
> but leaves foo 1.4 alone because it's "good enough"
> 
> So that's your mix of ~arch stuff, but only where needed.
> 
> All assumes that the dependencies in the ebuilds are well written.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Time Adjustment

2003-11-17 Thread MadMax
On Mon, 17 Nov 2003 17:21:49 -0800, Mike Roberts muttered:
> > Simple question, I think.  Using Gnome2 i can not adjust my time.  I
> > right click on the time displayed in the panel, menu pops up, click on
> > 'adjust date & time...', and I get the following message:
> > 
> > Failed to locate a program for configuring the date and time.
> > Perhaps none is installed?

Assuming you just want to adjust it to the correct time, and not a
random time, you can use ntp.

There is a thread here: http://forums.gentoo.org/viewtopic.php?t=41099
that goes through setting up the ntp daemon to automagically update the
time and date for you.

Personally, I have 'ntpdate' in my crontab, and it runs every day.

emerge ntp

pick your local time server from this list:
http://www.eecis.udel.edu/~mills/ntp/clock2a.html 

I go to Adelaide University, so I use ntp.saard.net as my server.

run this command as often as you need:
ntpdate ntp.saard.net 

And there you go, the time and date will be set correctly. :)

Cheers,
Max.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] "emerge -upD world" complains about DEPEND problem

2003-11-16 Thread MadMax
A similar bug is here: http://bugs.gentoo.org/show_bug.cgi?id=33575

Following Seemant's instructions:

> rm -rf /var/cache/edb/dep/*
> emerge regen

Will stop that from happening. 

On Mon, 2003-11-17 at 00:32, Jason Stubbs wrote:
> On Sunday 16 November 2003 22:35, Thomas Preissler wrote:
> > I wont to do a "emerge -upD world", but I see the whole time a
> >
> > [EMAIL PROTECTED]:~]$ emerge -upD world
> > These are the packages that I would merge, in order:
> >
> > Calculating world dependencies -
> > emerge: there are no masked or unmasked ebuilds to satisfy
> > "sys-apps/bzip2".
> >
> > !!! Problem with ebuild net-analyzer/cacti-0.6.8a
> > !!! Possibly a DEPEND/*DEPEND problem.
> >
> > !!! Depgraph creation failed.
> > [Exit 1]
> 
> bzip2 used to be under sys-apps but has been moved to app-arch. The cacti 
> ebuild in portage does not reference bzip2 at all, so I'd guess that the 
> backup of the ebuild that portage makes at emerge time in /var/db/pkg does 
> have a reference to bzip2. If you reemerge cacti, that should fix the 
> problem.
> 
> Jason
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing Apache htdocs DIR, why?

2003-11-09 Thread MadMax
On Mon, 2003-11-10 at 01:18, Denny Schierz wrote:
> hi,
> 
> i was wondering as i see that the config files now have a new htdocs
> DIR. No more in /home/httpd/htdocs, it moved to /var/www like debian.
> But, can anybody explaining me why?

GLEP 11 discusses this.

http://www.gentoo.org/proj/en/glep/glep-0011.html

Max.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Backups?

2003-11-02 Thread MadMax
Can you share the script/crontab etc you use to accomplish this?

Currently I just create a tarball of $home and put it on a secondary
disk, but I do it by hand every night before I go to bed.

Cheers:)
Max.

On Mon, 2003-11-03 at 11:39, Andrew Farmer wrote:
> On Sun, 02 Nov 2003 17:05:16 -0800, Rick [Kitty5] muttered:
> > What do people do / recommend for backing up?
> 
> I rsync my $HOME to a secondary hard disk.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Not Sure If This Is The Right Place

2003-10-30 Thread MadMax
Call me old fashioned, but there's some things I just prefer on paper in
front of me :)

On Fri, 2003-10-31 at 08:36, Andrew Gaffney wrote:
> Jan Hübner wrote:
> > MadMax wrote:
> > 
> >> I spent a lot of time looking at that link before I installed Gentoo. I
> >> have no printer, nor access to one at the time, and ended up writing
> >> most of the doc out by hand.
> > 
> > 
> > Some people use links from the install-cd to browse the installation 
> > instructions. You have networking up when installing gentoo, don't you?!
> 
> Even if you don't, it says right in the logon message that you can switch to another 
> terminal and open the Installation Doc from the CD.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Not Sure If This Is The Right Place

2003-10-30 Thread MadMax
On Fri, 2003-10-31 at 08:10, Ron wrote:

> Thank-you; Joseph for asking, Max for the reply

Anytime :)

I spent a lot of time looking at that link before I installed Gentoo. I
have no printer, nor access to one at the time, and ended up writing
most of the doc out by hand.

Max.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Not Sure If This Is The Right Place

2003-10-30 Thread MadMax
http://www.gentoo.org/doc/en/index.xml#doc_chap2

Click where it says "Printer Friendly" :)

Cheers,
Max.


On Fri, 2003-10-31 at 08:07, Joseph A. Nagy, Jr. wrote:
> Is there anyway to get a printer friendly version of the download 
> instructions? I did an okay job of copy and pasting into notepad 
> (Win2K box is only other available machine in the house) but it still 
> looks like crap.
> 
> --
> The only fallacy is the inaction on our part to stave off the worst of 
> horrors, the stripping of personal freedom.
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Package installation question

2003-10-16 Thread MadMax
Search portage on the web:

http://gentoo-portage.com/

Max.

On Fri, 2003-10-17 at 06:01, Andrej Kacian wrote:
> On Mon, 13 Oct 2003 17:54:31 +0100
> "A. S. Budden" <[EMAIL PROTECTED]> wrote:
> 
> > Unfortunately, there isn't a web based search.
> 
> There IS one, atleast I have "overheard" a conversation on #gentoo at either
> ircnet or efnet about someone making such project. I think it was even in
> Gentoo weekly newsletter.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs corruption likelihood?

2003-10-16 Thread MadMax
I've been using it on everything but /boot for a while now, and it's
completely fine. I have decent hardware and an up-to-date kernel, and it
works great.

My friends also use it, and they, too, have never had a problem.

The only time it has ever failed on me (or anyone I personally know) was
a webserver at work, which was a P120, running on old Mandrake Kernel.
(I didn't set the box up).

Personally, I backup my important data to another drive. I love the
speed that reiserfs seems to give me, and I have no qualms whatsoever in
using it (or recommending it).

Yes, it can mess up, but so can most filesystems. If you have good
hardware, it shouldn't be a problem.

Max.

On Fri, 2003-10-17 at 05:36, Tom Wesley wrote:
> On Thu, 2003-10-16 at 21:02, Nate Duehr wrote:
> > My ONLY experience with ReiserFS was to "try it out" on a brand new 
> > Gentoo installed machine a few weeks ago.
> > 
> > Within a week the machine would not boot anymore and would not repair 
> > with the reiserfs tools.  I don't shut it off improperly or anything 
> > like that, and have been doing admin work for many years on Linux.
> > 
> > ReiserFS?  Never again.  I have over 80 machines using ext3 that "just 
> > work".  Why I even bothered with ReiserFS on that one machine is beyond 
> > me...
> > 
> > Nate
> 
> Strange, as I have been using it since it's first inclusion in the
> (2.2?) kernel, and have never had a problem at all.  Are you sure your
> hardware/setup were sound at the time, or were you just unlucky?
> 
> > Jeffrey Smelser wrote:
> > 
> > > Well, I see about once a week someone asking about Reiserfs and problems.. I use 
> > > ext3.. But I just can't figure out if these are user things or if reiserfs just 
> > > that "flaky"..
> > > 
> > > I don't see to much ext2/3 or xfs questions.. But I don't know just how many 
> > > people actually use XFS..
> > > 
> > > 
> > >>Purusing the Gentoo FAQ, I ran across the following:
> > >>
> > >>"ReiserFS and filesystem corruption issues -- how to fix'em, etc 
> > >>
> > >> If your ReiserFS partition is corrupt, try booting the Gentoo Linux
> > >> boot CD and run reiserfsck --rebuild-tree on the corrupted 
> > >>filesystem.
> > >> This should make the filesystem consistent again, although you may
> > >> have lost some files or directories due to the corruption."
> > >>
> > >>Granted I should have read this before doing the install, but, I made
> > >>all my partitions Reiser (except for boot).  So now I'm wondering
> > >>about the likelihood of data corruption.  Has anyone experienced it?
> > >>Are there things I can do to ensure it doesn't happen to me (or at
> > >>least reduce the possibility)?  (Other than "backup early, backup
> > >>often" of course :)
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list