[gentoo-user] from gcc4.0.2 to gcc4.1.1

2006-06-03 Thread Chuanwen Wu

Hi! Everyone!
Last night i emerge world and update gcc from 4.0.2 to the  4.1.1
one,glibc to version 2.8.*.
I just want to know whether i should emerge -e system -e world  or not
after i update to gcc4.1.1.
You know, it's need such a long time!And i am not sure whether my
gentoo will be OK if i don' t
emerge -e system -e world!
Can you give me some advices?

--
wcw
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-03 Thread Raymond Lewis Rebbeck
Yes, that is normal. The KDE ebuilds are 'split' now, one monolithic ebuild is 
equivalent to a few dozen split ebuilds. Each individual app or library has 
it's own ebuild.

On Saturday, 3 June 2006 6:41, Mick wrote:
 On 02/06/06, Raymond Lewis Rebbeck [EMAIL PROTECTED] wrote:
  $ ls /usr/portage/kde-base/ | grep meta

 Thanks.  Last question:

 Is emerging kdebase-meta meant to pull in 45 packages, or are there
 any old kde apps in my system pulling them in as I am trying to emerge
 my new split KDE?

 From the log:
 ===
 1149285323:  *** emerge --update --deep --verbose kdebase-meta
 1149285332:   emerge (1 of 45) kde-base/kdelibs-3.5.2-r6 to /
 1149285332:  === (1 of 45) Cleaning
 (kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.
ebuild) 1149285341:  === (1 of 45) Compiling/Merging
 (kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.
ebuild) ===

 --
 Regards,
 Mick

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing consoles remotely

2006-06-03 Thread Jure Varlec
On Friday 02 June 2006 06:57, Ryan Tandy wrote:
 Multi-user mode.  Only works as root, regardless of who started the screen.

AFAIK suid root is enough. Using it depends on your approach to security 
though :) .


pgpscL0Ui4GUP.pgp
Description: PGP signature


Re: [gentoo-user] from gcc4.0.2 to gcc4.1.1

2006-06-03 Thread Hemmann, Volker Armin
On Saturday 03 June 2006 08:25, Chuanwen Wu wrote:
 Hi! Everyone!
 Last night i emerge world and update gcc from 4.0.2 to the  4.1.1
 one,glibc to version 2.8.*.
 I just want to know whether i should emerge -e system -e world  or not
 after i update to gcc4.1.1.
 You know, it's need such a long time!And i am not sure whether my
 gentoo will be OK if i don' t
 emerge -e system -e world!
 Can you give me some advices?

http://www.gentoo.org/doc/en/gcc-upgrading.xml

yes, you have.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing consoles remotely

2006-06-03 Thread Iain Buchanan
On Sat, 2006-06-03 at 10:04 +0200, Jure Varlec wrote:
 On Friday 02 June 2006 06:57, Ryan Tandy wrote:
  Multi-user mode.  Only works as root, regardless of who started the screen.
 
 AFAIK suid root is enough. Using it depends on your approach to security 
 though :) .

Thanks for the tip, I didn't know screen could do that.  For those
interested, I had to:

1. sudo chmod u+s /usr/bin/screen
2. sudo chmod 755 /var/run/screen
3. screen -r sessionowner/[[pid.]tty[.host]]

and that's it!  I could use it as a simple talk, and also to see what
was going on - great!
-- 
Iain Buchanan iaindb at netspace dot net dot au

Someday your prints will come.
-- Kodak

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen Power down

2006-06-03 Thread Mick

On 02/06/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/2/06, Mick [EMAIL PROTECTED] wrote:
 Also, I am not sure that completely removing the DPMS entry is the
 same as adding false instead of true.  Worth trying it out .

You can check quite quickly whether DPMS is enabled or not by running:

xset -q

You can also disable it manually with the xset command.


Very useful tip!  I note two different settings on mine:
=
Screen Saver:
 prefer blanking:  yesallow exposures:  yes
 timeout:  600cycle:  600
=

and
=
DPMS (Energy Star):
 Standby: 1200Suspend: 600Off: 2400
 DPMS is Enabled
 Monitor is On
=

Where is Screen Saver set?  I don't have anything in my xorg.conf . . .

OT Also a bit of an OT question (apologies to the OP): my mouse is a
bit jerky when I move it quickly in a straight line.  The above query
shows:
=
Pointer Control:
 acceleration:  2/1threshold:  4
=

Is this normal?  How do I control its jerkiness? /OT
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Outlook MSG file conversion

2006-06-03 Thread Mick

On 03/06/06, JimD [EMAIL PROTECTED] wrote:


I am running courier-imap.  I guess I can use outlook under VMware to
transfer the emails to my IMAP server.  I was hoping to be able to do it
off-line, but oh well.


Oh no!  Not winmail.dat ! ! !

Ha, ha!  Another wonderful M$Windoze formating wrapper, only created
and read  by their M$Outlook client.  The winmail.dat file is in a
M$Windoze format called Transport-Neutral Encapsulation Format, or
MS-TNEF, some details on this format can be found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/ca148ec3-8586-4c74-8ff8-cd542256e385.asp

On the other hand, there's a couple of converters out there for
different platforms (there's even one for Psion Epoc!), but the one
you could try in Linux is:

http://www.fentun.com/linux.html

HTH
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++

2006-06-03 Thread Paulo J. Matos

On 02/06/06, Paulo J. Matos [EMAIL PROTECTED] wrote:


OK, thanks I'll try revdep-rebuild with gentoolkit 0.2.2.



Worked! :)


Cheers,

Paulo Matos





--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group




--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Bugday today (late reminder)

2006-06-03 Thread Bjarke Istrup Pedersen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey everyone :-)

So, here we go again, seems like I almost forgot it again, but in case
you missed it, it's bugday again today :-)

We will be aiming to have the new website only for next bugday, so
things will start to be more interresting :-)

I know it's a pretty late announcement, but hey, it's still saturday :-)

Bjarke
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEgX+EO+Ewtpi9rLERAm85AJ9VwjcEqUb73hJLNK8SJLcp7dAIqQCfeLjZ
q/Y9RtVj+3a6fM5X5fTmG1s=
=e+7r
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] utempter vs libutempter

2006-06-03 Thread Allan Gottlieb
When doing an

  emerge --tree --ask --verbose --newuse --update --deep world

I received the following error

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[blocks B ] sys-apps/utempter (is blocking sys-libs/libutempter-1.1.2.1)
[ebuild U ] x11-terms/xterm-207-r1 [207] -Xaw3d +doc -toolbar +truetype 
+unicode 727 kB
[ebuild  N]  sys-libs/libutempter-1.1.2.1  21 kB

Total size of downloads: 749 kB

!!! Error: The above package list contains packages which cannot be 
installed
!!!on the same system.

I *thought* I knew what to do when such a blockage occurs.  I

1.  did a quickpge utempter (for safety)

2.  unmerged utempter

3.  emerged libutempter

4.  re-emerged utempter (from the portage tree not /usr/portage/packages)

No errors were reported during any of these 4 steps.  But now an
emerge world reports

Calculating world dependencies ...done!
[blocks B ] sys-apps/utempter (is blocking sys-libs/libutempter-1.1.2.1)
[nomerge  ] x11-terms/xterm-207-r1  -Xaw3d +doc -toolbar +truetype 
+unicode
[nomerge  ]  sys-libs/libutempter-1.1.2.1

Total size of downloads: 0 kB

!!! Error: The above package list contains packages which cannot be 
installed
!!!on the same system.

Reading the ebuilds I can see the problem.

   * both: PROVIDE=virtual/utempter

   * libutempter demands exclusivity: DEPEND=!virtual/utempter

So they really do block.  Which one am I supposed to keep and which
one should I unmerge ...

... and how should I have figured this out?

What is the correct procedure when a blockage is encountered?  Should
I write a wiki page with this information?

thanks,
allan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Raymond Lewis Rebbeck
There was a blog entry on planet gentoo recently about this:

http://planet.gentoo.org/developers/seemant/2006/06/02/utemptations_with_xterm

It looks like you have to unmerge utempter and then emerge libutempter and 
rebuild xterm.

On Saturday, 3 June 2006 22:48, Allan Gottlieb wrote:
 When doing an

   emerge --tree --ask --verbose --newuse --update --deep world

 I received the following error

 These are the packages that I would merge, in reverse order:

 Calculating world dependencies ...done!
 [blocks B ] sys-apps/utempter (is blocking
 sys-libs/libutempter-1.1.2.1) [ebuild U ] x11-terms/xterm-207-r1 [207]
 -Xaw3d +doc -toolbar +truetype +unicode 727 kB [ebuild  N] 
 sys-libs/libutempter-1.1.2.1  21 kB

 Total size of downloads: 749 kB

 !!! Error: The above package list contains packages which cannot be
 installed !!!on the same system.

 I *thought* I knew what to do when such a blockage occurs.  I

 1.  did a quickpge utempter (for safety)

 2.  unmerged utempter

 3.  emerged libutempter

 4.  re-emerged utempter (from the portage tree not /usr/portage/packages)

 No errors were reported during any of these 4 steps.  But now an
 emerge world reports

 Calculating world dependencies ...done!
 [blocks B ] sys-apps/utempter (is blocking
 sys-libs/libutempter-1.1.2.1) [nomerge  ] x11-terms/xterm-207-r1 
 -Xaw3d +doc -toolbar +truetype +unicode [nomerge  ] 
 sys-libs/libutempter-1.1.2.1

 Total size of downloads: 0 kB

 !!! Error: The above package list contains packages which cannot be
 installed !!!on the same system.

 Reading the ebuilds I can see the problem.

* both: PROVIDE=virtual/utempter

* libutempter demands exclusivity: DEPEND=!virtual/utempter

 So they really do block.  Which one am I supposed to keep and which
 one should I unmerge ...

 ... and how should I have figured this out?

 What is the correct procedure when a blockage is encountered?  Should
 I write a wiki page with this information?

 thanks,
 allan

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] from gcc4.0.2 to gcc4.1.1

2006-06-03 Thread Chuanwen Wu

2006/6/3, Hemmann, Volker Armin [EMAIL PROTECTED]:



http://www.gentoo.org/doc/en/gcc-upgrading.xml

Thanks!I got it!


yes, you have.

I don't have to do that just as what the webpage says from the links
you give above.There is a another way to use revdep-rebuild.

--
gentoo-user@gentoo.org mailing list





--
wcw
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Where are Menuconfigs Iptables options?

2006-06-03 Thread Bertram Scharpf
Hi,

last week I built a kernel for my home router. It works
fine. Configuring the kernel I used these instructions:
http://www.gentoo.org/doc/en/home-router-howto.xml#doc_chap2_pre2.

Now, I try to configure a 2.6.16 kernel instead of a 2.6.15
and I cannot find the configuration options any more:

  [*] IP tables support (required for filtering/masq/NAT)
(all below)

I was sure it was me who forgot to activate another option
somewhere else. But I opened two terminal windows side by
side, compared, and still cannot find it. I diffed the
`.config' files, too.

Copying the IP_NF_* part into the `.config' file yields
these warnigs when executing `make menuconfig' next time:

  .config:338:warning: trying to assign nonexistent symbol IP_NF_MATCH_LIMIT
  ...

Did I miss something essential?

Thanks in advance,

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Allan Gottlieb
At Sat, 03 Jun 2006 22:56:21 +0930 Raymond Lewis Rebbeck [EMAIL PROTECTED] 
wrote:

 On Saturday, 3 June 2006 22:48, Allan Gottlieb wrote:
 When doing an

   emerge --tree --ask --verbose --newuse --update --deep world

 I received the following error

 These are the packages that I would merge, in reverse order:

 Calculating world dependencies ...done!
 [blocks B ] sys-apps/utempter (is blocking
 sys-libs/libutempter-1.1.2.1) [ebuild U ] x11-terms/xterm-207-r1 [207]
 -Xaw3d +doc -toolbar +truetype +unicode 727 kB [ebuild  N] 
 sys-libs/libutempter-1.1.2.1  21 kB

 Total size of downloads: 749 kB

 !!! Error: The above package list contains packages which cannot be
 installed !!!on the same system.

 I *thought* I knew what to do when such a blockage occurs.  I

 1.  did a quickpge utempter (for safety)

 2.  unmerged utempter

 3.  emerged libutempter

 4.  re-emerged utempter (from the portage tree not /usr/portage/packages)

 No errors were reported during any of these 4 steps.  But now an
 emerge world reports

 Calculating world dependencies ...done!
 [blocks B ] sys-apps/utempter (is blocking
 sys-libs/libutempter-1.1.2.1) [nomerge  ] x11-terms/xterm-207-r1 
 -Xaw3d +doc -toolbar +truetype +unicode [nomerge  ] 
 sys-libs/libutempter-1.1.2.1

 Total size of downloads: 0 kB

 !!! Error: The above package list contains packages which cannot be
 installed !!!on the same system.

 Reading the ebuilds I can see the problem.

* both: PROVIDE=virtual/utempter

* libutempter demands exclusivity: DEPEND=!virtual/utempter

 So they really do block.  Which one am I supposed to keep and which
 one should I unmerge ...

 ... and how should I have figured this out?

 What is the correct procedure when a blockage is encountered?  Should
 I write a wiki page with this information?

 thanks,
 allan

 There was a blog entry on planet gentoo recently about this:

 http://planet.gentoo.org/developers/seemant/2006/06/02/utemptations_with_xterm

 It looks like you have to unmerge utempter and then emerge libutempter and 
 rebuild xterm.

 -- 
 Raymond Lewis Rebbeck

Thanks for the pointer.  It is just what I needed.

(I reorganized your response into bottom-posting style, which I
believe is the convention for this group).

So this utmpter/libutmpter appears to be a special case where the
normal

   unmerge A
   merge B
   merge A

is wrong.

thanks again,
allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Tor update hosed it?

2006-06-03 Thread Mick

Hi All,

Any idea how I could fix this?

$ sudo /etc/init.d/tor start
* Starting Tor ...
Jun 03 15:21:31.006 [notice] Tor v0.1.1.20. This is experimental
software. Do not rely on it for strong anonymity.
Jun 03 15:21:31.145 [notice] Initialized libevent version 1.1a using
method epoll. Good.
Jun 03 15:21:31.184 [notice] connection_create_listener(): Opening
Socks listener on 127.0.0.1:9050
Jun 03 15:21:31.288 [warn] options_init_logs(): Couldn't open file for
'Log notice file /var/log/tor/tor.log'
Jun 03 15:21:31.294 [notice] options_act_reversible(): Closing Socks
listener on 127.0.0.1:9050
Jun 03 15:21:31.301 [warn] Failed to parse/validate config: Failed to
init Log options. See logs for details.
Jun 03 15:21:31.307 [err] tor_init(): Reading config failed--see
warnings above. For usage, try -h.
 [ !! ]


It was working fine until the last update.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] migrating firefox 1.5 - issues should I be aware?

2006-06-03 Thread b.n.

Hi,
I'm gonna quite tired of the infinite amount of time Firefox 1.5.x is 
waiting in the ~x86 limbo...


But since I trust my developers I know I'm risking, so: I'd like to 
know: which issues do I risk in migrating from 1.0.8 to 1.5? I don't 
talk that much of 1.5 specific bugs (I checked bugzilla but if you can 
point me at some serious issue, tell me), but of issues in the migration 
(bookmarks, settings, plugins,etc.).


And expecially, if I find 1.5 bugs expecially annoying and I wanna come 
back to 1.0.8, are there known problems?


Thanks,
b.n.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Raymond Lewis Rebbeck
On Saturday, 3 June 2006 23:24, Allan Gottlieb wrote:
 So this utmpter/libutmpter appears to be a special case where the
 normal

unmerge A
merge B
merge A

 is wrong.

 thanks again,
 allan

I don't believe the procedure you mentioned has ever been normal. If packages 
block it usually indicates that a package is being replaced by another. An 
example is how shadow recently replaced pam-login.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-03 Thread Neil Bothwick
On Fri, 2 Jun 2006 21:11:52 +, Mick wrote:

 Is emerging kdebase-meta meant to pull in 45 packages, or are there
 any old kde apps in my system pulling them in as I am trying to emerge
 my new split KDE?

Something like that number.

 
 From the log:
 ===
 1149285323:  *** emerge --update --deep --verbose kdebase-meta
 1149285332:   emerge (1 of 45) kde-base/kdelibs-3.5.2-r6 to /
 1149285332:  === (1 of 45) Cleaning

Try emerge --ask --tree --verbose kde-meta to see what is pulling in the
packages.


-- 
Neil Bothwick

Is it possible to be totally partial?


signature.asc
Description: PGP signature


Re: [gentoo-user] migrating firefox 1.5 - issues should I be aware?

2006-06-03 Thread fire-eyes
On Saturday 03 June 2006 12:36, b.n. wrote:
 I'm gonna quite tired of the infinite amount of time Firefox 1.5.x is
 waiting in the ~x86 limbo...

 But since I trust my developers I know I'm risking, so: I'd like to
 know: which issues do I risk in migrating from 1.0.8 to 1.5? I don't
 talk that much of 1.5 specific bugs (I checked bugzilla but if you can
 point me at some serious issue, tell me), but of issues in the migration
 (bookmarks, settings, plugins,etc.).

I don't think there are any issues. i have been using 1.5 for a long time, and 
when i moved from 1.0.whatever, firefox just gave me a dialog box for 
checking for updates and performing updates on plugins. It was pretty easy.

Bookmarks and settings are moved over without issues.


 And expecially, if I find 1.5 bugs expecially annoying and I wanna come
 back to 1.0.8, are there known problems?

Probably not. Keep a backup of ~/.mozilla just in case.

-- 
When you walk across the fields with your mind pure and holy, then from
all the stones, and all growing things, and all animals, the sparks of
their soul come out and cling to you. And then they are purified, and
become a holy fire in you. -- Ancient Hasidic Saying
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] dangerous to emerge --depclean

2006-06-03 Thread Chuanwen Wu

I emerge -- depclean and the drivers of keyboard,mouse ,vedio and many
libs of font and many other package have been unmerge.
After revdep-rebuild, i reboot but i even can not startx,and i have to
re-emerge the drivers to startx,and then the libs of font to make my
fonts normal manual accroding to the unmerge messages in
/var/log/emerge.log.And now my audacious can't show my Chinese
characters ever after re-emerge it.

I just can't understand why emerge -- depclean such a dangerous
command can exist or i do it in a wrong way(although i think i am
right).
Does this ever happened to you?
How can you fix it ?

--
wcw
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tor update hosed it?

2006-06-03 Thread Jeremy Teale

Does the log file exist? Is it writable by the Tor daemon user?

On Jun 3, 2006, at 9:15 AM, Mick wrote:


Hi All,

Any idea how I could fix this?

$ sudo /etc/init.d/tor start
* Starting Tor ...
Jun 03 15:21:31.006 [notice] Tor v0.1.1.20. This is experimental
software. Do not rely on it for strong anonymity.
Jun 03 15:21:31.145 [notice] Initialized libevent version 1.1a using
method epoll. Good.
Jun 03 15:21:31.184 [notice] connection_create_listener(): Opening
Socks listener on 127.0.0.1:9050
Jun 03 15:21:31.288 [warn] options_init_logs(): Couldn't open file for
'Log notice file /var/log/tor/tor.log'
Jun 03 15:21:31.294 [notice] options_act_reversible(): Closing Socks
listener on 127.0.0.1:9050
Jun 03 15:21:31.301 [warn] Failed to parse/validate config: Failed to
init Log options. See logs for details.
Jun 03 15:21:31.307 [err] tor_init(): Reading config failed--see
warnings above. For usage, try -h.
 [ !! ]



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dangerous to emerge --depclean

2006-06-03 Thread Hieu, Luu Danh
emerge --depclean should only be used with --pretend/--ask and --verbose (-pv/-av),it existed before to let users know how to unmerge all of the packages Gnome or KDE(large meta-packs).Guess now you'll read the man pages before trying something ! :)
On 03/06/06, Chuanwen Wu [EMAIL PROTECTED] wrote:
I emerge -- depclean and the drivers of keyboard,mouse ,vedio and manylibs of font and many other package have been unmerge.After revdep-rebuild, i reboot but i even can not startx,and i have tore-emerge the drivers to startx,and then the libs of font to make my
fonts normal manual accroding to the unmerge messages in/var/log/emerge.log.And now my audacious can't show my Chinesecharacters ever after re-emerge it.I just can't understand why emerge -- depclean such a dangerous
command can exist or i do it in a wrong way(although i think i amright).Does this ever happened to you?How can you fix it ?--wcw--gentoo-user@gentoo.org
 mailing list-- ..--*ipridian


Re: [gentoo-user] dangerous to emerge --depclean

2006-06-03 Thread Teresa and Dale
Chuanwen Wu wrote:

 I emerge -- depclean and the drivers of keyboard,mouse ,vedio and many
 libs of font and many other package have been unmerge.
 After revdep-rebuild, i reboot but i even can not startx,and i have to
 re-emerge the drivers to startx,and then the libs of font to make my
 fonts normal manual accroding to the unmerge messages in
 /var/log/emerge.log.And now my audacious can't show my Chinese
 characters ever after re-emerge it.

 I just can't understand why emerge -- depclean such a dangerous
 command can exist or i do it in a wrong way(although i think i am
 right).
 Does this ever happened to you?
 How can you fix it ?


I think the man page says it very well.

 WARNING: Removing some packages may cause packages which link to the
 removed package  to  stop  working  and  complain
   about missing libraries.  Re-emerge the complaining
 package to fix this issue.  Note that changes in USE
   flags can drastically affect the output of --depclean.

   


It is telling you to be careful using that option.  What more can you
ask for than a warning?  It also tells you how to fix it, re-emerge the
packages that are missing and are needed.  Look in /var/log/emerge.log
and see what was removed then re-emerge them one by one until everything
works.

Dale
:-) :-)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dangerous to emerge --depclean

2006-06-03 Thread Raymond Lewis Rebbeck
On Sunday, 4 June 2006 0:11, Chuanwen Wu wrote:
 I emerge -- depclean and the drivers of keyboard,mouse ,vedio and many
 libs of font and many other package have been unmerge.
 After revdep-rebuild, i reboot but i even can not startx,and i have to
 re-emerge the drivers to startx,and then the libs of font to make my
 fonts normal manual accroding to the unmerge messages in
 /var/log/emerge.log.And now my audacious can't show my Chinese
 characters ever after re-emerge it.

 I just can't understand why emerge -- depclean such a dangerous
 command can exist or i do it in a wrong way(although i think i am
 right).
 Does this ever happened to you?
 How can you fix it ?

 --
 wcw

I'm surprised you missed the dozen *** WARNING *** lines telling you how 
broken --depclean is and to manually check the list of packages it wants to 
remove and keep a backup.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Allan Gottlieb
At Sat, 03 Jun 2006 23:46:48 +0930 Raymond Lewis Rebbeck [EMAIL PROTECTED] 
wrote:

 On Saturday, 3 June 2006 23:24, Allan Gottlieb wrote:
 So this utmpter/libutmpter appears to be a special case where the
 normal

unmerge A
merge B
merge A

 is wrong.

 thanks again,
 allan

 I don't believe the procedure you mentioned has ever been normal. If packages 
 block it usually indicates that a package is being replaced by another. An 
 example is how shadow recently replaced pam-login.

Normal was a poor word choice.  It is sometimes done.  For example
when I googled packages which cannot be installed on the first page
I found

GENTOO Tips
When updating your system, the following error may occur: Error: The
above package list contains packages which cannot be installed on the
same system. ...  ww2.cs.fsu.edu/~stanovic/gentoo.html - 3k - Cached
- Similar pages

Following the link gave

When updating your system, the following error may occur: Error: The
above package list contains packages which cannot be installed on the
same system.

* In order to overcome this error, it is probably best to first
  run emerge with the --ask argument. This will give you the
  package that wishes to be installed and the package that is
  blocking it. First unmerge the blocking package, then emerge the
  package that wished to be installed. Finally emerge the package
  that you initially unmerged.

I would think that the idea is that merging B (which is new or
updated) changed the system so that A can now be remerged.  For
example perhaps the updated B has changed DEPEND and/or PROVIDE.

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where are Menuconfigs Iptables options?

2006-06-03 Thread Alexander Kirillov

last week I built a kernel for my home router. It works
fine. Configuring the kernel I used these instructions:
http://www.gentoo.org/doc/en/home-router-howto.xml#doc_chap2_pre2.

Now, I try to configure a 2.6.16 kernel instead of a 2.6.15
and I cannot find the configuration options any more:

  [*] IP tables support (required for filtering/masq/NAT)
(all below)

I was sure it was me who forgot to activate another option
somewhere else. But I opened two terminal windows side by
side, compared, and still cannot find it. I diffed the
`.config' files, too.

Copying the IP_NF_* part into the `.config' file yields
these warnigs when executing `make menuconfig' next time:

  .config:338:warning: trying to assign nonexistent symbol IP_NF_MATCH_LIMIT
  ...

Did I miss something essential?


Nope. You have to enable netfilter xtables support first.
HTH

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] migrating firefox 1.5 - issues should I be aware?

2006-06-03 Thread Daniel da Veiga

On 6/3/06, b.n. [EMAIL PROTECTED] wrote:

Hi,
I'm gonna quite tired of the infinite amount of time Firefox 1.5.x is
waiting in the ~x86 limbo...


I was too, so, I tried it...



But since I trust my developers I know I'm risking, so: I'd like to
know: which issues do I risk in migrating from 1.0.8 to 1.5? I don't
talk that much of 1.5 specific bugs (I checked bugzilla but if you can
point me at some serious issue, tell me), but of issues in the migration
(bookmarks, settings, plugins,etc.).



You're not really in danger, as fire-eyes suggested, keep a backup of
your profile and stuff and generate a quickpkg of your current
version, just in case.


And expecially, if I find 1.5 bugs expecially annoying and I wanna come
back to 1.0.8, are there known problems?


Not if you backup your configuration and have a binpackage of your old
version... You simply emerge -C mozilla-firefoxversion  emerge -K
mozilla-firefox-old_version.

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge world problem

2006-06-03 Thread Roberto Zandonati

hi at all, i've a problem when I try to do emerge world. I've the
following outpu: (I've gnome 2,14)

---BEGIN OUTPUT--

# emerge -av world

These are the packages that I would merge, in order:

Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
sci-misc/boinc media-sound/banshee

-
!!! All ebuilds that could satisfy =gnome-base/libgnome-2.13 have
been masked.
!!! One of the following masked packages is required to complete your request:
- gnome-base/libgnome-2.14.0 (masked by: ~x86 keyword)
- gnome-base/libgnome-2.14.1 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!(dependency required by gnome-base/gnome-panel-2.14.1 [ebuild])



!!! Problem resolving dependencies for gnome-base/gnome-panel
!!! Depgraph creation failed.

---END OUTPUT--


--
Roberto Zandonati

GPG-Fingerprint: 577F CC47 AAD7 A5B9 12D7  F10D 89F8 3BA6 5CA8 58D5
GPG-Keynumber: 0x5CA858D5
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where are Menuconfigs Iptables options? [solved]

2006-06-03 Thread Bertram Scharpf
Hi,

Am Samstag, 03. Jun 2006, 19:02:18 +0400 schrieb Alexander Kirillov:
 last week I built a kernel for my home router. It works
 fine. Configuring the kernel I used these instructions:
 http://www.gentoo.org/doc/en/home-router-howto.xml#doc_chap2_pre2.
 
 Now, I try to configure a 2.6.16 kernel instead of a 2.6.15
 and I cannot find the configuration options any more:
 
   [*] IP tables support (required for filtering/masq/NAT)
 (all below)
 
 You have to enable netfilter xtables support first.

Ah, indeed. That seems to be new.

Thank you!

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread b.n.

I would think that the idea is that merging B (which is new or
updated) changed the system so that A can now be remerged.  For
example perhaps the updated B has changed DEPEND and/or PROVIDE.


This makes sense (despite 1.5 years of Gentoo I still don't get all 
subtle Portage features...my fault). Thanks!


m.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: dangerous to emerge --depclean

2006-06-03 Thread Sven Köhler
 I just can't understand why emerge -- depclean such a dangerous
 command can exist or i do it in a wrong way(although i think i am
 right).

Have you seen the big fat warning that says emerge --depclean may
damage your system ?

--depclean is a nice service for advanced users. It's nothing for
beginners. You should know, why it does - and how it does what it does.

Well, --depclean start with all the packages in your world-file
(/var/lib/portage/world) and then it visits all the dependencies and the
dependencies of the dependencies of the packages.

All the packages, that are installed but that are not in the world file
or not a dependency, these packages are removed.

--depclean _may_ remove packages that are still in use, because of
use-flags were changed, faulty ebuilds, ...

So use it with care.

 Does this ever happened to you?

No, i'm using it with much much care.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] emerge world problem

2006-06-03 Thread Jeremy Teale

On Jun 3, 2006, at 10:31 AM, Roberto Zandonati wrote:


hi at all, i've a problem when I try to do emerge world. I've the
following outpu: (I've gnome 2,14)

---BEGIN OUTPUT--

# emerge -av world

These are the packages that I would merge, in order:

Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
sci-misc/boinc media-sound/banshee

-
!!! All ebuilds that could satisfy =gnome-base/libgnome-2.13 have
been masked.
!!! One of the following masked packages is required to complete  
your request:

- gnome-base/libgnome-2.14.0 (masked by: ~x86 keyword)
- gnome-base/libgnome-2.14.1 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man  
page or

refer to the Gentoo Handbook.
!!!(dependency required by gnome-base/gnome- 
panel-2.14.1 [ebuild])




!!! Problem resolving dependencies for gnome-base/gnome-panel
!!! Depgraph creation failed.

---END OUTPUT--

I'd recommend reading
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=3
and
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=1
You're trying to emerge packages that depend on something that has  
not been put into the stable tree yet.
You can try adding the packages to your /etc/portage/package.keywords  
file
(echo ' gnome-base/libgnome-2.14.1 ~x86'   /etc/portage/ 
package.keywords). 
 
--

gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge world problem

2006-06-03 Thread Jeremy Teale


On Jun 3, 2006, at 11:19 AM, Jeremy Teale wrote:

I'd recommend reading
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=3
and
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=1
You're trying to emerge packages that depend on something that has  
not been put into the stable tree yet.
You can try adding the packages to your /etc/portage/ 
package.keywords file
(echo ' gnome-base/libgnome-2.14.1 ~x86'   /etc/portage/ 
package.keywords).--

gentoo-user@gentoo.org mailing list



Sorry, that should be '=gnome-base/libgnome-2.14.1 ~x86'. Or to do a  
general keywords entry, 'gnome-base/libgnome ~x86' which is version  
independent.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Rodrigo Lazo

Hi,

Since a week or so ago i'm getting this message at boot time:

* re-caching dependency info (mtimes-differ)
* re-caching dependency info (mtimes-differ)
* re-caching dependency info (mtimes-differ)
* re-caching dependency info (mtimes-differ)
* re-caching dependency info (mtimes-differ)

They appear (all the five consecutive) after * Starting acpid and then
again after * Colplugging usb-devices

What is this message about? How could I fix it (if is it something to be fixed)?

Best regards

-- 

Rodrigo Lazo (rlazo)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Jeremy Teale

On Jun 3, 2006, at 11:33 AM, Rodrigo Lazo wrote:


re-caching dependency info


Try a depscan.sh -u.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Fabrice Delliaux
Rodrigo Lazo a écrit :
 Hi,
 

Hi,

 Since a week or so ago i'm getting this message at boot time:
 

Try :

# touch /etc/init.d/*
# /sbin/depscan.sh --update
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Rodrigo Lazo
Fabrice Delliaux [EMAIL PROTECTED] wrote:

 Try :
 
   # touch /etc/init.d/*
   # /sbin/depscan.sh --update

thanks a lot!, that fix it

-- 

Rodrigo Lazo (rlazo)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Mark Knecht

On 6/3/06, Fabrice Delliaux [EMAIL PROTECTED] wrote:

Rodrigo Lazo a écrit :
 Hi,


Hi,

 Since a week or so ago i'm getting this message at boot time:


Try :

# touch /etc/init.d/*
# /sbin/depscan.sh --update


Hi,
  I've had this problem for a while now also, but only on one
machine. If you have a moment can you suggest what the error means and
why this fixes it?

Thanks,
Mark

--
gentoo-user@gentoo.org mailing list



[gentoo-user] /etc/DIR_COLORS

2006-06-03 Thread Leandro Melo de Sales

Hi,

 How can I set the proper ls configuration to show ls output colored?
I type dircolors -b /etc/DIR_COLORS and after this?

Leandro
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Teresa and Dale
b.n. wrote:

 I would think that the idea is that merging B (which is new or
 updated) changed the system so that A can now be remerged.  For
 example perhaps the updated B has changed DEPEND and/or PROVIDE.


 This makes sense (despite 1.5 years of Gentoo I still don't get all
 subtle Portage features...my fault). Thanks!

 m.


Don't fell bad.  Every time I think I get something, they change it.  I
was just getting used to etcat and then they took it away in favor of
equery which confuses me.  Someone told me where they hid etcat though.  ;-)

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/DIR_COLORS

2006-06-03 Thread Raymond Lewis Rebbeck
On Sunday, 4 June 2006 3:03, Leandro Melo de Sales wrote:
 Hi,

   How can I set the proper ls configuration to show ls output colored?
 I type dircolors -b /etc/DIR_COLORS and after this?

 Leandro

Put the following into your .bashrc:

alias ls='ls --color=auto'

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/DIR_COLORS

2006-06-03 Thread Etaoin Shrdlu
On Saturday 3 June 2006 19:33, Leandro Melo de Sales wrote:

 Hi,

   How can I set the proper ls configuration to show ls output colored?
 I type dircolors -b /etc/DIR_COLORS and after this?

I guess you'll also have to make ls an alias for 'ls --color', if it 
isn't already.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Fabrice Delliaux
Mark Knecht a écrit :
 Hi,
   I've had this problem for a while now also, but only on one
 machine. If you have a moment can you suggest what the error means and
 why this fixes it?
 

Explanation is here : http://bugs.gentoo.org/show_bug.cgi?id=126843

With the touch command, we update files's mtimes, and then we re-build
the service dependency tree.

If you have stable baselayout (1.11.14-r8), it has not been fixed, but
with newer releases, it is.

 Thanks,
 Mark
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tor update hosed it?

2006-06-03 Thread Mick

On 03/06/06, Jeremy Teale [EMAIL PROTECTED] wrote:

Does the log file exist? Is it writable by the Tor daemon user?


Evidently not!  Shouldn't it have been created during the emerge?  The
privoxy equivalent was created all on its own:

=
# ls -la /var/log/* | grep privoxy
/var/log/privoxy:
drwxr-x--- 2 privoxy privoxy   384 May 30 19:40 .
-rw-r- 1 privoxy privoxy 0 May 30 19:40 jarfile
-rw-r- 1 privoxy privoxy   316 May 30 19:40 jarfile.1.gz
-rw-r- 1 privoxy privoxy  2145 May 21 20:10 jarfile.2.gz
-rw-r- 1 privoxy privoxy  2082 May 13 09:20 jarfile.3.gz
-rw-r- 1 privoxy privoxy  3157 May  5 21:30 jarfile.4.gz
-rw-r- 1 privoxy privoxy  2306 Jun  3 18:08 privoxy.log
-rw-r- 1 privoxy privoxy  7116 May 30 19:40 privoxy.log.1.gz
-rw-r- 1 privoxy privoxy 47691 May 21 20:10 privoxy.log.2.gz
-rw-r- 1 privoxy privoxy 58716 May 13 09:20 privoxy.log.3.gz
-rw-r- 1 privoxy privoxy 54914 May  5 21:30 privoxy.log.4.gz
=

Up until now tor did not seem to have a problem with no log file,
what's changed?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Mark Knecht

THANKS!!

Cheers,
Mark

On 6/3/06, Fabrice Delliaux [EMAIL PROTECTED] wrote:

Mark Knecht a écrit :
 Hi,
   I've had this problem for a while now also, but only on one
 machine. If you have a moment can you suggest what the error means and
 why this fixes it?


Explanation is here : http://bugs.gentoo.org/show_bug.cgi?id=126843

With the touch command, we update files's mtimes, and then we re-build
the service dependency tree.

If you have stable baselayout (1.11.14-r8), it has not been fixed, but
with newer releases, it is.

 Thanks,
 Mark


--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tor update hosed it?

2006-06-03 Thread Mick

On 03/06/06, Mick [EMAIL PROTECTED] wrote:

On 03/06/06, Jeremy Teale [EMAIL PROTECTED] wrote:
 Does the log file exist? Is it writable by the Tor daemon user?

Evidently not!  Shouldn't it have been created during the emerge?  The
privoxy equivalent was created all on its own:

Up until now tor did not seem to have a problem with no log file,
what's changed?


Anyhow, creating a new /var/log/tor directory with (0750) access
rights and tor:tor ownership sorted it out.

Thanks for your pointer.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Jason Lixfeld

Hi,

	I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in  
this particular case because I need an asterisk box and asterisk runs  
better on Linux than FreeBSD.


That being said, I must say that I am very impressed with Gentoo.   
It's far superior to RedHat, which was the last Linux experience I had.


What I'm looking for is freebsd equivalent features in Gentoo.  There  
are three that I'm really looking for:


1) periodic(8) -- run periodic system functions.  runs daily, weekly,  
monthly and security scripts.  These scripts do everything from check  
rejected emails to backing up the passwd file.  It's also got a local  
facility where I can put my own scripts in.  It's run out of cron and  
emails the output of the periodic output nice and clean.  I  
understand that I can manually manufacture the equivalent scripts,  
but I was hoping there was something similar out there.


2) pkg_version -- summarize installed versions of packages.  Outputs  
what newer ports are available to what versions are actually  
installed.  I've looked through the emerge and ebuild docs, but I  
can't find anything that operates the same way.


3) portaudit(1) -- system to check installed packages for known  
vulnerabilities.


Anyone know of any Gentoo equivalents and if not, what might be  
decent workarounds?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Raymond Lewis Rebbeck
On Sunday, 4 June 2006 4:40, Jason Lixfeld wrote:
 Hi,

   I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in
 this particular case because I need an asterisk box and asterisk runs
 better on Linux than FreeBSD.

 That being said, I must say that I am very impressed with Gentoo.
 It's far superior to RedHat, which was the last Linux experience I had.

 What I'm looking for is freebsd equivalent features in Gentoo.  There
 are three that I'm really looking for:

 1) periodic(8) -- run periodic system functions.  runs daily, weekly,
 monthly and security scripts.  These scripts do everything from check
 rejected emails to backing up the passwd file.  It's also got a local
 facility where I can put my own scripts in.  It's run out of cron and
 emails the output of the periodic output nice and clean.  I
 understand that I can manually manufacture the equivalent scripts,
 but I was hoping there was something similar out there.

I don't see how this is any different to just using cron?


 2) pkg_version -- summarize installed versions of packages.  Outputs
 what newer ports are available to what versions are actually
 installed.  I've looked through the emerge and ebuild docs, but I
 can't find anything that operates the same way.

emerge -pve world will list all installed packages. emerge -avuDN will show 
all new packages to be installed after a sync. Just use various combinations 
of emerge flags to do what you want.


 3) portaudit(1) -- system to check installed packages for known
 vulnerabilities.

I believe gentoolkit has a glsa-check script which would be equivalent to 
this.


 Anyone know of any Gentoo equivalents and if not, what might be
 decent workarounds?

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Teresa and Dale
Mark Knecht wrote:

 THANKS!!

 Cheers,
 Mark

 On 6/3/06, Fabrice Delliaux [EMAIL PROTECTED] wrote:

 Mark Knecht a écrit :
  Hi,
I've had this problem for a while now also, but only on one
  machine. If you have a moment can you suggest what the error means and
  why this fixes it?
 

 Explanation is here : http://bugs.gentoo.org/show_bug.cgi?id=126843

 With the touch command, we update files's mtimes, and then we re-build
 the service dependency tree.

 If you have stable baselayout (1.11.14-r8), it has not been fixed, but
 with newer releases, it is.

  Thanks,
  Mark
 

 -- 
 gentoo-user@gentoo.org mailing list




I read that it was no bigie somewhere but it seems to have worked here
too.  I haven't rebooted yet though.  I'll reboot the next time a storm
comes through.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread JimD
Jason Lixfeld wrote:

 Hi,
 
 2) pkg_version -- summarize installed versions of packages.  Outputs
 what newer ports are available to what versions are actually installed. 
 I've looked through the emerge and ebuild docs, but I can't find
 anything that operates the same way.

emerge eix gentoolkit

Then man eix and man gentoolkit.

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread b.n.
I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in  
this particular case because I need an asterisk box and asterisk runs  
better on Linux than FreeBSD.


Sad. OSS software should be platform independent (expecially if both 
OSes are Unix-like).


That being said, I must say that I am very impressed with Gentoo.   It's 
far superior to RedHat, which was the last Linux experience I had.


flameNot surprising, being RH maybe the worst Linux experience 
possible. Linux fortunately is not RH, and is much better./flame


2) pkg_version -- summarize installed versions of packages.  Outputs  
what newer ports are available to what versions are actually  
installed.  I've looked through the emerge and ebuild docs, but I  can't 
find anything that operates the same way.


emerge --deep --update --pretend --verbose world

If you want info about packages etc. I advice you to emerge gentoolkit 
(a collection of useful tools for Portage) and eix (a FAST tool for 
querying the Portage database).


3) portaudit(1) -- system to check installed packages for known  
vulnerabilities.


If you want to be aware of security issues  updates, subscribe the 
gentoo-announce mailing list. If it's something actively doing testing 
on packages, well, I don't know.


m.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Aparrent confcache issue - Solved,but.....

2006-06-03 Thread Bob Young

I upgraded to gcc 4.1.1 along the way, while building 180 something of
the 450 or so packages that emerge -e world wanted to build,
dev-lang/glib-2.10.3 failed to build with the following:

 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking glib-2.10.3.tar.bz2 ;-)
 Unpacking source...
 Unpacking glib-2.10.3.tar.bz2 to /var/tmp/portage/glib-2.10.3/work
 Applying glib-2.8.3-macos.patch ...
 Source unpacked.
 Compiling source in /var/tmp/portage/glib-2.10.3/work/glib-2.10.3
...
 Removing useless C++ checks ...
Running elibtoolize in: glib-2.10.3
 Applying portage-1.5.10.patch ...
 Applying max_cmd_len-1.5.20.patch ...
 Applying sed-1.5.6.patch ...
 * econf: updating glib-2.10.3/config.guess with
/usr/share/gnuconfig/config.guess
 * econf: updating glib-2.10.3/config.sub with
/usr/share/gnuconfig/config.sub
/usr/bin/confcache --confcache-ignore /var/tmp/ccache:/var/tmp/.distcc
--confcache-dir /var/tmp/confcache ./configure --prefix=/usr
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-gtk-doc --with-threads=posix
--libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
configure: loading cache config.cache
checking for a BSD-compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
.
.
.
.if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib
-I../gmodule -DG_DISABLE_CAST_CHECKS  -pthread  -march=opteron -O3 -pipe
-fomit-frame-pointer -ftracer -Wall -MT timeloop-closure.o -MD -MP -MF
.deps/timeloop-closure.Tpo \
  -c -o timeloop-closure.o `test -f 'timeloop-closure.c' || echo
'./'`timeloop-closure.c; \
then mv -f .deps/timeloop-closure.Tpo .deps/timeloop-closure.Po; \
else rm -f .deps/timeloop-closure.Tpo; exit 1; \
fi
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=opteron
-O3 -pipe -fomit-frame-pointer -ftracer -Wall   -o
libmoduletestplugin_a.la -rpath /usr/lib64 -Wl,--export-dynamic
-avoid-version -module  -rpath /usr/lib64 libmoduletestplugin_a.lo
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=opteron
-O3 -pipe -fomit-frame-pointer -ftracer -Wall   -o
libmoduletestplugin_b.la -rpath /usr/lib64 -Wl,--export-dynamic
-avoid-version -module  -rpath /usr/lib64 libmoduletestplugin_b.lo
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=opteron
-O3 -pipe -fomit-frame-pointer -ftracer -Wall   -o testglib  testglib.o
../glib/libglib-2.0.la 
x86_64-pc-linux-gnu-gcc -shared  .libs/libmoduletestplugin_b.o
-march=opteron -Wl,--export-dynamic -Wl,-soname
-Wl,libmoduletestplugin_b.so -o .libs/libmoduletestplugin_b.so
creating libmoduletestplugin_b.la
(cd .libs  rm -f libmoduletestplugin_b.la  ln -s
../libmoduletestplugin_b.la libmoduletestplugin_b.la)
x86_64-pc-linux-gnu-gcc -shared  .libs/libmoduletestplugin_a.o
-march=opteron -Wl,--export-dynamic -Wl,-soname
-Wl,libmoduletestplugin_a.so -o .libs/libmoduletestplugin_a.so
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=opteron
-O3 -pipe -fomit-frame-pointer -ftracer -Wall   -o testgdate
testgdate.o ../glib/libglib-2.0.la 
creating libmoduletestplugin_a.la
(cd .libs  rm -f libmoduletestplugin_a.la  ln -s
../libmoduletestplugin_a.la libmoduletestplugin_a.la)
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=opteron
-O3 -pipe -fomit-frame-pointer -ftracer -Wall   -o testgdateparser
testgdateparser.o ../glib/libglib-2.0.la 
x86_64-pc-linux-gnu-gcc -march=opteron -O3 -pipe -fomit-frame-pointer
-ftracer -Wall -o .libs/testglib testglib.o
../glib/.libs/libglib-2.0.so
testglib.o: In function `main':
testglib.c:(.text+0x4d0): undefined reference to `glib_binary_age'
testglib.c:(.text+0x4dc): undefined reference to `glib_interface_age'
testglib.c:(.text+0x4e2): undefined reference to `glib_micro_version'
testglib.c:(.text+0x4e8): undefined reference to `glib_minor_version'
testglib.c:(.text+0x4ee): undefined reference to `glib_major_version'
collect2: ld returned 1 exit status
make[3]: *** [testglib] Error 1
make[3]: *** Waiting for unfinished jobs


**

I tried masking glib-2.10.3 and building a lower version, same result.
Since gcc 3.4.6 was my previous compiler, I tried runniing
fix_libtool_files.sh 3.4.6, no joy. Then, I vaguely remembered a
message here recently, that mentioned something about the confcache
feature of portage causing a problem for someone during a gcc upgrade. I
commented out the FEATURES=confcache line in make.conf and deleted
everything from /var/tmp/confcache, afterward, lo and behold glib-2.10.3
built and installed without error.

The description for confcache says: GNU autoconf is a bottleneck for
compiling packages - especially on multi-processor boxes, confcache had
been considered as a way to lower the cost of repeatedly running

Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Alexander Kirillov

1) periodic(8) -- run periodic system functions.  runs daily, weekly,
monthly and security scripts.  These scripts do everything from check
rejected emails to backing up the passwd file.  It's also got a local
facility where I can put my own scripts in.  It's run out of cron and
emails the output of the periodic output nice and clean.  I
understand that I can manually manufacture the equivalent scripts,
but I was hoping there was something similar out there.



I don't see how this is any different to just using cron?


Ye, you need sys-process/vixie-cron.
Then you may have a look at app-forensics/aide
which checks for altered files in selected dirs.
And probably app-admin/tenshi - log parsing and notification.

HTH,
Sasha

--
gentoo-user@gentoo.org mailing list



[gentoo-user] cvsd and Gentoo

2006-06-03 Thread Leandro Melo de Sales

Hi,

  I setup cvsd as shown in http://gentoo-wiki.com/HOWTO_CVS_Server.
When I test if I connect locally, in the shell everything works fine,
as it is shown in /var/log/message:

Jun  3 16:31:24 embedded cvsd[13679]: connection from 127.0.0.1 43619
Jun  3 16:31:24 embedded cvsd[13679]: cvs command exited with exit-status 0

 But when I try this from a remote machine (in the same network
range, no firewalls) I can't connect:

Jun  3 16:42:01 embedded cvsd[13679]: connection from 192.168.0.228 1290
Jun  3 16:42:01 embedded cvsd[13679]: cvs command exited with exit-status 1

Here are the netstat -na output:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 127.0.0.1:3306  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:443 0.0.0.0:*   LISTEN
tcp0  0 :::2401 :::*LISTEN
tcp0  0 :::22   :::*LISTEN
tcp0  0 :::192.168.0.1:22  :::192.168.0.:1496 ESTABLISHED
tcp0  0 :::192.168.0.1:22  :::192.168.0.:1446 ESTABLISHED
tcp0128 :::192.168.0.1:22  :::192.168.0.:1153 ESTABLISHED

What I need to do? To certify that the remote machine can reach the
cvs server and connect to 2401 port I telned to 2401 port:

# telnet 192.168.0.1 2401
press enter

cvs [pserver aborted]: bad auth protocol start:

connection reset by peer.

So, what is the problem?

Leandro.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Benno Schulenberg
Allan Gottlieb wrote:
unmerge A
merge B
merge A

When A is blocking B, the normal thing to do is to just unmerge A, 
and then execute again the command that reported the blockage.  
This is normally something like 'emerge -vaDu world'.  If the 
package you unmerged is still needed, it will then automatically 
get remerged.

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Memory = blank linux image for web processor

2006-06-03 Thread Harry Putnam
Sorry to pester with this but I've worn out my google fingers and
gmane search with this one.

I'm looking for a developmental package for linux that is an image
processor and web gallery sort of tool.  It was mentioned in a thread
I started here sometime ago but cannot be dredged up... at least not
in any usable time frame.

It was a tar.gz package but not in our portage.  It started with l
(letter ell) I'm sure and has a full blown web site.  But I will be
d_ if I can find or remember it.  It is fairly new, like maybe
within last 2 yrs.

I'm starting to sound like a quiz show host so will leave it at that...

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Leandro Melo de Sales

Hi,

  I can't find /var/log/daemon... Every time a service is stopped or
started I want to log it on /dev/log/daemon. In addition, I can't see
it on /var/log/message. I tried to stop apache for instance and the
system didn't log this event in /var/log/message, why?

Leandro.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Teresa and Dale
Leandro Melo de Sales wrote:

 Hi,

   I can't find /var/log/daemon... Every time a service is stopped or
 started I want to log it on /dev/log/daemon. In addition, I can't see
 it on /var/log/message. I tried to stop apache for instance and the
 system didn't log this event in /var/log/message, why?

 Leandro.


Look in /var/log/everything/ and see if anything is in there.  One of
the logger puts it in there.

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Teresa and Dale
Raymond Lewis Rebbeck wrote:

 snip


I believe gentoolkit has a glsa-check script which would be equivalent to 
this.

  

Anyone know of any Gentoo equivalents and if not, what might be
decent workarounds?



  

Try this:

 NAME
glsa-check - Gentoo: Tool to locally monitor and manage GLSA's


Command glsa-check or you can man it one.

Hope that helps.

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bash wizardry needed: PATH and MANPATH grow and grow and grow

2006-06-03 Thread znx

Hi,

First .. arrgghh .. I forgot, I am deeply sorry..

On 27/05/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

 Open to debate.  I'd think it's not very dangerous at the *end* of the
PATH.


True, I have modified the script so that a . may enter the PATH (etc)
only as the final entry. Also good point about ~/bin .. it is just as
dangerous.


 Thanks...


Check out this:
http://kutzooi.co.uk/cleanpath.sh.txt

All dups will be stripped, all . entries (bar the last) will be stripped also.

Hope this is what you needed.

Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Leandro Melo de Sales

The filesystem doesn't have this directory... any clue?

2006/6/3, Teresa and Dale [EMAIL PROTECTED]:

Leandro Melo de Sales wrote:

 Hi,

   I can't find /var/log/daemon... Every time a service is stopped or
 started I want to log it on /dev/log/daemon. In addition, I can't see
 it on /var/log/message. I tried to stop apache for instance and the
 system didn't log this event in /var/log/message, why?

 Leandro.


Look in /var/log/everything/ and see if anything is in there.  One of
the logger puts it in there.

Dale
:-)
--
gentoo-user@gentoo.org mailing list





--
Leandro Melo de Sales.
Computer Science Student
Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
Laboratório de Sistemas Embarcados e Computação Pervasiva -
www.embeddedacademy.org
Universidade Federal de Campina Grande - UFCG
Campina Grande - PB - Brasil

Sometimes people fall in love, but a little bit of them really love
or find a truth love. Or sometimes they find it but for some reason
they let love pass without live it intensely. This is the free-well.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Allan Gottlieb
At Sat, 03 Jun 2006 22:20:25 +0200 Benno Schulenberg [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
unmerge A
merge B
merge A

 When A is blocking B, the normal thing to do is to just unmerge A, 
 and then execute again the command that reported the blockage.  
 This is normally something like 'emerge -vaDu world'.  If the 
 package you unmerged is still needed, it will then automatically 
 get remerged.

I see.  This would cover many cases.  But the command original command
could have been emerge (perhaps --update) B.  A might still be
needed (e.g. it might have been in world).  With (the updated) B
merged an emerge of A could still be successful since the ebuild for A
might behave differently with (the updated) B present.  Another
example would be the original command was 'emerge -vaDu world', but A
was in world and is not depended upon by anything else.  Since A was
unmerged, it will not be remerged.

I don't know if this occurs in practice.

These examples are admittedly rather comtrived.  My google search
result (posted a few msgs ago) gave the three step sequence you quoted
above.  I agree that your proposed two step procedure is more likely
to give better results.  Is the following modification of yours better
or worse.  It does seem to cover an extra case, but may be too
complicated to put in a wiki page

When A is blocking B, the normal thing to do is to unmerge A, and
then execute again the command that reported the blockage.  This
command is normally something like 'emerge -vaDu world'.  If the
package you unmerged is still needed, it will often automatically
get remerged.

However, if A was originally in world and not depended upon by
anything else, it will not be remerged.  If A is still needed it
must be explicitly emerged.  (With the, possibly updated, B now
merged the ebuild of A may behave differently so that no blockage
occurs.)

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Teresa and Dale
Leandro Melo de Sales wrote:

 The filesystem doesn't have this directory... any clue?

 2006/6/3, Teresa and Dale [EMAIL PROTECTED]:


 Look in /var/log/everything/ and see if anything is in there.  One of
 the logger puts it in there.

 Dale
 :-)
 -- 
 gentoo-user@gentoo.org mailing list





Not after I went and looked at mine.  I use syslog-ng myself and I
thought it logged all that.  I'm sure it used to but it may have been
changed or it may be a option you have to enable now.  You may want to
look at metalog but I didn't see where it logged that either, unless it
had a error of some kind anyway.  I have used both before.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Daniel da Veiga

On 6/3/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:

Hi,

   I can't find /var/log/daemon... Every time a service is stopped or


Well, I don't know what logger uses this dir, but anyway, you should
be looking for logs, not for a specific dir.


started I want to log it on /dev/log/daemon. In addition, I can't see
it on /var/log/message. I tried to stop apache for instance and the


What is your logger?


system didn't log this event in /var/log/message, why?


Hmmm, depends on your logger, syslog-ng does stuff like that, check
its man page...



--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daemons log on Gentoo

2006-06-03 Thread Leandro Melo de Sales

I'm using syslog-ng

2006/6/3, Daniel da Veiga [EMAIL PROTECTED]:

On 6/3/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:
 Hi,

I can't find /var/log/daemon... Every time a service is stopped or

Well, I don't know what logger uses this dir, but anyway, you should
be looking for logs, not for a specific dir.

 started I want to log it on /dev/log/daemon. In addition, I can't see
 it on /var/log/message. I tried to stop apache for instance and the

What is your logger?

 system didn't log this event in /var/log/message, why?

Hmmm, depends on your logger, syslog-ng does stuff like that, check
its man page...



--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list





--
Leandro Melo de Sales.
Computer Science Student
Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
Laboratório de Sistemas Embarcados e Computação Pervasiva -
www.embeddedacademy.org
Universidade Federal de Campina Grande - UFCG
Campina Grande - PB - Brasil

Sometimes people fall in love, but a little bit of them really love
or find a truth love. Or sometimes they find it but for some reason
they let love pass without live it intensely. This is the free-well.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Benno Schulenberg
Allan Gottlieb wrote:
 These examples are admittedly rather comtrived.  My google search
 result (posted a few msgs ago) gave the three step sequence you
 quoted above.

When googling for advice, you may want to include site:gentoo.org 
in your terms, and maybe even handbook.
Searching for 'blocking site:gentoo.org handbook' gives a link to a 
Portage Introduction and one to a Quick Install Guide that although 
very terse are together clear enough, in my opinion.

   However, if A was originally in world and not depended upon
   by anything else, it will not be remerged.  If A is still needed

If A was in world, it was by definition not needed.  Sure, the user 
wanted the package, but that is something else.  :)

   it must be explicitly emerged.

No need to tell the user that: she will remember which packages she 
wants to have installed.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Philip Webb
060603 Jason Lixfeld wrote:
 I am very impressed with Gentoo.  It's far superior to RedHat.

No-one is likely to disagree with you here (grin).

 1) periodic(8) -- run periodic system functions.

 sys-process/vixie-cron .

 2) pkg_version -- summarize installed versions of packages.

All installed packages are listed in  /var/db/pkg/  under types.
Emerge  app-portage/eix   enter 'eix pkg' for individual packages.

 3) portaudit(1) -- check installed packages for known vulnerabilities.

Emerge  app-portage/gentoolkit , then enter

  glsa-check -l | grep \[N\]

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] perl-cleaner broke or user error? [SOLVED]

2006-06-03 Thread Jeremy Olexa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeremy Olexa wrote:
 snip

Well, it turns out that perl-cleaner uses esearch, but *I* normally
don't use it. Since I had it installed on my system, perl-cleaner used
it. Since I don't normally use esearch, it had horrible outdated info. I
filed a bug to get a warning message put into perl-cleaner. We will see
what happens. http://bugs.gentoo.org/show_bug.cgi?id=135409

- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEgiBKFN7pD9kMi/URAgYHAJ9QtSSMdgufVKQ/tqsNB1mcgLJxawCcDM+C
1eQbHLUYv6q8VvcyCWe/5qk=
=mmUC
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Neil Bothwick
On Sat, 3 Jun 2006 19:41:07 -0400, Philip Webb wrote:

 Emerge  app-portage/gentoolkit , then enter
 
   glsa-check -l | grep \[N\]

or glsa-check --test all


-- 
Neil Bothwick

Wow! That lightning sounds clo..it! NO CARRIER


signature.asc
Description: PGP signature


Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread b.n.
I believe gentoolkit has a glsa-check script which would be equivalent to 
this.


wow, I didn't know about this! thanks!

m.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] utempter vs libutempter

2006-06-03 Thread Allan Gottlieb
At Sun, 04 Jun 2006 00:07:44 +0200 Benno Schulenberg [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
 These examples are admittedly rather comtrived.  My google search
 result (posted a few msgs ago) gave the three step sequence you
 quoted above.

 When googling for advice, you may want to include site:gentoo.org 
 in your terms, and maybe even handbook.

Terrific suggestion.  Thanks.

 Searching for 'blocking site:gentoo.org handbook' gives a link to a 
 Portage Introduction and one to a Quick Install Guide that although 
 very terse are together clear enough, in my opinion.

   However, if A was originally in world and not depended upon
   by anything else, it will not be remerged.  If A is still needed

 If A was in world, it was by definition not needed.  Sure, the user 
 wanted the package, but that is something else.  :)

Cute.  Not relevant, but indeed cute.  -:)

   it must be explicitly emerged.

 No need to tell the user that: she will remember which packages she 
 wants to have installed.

A rather optimistic assumption.  One might have originally emerged A
quite a *long* time ago.

Nonetheless, I must agree that your procedure will work nearly all the
time, and the extra coverage I offered may well be offset by the extra
complexity of the wording, which is not needed in nearly all cases.

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing consoles remotely

2006-06-03 Thread Ryan Tandy

Iain Buchanan wrote:

1. sudo chmod u+s /usr/bin/screen
2. sudo chmod 755 /var/run/screen
3. screen -r sessionowner/[[pid.]tty[.host]]


I think the little part of me that's even slightly security-conscious 
just had a heart attack.


It's interesting that screen -r has the desired effect, though; I could 
have sworn screen -x was the only method that did the simultaneous-use 
thing.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] YTMND Site

2006-06-03 Thread Allan Gottlieb
From: Ian Kabeary [EMAIL PROTECTED]
Subject: [gentoo-user] YTMND Site
To: gentoo-user@lists.gentoo.org
Date: Sat, 03 Jun 2006 18:47:25 -0600
Reply-to: gentoo-user@lists.gentoo.org

Hi there,
I notice that I can never hear sound on this site, (I can on others).
After doing a little digging, I found that they seem to be using wav files
to play the sounds/nonsense/music.
Is there a way to get Firefox to play these?
Cheers,
Ian

When you wish to initiate a new subject, please send a *new* message
rather than replying to an unrelated message.  Hijacking a thread as
you did makes reading the list more difficult for those of us who use
threaded readers.

thank you,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] YTMND Site

2006-06-03 Thread Ryan Tandy

Ian Kabeary wrote:

Hi there,
I notice that I can never hear sound on this site, (I can on others).
After doing a little digging, I found that they seem to be using wav 
files to play the sounds/nonsense/music.

Is there a way to get Firefox to play these?
Cheers,
Ian


I've noticed that using Firefox on Windows as well.  Firefox claims that 
it needs to install the QuickTime plugin to play them - except that I 
have said plugin installed and working nicely.


If you find a solution for this, I'll be interested! :)
--
gentoo-user@gentoo.org mailing list