[gentoo-user] Re: Hard crash starting wifi in master mode (am desperate)

2008-04-12 Thread Grant
2.6.23-hardened-r7 and 2.6.23-hardened-r9. The old system works just fine with the card in master mode. The old system is x86 and the new one is amd64. I've been working on this router move for about 8 hours straight. Does anyone have any ideas? - Grant I also should have said

[gentoo-user] NAT alternatives (nf_conntrack kernel panics)

2008-04-13 Thread Grant
in the kernel. I've put 16 or so hours into this so far so I'll head to Staples for a temporary Linksys soon. I sure would like to have Gentoo routing though. Please let me know if you have any ideas. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Re: NAT alternatives (nf_conntrack kernel panics)

2008-04-13 Thread Grant
and I can't find them in the kernel. I've put 16 or so hours into this so far so I'll head to Staples for a temporary Linksys soon. I sure would like to have Gentoo routing though. Please let me know if you have any ideas. - Grant FIXED! I changed preemption support to voluntary

[gentoo-user] postup() syntax help

2008-04-13 Thread Grant
() { if [[ ${IFACE} = wlan0 ]]; then iwconfig wlan0 rate 1M fi return 0 } Does anyone see where I'm going wrong here? - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] VirtualBox libSDL segfault

2008-05-02 Thread Grant
4 in libSDL-1.2.so.0.11.2[7ffa02f49000+65000] Does anyone know how to fix this? I've tried ~amd64 versions of sdl stuff to no avail. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Re: [wildly OT]advice for a wireless antenna?

2008-05-10 Thread Grant
to a PCI madwifi card and it works much better. Obviously that won't work for a laptop or if you want to move the antenna a distance from the computer via USB cable as opposed to antenna extension cable. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Re: [wildly OT]advice for a wireless antenna?

2008-05-12 Thread Grant
/Product.aspx?Item=N82E16833315075 uses rt2x00 but has some type of failure issue. Possibly heat related, possibly not. I've experienced it firsthand. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Re: [wildly OT]advice for a wireless antenna?

2008-05-12 Thread Grant
for the difference? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Re: [wildly OT]advice for a wireless antenna?

2008-05-13 Thread Grant
: # outdoor: Enable/disable outdoor use # countrycode: Override default country code options ath_pci outdoor=1 countrycode=0 Now that I look at that, the sensitivity difference could also be due to my unsetting the country code. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Should /boot be mounted to upgrade grub?

2008-06-01 Thread Grant
Should /boot be mounted to upgrade grub? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Should /boot be mounted to upgrade grub?

2008-06-01 Thread Grant
, then /boot will be mounted for you, IIRC. -- Ian Hilt Awesome thanks guys. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] /boot keeps mounting itself

2008-06-02 Thread Grant
, but these commands were issued sequentially. I guess something in the system is mounting /boot? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] /boot keeps mounting itself

2008-06-02 Thread Grant
, but these commands were issued sequentially. I guess something in the system is mounting /boot? If you run mount without parameters, it tells you list of mounted filesystem. So you can have a look, if it is really mounted. That's what worries me, it really is mounted. - Grant -- gentoo-user

[gentoo-user] WARNING: mod_perl-2.0.4

2008-06-06 Thread Grant
in there. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Weird SMP problem

2008-06-08 Thread Grant
I swapped out my Sempron for an Athlon X2 4000+, but when I have Symmetric multi-processing support enabled in the 2.6.24-hardened-r2 kernel, the system freezes as soon as the madwifi wireless interface starts in master mode. Weird. Any ideas? - Grant -- gentoo-user@lists.gentoo.org mailing

Re: [gentoo-user] Weird SMP problem

2008-06-09 Thread Grant
seems to be upgrade to 0.9.4. Hmmm. I think my only option is to disable SMP support until this is fixed. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Weird SMP problem

2008-06-09 Thread Grant
try again with another release of the kernel or madwifi. Thanks again. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] esound

2008-06-10 Thread Grant
I'm curious. Has it been running on the system even without an /etc/init.d script? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] esound

2008-06-10 Thread Grant
to connect to esd anymore. So, if nobody uses esd, you can remove it. I see it now. Thanks a lot. - Grant BTW: (OT) I'm currently writing an tiny and network agnostic (9P based) audio server which should be capable of being the only application interface (making app-internal driver layers

[gentoo-user] Gentoo + Asus Eee

2008-06-11 Thread Grant
I'm thinking of buying the Asus Eee for my girlfriend for her birthday. Has anyone put Linux on one of those? It looks do-able: http://gentoo-wiki.com/Asus_Eee_PC_701 but I'm wondering if anyone here has tried it. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Gentoo + Asus Eee

2008-06-11 Thread Grant
I'm thinking of buying the Asus Eee for my girlfriend for her birthday. Has anyone put Linux on one of those? It looks do-able: http://gentoo-wiki.com/Asus_Eee_PC_701 but I'm wondering if anyone here has tried it. - Grant There a whole user modding community grown up around the Eee

[gentoo-user] ALSA plug device

2008-06-13 Thread Grant
can't get it to work even if specifying the hw card, so I must have a syntax problem. I do think it's with .asoundrc. Can anyone help me out here? - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] /etc/conf.d/net postup help

2008-06-16 Thread Grant
I've tried a lot of stuff but I can't seem to get the postup syntax right: postup() { set -xv if [[ ${IFACE} == ath0 ]] ; then iwconfig ath0 rate 2M fi return 0 } Can anybody help with this? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] /etc/conf.d/net postup help

2008-06-16 Thread Grant
if anything pops into your head. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Downgrading glib

2008-06-17 Thread Grant
I downgraded from glib-2.17.2 to glib-2.14.6 and had problems so I went back to 2.17.2. How can I make this downgrade successfully? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Downgrading glib

2008-06-17 Thread Grant
I downgraded from glib-2.17.2 to glib-2.14.6 and had problems so I went back to 2.17.2. How can I make this downgrade successfully? - Grant revdep-rebuilt afterwards? Yeah revdep-rebuild only comes up with transmission (which could have needed a rebuild before messing with glib

[gentoo-user] {OT} Portable wireless router?

2008-06-23 Thread Grant
Has anyone found anything really compact that turns a wired router into a wireless router? I'm looking for something as small as possible for traveling. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] DVD drive firmware version

2008-06-25 Thread Grant
Does anyone know how I can find the firmware version in my Lite-On DVD drive? I have an .exe file with the latest version. Impossible to use it? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] DVD drive firmware version

2008-06-25 Thread Grant
Does anyone know how I can find the firmware version in my Lite-On DVD drive? I have an .exe file with the latest version. Impossible to use it? cdrecord -inq Jörg Thank you, that works great. How would you upgrade the firmware? Maybe boot to a DOS disc? - Grant -- gentoo-user

[gentoo-user] Quick script request

2008-06-25 Thread Grant
like a-1_original.jpg. - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Quick script request

2008-06-25 Thread Grant
are named like a-1_original.jpg. - Grant rough and ready, off the top of my head: cd dir1 for i in *jpg do j = basename $i .jpg cp -u ${j}.jpg dir2/${j}_original.jpg done 'cp -u' works around the messy problem of checking if the destination file exists Thanks guys, can you tell me how

Re: [gentoo-user] Quick script request

2008-06-25 Thread Grant
are named like a-1_original.jpg. - Grant rough and ready, off the top of my head: cd dir1 for i in *jpg do j = basename $i .jpg cp -u ${j}.jpg dir2/${j}_original.jpg done 'cp -u' works around the messy problem of checking if the destination file exists Thanks guys

Re: [gentoo-user] Quick script request

2008-06-25 Thread Grant
the '='. And in order to set j to the result of a command, use $( command ) or ` command `. Worked perfectly, thanks a lot everyone. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Anyone else's Gentoo unruly lately?

2008-06-27 Thread Grant
Lately it seems like a new problem pops up every day and every time I try to do something new it doesn't work. Anybody else experiencing that lately? - Grant -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Anyone else's Gentoo unruly lately?

2008-06-27 Thread Grant
Grant, I've had a lot of problems lately upgrading ~arch and masked packages. This is expected (obviously) but 99% of the time I am able to fix them myself without going through support resources. If you're using any that are ~arch and in packages.mask perhaps that is why you're having

Re: [gentoo-user] Anyone else's Gentoo unruly lately?

2008-06-27 Thread Grant
. Makes sense. It sounds like I should either learn to live with stable packages only, or go all out testing. - Grant -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] {OT} Overheated, which part is damaged?

2007-08-07 Thread Grant
the video card? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Overheated, which part is damaged?

2007-08-08 Thread Grant
be causing the video problems? I am still using the same one with the case open for ventilation. I'm about to order some stuff from New Egg. Not sure if I should include a video card now. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Overheated, which part is damaged?

2007-08-08 Thread Grant
now. - Grant try another power supply first if you can, it would not surprise me if its unstable power from an overheated supply causing the problem Thanks everyone. Check out the new gear: power supply: http://www.newegg.com/Product/Product.asp?Item=N82E16817171007 video card: http

[gentoo-user] Flashing BIOS trouble

2007-08-09 Thread Grant
I just installed an AMD64 Athlon X2 cpu on my motherboard which was previously running an AMD64 Sempron. Now I get an error about an unknown processor from the BIOS. I can't even boot to a CD or run the BIOS setup. How can I flash the BIOS from this position? - Grant -- [EMAIL PROTECTED

Re: [gentoo-user] [OT] Flashing BIOS trouble

2007-08-09 Thread Grant
I just installed an AMD64 Athlon X2 cpu on my motherboard which was previously running an AMD64 Sempron. Now I get an error about an unknown processor from the BIOS. I can't even boot to a CD or run the BIOS setup. How can I flash the BIOS from this position? - Grant First

Re: [gentoo-user] [OT] Flashing BIOS trouble

2007-08-09 Thread Grant
need on: http://global.msi.com.tw Now I guess I need to burn a bootable DOS CD to run the .exe file. Working on that - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] [OT] Flashing BIOS trouble

2007-08-09 Thread Grant
the BIOS utility from functioning? - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] New CPU, what needs to be done?

2007-08-10 Thread Grant
I just upgraded from an AMD64 Sempron to an AMD64 Athlon X2. What do I need to do in software to accommodate the new CPU? Do I need to enable something in the kernel to get the dual cores working? I've read something about support for AMD's Cool and Quiet technology too. - Grant -- [EMAIL

Re: [gentoo-user] [OT] Flashing BIOS trouble

2007-08-10 Thread Grant
this FreeDOS environment that is preventing the BIOS utility from functioning? - Grant Finally got the BIOS updated and the new CPU recognized. This did the trick: http://ubuntuforums.org/showthread.php?t=318789 - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] New CPU, what needs to be done?

2007-08-10 Thread Grant
to it. Big difference? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] New CPU, what needs to be done?

2007-08-10 Thread Grant
, and the memory usage is at like 300MB. I'm sure neither of those are incredibly accurate, but I think they do reveal something. Does that sounds like an IO problem to you? I could get another HD and set up RAID at some point I guess. Hopefully the CFS scheduler you're talking about will help. - Grant

[gentoo-user] Portage annoyances

2007-08-13 Thread Grant
there is nothing to rebuild. Can anyone help with fixing these problems? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-13 Thread Grant
) Homepage:http://www.imagemagick.org/ Description: A collection of tools and libraries for many image formats - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
it, and media-libs/tiff is not installed. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
/modules-Q16/filters/analyze.la Ok, that's what I'll do there. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
doesn't seem to think it is installed at all: Probably because it isn't, because you don't need it. Ok, what does xorg-x11 do? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
-wireless/wpa_supplicant-0.5.7 (kernel_linux madwifi? net-wireless/madwifi-ng) - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
is a lot more involved than changing the symlink. I think this system (firewall/router) has been on the hardened profile from day 1. Maybe that gcc wasn't always masked in the profile. Should I 'emerge -C =gcc-4.1.1'? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Portage annoyances

2007-08-14 Thread Grant
on madwifi-ng... ] net-wireless/wpa_supplicant-0.5.7 (kernel_linux madwifi? net-wireless/madwifi-ng) - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] Video stutters until system restarted

2007-08-21 Thread Grant
I'm running an amd64 athlon x2 2.6ghz with 2gb ram and video playback stutters if I try to play a video after the system has been running for awhile, even after closing all programs. Restarting always fixes it. How would you track this down? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Video stutters until system restarted

2007-08-21 Thread Grant
I'm running an amd64 athlon x2 2.6ghz with 2gb ram and video playback stutters if I try to play a video after the system has been running for awhile, even after closing all programs. Restarting always fixes it. How would you track this down? - Grant Look at your RAM usage

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
I'm running an amd64 athlon x2 2.6ghz with 2gb ram and video playback stutters if I try to play a video after the system has been running for awhile, even after closing all programs. Restarting always fixes it. How would you track this down? - Grant Look

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
? - Grant Look at your RAM usage with free -m (the second line is interesting). Look at your log files (especially dmesg) for anything suspicious. Maybe your graphic card's driver fell back to a compatibility mode or something like that. or (in case of NVIDIA

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
-Uncloaked.html Nice find. Very thorough, but he concludes with this: Still happening. Happened this morning at 6:00AM on eth2, when there was no traffic control running, ruling out the possibility that it could be caused by that. - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] Treason uncloaked! solution?

2007-08-22 Thread Grant
. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
I'm running an amd64 athlon x2 2.6ghz with 2gb ram and video playback stutters if I try to play a video after the system has been running for awhile, even after closing all programs. Restarting always fixes it. How would you track this down? - Grant

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
I'm running an amd64 athlon x2 2.6ghz with 2gb ram and video playback stutters if I try to play a video after the system has been running for awhile, even after closing all programs. Restarting always fixes it. How would you track this down? - Grant

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
? - Grant Look at your RAM usage with free -m (the second line is interesting). Look at your log files (especially dmesg) for anything suspicious. Maybe your graphic card's driver fell back to a compatibility mode or something like

Re: [gentoo-user] Video stutters until system restarted

2007-08-22 Thread Grant
? - Grant Look at your RAM usage with free -m (the second line is interesting). Look at your log files (especially dmesg) for anything suspicious. Maybe your graphic card's driver fell back to a compatibility

[gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Grant
I use a password like that with wput? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Grant
? Like wput -A ... 'ftp://txt'? That did it. Thanks everyone! - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] {OT?} software audio equalizer

2007-09-04 Thread Grant
? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Oddities in apache2 update, other init bizarrity.

2007-09-05 Thread Grant
? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Oddities in apache2 update, other init bizarrity.

2007-09-05 Thread Grant
properly? - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] apache2 upgrade SSL and logging questions

2007-09-07 Thread Grant
always logged to '/var/log/apache2/' but after the upgrade apache2 wanted to log to '/usr/lib/apache2/logs/'. That makes sense looking at the 'logs/' config paths, but my backups also specify 'logs/'. Confusing. I changed those paths to '/var/log/apache2/' and now everything is logging fine. - Grant

[gentoo-user] SSH won't restart

2007-09-08 Thread Grant
-IN ATTEMPT! log entries for usernames that don't exist. Anything I should do about that? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
? :) - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
: /etc/init.d/sshd restart This will give the init script a chance to do some cleanup work before restarting Do this: kill -TERM 2988 /etc/init.d/sshd restart and if that doesn't work, do: kill -9 2988 /etc/init.d/sshd restart ? - Grant I just upgraded ssh and when I try to restart I

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
Yes. As a personal preference I don't usually chain commands together when trouble shooting something, but there is technically nothing wrong with doing so. And now I'm locked out. What do you think guys? - Grant This process is the ssh daemon: root 2988 1 0 Sep04

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
Yes. As a personal preference I don't usually chain commands together when trouble shooting something, but there is technically nothing wrong with doing so. And now I'm locked out. What do you think guys? - Grant Is your ssh session still open? I wish. :) 100% locked out

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
My host is pretty good about issuing commands for me. Any ideas there? - Grant start sshd manually to get back in. something like '/usr/bin/sshd -p 3' (that would listen on port 3 for ssh connections) (absolute path is necessary for re-exec) I still don't know what happened; here's

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
this commands for you). What about just having them reboot and start my manual daemon? Would that accomplish the same thing? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Grant
For Grant: I reread the init script for sshd, and I know see what was most likely the problem. The init script, now, tries to kill all instances with the process name of sshd, not just the daemon (as specified by the pid file). This is why you were locked out when trying to restart

Re: [gentoo-user] SSH won't restart

2007-09-11 Thread Grant
. Guys, I'm in! I had my host execute: sshd and now I'm logged in, the sshd initscript was already running, and it restarts perfectly. All is well! Thank you for your help! How does my host get root access like that? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] SSH won't restart

2007-09-11 Thread Grant
How does my host get root access like that? Physical access to the box = root in many cases. Also, if it's some vserver type setup, root on the host can get root access on the guest machines. Ok, thanks again everyone. - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] Hacked by association?

2007-09-19 Thread Grant
) hadn't changed the password since. I've changed it now and rebooted the system, but what do you think? Do I need to start this thing over? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hacked by association?

2007-09-19 Thread Grant
(stupidly) hadn't changed the password since. I've changed it now and rebooted the system, but what do you think? Do I need to start this thing over? - Grant I think you should take a look at the programs that are running, and netstat -l, and see if anything is fishy. I recognize

Re: [gentoo-user] Hacked by association?

2007-09-19 Thread Grant
another user logged in either as root or with a different name. Any handy lsof commands? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hacked by association?

2007-09-19 Thread Grant
the OS so MD5 checks were skipped. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hacked by association?

2007-09-19 Thread Grant
the kind of thing I would know if I set up. Someone has some kind of pager alert installed on my system? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Re: Hacked by association?

2007-09-20 Thread Grant
/apache2 444 is the number associated with snpp. And you solved it. I use that port (443 + 1) for a second https Location /. Thank you, I didn't know snpp used 444. - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] python-2.5

2007-09-20 Thread Grant
upgraded to 2.5. How should I handle this? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hacked by association?

2007-09-21 Thread Grant
installation procedure as it's been years since I did that. Thanks. - Grant -- [EMAIL PROTECTED] mailing list

[gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-21 Thread Grant
? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-21 Thread Grant
too much? - Grant You are probably asking more than their terms of service *require* them to provide, especially if they don't believe the leaked information was used for any nefarious activity. However a reasonable webhost who accepts responsibility for its mistakes and values its customers

Re: [gentoo-user] python-2.5

2007-09-21 Thread Grant
did you run python-updater after you upgraded to the version 2.5 ? If not that might help ! Hi Boris, I did run python-updater. Where I'm stuck at this point is downgrading python back to 2.4. Not sure how that's done with slotting behavior. - Grant I had to upgrade to python-2.5

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-21 Thread Grant
of technical matters. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-24 Thread Grant
by this. Was I asking too much? - Grant Would it be unreasonable to tell us who this host is? I want to make sure I don't host any sites on their system; if they can't secure their work tickets, what makes anybody think they can secure anything else? I'm taking a guess it's these guys: http

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-24 Thread Grant
by this. Was I asking too much? - Grant Would it be unreasonable to tell us who this host is? I want to make sure I don't host any sites on their system; if they can't secure their work tickets, what makes anybody think they can secure anything else? I'm taking a guess

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-24 Thread Grant
, but that's just me. Any recommendations? - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-25 Thread Grant
block port 80 so you can't run a webserver from a home connection. I think business connections are expensive. I'm only paying $75/month now. - Grant -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-25 Thread Grant
/month now. - Grant $75/month is more than it costs to get a business-level cable or DSL line w/ a static ip in my area. The dsl guys couldn't guarantee speeds better than 256k both ways, but Comcast was happy to sell me loads of bandwith. Their package was around that for the 8mb down

[gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
Does anyone else get entries like this in their apache2 access_log: 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] GET / 400 470 I get a whole slew of them every day. They always show up in batches and each entry in a batch is logged at almost the same second. - Grant -- [EMAIL PROTECTED] mailing

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
noticed the log entries always include that, at least for the last 10 days. - Grant -- [EMAIL PROTECTED] mailing list

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