[gentoo-user] e-file not working

2012-04-19 Thread Daniel Hilst
When I run e-file I got some weird output. Digging I found that this url 
is forbidden for me!


From `e-file /usr/bin/dig'
curl -s 
'http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=/usr/bin/digsearchfile=lookuplookup=filetxt'


which gives me:
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
htmlhead
title403 Forbidden/title
/headbody
h1Forbidden/h1
pYou don't have permission to access /index.php/Special:PFLQuery2
on this server./p
hr
addressApache Server at old.portagefilelist.de Port 80/address

Cheers!
--
Follow the white rabbit!



[gentoo-user] Torrent with dynamics throttles

2011-08-13 Thread Daniel Hilst Selli

I was wondering about torrents, here is the case

I love to download stuff through torrents.. so there is aways a client 
downloading/uploading something.


When I want to use my band I just set torrents limits, so youtube videos 
charges fast, and sites load fast too. When I go away I first unset the 
limits, so my torrents go to full speed again.


This set/unset is boring.. Is there any way to dynamic set my torrents 
limits, so when I'm using internet it frees some bandwidth  to me, and 
when I stop to use it goes full speed again?? Is there any torrent 
client with that feature? If not, is this implementable?


Thanks in advance!



Re: [gentoo-user] kernel make files disappear

2011-07-29 Thread Daniel Hilst Selli

Em 28-07-2011 12:05, Alan McKinnon escreveu:

On Thursday 28 July 2011 11:53:04 Daniel Hilst Selli did opine thusly:

I have some old kernel trees here.. But there is no Makefiles for
some of them. I did not remove the Makefiles. There is anyone
having the same problem? Whats happen?

I emerge -NuD periodically, some times I see my kernel
being updated.. May portage remove my Makefiles??

In real life, portage seldom (if ever) *updates* a kernel src package.
Almost all kernel versions, even ones with teeny-weeny -r changes in
the version number, are an entirely new package which installs into
it's own directory in /usr/src/

So,
gentoo-sources-2.6.39-r1
will touch nothing belonging to
gentoo-sources-2.6.39

This is in contrast to how most packages work, where -r versions
contain gentoo patches or ebuild tweaks but still use exactly the same
sources.

Perhaps you have unmerged old kernel sources that were previously
built. In this case portage will remove the files it put there and
leave everything the compiler built. Run this:

du -sh /usr/src/*

Anything with a size of about 300M has probably had this happen.
Intact trees that were built tend to come out at around 700M


Thanks for replying, so this might be the case
output - http://sprunge.us/YMAM

Can this be done after a emerge --depclean, while booted on some newly 
emerged kernel?


--
Do or do not... there is no try Yoda Master



[gentoo-user] kernel make files disappear

2011-07-28 Thread Daniel Hilst Selli

I have some old kernel trees here.. But there is no Makefiles for
some of them. I did not remove the Makefiles. There is anyone
having the same problem? Whats happen?

I emerge -NuD periodically, some times I see my kernel
being updated.. May portage remove my Makefiles??


--
Do or do not... there is no try Yoda Master



[gentoo-user] Alsa boot error

2011-07-19 Thread Daniel Hilst Selli
Hey people, I'm get an permission denied when trying to start as 
/etc/inid.d/alsasound


here is the error:
http://pastebin.com/F6bedM2p

My sound works fine, but alsa isn't restoring my configs.. so I need to 
open alsamixer and unmute some channels after every book


Any idea?

Thanks in advance!
--
Do or do not... there is no try Yoda Master



Re: [gentoo-user] Alsa boot error

2011-07-19 Thread Daniel Hilst Selli

Em 19-07-2011 14:29, ny6...@gmail.com escreveu:

On Tue, Jul 19, 2011 at 01:32:28PM -0300, Daniel Hilst Selli wrote:

Hey people, I'm get an permission denied when trying to start as
/etc/inid.d/alsasound

here is the error:
http://pastebin.com/F6bedM2p

My sound works fine, but alsa isn't restoring my configs.. so I need to
open alsamixer and unmute some channels after every book

Any idea?

Thanks in advance!
--
Do or do not... there is no try Yoda Master


Sounds like someone forgot to read the Alsa Guide here:
http://www.gentoo.org/doc/en/alsa-guide.xml. If they had, they'd have read:

Audio Group

Before we move on to testing, there's one last important thing that needs to
be setup. Rule of thumb in a *nix OS: Do not run as root unless needed. This
applies here as well ;) How? Well, most of the times you should be logged in
as a user and would like to listen to music or access your soundcard. For
that to happen, you need to be in the audio group. At this point, we'll
add users to the audio group, so that they won't have any issues when they
want to access sound devices. We'll use gpasswd here and you need to be
logged in as root for this to work.

Code Listing 3.4: Adding users to the audio group

(Substituteusername  with your user)
# gpasswd -ausername  audio
Adding userusername  to group audio

...

;)

Terry


Well, I was already on audio group and I read the alsa guide before
post here. I check my kernel configuration and every thing is fine.. I 
think was something sporadic, as it restores fine now..


I ran alsaconf, then alsactl store and add the alsasound to boot, check 
my kernel .config and reboot.. Now it restores fine


Thanks :-)

--
Do or do not... there is no try Yoda Master



[gentoo-user] Trauma overlay emerge error

2011-07-16 Thread Daniel Hilst Selli

Hey guys..

I'm trying to get eclipse-3.6 on my gentoo box.. I added some overlays 
to easy do this job.. I emerged eclipse-3.6 from dustin. Then I added 
the trauma overlay to get eclipse-wst and others eclipse plugins 
dependences. But when I try to do a preview emerge eclipse-wst I got 
emerge error...


http://sprunge.us/WdJe?text

Any ideia?

Thanks in advice !!


--
Do or do not... there is no try Yoda Master



[gentoo-user] bridge

2011-07-10 Thread Daniel Hilst Selli

Hi people, I'm using brctl to create bridges for some qemu guests...

I create a br0 with brctl addbr br0
the I attach my wireless card to it with brctl addif br0 eth1

Then some times I get right ip with dhcpcd br0 (after doing 'ifconfig 
br0 promisc up')

but some times I got an strange ip
The questions are
What the promisc means?

I can't understand for really the bridge concepts .. I just know that 
you attach

cards to it, but can't understand how it route things

cheers
--
Do or do not... there is no try Yoda Master