Re: [gentoo-user] New laptop is slow.

2009-10-09 Thread Grant
d to get the speakers to mute when I plug in headphones, but I think I know how to fix that and I'm going to start a thread about it. Check out the price here: http://www.newegg.com/Product/Product.aspx?Item=N82E16834200026 The fan is audible when it kicks on, but it usually only comes on during an emerge. However, those things tend to get louder with age. - Grant

Re: [gentoo-user] New laptop is slow.

2009-10-09 Thread Grant
r than my previous >> laptop which has much weaker specs. >> >> I noticed the HD light comes on when the system is pausing in firefox >> sometimes.  I don't have any swap at all, I'm using the CFQ, and /tmp >> is mounted on tmpfs.  Can anyone suggest where to lo

Re: [gentoo-user] Re: New laptop is slow.

2009-10-09 Thread Grant
of Vostros will blow Macbooks out of the water.  I > guess you could just buy two Dells and cannibalize one when the > keyboard/powersupply/harddrive/optical drive/usb port/ethernet port/screen > hinge breaks (a short list of my old Dell problems). > > Regards, > daid I've had the same experience with Acer laptops. I've also had trouble with screen hinges on Dell laptops. - Grant

[gentoo-user] alsa-driver: "Unknown symbol in module" error

2009-10-09 Thread Grant
wn symbol in module" errors. The error is described here: http://www.gentoo.org/doc/en/alsa-guide.xml but the 2 solutions (rm -rf /lib/modules/$(uname -r)/alsa-driver and some device_mode stuff) don't work for me. Does anyone know how I can fix this? - Grant

[gentoo-user] Re: alsa-driver: "Unknown symbol in module" error

2009-10-12 Thread Grant
-headers, but I ended up > with a bunch of "Unknown symbol in module" errors.  The error is > described here: > > http://www.gentoo.org/doc/en/alsa-guide.xml > > but the 2 solutions (rm -rf /lib/modules/$(uname -r)/alsa-driver and > some device_mode stuff) don't wo

[gentoo-user] xfce4 tray icon problems

2009-10-12 Thread Grant
it has its own panel button which is separate from the main app's panel button. Does anyone know what could be wrong? - Grant

Re: [gentoo-user] Re: alsa-driver: "Unknown symbol in module" error

2009-10-12 Thread Grant
urces > instead. It turns out there is 2.6.31-hardened-r2 in the hardened-dev overlay. I installed that and the included alsa drivers are current enough to solve my problem. - Grant

[gentoo-user] sandbox:main signal SIGQUIT already had a handler

2009-10-16 Thread Grant
Does anyone know how to prevent this error from being displayed (many times) during an emerge? "sandbox:main signal SIGQUIT already had a handler" - Grant

[gentoo-user] New laptop won't remote print

2009-10-18 Thread Grant
heck. Any ideas? - Grant

Re: [gentoo-user] Re: New laptop won't remote print

2009-10-18 Thread Grant
ful: > > http://localhost:631/ > > But make sure cups is already running and the printer is on before > you start. The printer prints from the machine it's attached to no problem. With remote printing, I think that one file is all that's necessary on the client. - Grant

Re: [gentoo-user] Re: New laptop won't remote print

2009-10-22 Thread Grant
firewall >> running.  I can't think of anything else to check.  Any ideas? > > Having the laptops both using the same IP address is bound to > cause odd problems.  You don't have both of them up and running > usig 192.168.0.2 do you? > > -- > Grant Thanks everyone. This seems to have fixed itself. - Grant

[gentoo-user] ebuild help: java main class?

2009-10-24 Thread Grant
at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at se.datadosen.jalbum.Main.main(Main.java:23) I was told I need to define the main class with --main. Does anyone know how to determine what the main class should be? - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-24 Thread Grant
I was told I need to define the main class with --main.  Does anyone >> know how to determine what the main class should be? > > > What's the line normally used to launch the app at runtime? That, together > with CLASSPATH will tell you what class should be executed as main() There is a file called startjalbum.sh which is supposed to be used to start the program. It contains: #!/bin/sh java -Xmx400M -jar JAlbum.jar Does that tell you anything? - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-24 Thread Grant
> file is in the current directory. > > A .jar is just a special kind of zip file (much like OOo files are). What's > inside it? # unzip JAlbum.jar Archive: JAlbum.jar creating: META-INF/ inflating: META-INF/MANIFEST.MF creating: se/ creating: se/datadosen/ creating: se/datadosen/jalbum/ inflating: se/datadosen/jalbum/AlbumBeanEvent.class inflating: se/datadosen/jalbum/AlbumBeanListener.class inflating: se/datadosen/jalbum/AlbumEngine.class inflating: se/datadosen/jalbum/Main$1.class inflating: se/datadosen/jalbum/Main.class inflating: se/datadosen/jalbum/MiniConfig.class inflating: se/datadosen/jalbum/OperationAbortedException.class creating: se/datadosen/tags/ inflating: se/datadosen/tags/ElementException.class > p.s. I don't know how familiar you are with Java's start-up process and how it > finds things and how you specify things to find. It's somewhat unusual and > many traps exist for the unwary :-) I'm completely clueless with java. Thanks a lot for your help thus far. - Grant

[gentoo-user] Where is the vala overlay?

2009-10-24 Thread Grant
Does anyone know how to get the vala git ebuild (I need vala-0.7.8)? This page indicates the vala-overlay was merged with the gnome overlay, but that doesn't seem to be the case: http://bugs.gentoo.org/179971 - Grant

Re: [gentoo-user] Where is the vala overlay?

2009-10-24 Thread Grant
s Neil. My layman stuff was split across /usr/local/portage and /usr/portage/local. /usr/local/portage is correct, right? - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-24 Thread Grant
ava/java-devel.xml > > After trudging through that you might understand why Gentoo Java team has > constantly several dev positions advertised on "help wanted". Some of Java's > ways don't mix that well with Gentoo's approaches, especially with compiling > and packaging (installations). > > If you are in a hurry of some sort, you might just try taking the jar, > unpacking it into a subdir under your homedir, cd'ing in, and trying > something like "CLASSPATH=.:${CLASSPATH} foo.sh". With a little luck it > might work as such, without the pain of making a proper ebuild for it. > > -- > Arttu V. So 'emerge JAlbum' isn't feasible? - Grant

Re: [gentoo-user] Where is the vala overlay?

2009-10-25 Thread Grant
>> Does anyone know how to get the vala git ebuild (I need vala-0.7.8)? >> This page indicates the vala-overlay was merged with the gnome >> overlay, but that doesn't seem to be the case: >> >> http://bugs.gentoo.org/179971 >> >> - Grant >> > gpo.zugaina.org Very nice, thank you. - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
>> So 'emerge JAlbum' isn't feasible? > > In its current state I'd say "no", it needs major fixes and polishing. > I'll see if I can do something for it later today, but I cannot > promise I can fix it properly. Thank you for even considering it. - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
> please show us the /usr/bin/jalbum I'm not sure what you mean. That file doesn't exist in the installation. - Grant

[gentoo-user] ksoftirqd near 100% CPU during scp/rsync

2009-10-25 Thread Grant
Does anyone else see a ksoftirqd process at or near 100% during very long scp or rsync operations? Google shows numerous reports of this, but no solutions or useful explanations. - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
Another option is to use the start script supplied in the bug: http://bugs.gentoo.org/show_bug.cgi?id=128356 http://bugs.gentoo.org/attachment.cgi?id=97807 but I'm not sure how to get it to install somewhere useful. Just putting it in the files dir, I don't think anything happens with it. Any pointers on that? - Grant

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
till needing work. > > -- > Arttu V. Thank you very much Arttu. It works great! JAlbum is a photo management app BTW. It's really slick. So all the new dependencies were required to create /usr/bin/jalbum? - Grant

[gentoo-user] lm_sensors much hotter in 2.6.31 than 2.6.28

2009-10-25 Thread Grant
After upgrading from 2.6.28 to 2.6.31, I noticed my CPU temperatures are reported a full 20C hotter. If I load the old kernel, the reported temperatures drops back down to normal. Has anyone else seen this? - Grant

Re: [gentoo-user] lm_sensors much hotter in 2.6.31 than 2.6.28

2009-10-25 Thread Grant
>> After upgrading from 2.6.28 to 2.6.31, I noticed my CPU temperatures >> are reported a full 20C hotter.  If I load the old kernel, the >> reported temperatures drops back down to normal.  Has anyone else seen >> this? >> >> - Grant >> > > no, but

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
d out. And reading into the >> ebuild should reveal many pieces still needing work. >> >> -- >> Arttu V. > > Thank you very much Arttu.  It works great!  JAlbum is a photo > management app BTW.  It's really slick. > > So all the new dependencies were requi

Re: [gentoo-user] ebuild help: java main class?

2009-10-25 Thread Grant
x27;t know if >>> all the dependencies got properly laid out. And reading into the >>> ebuild should reveal many pieces still needing work. >>> >>> -- >>> Arttu V. >> >> Thank you very much Arttu.  It works great!  JAlbum is a photo >> mana

Re: [gentoo-user] Re: lm_sensors much hotter in 2.6.31 than 2.6.28

2009-10-26 Thread Grant
able coretemp or an ACPI sensor which reports values like 46960 mWh. Am I totally out of luck with that one? So, In the end, it's fairly impossible to monitor a CPU's actual temperature in order to keep it below the published maximum? - Grant

[gentoo-user] {OT} app to create DVD image?

2009-10-26 Thread Grant
Does anyone know of an app that will create a DVD image that can be burned to a DVD for playback on a regular home DVD player? I was using dvdstyler but it depends on xine-ui which doesn't compile against xine-lib-1.2 which I need. - Grant

Re: [gentoo-user] {OT} app to create DVD image?

2009-10-26 Thread Grant
Great program! One good tip deserves another so I highly recommend the movie "The Beautiful Truth". I wanted an app like this so I can burn copies of that movie for everyone I know. - Grant

[gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
none omitted: none - Grant

Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
e > package to your world file. > > HTH... > >        Dirk Don't most (all?) X apps depend on xorg-server? I have many of them in /var/lib/portage/world. For example, abiword, gnucash, and gnumeric. - Grant

Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
>> Don't most (all?) X apps depend on xorg-server? > > Nope. No X app depends on the server, because the server could be running on > another machine. > > Bye... > >        Dirk Ah, bingo, thank you. I'll add xorg-server to world. - Grant

Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
>>> Don't most (all?) X apps depend on xorg-server? >> >> Nope. No X app depends on the server, because the server could be running on >> another machine. >> >> Bye... >> >>        Dirk > > Ah, bingo, thank you.  I'll add xorg

Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
>> >>> Don't most (all?) X apps depend on xorg-server? >> >> >> >> Nope. No X app depends on the server, because the server could be >> >> running on another machine. >> >> >> >> Bye... >> >> >>

Re: [gentoo-user] depclean wants to remove xorg-server and xf86-video-intel

2009-10-27 Thread Grant
;> >> Bye... >>>> >> >>>> >>        Dirk >>>> > >>>> > Ah, bingo, thank you.  I'll add xorg-server to world. >>>> > >>>> > - Grant >>>> >>>> Actually, could xorg-x11 be a

[gentoo-user] public mail server for ELOG?

2009-10-28 Thread Grant
my ISP's mail server, should it still work when on a different ISP? - Grant

Re: [gentoo-user] public mail server for ELOG?

2009-10-28 Thread Grant
>> > That kind of delivery limits the access to this mails to the local >> > maschine. If I want to read local I don't need mails, I could just read >> > the logfiles from portage in /var/log/ >> > >> > But I am aware that solving this problem is nothing that portage has to >> > do, as it is no pro

Re: [gentoo-user] public mail server for ELOG?

2009-10-28 Thread Grant
ed a login password if this is all I use it for, right? > > Yes. > > ssmtp is an email sender, it knows how to talk smtp to receiving servers or to > relays. It doesn't receive mails. > > If the relay you use requires a username/password or ssl, it supports that > too. So I need a relay somewhere along with ssmtp to get a message to an email address? > [The receiving smtp server likely does not require a username/password, but it > is equally likely to not accept connection direct from you, hence you should > use your ISPs mail relay] I likely can't use my ISP's mail relay when traveling, right? - Grant

[gentoo-user] Sound card drivers must be modules?

2009-11-04 Thread Grant
NG: Module snd_hda_intel not found. WARNING: Module snd_usb_audio not found. Do I have to compile both drivers as modules in order to use them both? - Grant

Re: [gentoo-user] Re: Sound card drivers must be modules?

2009-11-04 Thread Grant
uilt-in chip, no. But I get the warning about "Module snd_hda_intel not found" which is the built-in chip. - Grant > For the USB card, not if you have it plugged in at boot time.  But better > build this one as a module since USB devices can be plugged in and out at > random.

[gentoo-user] VGA output?

2009-11-04 Thread Grant
How are you guys getting your laptops to do VGA output? My system functions fine without an xorg.conf right now. Do I need to create one if I want VGA output? - Grant

Re: [gentoo-user] Re: Sound card drivers must be modules?

2009-11-04 Thread Grant
I need to build them as modules, or I need to change those lines in alsa.conf? If I can avoid building them as modules I'd like to. How can those lines be written when the drivers are built into the kernel? - Grant

[gentoo-user] Re: VGA output?

2009-11-04 Thread Grant
> How are you guys getting your laptops to do VGA output?  My system > functions fine without an xorg.conf right now.  Do I need to create > one if I want VGA output? > > - Grant Actually it works great after a reboot. Is there a better method for switching VGA output on and off t

[gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread Grant
I haven't used wine's /usr/bin/iexplore to test a website in IE for a while, and now it looks like that binary is no longer installed. Does anyone know how to get it, or if there is a replacement of some sort? I looked at the files installed by wine in /usr/bin but didn't see anything. - Grant

Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread Grant
mple.com For me the window it loads is blank though. Is it working for anyone else? - Grant > I'm not sure what you mean by 'test in IE', but I, if you haven't > heard of it, browsershots.org is pretty cool for showing what your > site looks like in various b

Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread Grant
t;> >> My memory failed me before.  iexplore is run like this: >> >> wine iexplore www.example.com >> >> For me the window it loads is blank though.  Is it working for anyone else? > > I didn't know this command, it works well for me. > > Boris It's working for me now too. I just needed to wait a while for it to fully load. - Grant

Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-10 Thread Grant
bar.com/wiki/IETester/HomePage > which lets you do browsing with IE versions from 5.5 through 8 and > side-by-side comparisons between versions. Thanks Paul. I'll set this up ASAP. Virtualbox didn't work for me the last time I tried but that was a while ago. - Grant

[gentoo-user] rsync backup system

2009-11-19 Thread Grant
jeopardizing the longevity of my HDs? 5. If I end up with filesystem corruption on the SRC system, will that corruption transfer over to the DST system during an rsync, or will the transfer just fail? 6. Can I run rsyncd on a system facing the internet without fear? - Grant

Re: [gentoo-user] rsync backup system

2009-11-19 Thread Grant
s long as the rsync ports are closed in your router. > > Instead of all this, I'd recommend BackupPC. It handles all of your > issues and more and is efficient at backing up multiple machines. You > could run one BackupPC server and then rsync its store to the backup > backup server. The latest version in portage is old, get the 3.x ebuild > from bgo. BackupPC does look pretty good. Would anyone recommend I *don't* can this whole thing and set up BackupPC instead? - Grant

Re: [gentoo-user] rsync backup system

2009-11-20 Thread Grant
non-issue.  I'm actually > hoping my 2-year old drive dies soon because it will give me an excuse > to go out and buy a *bigger* one for the same price.   But I feel > comfortable with that because I keep backups. Thank you for the clarification. Which are the "fancy expensive" hard drives? - Grant

Re: [gentoo-user] rsync backup system

2009-11-20 Thread Grant
s long as the rsync ports are closed in your router. > > Instead of all this, I'd recommend BackupPC. It handles all of your > issues and more and is efficient at backing up multiple machines. You > could run one BackupPC server and then rsync its store to the backup > backup server. The latest version in portage is old, get the 3.x ebuild > from bgo. How is BackupPC to set up? Is it a whole new world to explore, or can it be set up quickly and easily? - Grant

[gentoo-user] adobe air working for anyone?

2009-12-05 Thread Grant
Has anyone gotten adobe air working? I've got an .air file (PandoraOne app) and I've installed adobe air from the ikelos overlay, but I can't figure out how to run the app. - Grant

[gentoo-user] {OT} Preparing a laptop for sale

2009-12-16 Thread Grant
and easy. My data isn't too sensitive, but I'd like to do some type of wiping so it isn't all just sitting there with a deleted flag or however that works. - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-18 Thread Grant
y that it boots to just fine. Could my 8GB key be non-bootable? The laptop's CD drive isn't working so I need another way to install an easy copy of Linux after I dd. - Grant >> I'm about to sell my old laptop and I'd like to wipe out the data and >> install any fl

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-18 Thread Grant
he laptop >> won't boot to it.  I have another 512MB USB key that it boots to just >> fine.  Could my 8GB key be non-bootable?  The laptop's CD drive isn't >> working so I need another way to install an easy copy of Linux after I >> dd. >> >>  - Gr

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-18 Thread Grant
>> won't boot to it.  I have another 512MB USB key that it boots to just >> fine.  Could my 8GB key be non-bootable?  The laptop's CD drive isn't >> working so I need another way to install an easy copy of Linux after I >> dd. >> >>  - Grant > >

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-18 Thread Grant
"9.1_Live_x64" USB key with unetbootin, but the laptop >>>> won't boot to it.  I have another 512MB USB key that it boots to just >>>> fine.  Could my 8GB key be non-bootable?  The laptop's CD drive isn't >>>> working so I need another

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-19 Thread Grant
operating system" when I try to boot from the stick now. I need to test it on other systems. > Incidentally, if you want to use dd, adding bs=4096 speeds it up quite > significantly. Thanks, will do: dd if=/dev/zero of=/dev/sda bs=4096 - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-19 Thread Grant
some reason the laptop tell me "missing >> operating system" when I try to boot from the stick now.  I need to >> test it on other systems. > > Grant, > > Take a deep breath and hhink about what you're doing for a second.  Did > you just copy files to the

[gentoo-user] [kernel] ACPI: Critical trip point

2009-12-19 Thread Grant
s shutting down. Is this definitely a temperature issue? - Grant

[gentoo-user] Re: [kernel] ACPI: Critical trip point

2009-12-19 Thread Grant
; anything except notices about processes shutting down.  Is this > definitely a temperature issue? > > - Grant I think this was temperature. - Grant

[gentoo-user] Switching AP from madwifi to ath5k

2009-12-20 Thread Grant
x27;t start (for NAT) because it says the loc zone is empty. The only interface in the loc zone is wlan0, which is started by hostapd instead of the net.wlan0 initscript. Shouldn't shorewall know wlan0 has started? It doesn't check the initscript, does it? - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-20 Thread Grant
some reason the laptop tell me "missing >> operating system" when I try to boot from the stick now.  I need to >> test it on other systems. > > Grant, > > Take a deep breath and hhink about what you're doing for a second.  Did > you just copy files to the

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-21 Thread Grant
kid and fdisk -l only show the USB stick assigned to /dev/sda which is how I accidentally wiped it in the first place. I'll try another distro on the USB stick. - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-21 Thread Grant
ion success. The symptom of this is a boot menu with only "Default" available, which goes nowhere. The solution is to download the ISO manually and point unetbootin to it. I'll report back with Puppy Linux results. - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-21 Thread Grant
her thing is going through the entire Gentoo installation just to sell the laptop. I'm not sure if the graphical installer is working these days. - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-21 Thread Grant
point unetbootin to > it. > > I'll report back with Puppy Linux results. Puppy Linux has wiped the HD and installed to /dev/sda3, but I can't get it to install GRUB to /dev/sda1. I get: I couldn't mount '/dev/sda1' read-write! Working on it - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-22 Thread Grant
ey, use 'fdisk -l' to be sure the hard disk has been detected and assigned to /dev/sda. Use the following to wipe the hard disk: dd if=/dev/zero of=/dev/sda bs=4096 3. Use 'fdisk /dev/sda' to partition your hard disk, and mke2fs to create the filesystems. Puppy Linux also provides gparted for this. 4. Use the booted distro's installation routine to install to the hard disk. 4a. If installing Puppy Linux, be sure to mount your USB key and point the installation routine to the files there when prompted. Done, and thanks for everyone's help. - Grant

[gentoo-user] Re: Switching AP from madwifi to ath5k

2009-12-22 Thread Grant
but with ath5k you're supposed to let hostapd start wlan0 without the net.wlan0 initscript. How am I supposed to specify an IP address for the router's WLAN? Does anyone have ath5k running in master mode? - Grant

Re: [gentoo-user] {OT} Preparing a laptop for sale

2009-12-22 Thread Grant
graphical installer is >> working these days. > > Both of the options I mentioned are smaller than that. SysResCD is 239 > MiB. But do they have HD installation routines? I needed to boot, wipe, and install. - Grant

[gentoo-user] Gentoo & the Real-Time kernel

2009-12-27 Thread Grant
Has anyone tried the Real-Time kernel with Gentoo? http://rt.wiki.kernel.org/index.php/Main_Page Does anyone know if there are RT sources in an overlay anywhere? - Grant

Re: [gentoo-user] Gentoo & the Real-Time kernel

2009-12-27 Thread Grant
e audio world due > to the way Jack reports these problems.) I tend to run the Open source > video drivers to simply reduce the number of problems I might run into > but many, many people run both the ATI and nvidia closed source > drivers without any problems. > > Have fun, >

[gentoo-user] rsync reverts to old file versions

2009-12-28 Thread Grant
up version after one of these rsyncs. Does that make sense to anyone? - Grant

Re: [gentoo-user] rsync reverts to old file versions

2009-12-29 Thread Grant
>> Periodically, I'll manually touch up cover art that I've scanned, and >> I've noticed that it will revert to the untouched-up version after one >> of these rsyncs.  Does that make sense to anyone? >> >> - Grant > > So it it synchronize

[gentoo-user] {OT} Laptop wifi find more than external antenna

2010-01-05 Thread Grant
internal card finds and connects to no problem. - Grant

Re: [gentoo-user] {OT} Laptop wifi find more than external antenna

2010-01-08 Thread Grant
> > -James That's a good idea, but I'm actually able to pick up the difficult AP's with the same dongle when its normal omnidirectional antenna is attached instead of the strong directional one. Could a failing antenna exhibit this behavior? - Grant

[gentoo-user] {OT} Akamai allowed through firewall?

2010-01-08 Thread Grant
I was going through some firewall rules today, and it looks like I allowed an IP address that resolves to akamai.com to be accessed for http from a restricted machine. Does that make sense to anyone? - Grant

Re: [gentoo-user] {OT} Akamai allowed through firewall?

2010-01-08 Thread Grant
>> I was going through some firewall rules today, and it looks like I >> allowed an IP address that resolves to akamai.com to be accessed for >> http from a restricted machine.  Does that make sense to anyone? >> >> - Grant >> > > Yes. akamai is a download

Re: [gentoo-user] {OT} Laptop wifi find more than external antenna

2010-01-08 Thread Grant
, and it seems like it's not > hard to build an aerial which will get you very good results indeed. > > Stroller. Can you recommend a specialist supplier, especially in the US? - Grant

Re: [gentoo-user] Re: {OT} Laptop wifi find more than external antenna

2010-01-08 Thread Grant
cable on the Hawking unit is pretty flimsy -- > and hence probably is rather vulnerable to both electrical > noise or physical abuse.  It probably wouldn't take much of a > pinch or kink to cause problems. That could definitely be the case. This thing has traveled. - Grant

Re: [gentoo-user] {OT} Laptop wifi find more than external antenna

2010-01-09 Thread Grant
hem the question you originally posted to this list, maybe > they could suggest a replacement?) but it might also be worth searching > openwrt.org & it's forum for aerial or antenna and take a look at  few more > of the results there (i.e google "aerial or antenna site:openwrt.org" will > include the forums). > > Stroller. Thanks a lot, plenty of info there. - Grant

[gentoo-user] {OT} Bluetooth and headset

2010-01-12 Thread Grant
uetooth before, and I was wondering if anyone here has any info on this type of switch. Do they work well even when there are a lot of wireless networks around? What about security? Anything I should consider or watch out for? - Grant

[gentoo-user] Can you rewrite this 1996 qfile command?

2010-01-17 Thread Grant
args qfile but I get: qlist: invalid option -- 'l' qlist: invalid option -- '[' Removing the -l fixes the first invalid option, but I don't know how to fix the second. Does anyone know how to rewrite this command so it will work? - Grant

Re: [gentoo-user] Can you rewrite this 1996 qfile command?

2010-01-18 Thread Grant
00) -o, --orphans* List orphan files -R, --root-prefix* Assume arguments are already prefixed by $ROOT -x, --exclude * Don't look in package -v, --verbose* Make a lot of noise -q, --quiet * Tighter output; suppress warnings -C, --nocolor* Don't output color -h, --help * Print this help and exit -V, --version* Print version and exit Does anyone know what might be wrong? - Grant

Re: [gentoo-user] Can you rewrite this 1996 qfile command?

2010-01-18 Thread Grant
$ROOT >  -x, --exclude   * Don't look in package >  -v, --verbose        * Make a lot of noise >  -q, --quiet          * Tighter output; suppress warnings >  -C, --nocolor        * Don't output color >  -h, --help           * Print this help and exit >  -V, --version        * Print version and exit > > Does anyone know what might be wrong? > > - Grant I think the problem above is that -I isn't a current option of qfile, but removing it produces the error I originally posted about: qlist: invalid option -- '[' - Grant

Re: [gentoo-user] Can you rewrite this 1996 qfile command?

2010-01-18 Thread Grant
be wrong? > > Solar's one-liner is likely working perfectly here. The one-liner just > doesn't find any binaries with the ancient SSP symbol, and thus args > for qfile are empty -- leading into qfile printing its usage. > > Everything seems to be just fine there, so we might need to back up to > the point where you decided that this bug was a match for your > problem. Did you get the same error? From which program exactly? Have > you installed binaries that are not in portage's installed files' > lists? Thanks guys, I'm just going to emerge -e world and move on. :) - Grant

[gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
ia wine with no luck. - Grant

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
will it?  I tried running the >> utility via wine with no luck. > > Did you try the flashing utilities from the coreboot project? I looked into that, but the only Biostar motherboard in their list of supported hardware is an old Pentium II/III: http://www.coreboot.org/Supported_Motherboards - Grant

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
will it?  I tried running the >> utility via wine with no luck. >> >> - Grant >> >> > I'm not surprised wine won't work: it is a non privileged program > (besides its incomplete nature).  Does the flashing program open a cmd > session? Unfortunately no, just a little GUI. - Grant

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
will it?  I tried running the >> utility via wine with no luck. >> >> - Grant >> >> > > http://www.tomshardware.com/reviews/windows-pocket,1113.html XP on a USB stick It sounds like a Windows machine is necessary to build it, but once it's built it would be really handy. - Grant

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
t; Windows (not DOS) flashing utility, will it?  I tried running the >>>> utility via wine with no luck. >>>> >>>> - Grant >>>> >>>> >>> >>> http://www.tomshardware.com/reviews/windows-pocket,1113.html >> >> XP on a

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-19 Thread Grant
upported hardware is an old Pentium II/III: >> >> http://www.coreboot.org/Supported_Motherboards > > That's the list of supported boards for coreboot itself. I was talking about > their flashrom tool (www.flashrom.org). I should be able to use flashrom to flash my motherboard's BIOS? Do I need to check compatibility, or do I just go for it? - Grant

Re: [gentoo-user] {OT} Flashing BIOS with Windows utility

2010-01-24 Thread Grant
, this is how I ended up doing it. It sounds like most modern motherboards are including an OS-independent flashing method so that's great. An XP USB key only working on one system doesn't sound as good as I thought, and it doesn't sound like there is much history of coreboot working out with people here. Maybe it just isn't necessary much any more? - Grant

[gentoo-user] Bluetooth is impossible

2010-01-24 Thread Grant
only? I'm running xfce4. Can anyone tell me how this is done? - Grant

Re: [gentoo-user] Bluetooth is impossible

2010-01-25 Thread Grant
tate pairing, but I only get python errors when I >> try to run the binaries.  Is it gnome-only?  I'm running xfce4. > > Dumb question, Grant, but you are using the right passkey, right? > > These headsets have it built into them, and you usually have to do something > lik

Re: [gentoo-user] Bluetooth is impossible

2010-01-26 Thread Grant
opes that >>> it would help facilitate pairing, but I only get python errors when I >>> try to run the binaries.  Is it gnome-only?  I'm running xfce4. >> >> Dumb question, Grant, but you are using the right passkey, right? >> >> These headsets have it bu

[gentoo-user] xfce4 systray malfunctioning

2010-01-26 Thread Grant
I just completed an emerge -e world so nothing should need rebuilding. - Grant

Re: [gentoo-user] Bluetooth is impossible

2010-01-27 Thread Grant
#x27;s the point? It would only mean that you would > be able to make and receive calls using their phone :-O Good point to both of you. - Grant

Re: [gentoo-user] Bluetooth is impossible

2010-01-28 Thread Grant
t the requirement to > hold the button down, one could surely (?) pair with that headset and use it > as a bugging device when it wasn't in use by the owner. > > Stroller. The way my Motorola H560 works, when you switch it on, it's in pairing mode for 30 seconds or something. So I suppose it's susceptible to this type of thing every time I turn it on. - Grant

<    1   2   3   4   5   6   7   8   9   10   >