Re: [gentoo-user] Experiences with amd richland or trinity APUs?

2013-07-24 Thread Jason Weisberger
I've been running a mobile A8 quad core with a 6000 series GPU for about a
year under 3.x kernels and open source x.org drivers.  Not a hiccup.
On Jul 22, 2013 3:57 PM, Alexander Puchmayr alexander.puchm...@linznet.at
wrote:

 Hi there,

 I'm thinking of bying a quad-core cpu, preferably an amd cpu because they
 are
 significantly cheaper than intel ones.

 The actual models are A8 (trinity, RD 7560D GPU) and A10 (richland RD 8570D
 GPU), or a plain AthlonIIx4 (no GPU).
 My question is: Are these GPUs supported properly under linux? Does anyone
 have experiences with them?

 Thanks,
 Alex





Re: [gentoo-user] Stream Audio to RasPi on LAN

2013-04-29 Thread Jason Weisberger
I personally have this setup running on Windows on my home network.  XBMC
has uPNP built in which allows streaming to or from my home theater setup
from either my Android phone or another uPNP machine on my network. It's by
far yhe easiest solution I could come up with.  Even lets me stream 1080p
movies.  I'm sure a similar setup could be achieved with the linux version
of XBMC.  There's even a specific version for the Pi.
On Apr 29, 2013 12:40 PM, Randy Westlund rwest...@gmail.com wrote:

 On Mon, Apr 29, 2013 at 05:31:52PM +0200, Alan McKinnon wrote:
  On 29/04/2013 17:26, Randy Westlund wrote:
   Hey guys,
  
   I have a nice set of speakers, but they aren't near my desk in my home
 office.  I used to carry them back and forth when I wanted good music, but
 that was a pain.  I currently have a RasPi running arch connected to the
 speakers -- I've been cat-ing audio files over ssh to mplayer, and that
 mostly works (no fast-forward/skip).  I also tried using reverse-ssh and
 sshfs to mount my files on the RasPi, but that seems silly.
  
   What I really want is to be able to stream audio from my browser to
 the RasPi's speakers (pandora, grooveshark).  I'd like to set up an audio
 device that maps to the RasPi.  Something like /dev/dsp1, perhaps.  If I
 could have some audio sent to the RasPi and leave mcabber's chat
 notifications on my laptop's speakers, that'd be fantastic.
  
   Does anyone have a setup like this?  Know of any good options?
  
   Randy
  
 
  Run OpenElec on the Pi - it's a minimalist distro running XBMC, must
  like an appliance. Then you can stream whatever you want to the Pi using
  just about every known protocol from just about every known device
  (phones included!)
 
  XBMC also has plugins for all manner of web-based interfaces.
 
  It's a bigger solution than you asked for, but possibly one that gives
  you more than you thought you'd get
 
  --
  Alan McKinnon
  alan.mckin...@gmail.com
 
 

 Interesting, I hadn't heard of XBMC.  I may not stick with it, but I'm
 going to play around with this for sure.

 Randy




Re: [gentoo-user] Ram Problem!

2012-12-24 Thread Jason Weisberger
There is absolutely no reason why you can't use the vanilla kernel.  Go
right ahead.
On Dec 24, 2012 10:08 AM, Teodor Spæren teodor.s...@hotmail.com wrote:

  Hello!

 I am trying to install gentoo on an old armada m700. The specs that I
 think is relevant for this problem is the clocking speed of the cpu and the
 ram. It got 223mhz of clocking speed and 116mb ram. I have added 512mb of
 swap since I knew the ram was going to be a problem.

 The command I issue is: emerge gentoo-sources and the output of the
 command is this: http://bpaste.net/raw/66293/

 The only thing I can really read from the error message is that it runs
 out of ram. This surprises me because all it is really doing is moving the
 kernel sources into place? I asked around in #gentoo on irc.freenode.netand 
 someone adviced me to turn of MAKEOPTS=-j2 and -pipe, but this
 doesn't fix it.

 The possible work around I have thought of is just getting the vanilla
 kernel  from kernel.org, but the gentoo wiki advise against it, since
 gentoo-sources is a patched kernel.

 This is my first post to a mailing list, so I hope it is not to bad! :D

 With best regards,
- TheRedMood



Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Jason Weisberger
Sure, but wouldn't compression make write operations slower?  And isn't he
looking for performance?
On Aug 14, 2012 1:14 PM, Pandu Poluan pa...@poluan.info wrote:


 On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de
 wrote:
 
  On 08/14/2012 04:07:39 AM, Adam Carter wrote:
 
   I think btrfs probably is meant to provide a lot of the modern
   features like reiser4 or xfs
 
  Unfortunately btrfs is still generally slower than ext4 for example.
  Checkout http://openbenchmarking.org/, eg
  http://openbenchmarking.org/s/ext4%20btrfs
 
  The OS will use any spare RAM for disk caching, so if there's not much
  else running on that box, most of your content will be served from
  RAM. It may be that whatever fs you choose wont make that much of a
  difference anyways.
 
 
  If one can run a recent kernel (3.5.x) btrfs seems quite stable (It's
 used by some distribution and Oracle for real work)
  Most benchmark don't use compression since other FS can't use it. But
 that's unfair. With compression, one needs to read
  much less data (my /usr partition has less than 50% of an ext4
 partition, savings with the root partition are even higher).
 
  I'm using the mount options
 compress=lzo,noacl,noatime,autodefrag,space_cache which require a recent
 kernel.
 
  I'd give it a try.
 
  Helmut.
 

 Are the support tools for btrfs (fsck, defrag, etc.) already complete?

 If so, I certainly would like to take it out for a spin...

 Rgds,




Re: [gentoo-user] Happy 10th birthday (in advance)

2012-03-31 Thread Jason Weisberger
It would figure that some in the Linux community would consider a sub 1.0
release as the birthday of a project :). Start flame mail here:


Re: [gentoo-user] [HEADS UP] udev-181

2012-03-19 Thread jason
Just a minor correction. It's CONFIG_DEVTMPFS not CONFIG_DEV_TMPFS :)

 I just had a bit of a scare after updating to udev-181, but
 all is well now, finally.  (I hope :)

 In addition to the separate /usr problem that has already
 been discussed at length here, there are other important
 changes in udev-181 to be aware of.

 First, I had to add two new items to my kernel config:
 CONFIG_DEV_TMPFS (which I thought I'd had for years but didn't)
 and CONFIG_TMPFS_POSIX_ACL.  I also elected to make the devfs
 automounting, but I don't think that was really necessary.

 Second, don't forget like I did to update the udev initscripts
 with etc-update or your machine won't be able to find the udev
 files in their new locations (just like mine didn't) and none
 of your kernel modules will auto-load, either.

 Oh, and of course you need to pre-mount /usr before udev starts
 if you have a separate /usr partition -- but you already knew
 that ;)









Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Jason
On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote:
 Also - would there be a way to get a running output (kind of like
 tailing a log)?

watch -n1 ps aux | gawk '{ if ( \$3  1.0 ) { print } }'



Re: [gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-15 Thread Jason Weisberger
Update time.

Today, still running on the integrated Radeon HD 3300, I did an
upgrade to chromium again.  BAM!  Kernel panic.  Recoverable, but the
compilation failed again.

So, the NVIDIA 9800GT has been out since my last message and I am
apparently getting the kernel panics again.  I suppose it was luck
that I got through the upgrade last time.

So looks like I'll be getting a new motherboard.

Jason Weisberger
jbdu...@gmail.com



Re: [gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-05 Thread Jason Weisberger
Well it worked.  I'll get to additional testing later and see if I can
come up with a test card for that slot.  I suppose I could also move
it down a slot.  Thanks to everybody who helped and I hope fixing that
damn radeon wiki returned the favor to the community.

Thanks again!

On Thu, Jan 5, 2012 at 1:10 AM, Michael Mol mike...@gmail.com wrote:
 On Thu, Jan 5, 2012 at 12:57 AM, Jason Weisberger jbdu...@gmail.com wrote:
 Well like i said earlier, it did work that way.  The final test is doing it
 in X with full drivers loaded again.  Then i get to kick my 9800gt off a
 cliff.

 Well, keep in mind you're switching from a PCIe card to an integrated
 chipset. It could be your PCIe slot (or even northbridge) that's
 failing. I'd suggest finding another PCIe video card and giving it a
 shot, if the X-with-integrated-video works.

 If it works with the HD3300, but not with a PCIe graphics card (even
 an ATI one), I'd suspect your northbridge is messed up, and may have
 been damaged by the overclocking.


 --
 :wq




-- 
Jason Weisberger
jbdu...@gmail.com



Re: [gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-05 Thread Jason Weisberger
   First, great that it's working, whatever that means exactly.

   Second, please try to bottom post if you can.

   Third, if you can relate in just a few words what you actually did
 to fix the problems so far it may aid people searching in the future.

 Cheers,
 Mark

Well, it's boiled down to either the motherboard or the graphics card
due to the fact that everything compiles properly and there are no
blue screens or kernel panics after removing the 9800GT.  I'm going to
get my hands on an HD 4850 from a buddy of mine and try compiling and
playing with that.  If it crashes again, it's motherboard.  If not,
it's probably my card.  Whether it's the PCI-E slot or northbridge
taking a dump on the motherboard is irrelevant to me, I'll just get a
new board.

I'll know by the end of this week.  I can update with which way it went.



-- 
Jason Weisberger
jbdu...@gmail.com



[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Here's the rig:

AMD Phenom II X3 720 (unlocked to 4 cores and OC'd to 3 Ghz, however
taking it back to stock doesn't affect the problem)
4 Gigs DDR3-1600 at 7-7-7-16
ASUS ASUS M4A78T-E AM3 Mobo
MSI N9800GT GeForce 9800 GT 512MB

other less important things would be two 320GB SATA drives, an IDE dvd
writer, internal card reader, blah blah

There are two things I can get this system to consistently lock up
while doing: a large compilation such as Chromium, open office, or
GCC, or playing Age of Conan in my separate Windows 7 partition.  For
normal everyday tasks, I can't lock the thing up.  The system even
plays WoW on maximum settings, Skyrim on max, Counter-Strike Source on
max, 1080p youtube or local videos / movies.

Watching the processor temp stays relatively low, the GPU temp stays
normal, north bridge temp is good.

The kernel panics I get are usually recoverable, I can just F7 back
into my desktop and the compile may or may not still be going.  If it
is, it's usually dead by the third or fourth panic.

Memtest86+ ran for 24 hours and found no issues with memory on 18 passes.

So, pretty much where I'm at is either processor or RAM.  Unless
anybody here has a better idea.  And how could I test whether it was
the processor or RAM without any current replacement parts?  What
tests usually show one over the other?

-- 
Jason Weisberger
jbdu...@gmail.com



[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
I would instantly agree, but backing off the unlock and oc doesn't improve
the situation.  I can try text console with the onboard graphics and see
what happens.


[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Yeah, it never occurred to me that even when i was in console compiling
stuff that i was using a 1280x1024 vesa or nouveau framebuffer each time.
That will be first thing when i get home.
On Jan 4, 2012 3:52 PM, Mark Knecht markkne...@gmail.com wrote:

 On Wed, Jan 4, 2012 at 12:42 PM, Jason Weisberger jbdu...@gmail.com
 wrote:
  I would instantly agree, but backing off the unlock and oc doesn't
 improve
  the situation.  I can try text console with the onboard graphics and see
  what happens.

 I would second Michael's suggestion that you completely remove the
 NVidia board from the box, at least for testing. Remove any other
 cards that you can. Additionally boot using gentoo=nox to do some
 testing. If you get the cards out and boot only to a text console then
 you can eliminate those cards as contributing to the problem.

 Just a suggestion.

 Good lick,
 Mark




[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Sorry for the delayed response on the result, but i decided to do a
makeopts -j1 while i was at it.  Compile has been going on for two hours.
Shoot me :)


[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Oh yeah, I hear you on the head scratching, believe me.

Well so far on the built in card I have managed to compile chromium -j5,
which i couldn't do for the two weeks prior.  Same build, so i know it
wasn't an upstream or ebuild problem.  Damn.

Next step is to get X running again and do it one more time.

Last thing i want to do is go from a 9800gt to an integrated 3300, but i
suppose it's better than nothing.  At least i had something to test on.


Re: [gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Well after a couple hours of trying to get the Radeon HD3300 to
actually start properly so I can test the compilation.. I haven't
done it yet.  Instead I decided to go ape-s**t on the radeon wiki
article which drove me into so many dead ends.

http://en.gentoo-wiki.com/wiki/Radeon

Now that it's up and running, I'm recompiling chromium from inside
gnome 3 with -j5 and I'll report in tomorrow morning.

On Wed, Jan 4, 2012 at 8:52 PM, Dale rdalek1...@gmail.com wrote:
 Jason Weisberger wrote:


 Oh yeah, I hear you on the head scratching, believe me.

 Well so far on the built in card I have managed to compile chromium -j5,
 which i couldn't do for the two weeks prior.  Same build, so i know it
 wasn't an upstream or ebuild problem.  Damn.

 Next step is to get X running again and do it one more time.

 Last thing i want to do is go from a 9800gt to an integrated 3300, but i
 suppose it's better than nothing.  At least i had something to test on.


 Try a different version of the driver.  Maybe that specific version has a
 bug in it.  If you run stable, try a unstable version.  If you run unstable,
 try a stable one.  Worth a shot.

 While at it, blow some air on it too.  Check all the contacts or as I do,
 use a pencil eraser and rub on it a couple times.  Makes it shiney then try
 again.  Wouldn't hurt to blow down in the connector on the mobo either.
  Spec of dust in the wrong place can cause weird things.

 When falling off cliff, grab all the straws you can.  ;-)


 Dale

 :-)  :-)

 --
 I am only responsible for what I said ... Not for what you understood or how
 you interpreted my words!

 Miss the compile output?  Hint:
 EMERGE_DEFAULT_OPTS=--quiet-build=n





-- 
Jason Weisberger
jbdu...@gmail.com



[gentoo-user] [OT] Hardware Problems causing kernel panics during large compiles

2012-01-04 Thread Jason Weisberger
Well like i said earlier, it did work that way.  The final test is doing it
in X with full drivers loaded again.  Then i get to kick my 9800gt off a
cliff.


Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread Jason Weisberger
Check to make sure the driver is compatible with your nv9x chipset.  I'm
your xorg log it doesn't show that one as being supported.
On Jan 2, 2012 10:14 AM, . ivd...@gmail.com wrote:

 Hi there!

 I can't run Xorg with Nouveau.
 I use gentoo-sources without proprietary BLOBs (gentoo-libre).
 http://en.gentoo-wiki.com/wiki/Free_your_Gentoo

 /var/log/Xorg.0.log:
 http://paste.pocoo.org/show/525752/

 /usr/src/linux/.config:
 http://paste.pocoo.org/show/525746/

 lspci:
 http://paste.pocoo.org/show/525747/

 emerge --info:
 http://paste.pocoo.org/show/525749/

 /etc/make.conf:
 http://paste.pocoo.org/show/525750/


 Cheers!




[gentoo-user] [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
Using either Chromium or Firefox plus google-talkplugin in GMail has
an echo when placing a call.  Noise cancellation doesn't seem to work
at all.  There is a setting in GMail for turning Noise Cancellation
either on or off, but it doesn't seem to do a darn thing.  Anybody
else run into this issue?  Is there a piece of software I'm missing on
my system to enable the cancellation?

Thanks!

Jason Weisberger

-- 
Jason Weisberger
jbdu...@gmail.com



Re: [gentoo-user] [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 Any chance your sound card supports looping its output back around as
 a monitor capture device?

I haven't the slightest clue.  I have a SB X-Fi Gamer.  The other
piece of information I forgot to leave out was that I'm using a
separate
USB microphone, however I figured noise cancellation was done on the
ALSA or Pulseaudio level, so which driver(s) are being used for the
cards should be irrelevant.  However, I could be wrong.


-- 
Jason Weisberger
jbdu...@gmail.com



[gentoo-user] Re: [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 How are you listening to the audio?  Headphones, speakers, telephone?

I'm using speakers and an external usb microphone at the moment.  As I
said, this same setup works perfectly in Windows 7.  I'm sure that if I
were to connect a headset the issue would go away, but that still doesn't
explain the problem.  I have also tried the home phone thing, and while i
think it's neat, I find it a bit pointless for me, I'm using Google Talk to
save minutes on my cell phone plan.


[gentoo-user] Re: [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 Can you hear yourself through the speakers when talking into the
microphone?  If yes, that means you need to disable the loopback in
alsamixer.




 Noise cancellation doesn't seem to work
 at all.


 Noise cancellation doesn't have anything to do with that.  You're
thinking of echo cancellation.

I'm sorry you are correct, I meant to say echo cancellation as in the
subject.

I cannot hear myself, the person on the other end can hear themselves.


[gentoo-user] Re: [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 Another option is to use a small USB sound device. My headphones came
 with one, for example. They can be really nice for reducing electrical
 noise in the capture channel, too.

 They also occasionally crop up where you might not expect them. I
 picked up an HP 'travel' USB hub some time back, and was surprised to
 discover it had a built-in NIC, mic input and stereo out.

Yeah, correct me if I'm wrong, but those usually have built in echo
cancellation.  Most usb speaker/mic combos do.  I believe I'm relying on
software in my case.


Re: [gentoo-user] Re: [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 Still looks like loopback is active.  Try to find a slider called
Capture in alsamixer and mute it.  There might also be a setting called
input which can be set to i2c, i2s, mix, etc.  Play with these.  I had
the same problem with a Soundblaster Live 24-bit, and the problem was that
it was set mix, which is a setting that allows you to record whatever is
currently playing.  It's a good thing to have, but as you can imagine,
screws with voice communications, because you're recording not only your
own voice, but also the voice of the other person and sending it back right
to them.

 It's also possible to set this in KMix, but I don't know if you're using
KDE.

Trying your suggestion.


Re: [gentoo-user] Re: [OT] GMail calling has an echo in Linux, but not Windows

2011-12-18 Thread Jason Weisberger
 Still looks like loopback is active.  Try to find a slider called
 Capture in alsamixer and mute it.  There might also be a setting called
 input which can be set to i2c, i2s, mix, etc.  Play with these.  I had the
 same problem with a Soundblaster Live 24-bit, and the problem was that it
 was set mix, which is a setting that allows you to record whatever is
 currently playing.  It's a good thing to have, but as you can imagine,
 screws with voice communications, because you're recording not only your own
 voice, but also the voice of the other person and sending it back right to
 them.

 It's also possible to set this in KMix, but I don't know if you're using
 KDE.

 Trying your suggestion.

I took your suggestion and turned off all of the Capture settings on
the X-Fi, obviously I had to leave it on the USB mic to get audio
through.  Still having the issue.

My mixer settings for capture on the X-Fi are Master, PCM, Line-in,
Mic and S/PDIF-in.  Most of them had capture enabled, I disabled all
of them.  There doesn't appear to be an input setting.

The lone mixer setting for my USB mic (AK5370) is mic, which is set to
100% and LR Capture.

Everything seems pretty covered in there.

-- 
Jason Weisberger
jbdu...@gmail.com



Re: [gentoo-user] Re: Gnome 3.2.2 Block

2011-12-04 Thread Jason Weisberger
Well I now have it all completely working and dumped my findings here:

http://en.gentoo-wiki.com/wiki/HOWTO_Gnome_3

Hopefully it helps the next person coming to Gnome 3 from a fresh install.

On Sat, Dec 3, 2011 at 12:10 PM, Jason Weisberger jbdu...@gmail.com wrote:

 I was getting that error after syncing late last night.  Here is the
 information I got on the situation that prompted me to remove
 introspection from :2

 http://www.gossamer-threads.com/lists/gentoo/dev/241030

 However after reading that more thoroughly and not having my system in
 front of me I think I might not have unmasked the latest version of
 pygobject:2 which uses the introspection flag not to build
 introspection support, but to automatically pull in pygobject:3 for
 it.

 I'm probably trying to build the old pygobject with built-in
 introspection support which conflicts with introspection in :3.

 So I think I finally figured out all my problems, I'll get home
 tonight after work and give it a try.  Hopefully someone will Google
 this list and find this helpful, if not confusing.
 On Dec 3, 2011 10:50 AM, walt w41...@gmail.com wrote:
 
  On 12/02/2011 07:37 PM, Jason Weisberger wrote:
 
 
  Everything is compiling perfectly, albeit without fallback mode.  Any
  ideas for resolving the pygobject:2 introspection block so I can
  install it?
 
 
  pygobject:2 needs -introspection to be able to slot :2 and :3 on the
  same system.
 
 
  That's not true on my system.  I have pygobject-3.0.2 and 2.28.6-r50
  *with* introspection, and I just re-emerged both of them without problem.
 
  Are you still getting that error after syncing today?
 
 




-- 
Jason Weisberger
jbdu...@gmail.com


Re: [gentoo-user] Re: Gnome 3.2.2 Block

2011-12-03 Thread Jason Weisberger
I was getting that error after syncing late last night.  Here is the
information I got on the situation that prompted me to remove
introspection from :2

http://www.gossamer-threads.com/lists/gentoo/dev/241030

However after reading that more thoroughly and not having my system in
front of me I think I might not have unmasked the latest version of
pygobject:2 which uses the introspection flag not to build
introspection support, but to automatically pull in pygobject:3 for
it.

I'm probably trying to build the old pygobject with built-in
introspection support which conflicts with introspection in :3.

So I think I finally figured out all my problems, I'll get home
tonight after work and give it a try.  Hopefully someone will Google
this list and find this helpful, if not confusing.
On Dec 3, 2011 10:50 AM, walt w41...@gmail.com wrote:

 On 12/02/2011 07:37 PM, Jason Weisberger wrote:


 Everything is compiling perfectly, albeit without fallback mode.  Any
 ideas for resolving the pygobject:2 introspection block so I can
 install it?


 pygobject:2 needs -introspection to be able to slot :2 and :3 on the
 same system.


 That's not true on my system.  I have pygobject-3.0.2 and 2.28.6-r50
 *with* introspection, and I just re-emerged both of them without problem.

 Are you still getting that error after syncing today?





Re: [gentoo-user] Gnome 3.2.2 Block

2011-12-02 Thread Jason Weisberger
Removing pygobject didn't help that block for some reason Which doesn't
make sense And clutter isn't on my system.
Why would both of those packages be slotted as :2 if one isn't on my system
and I only have one instance of pygobject?
 On Dec 2, 2011 6:20 PM, walt w41...@gmail.com wrote:

 On 12/01/2011 06:13 PM, Jason Weisberger wrote:

  From a fresh install, upgrading from Gnome 2.26, I'm trying to install
 gnome 3.2.2, but getting nowhere fast.
 I stopped using Gentoo back before slots became common, so maybe I'm
 missing something as far as that goes.

 jbdubbspc jbdubbs # emerge -pv =gnome-base/gnome-3.2.1

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [blocks b  ] gnome-base/gdm-2.91.94 (gnome-base/gdm-2.91.94 is
 blocking gnome-base/gnome-control-**center-3.2.2)
 [blocks B  ] media-libs/clutter-1.7 (media-libs/clutter-1.7 is
 blocking media-libs/cogl-1.8.2)
 [blocks B  ] dev-python/pygobject-2.28.6-**r50:2[introspection]
 (dev-python/pygobject-2.28.**6-r50:2[introspection] is blocking
 dev-python/pygobject-3.0.2)


 Notice that gdm is blocked with a 'b' and the other two with a 'B'.  That
 means that portage is smart enough to fix the gdm conflict, but you must
 fix the other two yourself.  I've found that the quickest fix for the 'B'
 blockers is just to remove them with emerge -C.  So far I've not had any
 problems with that approach.






Re: [gentoo-user] Gnome 3.2.2 Block

2011-12-02 Thread Jason Weisberger
Well,

I'm assuming I'm going to have to wait for these ebuilds to get updated,
because it looks to me like gnome 3 is trying to pull in multiple versions
of the same package that conflict with one another:

  (dev-python/pygobject-3.0.2::gentoo, ebuild scheduled for merge) pulled
in by
=dev-python/pygobject-3.0.0:3 required by
(app-editors/gedit-3.2.3::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.90.0:3 required by
(gnome-extra/gnome-tweak-tool-3.2.2::gentoo, ebuild scheduled for merge)
dev-python/pygobject:3 required by
(gnome-base/gnome-menus-3.2.0.1::gentoo, ebuild scheduled for merge)
dev-python/pygobject:3 required by
(gnome-extra/gnome-games-3.2.1::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.90.3:3 required by
(app-accessibility/caribou-0.4.1::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-3.0.0:3 required by
(dev-libs/libpeas-1.2.0-r1::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.90.3:3 required by
(media-video/totem-3.2.1::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.90.1:3 required by
(dev-python/pyatspi-2.2.1::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-3.0.1:3 required by
(gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge)

  (media-libs/clutter-1.6.20::gentoo, ebuild scheduled for merge) pulled in
by
=media-libs/clutter-1.6.0:1.0[introspection] required by
(gnome-extra/sushi-0.2.1::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.4.0:1.0[introspection] required by
(media-libs/clutter-gst-1.4.4::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.5.11:1.0[introspection] required by
(app-accessibility/caribou-0.4.1::gentoo, ebuild scheduled for merge)
media-libs/clutter[introspection] required by
(gnome-extra/gnome-documents-0.2.1::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.4:1.0[introspection] required by
(media-libs/clutter-gtk-1.0.4::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.6.1:1.0[introspection] required by
(media-video/cheese-3.2.2::gentoo, ebuild scheduled for merge)
media-libs/clutter:1.0[introspection] required by
(gnome-extra/gnome-games-3.2.1::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.2:1.0[introspection] required by
(media-libs/libchamplain-0.12.0-r1::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.6.8:1.0 required by
(media-video/totem-3.2.1::gentoo, ebuild scheduled for merge)
=media-libs/clutter-1.4.0:1.0 required by (x11-libs/mx-1.3.1::gentoo,
ebuild scheduled for merge)

  (dev-python/pygobject-2.28.6::gentoo, installed) pulled in by
=dev-python/pygobject-2.12.0:2 required by
(net-libs/telepathy-farsight-0.0.17::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.16:2 required by
(net-libs/farsight2-0.0.26::gentoo, ebuild scheduled for merge)
=dev-python/pygobject-2.26:2[introspection] required by
(gnome-base/gnome-applets-3.2.1::gentoo, ebuild scheduled for merge)

  (media-libs/cogl-1.8.2::gentoo, ebuild scheduled for merge) pulled in by
=media-libs/cogl-1.8.0:1.0[introspection,pango] required by
(media-libs/clutter-1.8.2::gentoo, ebuild scheduled for merge)

So basically gnome-base/gnome-applets-3.2.1 is trying to pull in a
different version of pygobject than the rest of gnome 3 is and cogl is
being pulled in by clutter 1.8.2 but cogl isn't compatible with earlier
versions of clutter which gnome 3 also wants.

What a mess.



On Fri, Dec 2, 2011 at 7:10 PM, Neil Bothwick n...@digimed.co.uk wrote:

 On Fri, 2 Dec 2011 18:27:33 -0500, Jason Weisberger wrote:

  Removing pygobject didn't help that block for some reason Which
  doesn't make sense And clutter isn't on my system.
  Why would both of those packages be slotted as :2 if one isn't on my
  system and I only have one instance of pygobject?

 Run emerge with the --tree option to see the answer to this.


 --
 Neil Bothwick

 MIPS: Meaningless Indication of Processor Speed




-- 
Jason Weisberger
jbdu...@gmail.com


Re: [gentoo-user] Gnome 3.2.2 Block

2011-12-02 Thread Jason Weisberger
 in by
=x11-themes/gnome-icon-theme-3.2.1 required by
(gnome-base/gnome-core-apps-3.2.1::gentoo, ebuild scheduled for merge)

  (x11-themes/gnome-icon-theme-3.0.0::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)


Insert hand in shape of gun up mouth, pull imaginary trigger (thumb)

On Fri, Dec 2, 2011 at 9:09 PM, Jason Weisberger jbdu...@gmail.com wrote:

 Well,

 I'm assuming I'm going to have to wait for these ebuilds to get updated,
 because it looks to me like gnome 3 is trying to pull in multiple versions
 of the same package that conflict with one another:

   (dev-python/pygobject-3.0.2::gentoo, ebuild scheduled for merge) pulled
 in by
 =dev-python/pygobject-3.0.0:3 required by
 (app-editors/gedit-3.2.3::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.90.0:3 required by
 (gnome-extra/gnome-tweak-tool-3.2.2::gentoo, ebuild scheduled for merge)
 dev-python/pygobject:3 required by
 (gnome-base/gnome-menus-3.2.0.1::gentoo, ebuild scheduled for merge)
 dev-python/pygobject:3 required by
 (gnome-extra/gnome-games-3.2.1::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.90.3:3 required by
 (app-accessibility/caribou-0.4.1::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-3.0.0:3 required by
 (dev-libs/libpeas-1.2.0-r1::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.90.3:3 required by
 (media-video/totem-3.2.1::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.90.1:3 required by
 (dev-python/pyatspi-2.2.1::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-3.0.1:3 required by
 (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge)

   (media-libs/clutter-1.6.20::gentoo, ebuild scheduled for merge) pulled
 in by
 =media-libs/clutter-1.6.0:1.0[introspection] required by
 (gnome-extra/sushi-0.2.1::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.4.0:1.0[introspection] required by
 (media-libs/clutter-gst-1.4.4::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.5.11:1.0[introspection] required by
 (app-accessibility/caribou-0.4.1::gentoo, ebuild scheduled for merge)
 media-libs/clutter[introspection] required by
 (gnome-extra/gnome-documents-0.2.1::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.4:1.0[introspection] required by
 (media-libs/clutter-gtk-1.0.4::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.6.1:1.0[introspection] required by
 (media-video/cheese-3.2.2::gentoo, ebuild scheduled for merge)
 media-libs/clutter:1.0[introspection] required by
 (gnome-extra/gnome-games-3.2.1::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.2:1.0[introspection] required by
 (media-libs/libchamplain-0.12.0-r1::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.6.8:1.0 required by
 (media-video/totem-3.2.1::gentoo, ebuild scheduled for merge)
 =media-libs/clutter-1.4.0:1.0 required by (x11-libs/mx-1.3.1::gentoo,
 ebuild scheduled for merge)

   (dev-python/pygobject-2.28.6::gentoo, installed) pulled in by
 =dev-python/pygobject-2.12.0:2 required by
 (net-libs/telepathy-farsight-0.0.17::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.16:2 required by
 (net-libs/farsight2-0.0.26::gentoo, ebuild scheduled for merge)
 =dev-python/pygobject-2.26:2[introspection] required by
 (gnome-base/gnome-applets-3.2.1::gentoo, ebuild scheduled for merge)

   (media-libs/cogl-1.8.2::gentoo, ebuild scheduled for merge) pulled in by
 =media-libs/cogl-1.8.0:1.0[introspection,pango] required by
 (media-libs/clutter-1.8.2::gentoo, ebuild scheduled for merge)

 So basically gnome-base/gnome-applets-3.2.1 is trying to pull in a
 different version of pygobject than the rest of gnome 3 is and cogl is
 being pulled in by clutter 1.8.2 but cogl isn't compatible with earlier
 versions of clutter which gnome 3 also wants.

 What a mess.



 On Fri, Dec 2, 2011 at 7:10 PM, Neil Bothwick n...@digimed.co.uk wrote:

 On Fri, 2 Dec 2011 18:27:33 -0500, Jason Weisberger wrote:

  Removing pygobject didn't help that block for some reason Which
  doesn't make sense And clutter isn't on my system.
  Why would both of those packages be slotted as :2 if one isn't on my
  system and I only have one instance of pygobject?

 Run emerge with the --tree option to see the answer to this.


 --
 Neil Bothwick

 MIPS: Meaningless Indication of Processor Speed




 --
 Jason Weisberger
 jbdu...@gmail.com




-- 
Jason Weisberger
jbdu...@gmail.com


Re: [gentoo-user] Gnome 3.2.2 Block

2011-12-02 Thread Jason Weisberger
Sorry to answer some of my own questions, but I seem to have resolved the
slotting problems with --backtrace=30

Don't know what the hell that option even does, I'll investigate later.

Everything is compiling perfectly, albeit without fallback mode.  Any ideas
for resolving the pygobject:2 introspection block so I can install it?

On Fri, Dec 2, 2011 at 10:15 PM, Jason Weisberger jbdu...@gmail.com wrote:

 Ok, worked through some of it, but pretty badly.

 pygobject:2 needs -introspection to be able to slot :2 and :3 on the same
 system.  Ok done.  However gnome 3's fallback mode gnome-applets needs
 pygobject:2 WITH introspection.  Ok fine, I'll build gnome-base/gnome
 -fallback.  Problem badly solved.

 Secondly, if I emerge =clutter-1.8.2 on it's own, that goes fine and the
 block goes away.  Done.

 OK, so my blocks are taken care of.  Now this:

 !!! Multiple package instances within a single package slot have been
 pulled
 !!! into the dependency graph, resulting in a slot conflict:

 gnome-base/gsettings-desktop-schemas:0

   (gnome-base/gsettings-desktop-schemas-3.2.0-r1::gentoo, ebuild scheduled
 for merge) pulled in by
 =gnome-base/gsettings-desktop-schemas-3.0.2 required by
 (gnome-base/gnome-control-center-3.2.2::gentoo, ebuild scheduled for merge)

   (gnome-base/gsettings-desktop-schemas-3.0.1::gentoo, installed) pulled
 in by
 (no parents that aren't satisfied by other packages in this slot)

 net-libs/telepathy-glib:0

   (net-libs/telepathy-glib-0.16.3::gentoo, ebuild scheduled for merge)
 pulled in by
 =net-libs/telepathy-glib-0.16.0 required by
 (net-im/empathy-3.2.2::gentoo, ebuild scheduled for merge)
 (and 1 more with the same problem)

   (net-libs/telepathy-glib-0.14.10::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 gnome-base/dconf:0

   (gnome-base/dconf-0.10.0::gentoo, ebuild scheduled for merge) pulled in
 by
 =gnome-base/dconf-0.10 required by
 (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge)

   (gnome-base/dconf-0.8.0::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 dev-cpp/glibmm:2

   (dev-cpp/glibmm-2.28.2::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

   (dev-cpp/glibmm-2.30.1::gentoo, ebuild scheduled for merge) pulled in by
 =dev-cpp/glibmm-2.30.0:2 required by (dev-cpp/gtkmm-3.2.0::gentoo,
 ebuild scheduled for merge)

 gnome-base/gnome-keyring:0

   (gnome-base/gnome-keyring-2.32.1-r1::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

   (gnome-base/gnome-keyring-3.2.2::gentoo, ebuild scheduled for merge)
 pulled in by
 =gnome-base/gnome-keyring-3.2.1 required by
 (gnome-base/gnome-core-apps-3.2.1::gentoo, ebuild scheduled for merge)
 (and 3 more with the same problem)

 x11-libs/gtk+:3

   (x11-libs/gtk+-3.2.2-r1::gentoo, ebuild scheduled for merge) pulled in by
 =x11-libs/gtk+-3.2.1:3[cups?] required by
 (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge)
 (and 7 more with the same problem)

   (x11-libs/gtk+-3.0.12-r1::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 dev-libs/json-glib:0

   (dev-libs/json-glib-0.14.2::gentoo, ebuild scheduled for merge) pulled
 in by
 =dev-libs/json-glib-0.13.2 required by
 (gnome-base/gnome-shell-3.2.1-r1::gentoo, ebuild scheduled for merge)

   (dev-libs/json-glib-0.12.6::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 x11-libs/pango:0

   (x11-libs/pango-1.29.4::gentoo, ebuild scheduled for merge) pulled in by
 =x11-libs/pango-1.29.3 required by
 (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge)
 (and 1 more with the same problem)

   (x11-libs/pango-1.28.4::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 gnome-base/libgnome-keyring:0

   (gnome-base/libgnome-keyring-3.2.2::gentoo, ebuild scheduled for merge)
 pulled in by
 =gnome-base/libgnome-keyring-3.2 required by
 (gnome-base/gnome-core-apps-3.2.1::gentoo, ebuild scheduled for merge)
 (and 1 more with the same problem)

   (gnome-base/libgnome-keyring-2.32.0::gentoo, installed) pulled in by
 (no parents that aren't satisfied by other packages in this slot)

 gnome-extra/evolution-data-server:0

   (gnome-extra/evolution-data-server-3.2.2::gentoo, ebuild scheduled for
 merge) pulled in by

 =gnome-extra/evolution-data-server-3.2.2[gnome-online-accounts?,weather]
 required by (mail-client/evolution-3.2.2::gentoo, ebuild scheduled for
 merge)
 (and 5 more with the same problem)

   (gnome-extra/evolution-data-server-2.32.3-r1::gentoo, installed) pulled
 in by
 (no parents that aren't satisfied by other packages in this slot)

 x11-themes/gnome-themes

[gentoo-user] Gnome 3.2.2 Block

2011-12-01 Thread Jason Weisberger
From a fresh install, upgrading from Gnome 2.26, I'm trying to install
gnome 3.2.2, but getting nowhere fast.  I stopped using Gentoo back before
slots became common, so maybe I'm missing something as far as that goes.

Thanks in advance guys/gals!

Jason Weisberger

jbdubbspc jbdubbs # emerge -pv =gnome-base/gnome-3.2.1

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] dev-libs/libnl-1.1-r2  USE=-doc 283 kB
[ebuild  N~] media-gfx/shared-color-profiles-0.1.4  18,209 kB
[ebuild  N ] net-misc/mobile-broadband-provider-info-20100510  64 kB
[ebuild  N ] net-im/telepathy-connection-managers-1  USE=-icq -irc
-jabber -msn -sip -yahoo -zeroconf 0 kB
[ebuild  N ] app-arch/cabextract-1.4  USE=-extra-tools 218 kB
[ebuild  N ] x11-themes/gnome-icon-theme-symbolic-3.0.0  203 kB
[ebuild  N~] net-libs/liboauth-0.9.5  USE=nss -bindist -curl -doc 414
kB
[ebuild  N~] dev-util/itstool-1.1.1  77 kB
[ebuild  N ] net-im/telepathy-mission-control-5.8.1
 USE=gnome-keyring 1,108 kB
[ebuild  N ] app-text/docbook-sgml-dtd-4.1-r3  56 kB
[ebuild  N ] app-text/docbook-sgml-dtd-3.0-r3  43 kB
[ebuild  N ] app-text/docbook-dsssl-stylesheets-1.79  272 kB
[ebuild U ~] x11-themes/gnome-backgrounds-3.2.0 [2.32.0] 8,737 kB
[ebuild  N ] x11-themes/gnome-icon-theme-extras-3.0.0  2,069 kB
[ebuild  N~] dev-lang/spidermonkey-1.8.5-r1  USE=-debug -static-libs
-test 6,021 kB
[ebuild U ~] gnome-extra/gconf-editor-3.0.0 [2.32.0] 1,444 kB
[ebuild  N ] app-admin/apg-2.3.0b-r5  USE=cracklib 108 kB
[ebuild U ~] dev-python/pycairo-1.10.0-r2 [1.8.10] USE=svg -doc
-examples -test 634 kB
[ebuild  N ] net-wireless/wireless-tools-29  USE=nls -multicall 288 kB
[ebuild  N~] net-wireless/wpa_supplicant-0.7.3-r5  USE=dbus readline
ssl -debug -eap-sim -fasteap -gnutls -madwifi (-ps3) -qt4 -wimax -wps
1,600 kB
[ebuild  N~] media-fonts/cantarell-0.0.7  USE=X 356 kB
[ebuild  NS   ~] gnome-extra/gtkhtml-4.2.2 [3.32.2] 1,043 kB
[ebuild  N ] sys-apps/lsb-release-1.4  11 kB
[ebuild  N ] dev-scheme/guile-1.8.8-r1  USE=deprecated nls regex
threads -debug -debug-freelist -debug-malloc -discouraged -emacs
-networking 3,864 kB
[ebuild  N ] media-gfx/exiv2-0.21.1-r1  USE=nls zlib -contrib -doc
-examples -xmp LINGUAS=-de -es -fi -fr -pl -ru -sk 2,935 kB
[ebuild  N ] media-libs/giflib-4.1.6-r2  USE=X -rle -static-libs 495
kB
[ebuild  N ] app-text/recode-3.6_p17-r2  USE=nls -static-libs 2,021 kB
[ebuild  N~] media-video/gnome-video-effects-0.3.0  175 kB
[ebuild  N ] x11-apps/xhost-1.0.4  USE=ipv6 113 kB
[ebuild U ~] x11-themes/gnome-icon-theme-3.2.1.2 [3.0.0] USE=branding
13,682 kB
[ebuild  N~] x11-themes/gnome-icon-theme-symbolic-3.2.1  144 kB
[ebuild U ~] gnome-extra/gnome-user-docs-3.2.1 [2.32.0] USE=-test
2,916 kB
[ebuild  N ] app-text/docbook-sgml-dtd-3.1-r3  55 kB
[ebuild  N ] app-text/docbook-sgml-dtd-4.0-r3  55 kB
[ebuild  N ] app-text/docbook-xml-simple-dtd-4.1.2.4-r2  35 kB
[ebuild  N ] app-text/docbook-xml-simple-dtd-1.0-r1  31 kB
[ebuild  N ] dev-perl/SGMLSpm-1.03-r5  92 kB
[ebuild  N ] app-text/opensp-1.5.2-r2  USE=nls -doc -static-libs
-test 1,486 kB
[ebuild  N ] sys-libs/libcap-ng-0.6.5  USE=python 354 kB
[ebuild  N~] app-crypt/p11-kit-0.9  USE=-debug 515 kB
[ebuild  N ] www-client/lynx-2.8.7_p1  USE=bzip2 ipv6 nls ssl unicode
-cjk -gnutls 2,376 kB
[ebuild  N ] media-fonts/corefonts-1-r4  USE=X 3,843 kB
[ebuild U ~] dev-libs/glib-2.30.2 [2.28.8] USE=fam static-libs -debug
-doc (-selinux) -systemtap% -test -utils% -xattr (-introspection%) 5,683 kB
[ebuild  NS] media-libs/lcms-2.2-r1 [1.19] USE=jpeg tiff zlib -doc
-static-libs -test 4,096 kB
[ebuild  N ] net-dialup/ppp-2.4.5-r1  USE=gtk ipv6 pam -activefilter
-atm -dhcp -eap-tls -radius 709 kB
[ebuild  N~] gnome-extra/yelp-xsl-3.2.1  544 kB
[ebuild  N ] app-text/openjade-1.3.2-r3  USE=-static-libs 874 kB
[ebuild  N ] media-libs/libgphoto2-2.4.11-r1  USE=exif jpeg nls -doc
-examples -gd -zeroconf CAMERAS=ptp2 -adc65 -agfa_cl20 -aox -ax203
-barbie -canon -casio_qv -clicksmart310 -digigr8 -digita -dimagev
-dimera3500 -directory -enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam
-jd11 -jl2005a -jl2005c -kodak_dc120 -kodak_dc210 -kodak_dc240
-kodak_dc3200 -kodak_ez200 -konica -konica_qm150 -largan -lg_gsm -mars
-mustek -panasonic_coolshot -panasonic_dc1000 -panasonic_dc1580
-panasonic_l859 -pccam300 -pccam600 -polaroid_pdc320 -polaroid_pdc640
-polaroid_pdc700 -ricoh -ricoh_g3 -samsung -sierra -sipix_blink
-sipix_blink2 -sipix_web2 -smal -sonix -sony_dscf1 -sony_dscf55
-soundvision -spca50x -sq905 -st2205 -stv0674 -stv0680 -sx330z -template
-topfield -toshiba_pdrm11 4,294 kB
[ebuild  N ] app-i18n/enca-1.13  USE=recode -doc 520 kB
[ebuild  N ] media-plugins/gst-plugins-jpeg-0.10.30  0 kB
[ebuild  N ] x11-apps/mesa-progs-8.0.1  9,766 kB
[ebuild  NS   ~] gnome-base/gnome-desktop

[gentoo-user] Re: Gnome 3.2.2 Block

2011-12-01 Thread Jason Weisberger
Correction, Gnome 3.2.1


-- 
Jason Weisberger
jbdu...@gmail.com


Re: [gentoo-user] Random reboots. Where to start?

2011-03-01 Thread Jason Weisberger
I've had mine for a while now, so I wouldn't be surprised if 1.5 was the
correct voltage for your sticks.  Double check the manufacturer's website to
be sure.
On Feb 28, 2011 2:06 AM, Dale rdalek1...@gmail.com wrote:
 Jason Weisberger wrote:

 I actually have 4 gigs of gskill DDR 3 1600 and from experience I can
 tell you that the stock voltage on those chips is set too low. The
 company actually recommends that you use 1.9 volts while most
 motherboards will default to 1.5 or 1.6. Double check this however,
 because I know they were working on some JEDEC compliant DDR 3
 (standard voltage of 1.5) a while back but I'm not certain if they
 just decided to throw in the towel on that effort. My system would
 crash using 1.5 but wouldn't produce any errors on memtest86+. This
 all just sounds too familiar.



 I updated my kernel so I had to reboot. I checked the voltages and it
 appears to be set to 1.5. It was set to auto, when I selected manual,
 it said 1.5v. I don't know for sure that is what it is when it is
 running tho. That could just be where it starts when in manual mode.
 Since it is working now, I set it back to auto. Don't want there to be
 anything, so I ain't going to start anything either. ;-) According to
 gkrellm, Vcore1 is 1.39. Vcore2 is 1.52. I assume that is Vcore2.

 I just bought my memory sticks in the past month or so for the last
 three. The first stick I got was about 2 months ago. Maybe the new
 ones are improved or something? How long you had yours?

 Is there some way to check on BIOS settings while booted into Linux?
 I'm talking about things like timings and such. I have gkrellm set up
 for some stuff. Just don't see timings and such in there. Just curious
 tho.

 Dale

 :-) :-)



Re: [gentoo-user] Random reboots. Where to start?

2011-02-27 Thread Jason Weisberger
I actually have 4 gigs of gskill DDR 3 1600 and from experience I can tell
you that the stock voltage on those chips is set too low.  The company
actually recommends that you use 1.9 volts while most motherboards will
default to 1.5 or 1.6.  Double check this however, because I know they were
working on some JEDEC compliant DDR 3 (standard voltage of 1.5) a while back
but I'm not certain if they just decided to throw in the towel on that
effort. My system would crash using 1.5 but wouldn't produce any errors on
memtest86+.  This all just sounds too familiar.
On Feb 26, 2011 11:15 AM, Dale rdalek1...@gmail.com wrote:
 Yohan Pereira wrote:

 On Saturday 26 Feb 2011 04:36:32 AM Dale wrote:

 I booted a USB stick and it ran a long time with no problem.


 ok this may have nothing to do with it but was it a 32 bit OS on the
 usb stick? does it use all 8 gigs?


 dont know if this makes any diffrence though just guessing.


 --


 - Yohan Pereira


 A man can do as he will, but not will as he will - Schopenhauer



 I booted a 64 bit. It did see all the ram and I'm up to 16Gbs now. I
 started with 4, then went to 8 and then went to 16Gbs. Newegg kept
 having sales. lol

 Dale

 :-) :-)


Re: [gentoo-user] Microcode update AMD

2011-01-17 Thread Jason Weisberger
As he said in the previous message, there are almost never changelogs for
microcode updates.

I do, however, have to disagree with *never* disabling microcode updates.
If I recall properly, the AMD Phenom II 720 was able to be unlocked to 4
cores via a misconfiguration that enabled it with ACC.  AMD later corrected
this issue with a microcode update.  True, some motherboards worked around
that fix a different way, but if you had a first gen board with ACC support
you *had* to have the old microcode for it to work.  The update killed your
free core :)
On Jan 17, 2011 3:06 PM, meino.cra...@gmx.de wrote:
 Volker Armin Hemmann volkerar...@googlemail.com [11-01-17 20:16]:
 On Monday 17 January 2011 18:21:48 meino.cra...@gmx.de wrote:
  Hi,
 
  I have two questions:
 
  1) Do I have to enable microcode updates in the BIOS of my Crosshair
  IV Formula to activate microcodes push in the CPU by the module
  microcode ? (AMD Phenom X6 1090T)
 

 you ALWAYS have to activate that! This way the bios updates the microcode
with
 the latest version it is carrying around. Not activating that option is
 really, really stupid. For many reasons. It is also (almost) completely
 unrelated to that blob.

 That blob is for the OS so you can upload an even more recent version of
 microcode. In case your bios sucks. For example.

  2) Does anyone know, what these microcodes do? They are fixes for...
  ...what?

 the CPU. All CPUs use microcode. For decades. Google, or go straight to
 wikipedia.
 http://en.wikipedia.org/wiki/Microcode


 Cool down. I know for waht microcodes are good for.

 My question means: What specific bugs/features of my CPU get fixed,
 when I use the microcde included in the recent microcode update???






Re: [gentoo-user] Microcode update AMD

2011-01-17 Thread Jason Weisberger
The word probably implies that you have no idea what the statistics were
on getting a perfectly good core were or why they disabled entire batches of
cores based on an error from one.

You are just overdriving your point.  If he doesn't want to enable updation
of microcode, it won't hurt anything.  If it was functioning fine before, it
will also be fine without an update.  There is nothing wrong with keeping
the version of code that is stable for you.  It isn't stupid, its a good
rule of thumb.  If it isn't broken, don't fix it.
On Jan 17, 2011 4:15 PM, Volker Armin Hemmann volkerar...@googlemail.com
wrote:
 On Monday 17 January 2011 15:13:54 Jason Weisberger wrote:
 As he said in the previous message, there are almost never changelogs for
 microcode updates.

 I do, however, have to disagree with *never* disabling microcode updates.
 If I recall properly, the AMD Phenom II 720 was able to be unlocked to 4
 cores via a misconfiguration that enabled it with ACC. AMD later
corrected
 this issue with a microcode update. True, some motherboards worked around
 that fix a different way, but if you had a first gen board with ACC
support
 you *had* to have the old microcode for it to work. The update killed
your
 free core :)

 a 'free core' that is probably broken in mysterious and hard to find but
 nonetheless very dangerous ways. Thanks.




Re: [gentoo-user] modem problem : Speedstream vs Zoom

2010-12-16 Thread Jason Weisberger
I second that.  Gentoo probably isn't working because you have a custom
pppoe networking configuration.  The others are built with a standard dhcp
configuration.  Wipe your custom stuff and all will be well.
On Dec 16, 2010 6:29 PM, Paul Hartman
paul.hartman+gen...@gmail.compaul.hartman%2bgen...@gmail.com
wrote:
 On Thu, Dec 16, 2010 at 4:27 PM, Philip Webb purs...@ca.inter.net wrote:
 I've run into a bizarre problem with broadband  modems.

 Both Mandriva  my Gentoo use Kernel 2.6.33  I've recompiled the kernel
 to include all the various PPP-related drivers Mandriva compiles as
modules
 (I have them as part of the actual kernel via 'Y', not as modules);
 I've also recompiled Gentoo pkgs 'ppp baselayout sysvinit';
 I've also tried copying options from Mandriva files in  /etc/ppp/
 to similar files in Gentoo, though they use the older Rp-pppoe approach.
 Still the same line in 'daemon.log' : timeout waiting for PADO packets,
 unable to complete PPPoE discovery.

 If it's a modem+router combo, do you need to worry about PPPoE at all
 on your computer anymore? I think typically the router would take care
 of that for you, and all your PC does is get a DHCP address (NAT) from
 the router and is done with it, at least that's how all the ones I've
 seen behave (unless you've intentially disabled the router part and
 are using your PC as the router or are going routerless). Just
 throwing it out there. :)



Re: [gentoo-user] Somewhat OT. Building a rig. Want to get opinions before spending $$$

2010-11-26 Thread Jason Weisberger
Couple of things to note:

The geforce 210 is not even powerful enough to do 1080p blueray playback.
Might want to consider a minor upgrade if you are going to do anything
entertainment-wise on this system.

Consider doing the ddr 3 system for longevity.  If you do end up getting the
ddr 2 motherboard and ram, the AM3 socket 945 x4 will fit in and run with
the AM2+ board, however AM3 and ddr3 are the current standards and at least
the next generation of amd processors should be backwards compatible with
that socket.

Also, I do slightly disagree with the previous author recommending an 800
watt psu with the configurations you posted.  That wattage should be
recommended for a bleeding edge single gpu system and a bleeding edge
processor.  500-600 should be enough for your needs as long as it's a
quality part.
On Nov 26, 2010 4:33 PM, Dale rdalek1...@gmail.com wrote:
 I'm planning to build a new rig. My current rig is about 7 or 8 years
 old now and it needs to be updated. Current rig is AMD 2500+ with 2Gbs
 of ram and a Abit NF7 v2.0 mobo. Couple hard drives too.

 New build #1 with links and all.

 http://www.newegg.com/Product/Product.aspx?Item=N82E1689160

 COOLER MASTER HAF 932 RC-932-KKN1-GP Black case. I included this
 because of the rather LARGE CPU heatsink that is going to be listed
 later. I did a google image search and saw it in other rigs so it
 should fit in there.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16813130265

 MSI 790XT-G45 AM3/AM2+/AM2 AMD 790X motherboard. It's not the latest
 but it is a OK mobo.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16814125296

 GIGABYTE GV-N210OC-512I GeForce 210 512MB 64-bit GDDR2 PCI Express 2.0
 x16 HDCP video card. I don't do gaming. Actually, my old FX-5200 does
 pretty well but won't fit in the new mobo. I really don't need a super
 fast video card here.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16817153116

 Thermaltake TR2 TRX-650M 650W ATX 12V v2.3 / EPS 12V Power supply. I
 like this brand and would like to stay with this but if the price is
 right, I could be tempted to change my mind. My biggest question on
 this, can this handle this mobo, CPU, video card and 3 to 4 drives
 including a DVD burner?

 http://www.newegg.com/Product/Product.aspx?Item=N82E16819103644

 AMD Phenom II X4 940 Black Edition Deneb 3.0GHz 4 x 512KB L2 Cache 6MB
 L3 Cache Socket AM2+ 125W Quad-Core Processor. From the searches I did,
 this should fit this mobo fine. Agree?

 http://www.newegg.com/Product/Product.aspx?Item=N82E16820104073

 Kingston HyperX 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 1066 Desktop
 Memory. I have used this brand before with not one problem. Like
 before, if the price is right, I could change this.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16835118056

 ZALMAN CNPS10X FLEX CPU Cooler. This thing got good reviews and it is
 not priced to high. According to the searches I have done this will fit
 the mobo/CPU and should fit in the case. Any disagreements on this?

 This is build #2:

 I'll be using the same case, power supply, video card etc so I won't
 list them all twice. Just listing the things that have to be changed.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16813128431

 GIGABYTE GA-770T-USB3 AM3 AMD 770 USB 3.0 ATX AMD Motherboard. The only
 thing I don't like about this is that it doesn't have a com port for my
 UPS. I guess a adapter will be found somewhere.

 http://www.newegg.com/Product/Product.aspx?Item=N82E16819103675

 AMD Phenom II X4 945 Deneb 3.0GHz 4 x 512KB L2 Cache 6MB L3 Cache Socket
 AM3 125W Quad-Core Processor. This should fit the mobo according to the
 website. Agree?

 http://www.newegg.com/Product/Product.aspx?Item=N82E16820148325

 Crucial Ballistix 4GB (2 x 2GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800)
 Desktop Memory. According to newegg this fits the mobo. Agree?

 I only plan to build one or the other not both. I would like to make
 sure everything should fit fine but I would also like to get a opinion.
 I would like a opinion on whether build #2 would be better in the long
 run? It appears to be a bit faster although the price is not much
 different. Build #1 is $611.92. Build #2 is $637.92. That doesn't
 include shipping but a lot of the items have free shipping anyway.
 Basically, I need this to last me several years since I can't afford to
 rebuild every few years. Also, one reason for the HUGE CPU cooler, I
 run folding in the winter. Helps heat the place up a bit. lol My
 current rig with a Volcano 12 runs at about 90F at full load. I would
 like to run pretty close to that since it just makes the CPU last longer.

 I'm open to ideas, discussion, problems and opinions. I mostly want to
 make sure each build will work and which I should build.

 Thanks for your time and replies. If you need more info, let me know.

 Dale

 :-) :-)



Re: [gentoo-user] Something in PHP has killed Apache2

2010-10-15 Thread Jason Carson
  I ran revdep-rebuild -library=mysql.so  but this returned with no
 problems :(

Try running revdep-rebuild without -library=mysql.so

I had problem a few weeks ago when I updated PHP and running
revdep-rebuild without any options fixed it.




Re: [gentoo-user] Gentoo 32bit-64bit: How?

2010-09-06 Thread Jason Carson
Check out this, it should answer most of your questions...

http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#perfup

 Hi,

 My box is a working and fully configured Gentoo system, which is
 uptodate.

 For the sake of being able to address more RAM and for more
 calculation power (mainly for rendering purposes) I want to
 migrate to 64bit.

 I googled for some tutorial but found nothing appropiate (one post
 asked for the downtime to be expected while migrating a server --
 something which not applies to me...).

 My questions are:
 1) Is there a performance gain, when migrating to 64bit if the
target applications supports 64bit?
 2) Is it possible - if( true ){  how(); } - to simply
convert a 32bit system to 64 bit.
Simply in my case means: Simpler ways than starting right
from the bare metal of a virgin harddisk and doing the same
stuff I did for the current system again... ;)
 3) Is there some tutorial, which show me the path to go?

 Thank you very much in advance for any help!

 Best regards,
 mcc











Re: [gentoo-user] xorg.conf (HDMI vs DVI-D)

2010-08-27 Thread Jason Carson
 Hello,

 We'll I've got a new samsung monitor 2333HD-1
 that is verified 1920x1080.

 Finally, I got it working on a dvi-d-2-dvi-d video cable
 with no problems...(minimal xorg.conf) and ati-drivers.


 OK, so I switch to a DVI-Don video card to HDMI
 on the monitor and it comes in, but the bottom and sides
 are missing.

Can you set overscan to 0% in the ATI Catalyst Control Center. Does that
make a difference?


 OK so I found this thread that I'm guessing is
 on the mark:
 http://www.phoronix.com/forums/showthread.php?t=23826

 But, I'm a little bit 'chicken' with xorg.conf, not
 to mention messing with the dot clock et al...
 CLUCK  CLUCK  CLUCK

 Anyone want to venture a guess about the display settings,
 suggested in the link? that I should use? A better way?

 Here's the (example) math I use to use:
 #   DisplaySize 426 266
 # width  = (1680pix  / 100pix/in) x [25.4mm/in] =  427 -- 426
 # hieght = (1050pix  / 100pix/in) x [25.4mm/in] =  267 -- 266


 Here is what's working with the dvi-dvi cable:

 Section Monitor
 Identifier   aticonfig-Monitor[0]-0
 Option  VendorName ATI Proprietary Driver
 Option  ModelName Generic Autodetecting Monitor
 Option  DPMS true
 HorizSync30-81
 VertRefresh  56-75
 EndSection

 Section Device
 Identifier  aticonfig-Device[0]-0
 Driver  fglrx
 BusID   PCI:2:0:0
 #   Option  XAANoOffscreenPixmaps true
 EndSection

 Section Screen
 Identifier aticonfig-Screen[0]-0
 Device aticonfig-Device[0]-0
 Monitoraticonfig-Monitor[0]-0
 DefaultDepth 24
 SubSection Display
 Viewport  0 0
 Depth 24
 Modes1920x1080 1680x1050 1280x1024 1024x768
 EndSubSection
 EndSection









Re: [gentoo-user] SPF sendmail: howto?

2010-07-21 Thread Jason Carson
To enable SPF on outgoing mail all you have to do is create a SPF record
and put it in your /var/bind/domain.tld.hosts file, assuming your using
Bind.

That's all I did and when I send email to Google its says...

Received-SPF: pass (google.com: domain of ja...@jasoncarson.ca designates
69.196.152.151 as permitted sender) client-ip=69.196.152.151;

I use Postfix and recommend you switch. If you want to filter incoming
mail with SPF then you have to configure some stuff in the
/etc/postfix/main.cf and /etc/postfix/master.cf files. Google it for the
way to do it.

 Hi,

 I would like to integrate Sender Policy Framework (SPF) with my
 MTA (sendmail), but can not find any documentation for dealing
 with SPF, Sendmail  Gentoo.

 I could install mail-filter/libspf2, but how can I make sendmail
 use it? There are milters for SenderID, DKIM, or DK in portage
 tree, but nothing for SPF...

 Jarry

 --
 ___
 This mailbox accepts e-mails only from selected mailing-lists!
 Everything else is considered to be spam and therefore deleted.







Re: [gentoo-user] Receiving mail from crontab

2010-05-04 Thread Jason Dusek
2010/05/04 Mick michaelkintz...@gmail.com:
   Cron r...@mylaptop test -x /usr/sbin/run-crons  /usr/sbin/run-crons

 I am not sure what this test -x part represents?

  The `test -x ffile' part means Test that file is executable.
  and, implicitly, tests that the file exists. Sorry not to be more
  helpful.

--
Jason Dusek
Linux User #510144 | http://counter.li.org/



[gentoo-user] Kernel upgrade and now LUKS failure.

2010-05-03 Thread Jason Dusek
  I have an encrypted block device, `/dev/sda2', which is
  mounted as my root filesystem. I recently installed this
  system -- I've been away from Gentoo for awhile -- and used
  gentoo sources 2.6.31-r6. When the kernel upgrade rolled
  around, to 2.6.32-r7, I installed and rebooted and then my
  passphrase didn't work anymore. The error message:

Command failed: No key available with this passphrase.

  However, rebooting with my old kernel works fine so I'm not
  sure what the problem is. Could it be a different version of
  `cryptsetup'? When the device can't be opened on boot, I have
  the option to drop to a shell. I try to run `cryptsetup' and I
  get the same error -- so maybe that's my problem? Would
  different versions of `cryptsetup' be incompatible with
  devices encrypted by older versions? That seems brittle and
  dangerous to me.

--
Jason Dusek



[gentoo-user] Native vs Core2

2009-12-16 Thread Jason Carson
Hey everyone,

This guy (http://forums.gentoo.org/viewtopic-t-806844.html#6097354) says
that -march=native and -march=core2 differ. Which one do I choose for my
Core i5 CPU?




Re: [gentoo-user] P55 Chipset Support

2009-11-23 Thread Jason Carson
 Jason Carson wrote:
 Hello everyone,

 I am considering upgrading to a 64 bit CPU but haven't decided on what I
 am going to buy. One of the motherboards I am looking at has a P55
 chipset
 so my question is will the P55 chipset work with Gentoo? If so where in
 menuconfig do I configure this?

 Thanks



 How about a link to the mobo.  I been googling but p55 is also a network
 card or something.  Sort of hard to weed them out.

 Dale

 :-)  :-)


It's the ASRock P55 Deluxe...

http://www.asrock.com/MB/overview.asp?Model=P55%20Deluxe




Re: [gentoo-user] P55 Chipset Support

2009-11-23 Thread Jason Carson
 Jason Carson wrote:
 Jason Carson wrote:

 Hello everyone,

 I am considering upgrading to a 64 bit CPU but haven't decided on what
 I
 am going to buy. One of the motherboards I am looking at has a P55
 chipset
 so my question is will the P55 chipset work with Gentoo? If so where
 in
 menuconfig do I configure this?

 Thanks



 How about a link to the mobo.  I been googling but p55 is also a
 network
 card or something.  Sort of hard to weed them out.

 Dale

 :-)  :-)



 It's the ASRock P55 Deluxe...

 http://www.asrock.com/MB/overview.asp?Model=P55%20Deluxe





 I found this so far.

 http://www.phoronix.com/scan.php?page=articleitem=intel_p55num=4

 It appears to work.  Still looking for the drivers tho.  I have never
 had a Intel that I know of.  Sort of poking in the dark here.  Since it
 appears to be working, it may be that you will have to boot the CD and
 do a lspci -k to see what the CD is using.

 Dale

 :-)  :-)


Thanks for that link. The preview concluded At the end of the day, the
Intel platform will run fine under Linux, but there's a few hiccups right
now which is fine because I won't be upgrading for another month so
hopefully all the problems will be fixed by them.




[gentoo-user] P55 Chipset Support

2009-11-22 Thread Jason Carson
Hello everyone,

I am considering upgrading to a 64 bit CPU but haven't decided on what I
am going to buy. One of the motherboards I am looking at has a P55 chipset
so my question is will the P55 chipset work with Gentoo? If so where in
menuconfig do I configure this?

Thanks




[gentoo-user] Re: Idle Process Scheduling

2009-06-14 Thread Jason Lynch
On Sat, 13 Jun 2009 23:39:52 +0200, Sascha Hlusiak wrote:
 How do you know how many processes are running? What does 'top' say
 about CPU usage and load? Maybe dnetc has two threads, which can each
 occupy a core, so you have still 4 threads that are running, in 3
 processes. You still should get a load of 5 or higher.
 You don't have a lot of IO load, do you?

Technically, in the scenario I described, I only have two processes, as 
dnetc is running with four threads. To simplify the situation, I created 
a simple Python script that does nothing other than loop indefinitely. I 
then start four separate nice 19 copies of it in four separate terminals. 
At this point, top reports that each CPU is almost entirely executing 
niced code. Load average is a little bit above 4, as expected.

At this point, I leave these four copies running, and execute a fifth 
copy without nicing it, so it ends up with a nice value of 0. At this 
point, cpu0 is executing almost 100% user. cpu2 and cpu3 are executing 
almost 100% nice. Finally, cpu1 is almost 100% idle. (The actual CPU 
numbering seems to shift around every so often.)

Thus, I have five processes, four at nice 19, one at nice 0, a load 
average of just over 5, but only 3 out of the 4 cores are actually doing 
anything. 




[gentoo-user] Idle Process Scheduling

2009-06-12 Thread Jason Lynch
I'm having a strange problem on my Q6600 that cropped up starting with 
the 2.6.29 series of the kernel, and is still present in 2.6.30.

Essentially, at all times, I have four nice 19 processes running, which 
for the sake of this post, we'll call dnetc. All four cores are 
utilized. At this point, if I start another CPU-bound process that isn't 
niced, it begins to take up an entire core. This is expected. What isn't 
expected, however, is that another core begins idling inexplicably. As a 
result, despite 5 processes currently available to run, only 3 are 
actually running at any given time (the non-niced process, and two 
instances of dnetc).

I have no idea where to begin diagnosing this, so if anyone has any 
pointers or knows anything, I'd like to hear about it. I've done numerous 
searches of mailing lists, bug trackers, etc., but haven't found 
anything. Maybe I just can't find the right keywords.




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-10 Thread Jason Carson
 Jason Carson schrieb:
 Thanks for the clarification Norman :-)

 ok, I removed net.wlan0 so it doesn't start up anymore. My computer
 booted
 up and all the services are working the way they should, however I am
 having a problem getting hostapd to start. Here is the error I get when
 I
 tried to start up hostapd...

 penguin ~ # /etc/init.d/hostapd start
 * Bringing up interface wlan0
 *   Configuring wireless network for wlan0
 *   Scanning for access points
 * no access points found
 *   Failed to configure wireless for wlan0
 * ERROR: net.wlan0 failed to start
 * ERROR: cannot start hostapd as net.wlan0 would not start

 It's suppose to be an access point, not scanning for one so do you have
 any idea what I should do now?



 Did you remove wlan0 from the /etc/conf.d/hostapd file?


No, should I just leave it empty?
INTERFACES=

What about /etc/hostapd/hostapd.conf?
Do I leave it like this...
interface=wlan0
...or remove that line too?




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-10 Thread Jason Carson
 Jason Carson schrieb:
 Jason Carson schrieb:

 Thanks for the clarification Norman :-)

 ok, I removed net.wlan0 so it doesn't start up anymore. My computer
 booted
 up and all the services are working the way they should, however I am
 having a problem getting hostapd to start. Here is the error I get
 when
 I
 tried to start up hostapd...

 penguin ~ # /etc/init.d/hostapd start
 * Bringing up interface wlan0
 *   Configuring wireless network for wlan0
 *   Scanning for access points
 * no access points found
 *   Failed to configure wireless for wlan0
 * ERROR: net.wlan0 failed to start
 * ERROR: cannot start hostapd as net.wlan0 would not start

 It's suppose to be an access point, not scanning for one so do you
 have
 any idea what I should do now?




 Did you remove wlan0 from the /etc/conf.d/hostapd file?



 No, should I just leave it empty?
 INTERFACES=

 What about /etc/hostapd/hostapd.conf?
 Do I leave it like this...
 interface=wlan0
 ...or remove that line too?


 INTERFACES should at least contain the bridge device. The wired NIC does
 not hurt either.
 In /etc/hostapd/hostapd.conf wlan0 is needed to tell hostapd which
 device it has to initialize, so leave it like this.


Alright, I have done everything you have suggested but when hostapd tries
to start I am getting this error...

penguin ~ # /etc/init.d/hostapd start
* Starting hostapd...
Configuration file: /etc/hostapd/hostapd.conf
Failed to set interface wlan0 to master mode.
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=5 eloop_data=0x80f1a38 user_data=(nil)
handler=0x8091790
* start-stop-daemon: failed to start `/usr/sbin/hostapd'  
   [ !! ]
* ERROR: hostapd failed to start

Do you have any idea why this is happening?




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-10 Thread Jason Carson
 Jason Carson schrieb:
 Jason Carson schrieb:

 Alright, I have done everything you have suggested but when hostapd
 tries
 to start I am getting this error...

 penguin ~ # /etc/init.d/hostapd start
 * Starting hostapd...
 Configuration file: /etc/hostapd/hostapd.conf
 Failed to set interface wlan0 to master mode.
 nl80211 driver initialization failed.
 ELOOP: remaining socket: sock=5 eloop_data=0x80f1a38 user_data=(nil)
 handler=0x8091790
 * start-stop-daemon: failed to start `/usr/sbin/hostapd'
[ !! ]
 * ERROR: hostapd failed to start

 Do you have any idea why this is happening?




 Not quite...
 What kernelsettings do you activate for you wlan?



 I used the kernel settings mentioned here...
 http://linuxwireless.org/en/users/Drivers/ath5k#Enabling_ath5k
 ...but I built everything directly into the kernel, NOT as modules.

 I have attached my .config to this email so you can see if I am missing
 anything.
 I also activated

 CONFIG_HOSTAP=y
 CONFIG_HOSTAP_FIRMWARE=y
 CONFIG_HOSTAP_FIRMWARE_NVRAM=y

 but i think i found the real reason.
 I checked the 2.6.29.x ath5k base.c and found, that the AP code is still
 dormant.
 You need to apply this patch:

 --- linux-2.6.29/drivers/net/wireless/ath5k/base.c  2009-02-10
 06:11:43.186470883 +0100
 +++ linux-2.6.29/drivers/net/wireless/ath5k/base.c.old
 2008-11-14 09:36:40.0 +0100
 @@ -522,6 +501,7 @@
hw-wiphy-interface_modes =
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC) |
 +   BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_MESH_POINT);

hw-extra_tx_headroom = 2;

 Open the file
 /usr/src/linux-yourversion/drivers/net/wireless/ath5k/base.c, search for

 hw-wiphy-interface_modes

 and the apply the line

 BIT(NL80211_IFTYPE_AP) |

 between these lines.
 Rebuild and install the kernel.

 Background: The AP code is there, but it is not activated yet. This line
 activates it.
 I thought newer 2.6.29er kernels do not have this restriction, so i did
 not think of this, but apparently they do.


That did the trick. I applied that line, rebuilt  installed the kernel,
rebooted and hostapd loaded without any errors.

Thanks you very much for your help :-)




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson
 On Tuesday 09 June 2009, Jason Carson wrote:
 Greetings,

 I am trying to setup a wireless access point using the atheros kernel
 driver (Built into the kernel, not as a module). I am using
 Vanilla-Sources 2.6.29.4. I need my wireless network card to start up in
 master mode but for some reason it is starting up in managed mode.


 When wlan0 starts up I get this error message...


 * Bringing up interface wlan0
 *configuring wireless network for wlan0
 Error for wireless request Set Mode (8B06) :
SET failed on device wlan0 ; invalid argument.
 *wlan0 connected to SSID MyNetwork
 *in managed mode (WEP Disabled)
 *  null...[ ok ]


 then when hostapd starts up I get this error message...


 * Starting hostapd...
 Configuration file: /etc/hostapd/hostapd.conf
 Failed to set interface wlan0 to master mode.
 nl80211 driver initialization failed.
 ELOOP: remaining socket: sock=5 eloop_data=0x80f5a38 user_data=(nil)
 handler=0x8094b70
 * start-stop-daemon: failed to start `/usr/sbin/hostapd'
  [ !! ]
 * ERROR: hostapd failed to start


 Here is my /etc/conf.d/net


 config_eth0=69.196.152.151 netmask 255.255.255.0 broadcast
 69.196.152.255
 config_eth1=null
 config_wlan0=null
 bridge_br0=eth1 wlan0
 config_br0=192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255
 channel_wlan0=1
 mode_wlan0=master
 essid_wlan0=MyNetwork


 Here is my hostapd.conf


 interface=wlan0
 bridge=br0
 driver=nl80211
 ssid=MyNetwork
 hw_mode=g
 channel=1
 macaddr_acl=0
 auth_algs=1
 ignore_broadcast_ssid=0
 country_code=CA
 wpa=1
 wpa_passphrase=passphrase
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=TKIP
 rsn_pairwise=CCMP


 Anyone know how to change my wireless card to master mode and make it
 so
 I don't get those error messages?


 Thanks


 P.S. I have everything working with madwifi and an older kernel so worst
 case scenario I stay with that configuration until I get this problem
 figured out.

 Should you also define in your /etc/conf.d/net the driver?

modules=( wpa_supplicant )
wpa_supplicant_wlan0=-Dwext

 (but I'm not sure of the options because I have never set up the card as
 master with hostapd).

 HTH.
 --
 Regards,
 Mick

Maybe, I don't know. I thought wpa_supplicant was for clients not wireless
access points. I am currently running the madwifi driver and an older
kernel. I am not using wpa_supplicant and it works fine as a access point.




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson
 Jason Carson wrote:
 Hey all,

 I think I might know the problem. After doing some reading apparently
 many
 distrutions, including Gentoo, don't ship hostapd with support for the
 nl80211 driver. I checked the Gentoo tarball and this is the case. I
 tried
 editing the defconfig file in hostapd.tar.gz (enabling
 CONFIG_DRIVER_NL80211=y)but when I opened the tarball, edited it, and
 created a new tarball then tried to emerge it it gave me this...


 penguin distfiles # emerge hostapd
 Calculating dependencies... done!


 Verifying ebuild manifests



 Emerging (1 of 1) net-wireless/hostapd-0.6.9

 Refetching... File renamed to
 '/usr/portage/distfiles/hostapd-0.6.9.tar.gz._checksum_failure_.70f9W1'


 ...and then wanted to download hostapd again.

 Anyone know how I edit the source of the hostapd tarball so it will
 work?



 What it is doing is correct.  The package has been changed and portage
 doesn't know if you did it or some random hacker.  That said, man ebuild
 and check out the manifest section.  I have never done this but maybe it
 will make sense to you.

 Also, I think emerge used to have the --digest option.  Basically it
 tells emerge to skip checking the digest.  I didn't see it in the man
 page so it may not be there anymore.

 Dale

 :-)  :-)


H, I tried emerging hostapd normally and I noticed this...

 * Enabling Wi-Fi Protected Setup support
 * Enabling drivers:
 *   HostAP driver enabled
 *   Wired driver enabled
 *   Prism54 driver enabled
 *   Madwifi driver enabled
 *   nl80211 driver enabled

...which says that nl80211 is enabled, yet the defconfig file in the tar
ball shows this line commented out so I am confused as to how I fix my
problem...

#CONFIG_DRIVER_NL80211=y






Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson
 Jason Carson schrieb:
 Greetings,

 I am trying to setup a wireless access point using the atheros kernel
 driver (Built into the kernel, not as a module). I am using
 Vanilla-Sources 2.6.29.4. I need my wireless network card to start up in
 master mode but for some reason it is starting up in managed mode.


 When wlan0 starts up I get this error message...


 * Bringing up interface wlan0
 *configuring wireless network for wlan0
 Error for wireless request Set Mode (8B06) :
SET failed on device wlan0 ; invalid argument.
 *wlan0 connected to SSID MyNetwork
 *in managed mode (WEP Disabled)
 *  null...[ ok ]


 then when hostapd starts up I get this error message...


 * Starting hostapd...
 Configuration file: /etc/hostapd/hostapd.conf
 Failed to set interface wlan0 to master mode.
 nl80211 driver initialization failed.
 ELOOP: remaining socket: sock=5 eloop_data=0x80f5a38 user_data=(nil)
 handler=0x8094b70
 * start-stop-daemon: failed to start `/usr/sbin/hostapd'
  [ !! ]
 * ERROR: hostapd failed to start


 Here is my /etc/conf.d/net


 config_eth0=69.196.152.151 netmask 255.255.255.0 broadcast
 69.196.152.255
 config_eth1=null
 config_wlan0=null
 bridge_br0=eth1 wlan0
 config_br0=192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255
 channel_wlan0=1
 mode_wlan0=master
 essid_wlan0=MyNetwork


 Here is my hostapd.conf


 interface=wlan0
 bridge=br0
 driver=nl80211
 ssid=MyNetwork
 hw_mode=g
 channel=1
 macaddr_acl=0
 auth_algs=1
 ignore_broadcast_ssid=0
 country_code=CA
 wpa=1
 wpa_passphrase=passphrase
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=TKIP
 rsn_pairwise=CCMP


 Anyone know how to change my wireless card to master mode and make it
 so
 I don't get those error messages?


 Thanks


 P.S. I have everything working with madwifi and an older kernel so worst
 case scenario I stay with that configuration until I get this problem
 figured out.



 Hello,

 do _NOT_ initialize the master mode of your nic with the rc-script. Let
 hostapd do that. rc-script will fail!
 So your /etc/conf.d/net would look like this:

 config_eth0=69.196.152.151 netmask 255.255.255.0 broadcast
 69.196.152.255
 config_eth1=null
 config_wlan0=null
 bridge_br0=eth1 wlan0
 config_br0=192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255



 Regards Norman



Hey Norman,

I tried changing my /etc/conf.d/net to what you suggested but it resulted
in the following errors...

*Bringing up interface wlan0
* Configuring wireless network for wlan0
* Scanning for access points
*no access points found
* Failed to configure wireless for wlan0

Then because wlan0 wouldn't start I got a bunch of errors like...

* Error: cannot start named as net.wlan0 would not start
* Error: cannot start sshd as net.wlan0 would not start
* Error: cannot start apache2 as net.wlan0 would not start
etc...






Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson

 On 9 Jun 2009, at 08:15, Jason Carson wrote:
 H, I tried emerging hostapd normally and I noticed this...

 * Enabling Wi-Fi Protected Setup support
 * Enabling drivers:
 *   HostAP driver enabled
 *   Wired driver enabled
 *   Prism54 driver enabled
 *   Madwifi driver enabled
 *   nl80211 driver enabled

 ...which says that nl80211 is enabled, yet the defconfig file in the
 tar
 ball shows this line commented out so I am confused as to how I fix my
 problem...

 #CONFIG_DRIVER_NL80211=y

 In my experience this notation will be used to suggest the default.

 I.E. if there's no entry for CONFIG_DRIVER_NL80211 (or it's commented
 out) then the option will be enabled by default.

 If the config file said
 #CONFIG_DRIVER_NL80211=n
 then I would tend to assume that the option will be disabled by
 default, and that this line needs uncommenting and changing in order
 to enable it.

 I can't say that everyone uses this convention, or even that I've ever
 read it stated, but
 1) if I look at /etc/ssh/sshd_config, for example, all the options
 that I've set myself are lines I've had to uncomment AND change.
 2) the compiler / build tool says it's building your module, anyway.
 Who cares what the config file says?

 Stroller.



ok, I guess it is enabled then. I wonder why its not working.




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson

 On 9 Jun 2009, at 08:15, Jason Carson wrote:
 H, I tried emerging hostapd normally and I noticed this...

 * Enabling Wi-Fi Protected Setup support
 * Enabling drivers:
 *   HostAP driver enabled
 *   Wired driver enabled
 *   Prism54 driver enabled
 *   Madwifi driver enabled
 *   nl80211 driver enabled

 ...which says that nl80211 is enabled, yet the defconfig file in the
 tar
 ball shows this line commented out so I am confused as to how I fix my
 problem...

 #CONFIG_DRIVER_NL80211=y

 In my experience this notation will be used to suggest the default.

 I.E. if there's no entry for CONFIG_DRIVER_NL80211 (or it's commented
 out) then the option will be enabled by default.

 If the config file said
 #CONFIG_DRIVER_NL80211=n
 then I would tend to assume that the option will be disabled by
 default, and that this line needs uncommenting and changing in order
 to enable it.

 I can't say that everyone uses this convention, or even that I've ever
 read it stated, but
 1) if I look at /etc/ssh/sshd_config, for example, all the options
 that I've set myself are lines I've had to uncomment AND change.
 2) the compiler / build tool says it's building your module, anyway.
 Who cares what the config file says?

 Stroller.



 ok, I guess it is enabled then. I wonder why its not working.



I came across this...

http://wireless.kernel.org/en/users/Documentation/hostapd?action=showredirect=RTFM-AP

and it says...

Now find this line:

#CONFIG_DRIVER_NL80211=y

and uncomment it by removing the '#' sign. Repeat for other settings that
you may be interested in. The basic configuration, with only this line
uncommented is enough to get hostapd up and running with WPA/WPA2
authentication and encryption.

...so I don't know what to believe anymore lol :-)




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-09 Thread Jason Carson
 Jason Carson schrieb:
 Hey Norman,

 I tried changing my /etc/conf.d/net to what you suggested but it
 resulted
 in the following errors...

 *Bringing up interface wlan0
 * Configuring wireless network for wlan0
 * Scanning for access points
 *no access points found
 * Failed to configure wireless for wlan0

 Then because wlan0 wouldn't start I got a bunch of errors like...

 * Error: cannot start named as net.wlan0 would not start
 * Error: cannot start sshd as net.wlan0 would not start
 * Error: cannot start apache2 as net.wlan0 would not start
 etc...





 This is still rc-script output... do not use the rc-script. Do not start
 it!
 Your errors would be, because you have to detach these services from
 wlan0 and let them use the bridge.

 Here is some output from my box:

 mimir ~ # rc-update -s -v | grep net
local |  default nonetwork
  net.br0 |  default
 net.eth0 |  default
   net.lo | boot
 netmount |  default
 mimir ~ # ifconfig wlan0
 wlan0 Protokoll:Ethernet  Hardware Adresse 00:80:48:5e:57:3d
   inet6 Adresse: fe80::280:48ff:fe5e:573d/64
 Gültigkeitsbereich:Verbindung
   UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
   RX packets:48 errors:0 dropped:0 overruns:0 frame:0
   TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
   Kollisionen:0 Sendewarteschlangenlänge:1000
   RX bytes:7344 (7.1 KiB)  TX bytes:14190 (13.8 KiB)

 mimir ~ # ls /etc/init.d/net.*
 /etc/init.d/net.br0  /etc/init.d/net.eth0  /etc/init.d/net.lo

 As you can see, there is no rc-script on wlan, but it is initialized an
 running in AP mode.

 Regards
 Norman



Thanks for the clarification Norman :-)

ok, I removed net.wlan0 so it doesn't start up anymore. My computer booted
up and all the services are working the way they should, however I am
having a problem getting hostapd to start. Here is the error I get when I
tried to start up hostapd...

penguin ~ # /etc/init.d/hostapd start
* Bringing up interface wlan0
*   Configuring wireless network for wlan0
*   Scanning for access points
* no access points found
*   Failed to configure wireless for wlan0
* ERROR: net.wlan0 failed to start
* ERROR: cannot start hostapd as net.wlan0 would not start

It's suppose to be an access point, not scanning for one so do you have
any idea what I should do now?




[gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-08 Thread Jason Carson
Greetings,

I am trying to setup a wireless access point using the atheros kernel
driver (Built into the kernel, not as a module). I am using
Vanilla-Sources 2.6.29.4. I need my wireless network card to start up in
master mode but for some reason it is starting up in managed mode.


When wlan0 starts up I get this error message...


* Bringing up interface wlan0
*configuring wireless network for wlan0
Error for wireless request Set Mode (8B06) :
   SET failed on device wlan0 ; invalid argument.
*wlan0 connected to SSID MyNetwork
*in managed mode (WEP Disabled)
*  null...[ ok ]


then when hostapd starts up I get this error message...


* Starting hostapd...
Configuration file: /etc/hostapd/hostapd.conf
Failed to set interface wlan0 to master mode.
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=5 eloop_data=0x80f5a38 user_data=(nil)
handler=0x8094b70
* start-stop-daemon: failed to start `/usr/sbin/hostapd'  
 [ !! ]
* ERROR: hostapd failed to start


Here is my /etc/conf.d/net


config_eth0=69.196.152.151 netmask 255.255.255.0 broadcast 69.196.152.255
config_eth1=null
config_wlan0=null
bridge_br0=eth1 wlan0
config_br0=192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255
channel_wlan0=1
mode_wlan0=master
essid_wlan0=MyNetwork


Here is my hostapd.conf


interface=wlan0
bridge=br0
driver=nl80211
ssid=MyNetwork
hw_mode=g
channel=1
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
country_code=CA
wpa=1
wpa_passphrase=passphrase
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP


Anyone know how to change my wireless card to master mode and make it so
I don't get those error messages?


Thanks


P.S. I have everything working with madwifi and an older kernel so worst
case scenario I stay with that configuration until I get this problem
figured out.




Re: [gentoo-user] Atheros kernel driver and my wireless access point setup

2009-06-08 Thread Jason Carson
Hey all,

I think I might know the problem. After doing some reading apparently many
distrutions, including Gentoo, don't ship hostapd with support for the
nl80211 driver. I checked the Gentoo tarball and this is the case. I tried
editing the defconfig file in hostapd.tar.gz (enabling
CONFIG_DRIVER_NL80211=y)but when I opened the tarball, edited it, and
created a new tarball then tried to emerge it it gave me this...


penguin distfiles # emerge hostapd
Calculating dependencies... done!

 Verifying ebuild manifests

 Emerging (1 of 1) net-wireless/hostapd-0.6.9
Refetching... File renamed to
'/usr/portage/distfiles/hostapd-0.6.9.tar.gz._checksum_failure_.70f9W1'


...and then wanted to download hostapd again.

Anyone know how I edit the source of the hostapd tarball so it will work?

 Greetings,

 I am trying to setup a wireless access point using the atheros kernel
 driver (Built into the kernel, not as a module). I am using
 Vanilla-Sources 2.6.29.4. I need my wireless network card to start up in
 master mode but for some reason it is starting up in managed mode.


 When wlan0 starts up I get this error message...


 * Bringing up interface wlan0
 *configuring wireless network for wlan0
 Error for wireless request Set Mode (8B06) :
SET failed on device wlan0 ; invalid argument.
 *wlan0 connected to SSID MyNetwork
 *in managed mode (WEP Disabled)
 *  null...[ ok ]


 then when hostapd starts up I get this error message...


 * Starting hostapd...
 Configuration file: /etc/hostapd/hostapd.conf
 Failed to set interface wlan0 to master mode.
 nl80211 driver initialization failed.
 ELOOP: remaining socket: sock=5 eloop_data=0x80f5a38 user_data=(nil)
 handler=0x8094b70
 * start-stop-daemon: failed to start `/usr/sbin/hostapd'
  [ !! ]
 * ERROR: hostapd failed to start


 Here is my /etc/conf.d/net


 config_eth0=69.196.152.151 netmask 255.255.255.0 broadcast
 69.196.152.255
 config_eth1=null
 config_wlan0=null
 bridge_br0=eth1 wlan0
 config_br0=192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255
 channel_wlan0=1
 mode_wlan0=master
 essid_wlan0=MyNetwork


 Here is my hostapd.conf


 interface=wlan0
 bridge=br0
 driver=nl80211
 ssid=MyNetwork
 hw_mode=g
 channel=1
 macaddr_acl=0
 auth_algs=1
 ignore_broadcast_ssid=0
 country_code=CA
 wpa=1
 wpa_passphrase=passphrase
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=TKIP
 rsn_pairwise=CCMP


 Anyone know how to change my wireless card to master mode and make it so
 I don't get those error messages?


 Thanks


 P.S. I have everything working with madwifi and an older kernel so worst
 case scenario I stay with that configuration until I get this problem
 figured out.








Re: [gentoo-user] portage bug?

2009-05-17 Thread Jason Weisberger
From what I see, update newuse deep world is NOT pulling it back in.  That's
the bug.

On May 17, 2009 6:26 PM, Daniel Pielmeier daniel.pielme...@googlemail.com
wrote:

Daniel Iliev schrieb am 18.05.2009 00:16:

 Hi,Would anybody, please, confirm the following behavior before I
file a  report with B
What is the problem with this behavior. You unmerge yaml but it is
needed by Module-Build. What do you expect --depclean to do? If you run
emerge --update --newuse --deep world yaml would be pulled in again as
it is needed by Module-Build. --depclean only removes packages that have
now reverse dependencies which is not the case here.

--
Daniel Pielmeier


Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Jason Weisberger
You should have two different ethernet ports on that motherboard, the
primary one should use forcedeth, the secondary should use the new marvell
yukon phy driver, make sure those are compiled into your running kernel.

On Mar 18, 2009 2:41 PM, Neil Bothwick n...@digimed.co.uk wrote:

On Wed, 18 Mar 2009 19:35:14 +0100, Jarry wrote:  I have a strange problem
with my motherboard (nF...
Run lspci -k (or lspci -v) from the live CD to see which module it is
using.


--
Neil Bothwick

Those are my principles. If you don't like them I have others.


Re: [gentoo-user] a multi-process browser?

2009-02-14 Thread Jason Weisberger
An interesting project that has come up is called Crossover Chromium, which
is a specially packaged version of Chrome and Wine, but yeah in the meantime
Konqueror does a pretty good job even if it does render slightly differently
on my system.

On Feb 14, 2009 11:11 PM, Joshua Murphy poiso...@gmail.com wrote:

On Sat, Feb 14, 2009 at 10:57 PM, zhangwe...@realss.com wrote:  I always
wonder if I can run fi...
Google Chrome's another that has this wonderful feature... and doesn't
run on Linux (yet).

--
Poison [BLX]
Joshua M. Murphy


[gentoo-user] Trying to get Spamassassin Working

2009-01-24 Thread Jason Carson
Greetings,

I am trying to get Spamassassin working. I am following this guide...
http://www.hurring.com/scott/howto/postfix_spamd/

The configuration on that page is very minimalist and that's how I want to
start off. I can get progressively more complex as I learn more but I want
to keep it as simple as possible for now.

According to that guide I only need to add 5 lines to my
/etc/postfix/master.cf file

smtp inet n - - - - smtpd
-o content_filter=spamassassin

spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e
/usr/sbin/sendmail -oi -f ${sender} ${recipient}

okay, I will break it down one line at a time and state the problem with
that line.
---
1)This doesn't work...
smtp inet n - - - - smtpd

I need to use the default setting in the file...
smtp inet n - n - - smtpd
---
2)This doesn't work...
-o content_filter=spamassassin

My log says...
Jan 24 12:18:09 penguin postfix/master[11431]: fatal:
/etc/postfix/master.cf: line 24: bad transport type:
content_filter=spamassassin
---
3)I see no problems with this line...
spamassassin unix - n   n   -   -   pipe
---
4)This doesn't work...
user=nobody argv=/usr/bin/spamc -f -e

My log says...
Jan 24 12:21:41 penguin postfix/master[11770]: fatal:
/etc/postfix/master.cf: line 107: bad transport type: argv=/usr/bin/spamc
---
5)This doesn't work...
/usr/sbin/sendmail -oi -f ${sender} ${recipient}

My log says
Jan 24 12:23:31 penguin postfix/master[11919]: fatal:
/etc/postfix/master.cf: line 108: bad transport type: -oi
---

Anyone know what to do?





Re: [gentoo-user] Trying to get Spamassassin Working

2009-01-24 Thread Jason Carson
 Greetings,

 I am trying to get Spamassassin working. I am following this guide...
 http://www.hurring.com/scott/howto/postfix_spamd/

 The configuration on that page is very minimalist and that's how I want to
 start off. I can get progressively more complex as I learn more but I want
 to keep it as simple as possible for now.

 According to that guide I only need to add 5 lines to my
 /etc/postfix/master.cf file

ok, got it working, these two lines below need to be all one line...

 smtp inet n - - - - smtpd
 -o content_filter=spamassassin

These 3 lines below need to be all one line.

 spamassassin unix - n n - - pipe
 user=nobody argv=/usr/bin/spamc -f -e
 /usr/sbin/sendmail -oi -f ${sender} ${recipient}

 okay, I will break it down one line at a time and state the problem with
 that line.
 ---
 1)This doesn't work...
 smtp inet n - - - - smtpd

 I need to use the default setting in the file...
 smtp inet n - n - - smtpd
 ---
 2)This doesn't work...
 -o content_filter=spamassassin

 My log says...
 Jan 24 12:18:09 penguin postfix/master[11431]: fatal:
 /etc/postfix/master.cf: line 24: bad transport type:
 content_filter=spamassassin
 ---
 3)I see no problems with this line...
 spamassassin unix - n   n   -   -   pipe
 ---
 4)This doesn't work...
 user=nobody argv=/usr/bin/spamc -f -e

 My log says...
 Jan 24 12:21:41 penguin postfix/master[11770]: fatal:
 /etc/postfix/master.cf: line 107: bad transport type: argv=/usr/bin/spamc
 ---
 5)This doesn't work...
 /usr/sbin/sendmail -oi -f ${sender} ${recipient}

 My log says
 Jan 24 12:23:31 penguin postfix/master[11919]: fatal:
 /etc/postfix/master.cf: line 108: bad transport type: -oi
 ---

 Anyone know what to do?









Re: [gentoo-user] Postfix and Domainkeys

2009-01-13 Thread Jason Carson
 On 12.01.2009 17:33, Jason Carson wrote:
 [...]
 I don't understand what this part below means...

 Make sure you add these parameters to your dk-filter command line:
 -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private
 -S default

 I tried the following two commands with no luck

 dk-filter -b sv -d jasoncarson.ca -H -s
 /etc/mail/dk-filter/default.private -S default

 ...and...

  /etc/init.d/dk-filter -b sv -d jasoncarson.ca -H -s
 /etc/mail/dk-filter/default.private -S default

 ...any other suggestions or am I doing something wrong?

 It's been awhile but:

 Make the necessary changes:
 vi /etc/mail/dk-filter/dk-filter.conf

 and start the milter:
 /etc/init.d/dk-filter start

 --
 Eray

 ok, the file is /usr/portage/mail-filter/dk-milter/files/dk-filter.conf or
 /etc/conf.d/dk-filter (they both look the same when you open them up)so I
 modified /etc/conf.d/dk-filter and started the milter but Postfix still
 isn't signing emails. The only two options I was told to add to the
 postfix main.cf file was...

 smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock
 non_smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock


Here is what I have added to /etc/conf.d/dk-filter

ADDITIONAL_OPTS=-l -b sv -d jasoncarson.ca -H -s 
/etc/mail/dk-filter/jason.private -S jason \
-C 
badsignature=reject,dnserror=tempfail,internal=tempfail,nosignature=accept,signaturemissing=reject

The emails are now being signed with a domainkey but when I run a test here 
http://www.mailradar.com/domainkeys/ it comes back as...

Domain-Key Status: NOT PASSED

Anyone have any suggestions as to what I am doing wrong?









Re: [gentoo-user] Postfix and Domainkeys

2009-01-13 Thread Jason Carson
 On 12.01.2009 00:13, Jason Carson wrote:
 Greetings,

 I am trying to setup postfix with domainkeys. I installed dk-milter and
 ran the following as I was told to do after emerging it ...

 DomainKeys is deprecated and is replaced by DKIM.  You are much better
 off using mail-filter/dkim-milter.  If you are using amavisd-new with
 your postfix, I suggest you use amavisd-new to check and sign your mail
 and do not use milters at all.

Can I use both dk-milter and dkim-milter simultaneously?

 [...]
  * After you configured your MTA, publish your key by adding this TXT
 record to your domain:
  *   default._domainkey   IN   TXT  g=; k=rsa; t=y; o=~; p=keygoeshere

  * t=y signifies you only test the DK on your domain.
  * See the DomainKeys specification for more info.

 but I don't understand what this part mean...

 You need to publish your public key in your DNS server so that others
 can check your signature.

 * Make sure you add these parameters to your dk-filter command line:
  *   -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
 default

 ...Anyone know what to do?

 You need to read up on DKIM (or domainkeys if you want to go that way).
  Links below should get you started:

 http://www.dkim.org/
 http://en.wikipedia.org/wiki/DomainKeys
 http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim
 http://www.postfix.org/MILTER_README.html

 --
 Eray







Re: [gentoo-user] Postfix and Domainkeys

2009-01-12 Thread Jason Carson
 On 12.01.2009 00:13, Jason Carson wrote:
 Greetings,

 I am trying to setup postfix with domainkeys. I installed dk-milter and
 ran the following as I was told to do after emerging it ...

 DomainKeys is deprecated and is replaced by DKIM.  You are much better
 off using mail-filter/dkim-milter.  If you are using amavisd-new with
 your postfix, I suggest you use amavisd-new to check and sign your mail
 and do not use milters at all.

 [...]
  * After you configured your MTA, publish your key by adding this TXT
 record to your domain:
  *   default._domainkey   IN   TXT  g=; k=rsa; t=y; o=~; p=keygoeshere

  * t=y signifies you only test the DK on your domain.
  * See the DomainKeys specification for more info.

 but I don't understand what this part mean...

I don't understand what this part below means...

Make sure you add these parameters to your dk-filter command line:
-b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private
-S default

I tried the following two commands with no luck

dk-filter -b sv -d jasoncarson.ca -H -s
/etc/mail/dk-filter/default.private -S default

...and...

 /etc/init.d/dk-filter -b sv -d jasoncarson.ca -H -s
/etc/mail/dk-filter/default.private -S default

...any other suggestions or am I doing something wrong?

 http://www.dkim.org/
 http://en.wikipedia.org/wiki/DomainKeys
 http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim
 http://www.postfix.org/MILTER_README.html

Thanks for the links, I will check them out.





Re: [gentoo-user] Postfix and Domainkeys

2009-01-12 Thread Jason Carson
 On 12.01.2009 17:33, Jason Carson wrote:
 [...]
 I don't understand what this part below means...

 Make sure you add these parameters to your dk-filter command line:
 -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private
 -S default

 I tried the following two commands with no luck

 dk-filter -b sv -d jasoncarson.ca -H -s
 /etc/mail/dk-filter/default.private -S default

 ...and...

  /etc/init.d/dk-filter -b sv -d jasoncarson.ca -H -s
 /etc/mail/dk-filter/default.private -S default

 ...any other suggestions or am I doing something wrong?

 It's been awhile but:

 Make the necessary changes:
 vi /etc/mail/dk-filter/dk-filter.conf

 and start the milter:
 /etc/init.d/dk-filter start

 --
 Eray

ok, the file is /usr/portage/mail-filter/dk-milter/files/dk-filter.conf or
/etc/conf.d/dk-filter (they both look the same when you open them up)so I
modified /etc/conf.d/dk-filter and started the milter but Postfix still
isn't signing emails. The only two options I was told to add to the
postfix main.cf file was...

smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock
non_smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock








[gentoo-user] Postfix and Domainkeys

2009-01-11 Thread Jason Carson
Greetings,

I am trying to setup postfix with domainkeys. I installed dk-milter and
ran the following as I was told to do after emerging it ...

emerge --config mail-filter/dk-milter

...which told me to do the following...

Configuring pkg...

Enter the selector name (default penguin): default
 * The private key for this selector already exists.

 * Make sure you add these parameters to your dk-filter command line:
 *   -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
default

 * If you are using Postfix, add following lines to your main.cf:
 *   smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock
 *   non_smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock

 * After you configured your MTA, publish your key by adding this TXT
record to your domain:
 *   default._domainkey   IN   TXT  g=; k=rsa; t=y; o=~; p=keygoeshere

 * t=y signifies you only test the DK on your domain.
 * See the DomainKeys specification for more info.

but I don't understand what this part mean...

* Make sure you add these parameters to your dk-filter command line:
 *   -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
default

...Anyone know what to do?




[gentoo-user] ath0 startup problem

2008-07-29 Thread jason
Greetings,

I am following this guide...

http://gentoo-wiki.com/Madwifi_Wireless_Access_Point

...to setup my gentoo system as a wireless access point. I have it all
setup and everthing is working, however, when I boot up my gentoo system
it says...



Bringing up interface ath0
starting wpa_supplicant on ath0
ioctl[SIOCSIWMODE]: invalid argument
Could not configure driver to use managed mode

Starting wpa_cli on ath0...
Backgrounding
WARNING:net.ath0 has started, but is inactive



I think something must be configured the wrong way. How do I fix this? I
think I want master mode not managed mode

I think this problem may have to do with the fact I am using baselayout
2.0.0 but am not totally sure.

What does ioctl[SIOCSIWMODE]: invalid argument mean?

What does inactive mean?

Again, everything is working so this isn't a major problem but I would
still like to fix it.

Thanks

Jason




Re: [gentoo-user] ath0 startup problem

2008-07-29 Thread jason
That was me trying to set this up last week :-)

 [EMAIL PROTECTED] wrote:
 Greetings,

 I am following this guide...

 http://gentoo-wiki.com/Madwifi_Wireless_Access_Point

 ...to setup my gentoo system as a wireless access point. I have it all
 setup and everthing is working, however, when I boot up my gentoo system
 it says...



 Bringing up interface ath0
 starting wpa_supplicant on ath0
 ioctl[SIOCSIWMODE]: invalid argument
 Could not configure driver to use managed mode

 Starting wpa_cli on ath0...
 Backgrounding
 WARNING:net.ath0 has started, but is inactive



 I think something must be configured the wrong way. How do I fix this? I
 think I want master mode not managed mode

 I think this problem may have to do with the fact I am using baselayout
 2.0.0 but am not totally sure.

 What does ioctl[SIOCSIWMODE]: invalid argument mean?

 What does inactive mean?

 Again, everything is working so this isn't a major problem but I would
 still like to fix it.

 Thanks

 Jason





 I'm not sure if this will help but I did a little googleing for ya.
 Look at the last post on this one.

 http://www.gossamer-threads.com/lists/gentoo/user/169035

 Hope that helps or some guru will come help.

 Dale

 :-)  :-)







Re: [gentoo-user] Ethernet Bridging

2008-07-20 Thread Jason Carson
 I am following this guide to setup my wireless access point.

 http://gentoo-wiki.com/Wireless/Access_point#Bridging_the_wired_.26_wireless_segments

 I have my network up and running with WPA.

 When I configured my kernel to use bridging (compiled into the kernel,
 not
 as a module) and rebooted I got a kernel panic, It was a whole screen
 full
 of stuff.

 Here is some of it I manually typed out...

 Oops: 0002 [#1]
 Modules linked in: wlan_scan_ap ath_rate_sample ath_pci wlan ath_hal(P)
 Pid: 4033, comm:runscript.sh Tainted: P (2.6.24.7 #3)
 EIP: 0060: stuff
 EIP is at ieee80211_add country+0x8f/0xd0 [wlan]
 Stack: Bunch of numbers
 Call Trace: bunch of stuff
 Code: numbers and letters.
 kernel panic - not syncing: Fatal exception in interrupt.

 Anyone know what to do?

 This kernel panic happened while loading ath0 on startup.

ok,I installed a newer kernel (2.6.25.9) and the problem went away.





[gentoo-user] Ethernet Bridging

2008-07-19 Thread Jason Carson
I am following this guide to setup my wireless access point.

http://gentoo-wiki.com/Wireless/Access_point#Bridging_the_wired_.26_wireless_segments

I have my network up and running with WPA.

When I configured my kernel to use bridging (compiled into the kernel, not
as a module) and rebooted I got a kernel panic, It was a whole screen full
of stuff.

Here is some of it I manually typed out...

Oops: 0002 [#1]
Modules linked in: wlan_scan_ap ath_rate_sample ath_pci wlan ath_hal(P)
Pid: 4033, comm:runscript.sh Tainted: P (2.6.24.7 #3)
EIP: 0060: stuff
EIP is at ieee80211_add country+0x8f/0xd0 [wlan]
Stack: Bunch of numbers
Call Trace: bunch of stuff
Code: numbers and letters.
kernel panic - not syncing: Fatal exception in interrupt.

Anyone know what to do?




Re: [gentoo-user] Ethernet Bridging

2008-07-19 Thread Jason Carson
 I am following this guide to setup my wireless access point.

 http://gentoo-wiki.com/Wireless/Access_point#Bridging_the_wired_.26_wireless_segments

 I have my network up and running with WPA.

 When I configured my kernel to use bridging (compiled into the kernel, not
 as a module) and rebooted I got a kernel panic, It was a whole screen full
 of stuff.

 Here is some of it I manually typed out...

 Oops: 0002 [#1]
 Modules linked in: wlan_scan_ap ath_rate_sample ath_pci wlan ath_hal(P)
 Pid: 4033, comm:runscript.sh Tainted: P (2.6.24.7 #3)
 EIP: 0060: stuff
 EIP is at ieee80211_add country+0x8f/0xd0 [wlan]
 Stack: Bunch of numbers
 Call Trace: bunch of stuff
 Code: numbers and letters.
 kernel panic - not syncing: Fatal exception in interrupt.

 Anyone know what to do?

This kernel panic happened while loading ath0 on startup.





[gentoo-user] Creating a wireless router

2008-07-18 Thread Jason Carson
Greetings,

I want to setup a wireless router for the first time using WPA. Here is
the setup I want...

Internet---Gentoo Wireless Router---My Computer

I have configured my kernel properly from what I can tell and emerged
madwifi. However when I modprobe ath_pci nothing shows up. When I do
ifconfig -a I get...

ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth0 Link encap:Ethernet HWaddr 00:0E:0C:C4:A8:87
inet addr:66.11.182.5 Bcast:66.11.182.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:a887/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75109 errors:0 dropped:0 overruns:0 frame:0
TX packets:48454 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:95609829 (91.1 Mb) TX bytes:6195064 (5.9 Mb)
Base address:0x9000 Memory:ec02-ec04

eth1 Link encap:Ethernet HWaddr 00:0E:0C:C4:43:0F
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:430f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66264 errors:0 dropped:0 overruns:0 frame:0
TX packets:111528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7189540 (6.8 Mb) TX bytes:96020126 (91.5 Mb)
Base address:0x9400 Memory:ec04-ec06

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:177 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:99775 (97.4 Kb) TX bytes:99775 (97.4 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:66.11.182.5 P-t-P:192.168.200.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
RX packets:74713 errors:0 dropped:0 overruns:0 frame:0
TX packets:47995 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:93641841 (89.3 Mb) TX bytes:4912135 (4.6 Mb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC HWaddr
00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11

However my computer doesn't show a wireless network to connect too.

What do I need is to know what to add to...

/etc/conf.d/net

and

/etc/wpa_supplicant/wpa_supplicant.conf

Thanks

Jason



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



Re: [gentoo-user] Creating a wireless router - I got it working!

2008-07-18 Thread Jason Carson
ok, I got it working without encryption. Here is what I did I configured
my kernel according to these webpages...

http://madwifi.org/wiki/Requirements
and
http://madwifi.org/wiki/UserDocs/KernelConfig

...then I configured my system as follows...

1)Add madwifi to USE flags
2)emerge wpa_supplicant
3)emerge madwifi-ng and madwifi-ng-tools
4)cp net.eth0 net.ath0
5)rc-update add net.ath0 default
6)nano /etc/modprobe.d/ath_pci and add the following...
 options ath_pci autocreate=ap
7)add the following to /etc/conf.d/local.start
ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ap

8)nano /etc/conf.d/net and add
mode_ath0=Master
essid_ath0=CarsonNet
config_ath0=( 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 )
wpa_supplicant_ath0=-Dmadwifi

Then I configured dhcpd and bind which I won't get into and it all worked.
I now have a wireless access point with Gentoo!

So my question now is, how do I enable WPA encryption?

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



Re: [gentoo-user] Creating a wireless router - I got it working!

2008-07-18 Thread Jason Carson
 ok, I got it working without encryption. Here is what I did I configured
 my kernel according to these webpages...

 http://madwifi.org/wiki/Requirements
 and
 http://madwifi.org/wiki/UserDocs/KernelConfig

 ...then I configured my system as follows...

 1)Add madwifi to USE flags
 2)emerge wpa_supplicant
 3)emerge madwifi-ng and madwifi-ng-tools
 4)cp net.eth0 net.ath0
 5)rc-update add net.ath0 default
 6)nano /etc/modprobe.d/ath_pci and add the following...
  options ath_pci autocreate=ap
 7)add the following to /etc/conf.d/local.start

OOPS: I added it to local.stop

 ifconfig ath0 down
 wlanconfig ath0 destroy
 wlanconfig ath0 create wlandev wifi0 wlanmode ap

 8)nano /etc/conf.d/net and add
 mode_ath0=Master
 essid_ath0=CarsonNet
 config_ath0=( 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
 )
 wpa_supplicant_ath0=-Dmadwifi

 Then I configured dhcpd and bind which I won't get into and it all worked.
 I now have a wireless access point with Gentoo!

 So my question now is, how do I enable WPA encryption?

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




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



[gentoo-user] WPA encryption on my wireless network

2008-07-18 Thread Jason Carson
I have installed and configured my wirelss network with MadWifi and
wpa_supllicant. However it is unencrypted. What do I have to do to setup
WPA encryption? I have followed this
(http://gentoo-wiki.com/HOWTO_Building_a_Wireless_Access_Point#WPA_Encryption)
but when I run...

hostapd -dd /etc/hostapd/hostapd.conf

I get this...

Configuration file: /etc/hostapd/hostapd.conf
madwifi_set_iface_flags: dev_up=0
Using interface ath0 with hwaddr 00:19:5b:80:f2:d8 and ssid 'CarsonNet'
Flushing old station entries
madwifi_sta_deauth: addr=ff:ff:ff:ff:ff:ff reason_code=3
ioctl[unknown???]: Invalid argument
Could not connect to kernel driver.
Deauthenticate all stations
rmdir[ctrl_interface]: No such file or directory
madwifi_set_privacy: enabled=0
madwifi_set_iface_flags: dev_up=0

When I run this...

/etc/init.d/hostapd start

I get this...

* Starting hostapd ...
Configuration file: /etc/hostapd/hostapd.conf
Using interface ath0 with hwaddr 00:19:5b:80:f2:d8 and ssid 'CarsonNet'
Flushing old station entries
ioctl[unknown???]: Invalid argument
Could not connect to kernel driver.
Deauthenticate all stations
rmdir[ctrl_interface]: No such file or directory
[ !! ]


So what does this mean?

ioctl[unknown???]: Invalid argument

I can't get hostapd to startup until this is fixed.


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



Re: [gentoo-user] WPA encryption on my wireless network

2008-07-18 Thread Jason Carson
 Jason Carson wrote:
   SNIP 


 So what does this mean?

 ioctl[unknown???]: Invalid argument

 I can't get hostapd to startup until this is fixed.




 No knowledge here but google may have found something.

 http://madwifi.org/ticket/422

 Hope that helps.

 Dale

That looked promising. There was a link on that page to another page that
looked like it would fix what was happening to me. Unforunately that last
link is broken

http://gnudot.org/howto/wifi/madwifi-wpa_supplicant_RSN_howto/madwifi-wpa_supplicant_RSN_howto.html

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




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



Re: [gentoo-user] help

2008-07-03 Thread Jason Messerschmitt
certainly don't need any help with verbosity, do you?

On Thu, Jul 3, 2008 at 10:46 AM, Erik Ohrnberger [EMAIL PROTECTED] wrote:

 help

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




Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Jason Messerschmitt
On Wed, Jul 2, 2008 at 3:08 PM, Brian Johnson [EMAIL PROTECTED] wrote:

 Jason,

 That's totally weird. Couple things that could cause this -- try disabling
 any composting window managers you may have running to see if that makes a
 difference. Also, is your computer stressed out (100% cpu usage) when you
 view the page? I've noticed that, among other things, GUIs in general tend
 to crap out (lots of repeated/trailing graphics) when the CPU gets pegged --
 could be caused by Flash, or alpha transparencies in CSS, Java, or anything
 really...

 You may want to submit that screen shot as a bug to
 http://bugzilla.mozilla.org and see if they can recommend anything.

 Interesting screen shot though!

 - Brian


 On Wed, Jul 2, 2008 at 12:39 PM, Jason Messerschmitt 
 [EMAIL PROTECTED] wrote:



 On Wed, Jul 2, 2008 at 1:43 PM, Justin Findlay [EMAIL PROTECTED]
 wrote:

 On AD 2008 July 02 Wednesday 02:20:30 PM -0400, doki_pen wrote:
  +2 on firefox3.  Faster, doesn't slow down after long use.  I really
 see
  the difference with javascript.  The engine is much faster.  Just try a
 js
  heavy page(like google apps).  I haven't had any crashes.  Only
 complaint
  is that flash blocker(or maybe flash itself) doesn't always work.  I
 have
  to reload a couple of times to get youtube to work.  Also, some plugins
  haven't been ported yet.  I compiled it, and here are my use flags:

 I've been using FF3 for about 2 months, and although many things have
 improved during the beta phase it is generally about as memory and CPU
 heavy as FF2.  The only real improvement I've observed as far as
 performance is concerned is javascript.  I wish there were a light
 version available.  I've tried galeon and epiphany, but both lacked
 features that I really like in FF and now that there is a great amount
 of extensions available it is harder to justify using another browser.
 Maybe it's time to switch back to konqueror.


 Justin
 --
 gentoo-user@lists.gentoo.org mailing list


 I've noticed an odd visual glitch with blogspot pages- it superimposes my
 desktop on some pages. It's a bit hard to explain so here's a pic. As far as
 I know it's only this page, but might be good fodder for some of you
 troubleshooters out there.


 Turning off compositing had no effect. The CPU is at only 30% or so when
running the page. Goof shit.


Re: [gentoo-user] loop-aes + extra-ciphers...

2008-06-25 Thread Jason Rivard
On Wed, Jun 25, 2008 at 9:24 PM, Sebastian Wiesner [EMAIL PROTECTED]
wrote:

 Chris Walters [EMAIL PROTECTED] at Wednesday 25 June 2008, 22:25:18
  Are you a cryptology expert?

 Are you then?


  I doubt that either of you are cryptology experts. I've known a few, and I
am a crypto-expert, who has worked for the government of the US.


  The only thing that cryptography attempts to do is reduce the
  **probability** of cracking the key and gaining access to the data as low
  as possible.

 No news.  That's, why cryptology defines security not as being
 impossible
 to crack, but as being sufficiently improbable to crack.  The only
 cipher, that can't be brute-forced, is the OTP, which is
 considered perfectly secure.


There is no such thing as perfectly secure, but a cipher algorithm that
would take *all* the computers on Earth a year or more to crack is pretty
secure.


  As for brute forcing a passphrase:  Since most implementations of AES
  (Rijndael) use a hash of the passphrase to form the key, it amounts to
  the same thing, in practice, as cracking the key.

 First of all, you can perform hard disk encryption _without_ a passphrase.
 You can store keyfiles on smart cards, usb sticks, etc.  In this case, you
 can generate a _truely random_ key.

 Using a passphrase is the most insecure approach, but still, with a
 sufficiently random passphrase, you can gain a level of security, that even
 the NSA will find difficult to come around.

 The randomness of a 30-char passphrase does of course by far not match the
 randomness of a 256-bit key, so there is a real chance, that it can be
 guessed by brute force.  Still it will take much cpu time, which is not
 endless, even to the NSA.


I don't think I can really comment on this, except to say that smart cards
and usb thumb drives are the way to go for security. As long as you can keep
control of the device.


 In such a case, the question is, if the data, you ciphered, is really worth
 the effort of putting a super computer into work for a long time to try any
 possible passphrase.


Mr. Walters' claim is not that they would put a single super-computer to
decrypting it, but a network of supercomputers. I truly don't think you
have to worry about that occurring, unless you are deemed a danger to US
National Security. Even then, AES is very hard to crack. The major weakness
is the person who encrypts the data. Under questioning, most will give up
their keys.


  Cryptology is, at least partly about finding the weakest link, because
  that is what is likely to be attacked in any cryptosystem.

 Of course, absolutely true.  Hard disk encryption is by far not perfect,
 just look at the cold boot attacks that gained public interest in the last
 time.  But you didn't talk of _cryptosystems_ in your previous posts, you
 did talk about _algorithms_.


By themselves algorithms are relatively useless. It is only the application
of those algorithms that make them useful. In this case, Mr. Walters pointed
out how *NOT* to apply cipher algorithms. Some of the ways, anyway.


 Summarizing, the modern ciphers themselves are secure, as there is mostly
 no
 way to crack them save a brute-force attack on the key.  On the other hand,
 cryptosystems built around these algorithms can of course contain
 weaknesses and holes, like weak passphrases, unsecure key storage, etc.

  The US Government only keeps classified information on non-networked
  computers in secure environments, so the cipher used does not matter as
  much as the other security measures taken to ensure that the data does
  not fall into the wrong hands.

 May be.  I do not know, which restrictions apply to US classified data, I
 only know about official statements, the US government made towards the
 security of AES.


I can neither confirm nor deny Mr. Walters' statement. I will state that the
United States Government does, in fact, use ciphers to communicate with
Embassies, Military Camps and Bases abroad, and Naval vessels. That hardly
fits Mr. Walters' statement.


  A final thought:  It is a fact that both the US Navy and the NSA are
  *very* interested in cryptology and data security.  The NSA also does
  have large networks of supercomputers that, using parallel, distributed
  or concurrent computing principles can crack keys more quickly than you
  may think.

 You can use simple mathematics to find out, that even the largest super
 computers, having one peta flop, needs millions of years to perform an
 exhaustive search through AES key space.

 Anyway, you may believe, what you want to believe, I'm just reflecting,
 what
 real experts like Bruce Schneier have been telling for years:  It's wrong
 to trust into simple ciphers, but it's equally wrong, to believe, that
 anything can be broken.


It is equally wrong to believe that any cipher is immune to attack, but it
is not nearly as easy as Mr. Walters would have you believe.



 my 2 cents


My nickel... Jase


[gentoo-user] Security of ciphers.

2008-06-25 Thread Jason Rivard
I've been reading this thread in the archives, on loop-aes and then the
security of AES. I hate to jump on the bandwagon, so before I do, I will
state that I *am* a crypto-expert, and have worked for the several
government entities in the US. I am not at liberty to tell you which ones.

Mr. Walters:  It is not all that easy to crack a *secure* key with the
AES-256 cipher. This holds true, even with networks of super-computers. Just
how many of them do you think the NSA (you named it), has to spare for
things like that? Parallel and distributed computing does not help much with
AES, since it is a CBC cipher algorithm (look it up).

I think you need to do some research on the subject you say you're majoring
in, before you post on the topic, Mr. Walters.

Jase


Re: [gentoo-user] loop-aes + extra-ciphers...

2008-06-25 Thread Jason Rivard
On Wed, Jun 25, 2008 at 9:51 PM, Chris Walters [EMAIL PROTECTED] wrote:

 Alan McKinnon wrote:

 Or perhaps you doubt that they can crack any keys at all...


 Don't get smart with me, jackass.


 Fuck off, shitehead.  Call me a jackass, when I simply state facts you
 admitted to?  You're a fucking idiot.  Welcome to my ignore list.

 Now that was TOTALLY UNCALLED FOR! All he asked you to do is prove your
ludicrous statements about the NSA being able to crack any key in a short
amount of time. Wait for my private mail, Mr. Walters.

Jase


[gentoo-user] revdep-rebuild wants to downgrade firefox from 3 to 2.0.0.14

2008-06-19 Thread Jason Messerschmitt
Help me stop this from happening please.


[gentoo-user] Re: revdep-rebuild wants to downgrade firefox from 3 to 2.0.0.14

2008-06-19 Thread Jason Messerschmitt
Nevermind. Apologies for the premature question. It appears that Openoffice
with needs Firefox 2.0.0.14- I just dropped the firefox use flag, as I don't
see that as necessary, necessarily.

Thanks

On Thu, Jun 19, 2008 at 1:01 PM, Jason Messerschmitt 
[EMAIL PROTECTED] wrote:

 Help me stop this from happening please.



Re: [gentoo-user] revdep-rebuild wants to downgrade firefox from 3 to 2.0.0.14

2008-06-19 Thread Jason Messerschmitt
Could you elaborate. What is xulrunner exactly?

On Thu, Jun 19, 2008 at 1:06 PM, [EMAIL PROTECTED] wrote:

 On Thu, Jun 19, 2008 at 01:01:27PM -0500, Jason Messerschmitt wrote:
  Help me stop this from happening please.

 In my recent troubles with emerge -ev world, I had a similar problem,
 which was cured by converting the firefox use flag into xulrunner.

 --
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license
 #4933
 I've found a solution to Fermat's Last Theorem but I see I've run out of
 room o
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] revdep-rebuild wants to downgrade firefox from 3 to 2.0.0.14

2008-06-19 Thread Jason Messerschmitt
That's really nice to know. Thank you.

On Thu, Jun 19, 2008 at 3:14 PM, Daniel Pielmeier 
[EMAIL PROTECTED] wrote:

 Jason Messerschmitt schrieb:

  Could you elaborate. What is xulrunner exactly?

 On Thu, Jun 19, 2008 at 1:06 PM, [EMAIL PROTECTED] wrote:

  On Thu, Jun 19, 2008 at 01:01:27PM -0500, Jason Messerschmitt wrote:

 Help me stop this from happening please.

 In my recent troubles with emerge -ev world, I had a similar problem,
 which was cured by converting the firefox use flag into xulrunner.

 --
   ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license
 #4933
 I've found a solution to Fermat's Last Theorem but I see I've run out of
 room o
 --
 gentoo-user@lists.gentoo.org mailing list




 Firefox 3 has been ported to use xulrunner [1,2,3] instead of gecko as
 rendering engine. The main advantage of xulrunner for source based
 distributions like gentoo is that building firefox (and other apps which are
 ported to xulrunner) is way faster than before, because they can use
 xulrunner as a shared runtime environment. This is more beneficial if you
 use many apps based on xulrunner. Before you needed the runtime environment
 for every single app. Now the source of firefox, thunderbird and sunbird is
 about three times the size of seamonkey which contains the same
 functionalities of the three apps. With the new xulrunner this will change
 and you save a lot of bandwith too.

 As for myself I have replaced the firefox use-flags with xulrunner,
 although it will take some time to gain benefit from this.

 http://developer.mozilla.org/en/docs/XULRunner
 http://developer.mozilla.org/en/docs/GRE
 http://en.wikipedia.org/wiki/XULRunner
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] compiling a module after the fact

2008-05-01 Thread Jason Messerschmitt
yes

On Thu, May 1, 2008 at 2:14 PM, [EMAIL PROTECTED] wrote:

 I thought I remembered someway to compile a single module after the
 fact that didn't involve recompiling everthing... but just now I
 entered the usr/src/linux directory and edited .config adding the
 sshfs FUSE module.

 when I ran `make'  I see it grinding thru the whole thing again.  Is
 that normal?

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




Re: [gentoo-user] Postfix Question

2008-04-18 Thread Jason Messerschmitt
Stroller,

Thanks for getting back to me on this. My original intent was to only send
mail from abulafia, not receive it from outside (of course it can be
delivered locally). Is it still necessary to have an MX record made for
abulafia? Maybe I'll go ahead and give that a try.

Joomla has always had a valid address as far as mail.ipr.edu is concerned,
but is from an address that doesn't exist locally on abulafia- matter? In my
experience this from address hasn't mattered. Unfortunately in joomla I
can't use an smtp server with ssl and a-plus requires it. If I could this
whole mess could be avioded- I'm not a mail man as it were.

-jason

On Fri, Apr 18, 2008 at 4:52 AM, Stroller [EMAIL PROTECTED]
wrote:

 Hi there,

 Sorry to be so long replying - I've been busy with work  haven't been
 reading the list. In case you're still having problems - and for the benefit
 of teh Googles - it looks to me like mail.ipr.edu may be doing clever
 greylisting  stuff.

 If I telnet in and - giving a legitimate from: address - try sending a
 message to [EMAIL PROTECTED] then it tells me to try again later. If I try
 sending one to [EMAIL PROTECTED] I get user unknown (in fact, I think
 there is no MX record for abulafia.ipr.edu).

 I don't know for sure whether things have changed at mail.ipr.edu in the
 last week, but maybe it's rejecting the mail because the from: address is
 invalid. I would try changing the from: address set by Joomba.

 Stroller.




 On 11 Apr 2008, at 20:31, Jason Messerschmitt wrote:

  Thanks for your response. Here is the output of my telnet test. I guess
  I'm really not sure what to make of it. The bolded text is of some concern
  to me.
 
  pc130:~ admin$ telnet mail.ipr.edu 25
  Trying 66.226.64.2...
  Connected to mail.ipr.edu.
  Escape character is '^]'.
  220 pro.abac.com ESMTP Sendmail 8.14.1/8.14.1; Fri, 11 Apr 2008 12:27:30
  -0700 (PDT)
  helo abulafia.ipr.edu
  250 pro.abac.com Hello 75-146-145-253-
  stlouispark.mn.minn.hfc.comcastbusiness.net [75.146.145.253] (may be
  forged), pleased to meet you
  mail from:[EMAIL PROTECTED] [EMAIL PROTECTED]
  250 2.1.0 [EMAIL PROTECTED] Sender ok
  rcpt to:[EMAIL PROTECTED] [EMAIL PROTECTED]
  550 5.1.1 [EMAIL PROTECTED] User unknown
 
  Thanks again. I'm not necessarily looking for someone to give me the
  answer, as it were, but if I could get some help looking in the right
  direction I would be very appreciative.
 
  Best to you,
  Jason
 
  On Fri, Apr 11, 2008 at 12:50 AM, Stroller 
  [EMAIL PROTECTED] wrote:
  It's kinda difficult to help with this, without knowing what the A-Plus
  server is seeing.
  An unsanitised copy of the bounce message would probably show the
  problem.
 
  Does it definitely show the correct email address of a user for which
  A-Plus has a mailbox?
 
  Can you reproduce the problem telnetting to the A-Plus MX server on port
  25?
  http://www.yuki-onna.co.uk/email/smtp.html
  http://www.simplescripts.de/smtp-check-port-25-telnet-command.htm
 
  Stroller
 
 
  On 10 Apr 2008, at 19:44, Jason Messerschmitt wrote:
 
   I guess I'll dip my toes in here and admit that I can't figure this
   out.
  
   Synopsis:  I've setup Postfix to be a mail out only smtp server. I
   just want it for our Joomla based web pages and our helpdesk to be able to
   mail to users from the local server. The problem is this: I can mail to 
   any
   domain (gmail, hotmail, yahoo, etc) without problem, but I can't receive
   mail directly through our A-plus based mail (the worst!). What happens is
   that A-plus' server rejects the user as unkown even though I know it is
   correct. What really gets my goat is that after that message is returned 
   to
   my server it is then delivered to the A-plus server and thusly shows up in
   my webmail and email client. Below are my configs.
  
  
   --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] Postfix Question

2008-04-11 Thread Jason Messerschmitt
Thanks for your response. Here is the output of my telnet test. I guess I'm
really not sure what to make of it. The bolded text is of some concern to
me.
pc130:~ admin$ telnet mail.ipr.edu 25
Trying 66.226.64.2...
Connected to mail.ipr.edu.
Escape character is '^]'.
220 pro.abac.com ESMTP Sendmail 8.14.1/8.14.1; Fri, 11 Apr 2008 12:27:30
-0700 (PDT)
helo abulafia.ipr.edu
250 pro.abac.com Hello
75-146-145-253-stlouispark.mn.minn.hfc.comcastbusiness.net [75.146.145.253]
(may be forged), pleased to meet you
mail from:[EMAIL PROTECTED] [EMAIL PROTECTED]
250 2.1.0 [EMAIL PROTECTED] Sender ok
rcpt to:[EMAIL PROTECTED] [EMAIL PROTECTED]
550 5.1.1 [EMAIL PROTECTED] User unknown

Thanks again. I'm not necessarily looking for someone to give me the answer,
as it were, but if I could get some help looking in the right direction I
would be very appreciative.

Best to you,
Jason

On Fri, Apr 11, 2008 at 12:50 AM, Stroller [EMAIL PROTECTED]
wrote:

 It's kinda difficult to help with this, without knowing what the A-Plus
 server is seeing.
 An unsanitised copy of the bounce message would probably show the problem.

 Does it definitely show the correct email address of a user for
 which A-Plus has a mailbox?

 Can you reproduce the problem telnetting to the A-Plus MX server on port
 25?
 http://www.yuki-onna.co.uk/email/smtp.html
 http://www.simplescripts.de/smtp-check-port-25-telnet-command.htm

 Stroller


 On 10 Apr 2008, at 19:44, Jason Messerschmitt wrote:

 I guess I'll dip my toes in here and admit that I can't figure this out.

 Synopsis:  I've setup Postfix to be a mail out only smtp server. I just
 want it for our Joomla based web pages and our helpdesk to be able to mail
 to users from the local server. The problem is this: I can mail to any
 domain (gmail, hotmail, yahoo, etc) without problem, but I can't receive
 mail *directly* through our A-plus based mail (the worst!). What happens
 is that A-plus' server rejects the user as unkown even though I know it is
 correct. What really gets my goat is that after that message is returned to
 my server it is then delivered to the A-plus server and thusly shows up in
 my webmail and email client. Below are my configs.




[gentoo-user] Postfix Question

2008-04-10 Thread Jason Messerschmitt
I guess I'll dip my toes in here and admit that I can't figure this out.

Synopsis:  I've setup Postfix to be a mail out only smtp server. I just want
it for our Joomla based web pages and our helpdesk to be able to mail to
users from the local server. The problem is this: I can mail to any domain
(gmail, hotmail, yahoo, etc) without problem, but I can't receive mail *
directly* through our A-plus based mail (the worst!). What happens is that
A-plus' server rejects the user as unkown even though I know it is correct.
What really gets my goat is that after that message is returned to my server
it is then delivered to the A-plus server and thusly shows up in my webmail
and email client. Below are my configs.

Postfix:

#soft_bounce = no
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib64/postfix
mail_owner = postfix
#default_privs = nobody
myhostname = abulafia.ipr.edu
#myhostname = virtual.domain.tld
mydomain = ipr.edu
myorigin = $myhostname
#myorigin = $mydomain
inet_interfaces = all
#proxy_interfaces =
#proxy_interfaces = 1.2.3.4
mydestination = $myhostname, localhost.$mydomain, localhost
#local_recipient_maps = unix:passwd.byname $alias_maps
#local_recipient_maps = proxy:unix:passwd.byname $alias_maps
#local_recipient_maps =
unknown_local_recipient_reject_code = 450
mynetworks_style = host
mynetworks = 168.100.189.0/28, 127.0.0.0/8
#relay_domains = $mydestination
#relayhost = mail.ipr.edu
#relayhost = smtp.comcast.net
#relay_recipient_maps = hash:/etc/postfix/relay_recipients
#in_flow_delay = 1s
#alias_maps = dbm:/etc/aliases
#alias_maps = hash:/etc/aliases
#alias_maps = hash:/etc/aliases, nis:mail.aliases
#alias_maps = netinfo:/aliases
#alias_database = dbm:/etc/aliases
#alias_database = dbm:/etc/mail/aliases
#alias_database = hash:/etc/aliases
#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
#home_mailbox = Mailbox
#home_mailbox = Maildir/
#mail_spool_directory = /var/mail
#mail_spool_directory = /var/spool/mail
#mailbox_command = /some/where/procmail
#mailbox_command = /some/where/procmail -a $EXTENSION
#mailbox_transport = lmtp:unix:/file/name
#mailbox_transport = cyrus
#fallback_transport = lmtp:unix:/file/name
#fallback_transport = cyrus
#fallback_transport =
#luser_relay = [EMAIL PROTECTED]
#luser_relay = [EMAIL PROTECTED]
#luser_relay = admin+$local
#header_checks = regexp:/etc/postfix/header_checks
#fast_flush_domains = $relay_domains
#smtpd_banner = $myhostname ESMTP $mail_name
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
#local_destination_concurrency_limit = 2
#default_destination_concurrency_limit = 20
debug_peer_level = 2
#debug_peer_list = 127.0.0.1
#debug_peer_list = some.domain
debugger_command =
 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
 xxgdb $daemon_directory/$process_name $process_id  sleep 5

sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = /usr/share/doc/postfix-2.4.5/html
manpage_directory = /usr/share/man
sample_directory = /etc/postfix
readme_directory = /usr/share/doc/postfix-2.4.5/readme
home_mailbox = .maildir/


Re: [gentoo-user] Static mod_perl with apache2

2008-03-27 Thread Jason Carson
I'm not totally sure what you are talking about but to get perl to work
with apache2 you need to add -D PERL to /etc/conf.d/apache2

APACHE2_OPTS=-D PERL

 Hi list:

 The situation is the next, i'm trying to install mod_perl as a static
 module with apache2, but apparently this isn't possible directly with
 emerge or i haven't found the correct flag, can someone tell me if this
 is possible? or does it have manually?. I'm using apache2 with
 mpm_worker, if someone ask me the reason for use mod_perl as static
 module is because at the moment of init the service i have problems of
 segmentation fault, and reading in different posts this could be a
 solution.


 Thanks for your help.

 Mario Rdz.
 --
 gentoo-user@lists.gentoo.org mailing list




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



Re: [gentoo-user] Weirdness Here

2008-03-27 Thread Jason Carson
Did you create a separate /boot partition when installing Gentoo. If so
you need to mount it

mount /dev/sda1 /boot

or whatever is your boot partition

 Hi Guys,

 Something weird is going on with my system.  I have been trying to
 upgrade the kernel, but no matter what I select, I can't seem to get the
 sata drive on my laptop recognized.  So, I've been sticking to a kernel
 that works.  That is just a lead-in to the situation.

 Today, I wanted to check /boot to make sure that I had removed residual
 files from my last failed kernel upgrade.  First, let me say that my
 system boots fine into the kernel that I have been using successfully -
 i.e. everything happens as expected when I boot.  However, in /boot, all
 I have is a symlink that says that boot is a link to . (dot).  I don't
 see any grub directory or any of the files that should be there.  What
 gives?  This is making me a little antsy!  Any suggestions as to what is
 going on?  Any ideas how to solve the situation?

 Regards,

 Colleen

 --

 Registered Linux User #411143 with the Linux Counter,
 http://counter.li.org


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




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



[gentoo-user] Qmail and Domainkeys

2008-03-24 Thread Jason Carson
Greetings,

Has anyone on the list got qmail to work with domainkeys, if so how?

Thanks

Jason

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



Re: [gentoo-user] Qmail and Domainkeys

2008-03-24 Thread Jason Carson
I found this ( http://forums.gentoo.org/viewtopic-t-665798.html ) so I
will give that a try.

 Greetings,

 Has anyone on the list got qmail to work with domainkeys, if so how?

 Thanks

 Jason

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




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



Re: [gentoo-user] Received: from unknown

2008-03-17 Thread Jason Carson
 try to push your external ip adress in your hosts file for your domain

My static IP is 66.11.182.5 and my computer is called
penguin.jasoncarson.ca so what exactly would I put in /etc/hosts?


 On 3/17/08, Jason Carson [EMAIL PROTECTED] wrote:
 Greetings,

 When I send an email to myself, in the header information it says the
 following...


 Return-Path: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (qmail 5901 invoked from network); 16 Mar 2008 23:57:45 -

 Received: from unknown (HELO jasoncarson.ca) (127.0.0.1)
  by penguin.jasoncarson.ca with SMTP; 16 Mar 2008 23:57:45 -

 Received: from 192.168.0.75
  (SquirrelMail authenticated user jason)
  by jasoncarson.ca with HTTP;
  Sun, 16 Mar 2008 19:57:45 -0400 (EDT)
 Message-ID: [EMAIL PROTECTED]
 Date: Sun, 16 Mar 2008 19:57:45 -0400 (EDT)
 Subject: Test
 From: Jason Carson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 User-Agent: SquirrelMail/1.4.10a
 MIME-Version: 1.0
 Content-Type: text/plain;charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 X-Priority: 3 (Normal)
 Importance: Normal


 Where it says Received: from unknown (HELO jasoncarson.ca) (127.0.0.1)
 What do I have to do so it doesn't say Received: from unknown but
 instead displays the correct information and IP address instead of
 127.0.0.1?

 I am running qmail 1.03.

 Thanks

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


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




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



  1   2   3   4   >