[gentoo-user] my gentoo wont read .bashrc automatically

2009-09-01 Thread Xi Shen
Hi,

every time i reboot the system, the ~/.bashrc will not be
read/executed automatically. i have give it x attribute. also i have
checked the /etc/bash/bashrc file, and i did not find and logic about
reading/executing the ~/.bashrc file. is there anything wrong with my
system?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



Re: [gentoo-user] my gentoo wont read .bashrc automatically

2009-09-01 Thread Renat Golubchyk
Hi!

On Tue, 1 Sep 2009 20:09:12 +0800
Xi Shen davidshe...@googlemail.com wrote:
 every time i reboot the system, the ~/.bashrc will not be
 read/executed automatically. i have give it x attribute. also i have
 checked the /etc/bash/bashrc file, and i did not find and logic about
 reading/executing the ~/.bashrc file. is there anything wrong with my
 system?

You don't need the executable bit set on bashrc. ~/.bashrc gets read
when you start an interactive shell, e.g. an xterm. When you log in a
login shell is started, which reads ~/.bash_profile. If you want that
your ~/.bashrc will be read on login include the following statement
in ~/.bash_profile

[[ -f ~/.bashrc ]]  . ~/.bashrc


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] media-libs/alsa-lib[midi] block

2009-09-01 Thread Frank Steinmetzger
Am Montag, 31. August 2009 schrieb James:
 Hello,

 I've tried everything I can to resolve this kde-4.2.x upgrade
 problem. I've used sets so far to install kde 4
 (kdelibs 3.5.10-r6 and 4.2.2-r1) named as
 /etc/portage/sets/james-kde-4.2

 But now when I try to upgrade, it fails.
 (emerge -uDNvp @james-kde-4.2)


e emerge: there are no ebuilds built with USE flags to satisfy
 media-libs/alsa-lib[midi].
 !!! One of the following packages is required to complete your request:
 - media-libs/alsa-lib-1.0.20-r1 (Missing IUSE: midi)
 - media-libs/alsa-lib-1.0.19 (Missing IUSE: midi)
 - media-libs/alsa-lib-1.0.17a (Missing IUSE: midi)
 (dependency required by kde-base/kdelibs-4.2.2-r1 [installed])
 (dependency required by @james-kde-4.2 [argument])

 For example I tried to fix by adding this line to package.use:
 media-libs/alsa-lib midi

That's not enough, you also must emerge alsa-lib first (emerge -uN alsa-lib). 
Then kde4 won't complain about that.

PS.: many say 4.3 is definitely faster than 4.2, why not try this? It's no 
more of an effort to install than 4.2.
-- 
Gruß | Greetings | Qapla'
Programmers don’t die, they GOSUB without RETURN.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Mythtv Segmentation fault

2009-09-01 Thread Neal Hogan
On Sat, Aug 29, 2009 at 8:56 AM, David Sniderdsni...@thesniderpad.com wrote:

 On Aug 28, 2009, at 2:33 PM, Neal Hogan wrote:

 I realize this has been a hot topic over the years, but I can't find
 anything that helps me out and I'm getting to the point where I'm
 repeating searches.

 I have a fresh install of gentoo:

 Linux russell 2.6.30-gentoo-r4 #1 SMP Tue Aug 25 19:34:39 CDT 2009
 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux

 I only want this machine to act as my DVR. I've installed mythtv (and
 those package and libs it needs) and whenever I run mythtv-setup I
 get:

 I had this same problem (but it was on a 32-bit Intel box).  I turned out to
 be a newer version of mesa.   So, I had to mask the current stable version
 and install the old.  You could try that.

Thanks to those who offered help . . .

I got mythtv going by using a different version of mesa. While it was
suggested that I use an older version, I ended up using a newer one. I
went from media-libs/mesa-7.3-r1 to media-libs/mesa-7.5-r3. Now I just
need to configure mythtv!






[gentoo-user] Down By The River I Shot My Gentoo

2009-09-01 Thread Nick Khamis
Hello Everyone.

Long time user not the first time fu_ _ up. I emerge --umerrge e2fsprogs
because I was trying to emerge gnome-light. Anyhow I forgot to
emerge e2fsprogs now I am recieving the libbkid.s0.1 cannot open error
message. proc mounting proc [oops] at bootup. Can I fix this without
reinstall. I trying to login under maintenance and under rescue, I am in a
read only environment and extremly stuck. I am trying to emerge e2fsprogs
but having a hard time in read only

Yhanks In Advnaced,
Ninus.


Re: [gentoo-user] Mythtv Segmentation fault

2009-09-01 Thread David Snider


On Sep 1, 2009, at 8:24 AM, Neal Hogan wrote:


Thanks to those who offered help . . .

I got mythtv going by using a different version of mesa. While it was
suggested that I use an older version, I ended up using a newer one. I
went from media-libs/mesa-7.3-r1 to media-libs/mesa-7.5-r3. Now I just
need to configure mythtv!

Glad that did the trick...  7.5 wasn't available when I had my  
issue... maybe it's time to recompile!  :-D

[gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Xi Shen
Hi,

as you emerge, the /usr/portage/distfiles get stuffed with old
packaged. even through it is safe to delete them all, and d/l again
when needed, but i just want to remove only the old version. is there
any way, or any tool to help with this task?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



Re: [gentoo-user] Down By The River I Shot My Gentoo

2009-09-01 Thread Frank Steinmetzger
Am Dienstag, 1. September 2009 schrieb Nick Khamis:
 Hello Everyone.

 Long time user not the first time fu_ _ up. I emerge --umerrge e2fsprogs
 because I was trying to emerge gnome-light. Anyhow I forgot to
 emerge e2fsprogs now I am recieving the libbkid.s0.1 cannot open error
 message. proc mounting proc [oops] at bootup. Can I fix this without
 reinstall. I trying to login under maintenance and under rescue, I am in a
 read only environment and extremly stuck. I am trying to emerge e2fsprogs
 but having a hard time in read only

 Yhanks In Advnaced,
 Ninus.

You could try sysresccd¹, it's gentoo based. Boot into it and do a quickpkg 
e2fsprogs. Now mount your system partition and copy the package from your 
live cd environment to your system. Chroot into it and emerge -k1 e2fsprogs

Footnoty stuff:
¹ http://sysresccd.org/
-- 
Gruß | Greetings | Qapla'
If you have a problem, call your system-administrator.
If you are the system-administrator, you have a problem.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Pintér Tibor

Xi Shen wrote:

Hi,

as you emerge, the /usr/portage/distfiles get stuffed with old
packaged. even through it is safe to delete them all, and d/l again
when needed, but i just want to remove only the old version. is there
any way, or any tool to help with this task?




find  -exec ?

t



Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Renat Golubchyk
Hi!

On Tue, 1 Sep 2009 22:59:09 +0800
Xi Shen davidshe...@googlemail.com wrote:
 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?

Check out eclean from app-portage/gentoolkit.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Jesús Guerrero
On Tue, 1 Sep 2009 22:59:09 +0800, Xi Shen davidshe...@googlemail.com
wrote:
 Hi,
 
 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?

emerge gentoolkit
eclean -d distfiles
-- 
Jesús Guerrero



Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread William Hubbs
Hi David,

On Tue, Sep 01, 2009 at 10:59:09PM +0800, Xi Shen wrote:
 Hi,
 
 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?
 
Yes, there is a tool called eclean which will handle this.  It is in the
gentoolkit package, so emerge gentoolkit and you should have it.

Thanks,

-- 
William Hubbs
gentoo accessibility team lead
willi...@gentoo.org


pgpjvVEyXT2oD.pgp
Description: PGP signature


Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Florian Philipp
Xi Shen schrieb:
 Hi,
 
 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?
 
 

Take a look at eclean-dist. It belongs to app-portage/gentoolkit.

A normal call removes all packages that are no longer in the portage
tree. A call with -d removes everything that's not installed at the moment.

Hope this helps
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Down By The River I Shot My Gentoo

2009-09-01 Thread Frank Steinmetzger
Am Dienstag, 1. September 2009 schrieb Frank Steinmetzger:

 You could try sysresccd¹, it's gentoo based. Boot into it and do a quickpkg
 e2fsprogs. Now mount your system partition and copy the package from your
 live cd environment to your system. Chroot into it and emerge -k1 e2fsprogs

I correct myself - once you're in your own system environment¹, you don't need 
sysresccd's e2fsprogs, you can install e2fsprogs the normal way. Actually, 
then you can use any live cd for that, as long as it gives you network 
access.

mount /dev/yoursystempartition /mnt/gentoo
mount -o bind /proc /mnt/gentoo/proc
chroot /mnt/gentoo
env-update  source /etc/profile
emerge e2fsprogs
-- 
Gruß | Greetings | Qapla'
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Down By The River I Shot My Gentoo

2009-09-01 Thread Florian Philipp
Nick Khamis schrieb:
 Hello Everyone.
  
 Long time user not the first time fu_ _ up. I emerge --umerrge
 e2fsprogs because I was trying to emerge gnome-light. Anyhow I forgot
 to emerge e2fsprogs now I am recieving the libbkid.s0.1 cannot open
 error message. proc mounting proc [oops] at bootup. Can I fix this
 without reinstall. I trying to login under maintenance and under rescue,
 I am in a read only environment and extremly stuck. I am trying to
 emerge e2fsprogs but having a hard time in read only
  
 Yhanks In Advnaced,
 Ninus. 

Look at the gentoo handbook and follow it (of course except of
extracting tar balls and formatting disks) until you have a chroot into
your system. You should then be able to emerge again.

Don't forget to use a 64bit live cd if your system is AMD64.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Frank Steinmetzger
Am Dienstag, 1. September 2009 schrieb Xi Shen:
 Hi,

 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?

Whenever I do some updates, afterwards I go into my distfiles folder with 
krusader, sort by date and select the newly added files.
Then I sort by name again and scroll through the list. Because the new ones 
are marked, I can find them easily and see whether there are old versions of 
them right next to them. If so, I select the old version. Then I deselect the 
old version. And when I'm through the list, I can delete everything that is 
still selected.

This is more thorough than eclean, which by far doesn't find everything.
-- 
Gruß | Greetings | Qapla'
*** Quits: TITANIC (Excess Flood)


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Arttu V.
Hello,

Gentoo Humour Section strikes again, hitting me with a headshot, which
almost dropped me from my chair. This time it came with something
probably right out of Monty Python:

checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libexif to use... yes
checking for libexif.la file in yes... wild guess that something is in yes
configure: WARNING:
* Warning:
*   libtool file libexif.la could not be found.
*   We may be linking against the WRONG library.

checking whether we use a version of libexif with ExifData.ifd[]... yes
checking libexif/exif-data.h usability... yes
checking libexif/exif-data.h presence... yes
checking for libexif/exif-data.h... yes
checking for function exif_data_new in libexif... yes
checking libexif library flags... -Lyes/lib -lexif
checking libexif cpp flags... -Iyes/include

Oh boy, I'm sure I'm running multilib, and using yes as my primary
path for my libraries. Anyone fought with the same thing and solved
it, or is this a new bug?

-- 
Arttu V.



Re: [gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Paul Hartman
On Tue, Sep 1, 2009 at 10:21 AM, Arttu V.arttu...@gmail.com wrote:
 Hello,

 Gentoo Humour Section strikes again, hitting me with a headshot, which
 almost dropped me from my chair. This time it came with something
 probably right out of Monty Python:

 checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for libexif to use... yes
 checking for libexif.la file in yes... wild guess that something is in yes
 configure: WARNING:
 * Warning:
 *   libtool file libexif.la could not be found.
 *   We may be linking against the WRONG library.

 checking whether we use a version of libexif with ExifData.ifd[]... yes
 checking libexif/exif-data.h usability... yes
 checking libexif/exif-data.h presence... yes
 checking for libexif/exif-data.h... yes
 checking for function exif_data_new in libexif... yes
 checking libexif library flags... -Lyes/lib -lexif
 checking libexif cpp flags... -Iyes/include

 Oh boy, I'm sure I'm running multilib, and using yes as my primary
 path for my libraries. Anyone fought with the same thing and solved
 it, or is this a new bug?

Works for me using libgphoto2-2.4.7 and libexif-0.6.17 on ~amd64

checking for libexif to use... autodetect
checking for LIBEXIF... yes
checking whether we use a version of libexif with ExifData.ifd[]... yes
checking libexif/exif-data.h usability... yes
checking libexif/exif-data.h presence... yes
checking for libexif/exif-data.h... yes
checking for function exif_data_new in libexif... yes
checking libexif library flags... -lexif -lm  
checking libexif cpp flags... -I/usr/include/libexif  
checking for libusb-config... /usr/bin/libusb-config
configure: creating ./config.status



Re: [gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Arttu V.
On 9/1/09, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 Works for me using libgphoto2-2.4.7 and libexif-0.6.17 on ~amd64

 checking for libexif to use... autodetect

Wow, you get that autodetect thing, which I saw used within the
configure script or some of the autotools files. Now I gotta find out
why I get yes instead.

Care to share your USE flags concerning libgphoto2? I'm wondering if
there would be some difference, especially about USE=exif. On the
breaking system they are USE=bonjour exif hal nls -doc, with none of
the CAMERAS explicitly enabled.

-- 
Arttu V.



Re: [gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Paul Hartman
On Tue, Sep 1, 2009 at 10:39 AM, Arttu V.arttu...@gmail.com wrote:
 On 9/1/09, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 Works for me using libgphoto2-2.4.7 and libexif-0.6.17 on ~amd64

 checking for libexif to use... autodetect

 Wow, you get that autodetect thing, which I saw used within the
 configure script or some of the autotools files. Now I gotta find out
 why I get yes instead.

 Care to share your USE flags concerning libgphoto2? I'm wondering if
 there would be some difference, especially about USE=exif. On the
 breaking system they are USE=bonjour exif hal nls -doc, with none of
 the CAMERAS explicitly enabled.

in libgphoto2 I have exif hal nls and in CAMERAS I have canon
ptp2. Everything else in USE and CAMERAS is disabled.



Re: [gentoo-user] using SanDisk Ultra SDHC or USB memory stick

2009-09-01 Thread Valmor de Almeida
Keith Dart wrote:
 === On Mon, 08/31, Paul Hartman wrote: ===
 Sure, it works fine for me using vfat. Be sure it's not mounted
 read-only, and be sure the write-protect switch on the device is not
 enabled. You may want to mount with the check=relaxed option to make
 file accesses case-insensitive (since FAT is not case sensitive
 itself).
 
 ===
 
 Also use the user= option so the files and directories on it are owned
 by the you, the non-root user. 
 
 
 -- Keith Dart
 
Thanks for all responses. The user option solved the problem.

--
Valmor



Re: [gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Arttu V.
On 9/1/09, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 in libgphoto2 I have exif hal nls and in CAMERAS I have canon
 ptp2. Everything else in USE and CAMERAS is disabled.

Thanks for the comparison info. Meanwhile I tried to emerge libgphoto2
with USE=-exif, and that passed. I'll try it still with exif enabled
and without bonjour (the way you have it configured), and if I can
make any sense of the situation, I'll file a bug. Thanks!

-- 
Arttu V.



Re: [gentoo-user] Re: scrooged perl 5.10 dependencies

2009-09-01 Thread Tim Jones
Ah, that was it. I left ~x86 on IO-Compress in my package.keywords...
why I cannot remember, perhaps to fix an issue earlier. But I'm not in
the habit of unmasking perl stuff. Thank you for your time.

On Tue, Sep 1, 2009 at 1:49 AM, Torsten Vellerml...@veller.net wrote:
 * Tim Jones tjone...@gmail.com:
 Alsooo, the latest stable version of perl-core/IO-Compress is actually
 2.021, and a simple emerge perl-core/IO-Compress gives:

 No, 2.021 is not stable.

 Please `grep -r Compress /etc/portage /var/lib/portage/world`





[gentoo-user] Bogon List

2009-09-01 Thread Grant
I was just reading about the Bogon List here:

http://www.webmasterworld.com/webmaster/3978016.htm

and I'm wondering if I could be using it on my Gentoo server in any
software I'm running.  Does anyone know if it shows up in the
shorewall or apache2 config anywhere?

- Grant



Re: [gentoo-user] Bogon List

2009-09-01 Thread kashani

Grant wrote:

I was just reading about the Bogon List here:

http://www.webmasterworld.com/webmaster/3978016.htm

and I'm wondering if I could be using it on my Gentoo server in any
software I'm running.  Does anyone know if it shows up in the
shorewall or apache2 config anywhere?

- Grant



If I were going to attempt to use it and didn't want to maintain it, I'd 
use this service.


http://www.team-cymru.org/Services/Bogons/routeserver.html

Then it's a matter of peering with their route server and injecting null 
routes into your routing table which might be complicated if you 
weren't a network engineer at an ISP in another life. :-) It's not 
actually that hard, but most of the documentation assumes you have some 
idea how more than just static routing works.


Or you can just cron a weekly/monthly wget of 
http://www.cymru.com/Documents/bogon-bn-agg.txt and set it to alert you 
if the md5sum changes.


kashani



Re: [gentoo-user] Bogon List

2009-09-01 Thread Grant
 I was just reading about the Bogon List here:

 http://www.webmasterworld.com/webmaster/3978016.htm

 and I'm wondering if I could be using it on my Gentoo server in any
 software I'm running.  Does anyone know if it shows up in the
 shorewall or apache2 config anywhere?

 - Grant


 If I were going to attempt to use it and didn't want to maintain it, I'd use
 this service.

 http://www.team-cymru.org/Services/Bogons/routeserver.html

 Then it's a matter of peering with their route server and injecting null
 routes into your routing table which might be complicated if you weren't
 a network engineer at an ISP in another life. :-) It's not actually that
 hard, but most of the documentation assumes you have some idea how more than
 just static routing works.

 Or you can just cron a weekly/monthly wget of
 http://www.cymru.com/Documents/bogon-bn-agg.txt and set it to alert you if
 the md5sum changes.

 kashani

I should have been more specific.  That link I posted discusses how
blocking the Bogon List can cause problems as some of the IPs on the
list come into use.  I'd like to not use it at all, and I'm wondering
if I'm using it as part of a default setup of shorewall, apache2, or
other software.  Do you know of any software that uses it by default?

- Grant



Re: [gentoo-user] Possible bug with ~arch libgphoto2 and libexif?

2009-09-01 Thread Alan McKinnon
On Tuesday 01 September 2009 18:02:02 Arttu V. wrote:
 On 9/1/09, Paul Hartman paul.hartman+gen...@gmail.com wrote:
  in libgphoto2 I have exif hal nls and in CAMERAS I have canon
  ptp2. Everything else in USE and CAMERAS is disabled.

 Thanks for the comparison info. Meanwhile I tried to emerge libgphoto2
 with USE=-exif, and that passed. I'll try it still with exif enabled
 and without bonjour (the way you have it configured), and if I can
 make any sense of the situation, I'll file a bug. Thanks!

I had the same issue as you.

USE=bonjour -exif hal fixed it for me

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] my gentoo wont read .bashrc automatically

2009-09-01 Thread Alan McKinnon
On Tuesday 01 September 2009 14:24:10 Renat Golubchyk wrote:
 Hi!

 On Tue, 1 Sep 2009 20:09:12 +0800

 Xi Shen davidshe...@googlemail.com wrote:
  every time i reboot the system, the ~/.bashrc will not be
  read/executed automatically. i have give it x attribute. also i have
  checked the /etc/bash/bashrc file, and i did not find and logic about
  reading/executing the ~/.bashrc file. is there anything wrong with my
  system?

 You don't need the executable bit set on bashrc. ~/.bashrc gets read
 when you start an interactive shell, e.g. an xterm. When you log in a
 login shell is started, which reads ~/.bash_profile. If you want that
 your ~/.bashrc will be read on login include the following statement
 in ~/.bash_profile

 [[ -f ~/.bashrc ]]  . ~/.bashrc

The standard bash_profile shipped in skel even has a comment directly above 
that (commented) line saying something to the effect of uncomment the 
following line to have .bashrc read at every new shell...

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] xcfe4 -- can't return to X after ctrl+alt+(f1-f6,f12)

2009-09-01 Thread Maxim Wexler
Hi group,

I think this is xcfe specific, because it hasn't happen with other wms.

If, after running startx, I move to another terminal using
ctr+alt+(f1-f6,f12), when I return to the X window, ctrl+alt+f7, I see
nothing but a blank terminal, not even a cursor. I have to navigate to
wherever I started X, hit ctrl-c and run startx again.

Anybody else have this problem? FWiW, this is taking place on an Asus
900A, using a configuration-less X setup.

Maxim



Re: [gentoo-user] Bogon List

2009-09-01 Thread kashani

Grant wrote:

I should have been more specific.  That link I posted discusses how
blocking the Bogon List can cause problems as some of the IPs on the
list come into use.  I'd like to not use it at all, and I'm wondering
if I'm using it as part of a default setup of shorewall, apache2, or
other software.  Do you know of any software that uses it by default?

- Grant



Ah. Yeah shorewall turns it on by default unless that's changed. You 
should be fine if you keep Shorewall updated which installs a new bogon 
file or you can turn it off.


http://sourceforge.net/mailarchive/forum.php?thread_name=4404A628.1010301%40shorewall.netforum_name=shorewall-users

I can't think of anything other than firewall rules that include their 
own bogon filter because they do go out of date within a year or two.


kashani



[gentoo-user] checking for working mkstemp..... taking forever

2009-09-01 Thread Nick Khamis
Hello Everyone.

I am trying to update-python and I am stuck at checking for working
mkstemp.  for ever, what should I do.. This is a fresh install AMD64.

Thanks in Advanced,
Ninus.


Re: [gentoo-user] checking for working mkstemp..... taking forever

2009-09-01 Thread Frank Steinmetzger
Am Mittwoch, 2. September 2009 schrieb Nick Khamis:
 Hello Everyone.

 I am trying to update-python and I am stuck at checking for working
 mkstemp.  for ever, what should I do.. This is a fresh install AMD64.

 Thanks in Advanced,
 Ninus.

I've encountered the same and didn't know how to solve it. I found out that 
mkstemp was some standard C function so I remerged glibc, but that didn't do 
the trick. Eventuella I restarted my installation. It as i686 with 32 bit 
though. Did you change CHOST maybe? 
-- 
Gruß | Greetings | Qapla'
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] checking for working mkstemp..... taking forever

2009-09-01 Thread Nick Khamis
I did not change CHOST just CFLAGS and CXXFLAGS as per the manual.
h

Regards,
Ninus


Re: [gentoo-user] xcfe4 -- can't return to X after ctrl+alt+(f1-f6,f12)

2009-09-01 Thread dev-random
On Tue, Sep 01, 2009 at 04:28:33PM -0600, Maxim Wexler wrote:
 Hi group,
 
 I think this is xcfe specific, because it hasn't happen with other wms.
 
 If, after running startx, I move to another terminal using
 ctr+alt+(f1-f6,f12), when I return to the X window, ctrl+alt+f7, I see
 nothing but a blank terminal, not even a cursor. I have to navigate to
 wherever I started X, hit ctrl-c and run startx again.
 
 Anybody else have this problem? FWiW, this is taking place on an Asus
 900A, using a configuration-less X setup.
 
 Maxim

Completely black terminal, black terminal with text cursor or black
terminal with mouse pointer?




[gentoo-user] Re: media-libs/alsa-lib[midi] block

2009-09-01 Thread James
walt w41ter at gmail.com writes:


 Did you then re-emerge alsa-lib after that change?  I believe that's
 what it wants you to do before trying to update kde.


Yep. But that does not fix the general upgrade problem.


After successfully emerging 
alsa-lib-1.0.20-r1 upgrade attempts still are met by:


emerge: there are no ebuilds built with USE flags to satisfy
media-libs/alsa-lib[midi]

Maybe I should try the kernel approach to Alsa?


James







Re: [gentoo-user] xcfe4 -- can't return to X after ctrl+alt+(f1-f6,f12)

2009-09-01 Thread Alex Schuster
Maxim Wexler writes:

 If, after running startx, I move to another terminal using
 ctr+alt+(f1-f6,f12), when I return to the X window, ctrl+alt+f7, I see
 nothing but a blank terminal, not even a cursor. I have to navigate to
 wherever I started X, hit ctrl-c and run startx again.

This may be a stupid idea, but did you try Ctrl-Alt-F8?

Wonko



[gentoo-user] Re: media-libs/alsa-lib[midi] block

2009-09-01 Thread James
Frank Steinmetzger Warp_7 at gmx.de writes:


 That's not enough, you also must emerge alsa-lib first (emerge -uN alsa-lib). 
 Then kde4 won't complain about that.


I have emerge alsa-lib several times, with and without the deprecated midi
flag. I always get:

emerge -uN alsa-lib

Calculating dependencies... done!
 Auto-cleaning packages...

 No outdated packages were found on your system.


 PS.: many say 4.3 is definitely faster than 4.2, why not try this? It's no 
 more of an effort to install than 4.2.


Hmmm,

I'd think it would just do this and prompt me to install 4.3.

I have a hack-trash-mess from installing 4.2. Now it will not upgrade
and I do not know (need a guide or advice) how to get from
4.2.x to kde-4.3?

Documents or suggestions or pointers to a previous thread on how to do 
this are most welcome


James






[gentoo-user] Re: media-libs/alsa-lib[midi] block

2009-09-01 Thread James
pk peterk2 at coolmail.se writes:

 The midi use flag is gone.

Got that. Read the links, 
still not sure how to fix my problem.


James






Re: [gentoo-user] how to clean up /usr/portage/distfiles?

2009-09-01 Thread Xi Shen
thanks you all. will try the eclean out ;)


On Tue, Sep 1, 2009 at 11:18 PM, Frank Steinmetzgerwar...@gmx.de wrote:
 Am Dienstag, 1. September 2009 schrieb Xi Shen:
 Hi,

 as you emerge, the /usr/portage/distfiles get stuffed with old
 packaged. even through it is safe to delete them all, and d/l again
 when needed, but i just want to remove only the old version. is there
 any way, or any tool to help with this task?

 Whenever I do some updates, afterwards I go into my distfiles folder with
 krusader, sort by date and select the newly added files.
 Then I sort by name again and scroll through the list. Because the new ones
 are marked, I can find them easily and see whether there are old versions of
 them right next to them. If so, I select the old version. Then I deselect the
 old version. And when I'm through the list, I can delete everything that is
 still selected.

 This is more thorough than eclean, which by far doesn't find everything.
 --
 Gruß | Greetings | Qapla'
 *** Quits: TITANIC (Excess Flood)




-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



[gentoo-user] Re: media-libs/alsa-lib[midi] block

2009-09-01 Thread walt

On 09/01/2009 05:00 PM, James wrote:

waltw41terat  gmail.com  writes:



Did you then re-emerge alsa-lib after that change?  I believe that's
what it wants you to do before trying to update kde.



Yep. But that does not fix the general upgrade problem.


After successfully emerging
alsa-lib-1.0.20-r1 upgrade attempts still are met by:


emerge: there are no ebuilds built with USE flags to satisfy
media-libs/alsa-lib[midi]

Maybe I should try the kernel approach to Alsa?


The correct answer is I don't know.  I use gnome, not kde, as my
desktop, but I do like the k3b disc-burner app, so I have the minimal
kde and qt libs to support k3b.

I recently ran into upgrade problems with my minimal qt/kde system
that I fixed simply by deleting every package depending on either qt
or kde, and all problems were magically fixed.  (Don't ask me why.)

Pain in the butt, but maybe worth the pain.




[gentoo-user] Kopete and Yahoo upgrade message

2009-09-01 Thread Dale
Hi,

I use Yahoo messenger with Kopete as the GUI part of it.  I keep getting
this little error message and it is getting on my nerves here.  This is
what it keeps sending:

 [ebuild   R   ] kde-base/kopete-3.5.10-r4  USE=crypt groupwise
 highlight history sametime ssl statistics texteffect yahoo
 -addbookmarks -alias -autoreplace -connectionstatus -contactnotes
 -debug -emoticons-manager -gadu -irc -jabber (-jingle)
 -kdehiddenvisibility -latex -msn -netmeeting -nowlistening -oscar -slp
 -sms -translator -v4l2 -webpresence -winpopup -xscreensaver 0 kB
I Googled to see if I could just block this but I can't figure out how
to do that with Kopete.  I can't find a block option anywhere in
Kopete.  I also replied to them just in case someone would see it but I
still get this message. 

This is my kopete info:

[ebuild   R   ] kde-base/kopete-4.3.0  USE=addbookmarks autoreplace
contactnotes groupwise handbook highlight history nowlistening pipes
privacy ssl statistics texteffect translator urlpicpreview yahoo (-aqua)
-bonjour -debug -gadu -jabber (-kdeprefix) -latex -meanwhile -msn -oscar
-otr -qq -skype -testbed -v4l2 -webpresence -winpopup 0 kB

Any ideas on how to block or stop this?

Dale

:-)  :-) 



Re: [gentoo-user] Kopete and Yahoo upgrade message

2009-09-01 Thread Frank Steinmetzger
Am Mittwoch, 2. September 2009 schrieb Dale:
 Hi,

 I use Yahoo messenger with Kopete as the GUI part of it.  I keep getting
 this little error message and it is getting on my nerves here.  This is

I too get that since yesterday, but that's not an error message, but mere 
advertising from Yahoo by the use of a Yahoo account. Apparently they 
released a new version of their own client (for Windows of course) and want 
to make people aware of it.

 what it keeps sending:
  [ebuild   R   ] kde-base/kopete-3.5.10-r4  USE=crypt groupwise
  highlight history sametime ssl statistics texteffect yahoo
  -addbookmarks -alias -autoreplace -connectionstatus -contactnotes
  -debug -emoticons-manager -gadu -irc -jabber (-jingle)
  -kdehiddenvisibility -latex -msn -netmeeting -nowlistening -oscar -slp
  -sms -translator -v4l2 -webpresence -winpopup -xscreensaver 0 kB

It looks like you didn't use your clipboard buffer correctly. ;-)

 I Googled to see if I could just block this but I can't figure out how
 to do that with Kopete.  I can't find a block option anywhere in
 Kopete.  I also replied to them just in case someone would see it but I
 still get this message.

It is my hope that they will either cease to do that by themselves or due to 
the many complaints they will get from other users like us who don't fancy 
their software. :-/
-- 
Gruß | Greetings | Qapla'
Pilot: Radar, Good Day, Airforce Blackbird, request FL 600
Controller (with a chuckle): Sir, if you can reach, you are cleared FL 600
Pilot: US Air Force Blackbird, leaving FL 800, descending Level 600


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Kopete and Yahoo upgrade message

2009-09-01 Thread Mick
On Wednesday 02 September 2009, Dale wrote:
 Hi,

 I use Yahoo messenger with Kopete as the GUI part of it.  I keep getting
 this little error message and it is getting on my nerves here.  This is

 what it keeps sending:
  [ebuild   R   ] kde-base/kopete-3.5.10-r4  USE=crypt groupwise
  highlight history sametime ssl statistics texteffect yahoo
  -addbookmarks -alias -autoreplace -connectionstatus -contactnotes
  -debug -emoticons-manager -gadu -irc -jabber (-jingle)
  -kdehiddenvisibility -latex -msn -netmeeting -nowlistening -oscar -slp
  -sms -translator -v4l2 -webpresence -winpopup -xscreensaver 0 kB

 I Googled to see if I could just block this but I can't figure out how
 to do that with Kopete.  I can't find a block option anywhere in
 Kopete.  I also replied to them just in case someone would see it but I
 still get this message.

 This is my kopete info:

 [ebuild   R   ] kde-base/kopete-4.3.0  USE=addbookmarks autoreplace
 contactnotes groupwise handbook highlight history nowlistening pipes
 privacy ssl statistics texteffect translator urlpicpreview yahoo (-aqua)
 -bonjour -debug -gadu -jabber (-kdeprefix) -latex -meanwhile -msn -oscar
 -otr -qq -skype -testbed -v4l2 -webpresence -winpopup 0 kB

 Any ideas on how to block or stop this?

You seem to have sent your kopete info twice (once for kopete-3.5.10-r4 and 
once for kopete-4.3.0) but not the actual message?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.