the right driver:
http://cateee.net/lkddb/web-lkddb/VIDEO_DEV.html
HTH,
Mike
yptsetup - gave me something
like "open('/dev/sdaX', ...) = -1 ENXIO (No such device or address)", so
I had to double-check and found the mistake to be that trivial.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
lts with usb hdd too, as I recall, but if you put
cryptsetup in a 'while true' loop it'll prompt for passphrase / mount
device as soon as it'll be detected.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
hentication chain
(usually, commenting out everything in system-auth will do) - it should
allow any access w/o password, and it's probably not pam if it
doesn't... can't really think what else it might be, though.
--
Mike Kazantsev // fraggod.net
yslog daemon running and not
dropping any debug messages.
--
Mike Kazantsev // fraggod.net
gnu/gcc-bin/4.1.2)
> make[5]: [install-data-local] Error 1 (ignored)
Looks like non-critical error to me, something else probably happened
even before that one.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
st. And make sure
the timestamps there are recent - it should mean that syslog is writing
to it and is not dead.
'dmesg' command is usually a good source for failure messages too, but
only on kernel level (when something really nasty happens). There might
be some segfaults, produced by your shell, and usually indicate
programming or compilation errors.
--
Mike Kazantsev // fraggod.net
7;, which'll show you all the kernel
calls it uses and if there are any failures.
I've found some obscure mistakes (my mistakes, always) that way, but it
might be quite time-consuming.
--
Mike Kazantsev // fraggod.net
e your network, or communicate
with other local proxies, taking advantage of their caches to speed up
loading.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
oticed that large gifs can eat more CPU than this useless flash,
and disabling them won't really degrade anything.
Try setting 'image.animation_mode' (string) to 'none' in 'about:config'.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
On Sunday 15 February 2009 22:57:24 Sebastian Günther wrote:
> Which useflag magic do I have to use to achieve that goal?
-mysql
Seems ebuilds have the ability to turn on use flags for themselves that the
user has given no preference to. Turn it off, and it's off.
--
Mike Williams
ially that 'rm' utility) and all the
interpreters (even awk!) first.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
the syntax - it's the same, as in the
lines displayed, but if you need something else - just type 'ip addr
help', and you'll get everything about 'addr', same for just 'ip help'
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ight be wrong with the overlay, layman or hg?
- Is there any other natural way to install basic tools like ossmixer
and osstest on gentoo, aside from cloning the ebuilds by hand?
- Should I even consider using OSS in gentoo, or it's mostly
unsupported already (all I really ne
lly they'll fix it soon.
>
> As for the question whether it's useful on Gentoo, all I did was putting
> "oss -alsa" in make.conf and everything is working nicely till today,
> including ESD.
Well, that pretty much the answers I sought. Thanks.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
olkit) to determine
which package owns the offending files, then either unmerge it or just
set "FEATURES=-collision-protect" to force installation despite
collisions.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
s
been obsoleted and not working properly?
Try:
rc_need_ppp0="nas0"
Certainly works for me.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
On Mon, 23 Feb 2009 18:31:18 +0500
Mike Kazantsev wrote:
> On Mon, 23 Feb 2009 14:14:28 +0100 (CET)
> Helmut Jarausch wrote:
>
> > config_ppp0="ppp" # Runs /lib/rcscripts/net/pppd.sh
> > link_ppp0='nas0' # The name of the RFC2684 bridge interfac
mon installed), but they will make their lives miserable over
it, while leaving the same passwords typed in the terminals and written
on paper scraps lying on the desk, not to mention a lot of more obvious
things.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
procmail), which have all the necessary filtering features.
Well, provided you have any need for that "features", of course :)
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
t;
> Thanks again.
Alternatively, you can look at portage-2.2, where you can just
"emerge -u @installed".
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
t think anyone subscribes to "gentoo-users" list just to read
more of this nonsense, I certainly didn't, so what's the whole point of
this "discussion" here?
Prehaps you should go and tell all this stuff to people who actually
care, like some "political-flame-wars" mailing list, yell it on the
streets, or something ;)
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
.2.0 unmask. I don't think you need this.
> > It's here just in case.
>
> This time you /did/ send them to the list :P
Why not just "git clone git://git.overlays.gentoo.org/proj/kde.git --
sets profiles", anyway?
--
Mike K
seem to exist. It said
> to find a few things in /usr/local/share/libtool, and I found all but
> one of them in /usr/share/libtool, but no ltconfig.
Prehaps it's just a typo and the program in question is "ldconfig"?
> I'm in a similar fix on Ubunu, the only other L
r of lines.
I doubt there's a solution involving grep, unless you use it twice in
the same pipe:
grep -A string1 /some/file | grep -B string2
But there can be any amount of more elegant solutions, involving
sed:
sed -n '/string1/,/string2/p' /some/file
--
100 = KP_4
keycode 102 = KP_6
keycode 98 = KP_8
keycode 104 = KP_2
...
and add 'xmodmap ~/.xmodmaprc' line to some X/WM init script.
Note that the keycodes probably won't be the same for you, but you can
get them from xev output.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
Prehaps you should add 'irqpoll' to kernel boot options, just like
dmesg suggests?
I've had nic switching off at random with same message, but you seem to
get it in working case as well, so it might be something entirely
unrelated.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
e tar to create (or pipe) incremental backups
- just the changes since the time last one was made. Tar can handle that
as easily as rsync does, since it checks what needs to be transferred
each time anyway.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
;ed with the valid (tm) mirror, not some
third-party-in-the-middle impersonation or malicious developer
contribution.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
nly one default route, that there's a route to IP
you're connecing with, aside from default one through it, and that
it's metric is lower than the default one. Check that you can still
ping that IP.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
also
prevent accidental closing events.
Of course, you should put your actions to the aforementioned script, if
you want it to do something useful, instead of just experimental echo.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
pp-portage/gentoolkit package.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
g of euse in
app-portage/portage-utils package: quse
'quse -e gpac' should give you pretty much what you need and should
work for both global and local use flags.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
act, rt2570 module in portage tree is outdated, so you can either
downgrade the kernel to use it or (much better approach) just update
ebuild to fetch newer sources from the project page.
http://rt2x00.serialmonkey.com/wiki/index.php/Downloads
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
aif m4a mp4 mpc amf dsm far gdm imf it
> med mod mtm s3m stm stx ult uni xm
musepack is responsible for the mpc, the rest are module-file formats,
usually used for the great 8-bit music.
There's just many of them, often from different platforms.
--
Mike Kazantsev // fraggod.net
si
flow at all times.
No fans will save you when air conditioning system in the data center
goes down! It'd be game over in a couple of minutes ;)
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
er control.
And even when bunch of bioses shut system down all the systems
correctly because of cpu/chipset heat when A/C dies, there'd be a lot of
hard drive failures in a few weeks.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ng
moving to a different distribution.
Remember, all I want to do is upgrade MythTV.
Mike.
On Sat, 21 Mar 2009 19:17:53 -0600
Mike Diehl wrote:
> Has Gentoo become such a moving target that it's no longer suitable for
> normal, every day, usage?
If you're prepared to update you system at least once a week and
have up-to-date knowledge of all the installed stuff, so
On Saturday 21 March 2009 21:00:11 Dale wrote:
> Mike Kazantsev wrote:
> > On Sat, 21 Mar 2009 19:17:53 -0600
> >
> > Mike Diehl wrote:
> >> Has Gentoo become such a moving target that it's no longer suitable for
> >> normal, every day, usage?
> &
s nothing so I guess I have the latest one...
echo sys-apps/portage >> /etc/portage/package.unmask
echo sys-apps/portage >> /etc/portage/package.keywords
I have 2.2_rc26, umasked 2.2 from the beginning and have yet to face
any problem with it (unlike with 2.1, which seem to figu
On Wed, 25 Mar 2009 13:00:15 +0100
laurent wrote:
> Another question about emerge -v world, I go a empty manifest on layman.
> What should I do to fix that ?
cd /usr/local/portage/layman/someoverlay/some/package && \
repoman manifest
--
Mike Kazantsev // fraggod.net
e partitions or to create others.
Well, LVM is just what I mean ;)
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ry to make
browser-independent representation of such stuff, which is probably the
only solution if you care whether end-user can see it or not.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
On Thu, 26 Mar 2009 18:53:47 +0100
laurent wrote:
> What should I emerge to have my etc-update colored for differencies ?
emerge app-misc/colordiff && \
sed -i 's|diff_command="diff -uN %file1 %file2"|diff_command="colordiff|'
/etc/etc-update.con
On Thu, 26 Mar 2009 23:07:06 +0500
Mike Kazantsev wrote:
> sed -i 's|diff_command="diff -uN %file1 %file2"|diff_command="colordiff|'
> /etc/etc-update.conf
sed -i 's|diff_command="diff|diff_command="colordiff|' /etc/etc-update.conf
On Thu, 26 Mar 2009 19:22:37 +0100
laurent wrote:
> > sed -i 's|diff_command="diff|diff_command="colordiff|' /etc/etc-update.conf
> >
> > Oops, my bad :)
> >
>
> Sweet :)
> L
"Never trust one-liner fix"
I bet it'd be writt
ny web, since there's
nothing more important for webserver than scripts - if you have www, you
pretty much have it all.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ortage tree, removed by subsequent rsync, or advanced
ebuild from an overlay you've long removed, that just got bumped in the
main tree.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ressed to me, but...
It's still a way to check out these new features hands-on :)
And while it's ~arch on gentoo, it's actually marked 'stable' by
developers, and, since gentoo ebuild does pretty much nothing but
unpacking it, it should be pretty much as stable as any n
everyone's right in their own way.
Besides, stability vs innovation is too much a matter of personal
preference to discuss it w/o starting an endless holywar.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
of course, is GEM, which still (afaik) works
only with intel.
http://kernelnewbies.org/Linux_2_6_28#head-b957b19f6139b6bbbfabaf790bf643b1746985d6
http://kernelnewbies.org/Linux_2_6_29#head-e1bab8dc862e3b477cc38d87e8ddc779a66509d1
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
of bug there is, it might not manifest itself in other
versions.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
one shuts down correctly, the older one does the same
> thing as my eeepc...
Make sure you have these:
PM and ACPI -->
[X] PM support
[X] ACPI support -->
[X] Button
Even VMs won't cut the (virtual) power w/o these options.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
l using pre-update (non-existing now) libs:
lsof | grep 'DEL.*lib' | cut -f 1 -d ' ' | sort -u
"lsof" here is sys-process/lsof (not part of the @system afaik).
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
"$MP3"
done
=
Script actually depends on following packages (main tree):
media-libs/flac
media-libs/id3lib
media-sound/lame
I'm sorry for posting following on the list, since it's non-english.
Just disregard the rest of the message, please :)
Con
rt.
>
> +1 No top posting please.
I think that whole top-posting topic is getting just ridiculous in this
list. Prehaps we should rename it to "bottom-posting guidelines" list,
or something like that.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
glxgears
3746 frames in 5.0 seconds = 749.005 FPS
3733 frames in 5.0 seconds = 746.519 FPS
3758 frames in 5.0 seconds = 751.474 FPS
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
And that's probably all I did to set it up, but I might miss something
out, because of unreliable memory.
The setup works for both 28 and 29 kernels, giving fairly good
performance for both native and wine OpenGL games. Before that,
'software' rendering options yielded better results.
Hope that helps.
I didn't really went into low-level specifics of "how it all works"
myself, but planning to examine the topic a bit more closely, someday.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
Hi,
The "Locations" part of the drop-down calendar in GNOME is always
closed when I look at it. Is there an option somewhere I'm missing
which controls this behavior? I'd like it to always stay open.
Thanks,
Mike
e right
header line, not just anywhere in the file):
...
ACCEPT_ALL_COOKIES:TRUE
...
FORCE_COOKIE_PROMPT:YES
...
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
morrow
with a fully functional, debugged, tested, flexible, easy to use,
fully-handbook-compliant, *optional* drop-in installation process, why
that would be a bad thing?
--Mike
On Fri, 03 Apr 2009 17:47:25 +0530
Masood Ahmed wrote:
> alain.didierj...@free.fr writes:
>
> I like the -march=native and -mtune=native options. It's the new thing
> in gcc 4.3 series.
-mtune=native can be dropped if -march=native is there already.
--
Mike Kazants
Alan McKinnon wrote:
This mythical thing - a working installer - probably does not exist and likely
never will.
This may be true, and it certainly is the case right now.
But that's not a good reason to reject one out of hand
before you even see it.
There are just too many decisions the hum
Daniel da Veiga wrote:
On Fri, Apr 3, 2009 at 17:11, Mike Edenfield wrote:
On 4/3/2009 3:38 PM, Volker Armin Hemmann wrote:
there is no installer anymore. And that is a good thing.
I will agree that an installer doesn't belong near the top of anyones "show
stopper" list of
Volker Armin Hemmann wrote:
On Friday 03 April 2009, Daniel da Veiga wrote:
On Fri, Apr 3, 2009 at 17:11, Mike Edenfield wrote:
On 4/3/2009 3:38 PM, Volker Armin Hemmann wrote:
there is no installer anymore. And that is a good thing.
I will agree that an installer doesn't belong nea
litch of my
perception ;)
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ain.com ESMTP Postfix
>
> Just one line, is it ok ?
Looks like a valid response to me.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
E-Version: 1.0\r\nContent-Transfer-Encoding:
7bit\r\n\r\nTest message body ;)\r\n--===0122837587==--\r\n.\r\n'
reply: '250 2.0.0 Ok: queued as 555F1101FDC\r\n'
reply: retcode (250); Msg: 2.0.0 Ok: queued as 555F1101FDC
data: (250, '2.0.0 Ok: queued as 555F1101FDC')
send: 'quit\r\n'
reply: '221 2.0.0 Bye\r\n'
reply: retcode (221); Msg: 2.0.0 Bye
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
This is also completely harmless. It just means X has this path in its
default list of font paths, but you don't have those fonts installed, so
it's taking it out of its list.
--Mike
On 4/8/2009 3:37 PM, Mick wrote:
Wikipedia is telling me that OTF are a Microsoft/Adobe creation - is Linux
following suit and therefore xorg includes them in its list of fonts?
OpenType (the catchy name for an OTF font) is basically the successor to
TrueType, but is in theory an open standar
o
real issues, aside from few development packages I use, where python 2.6
gave syntax errors because of 'as' var usage, which is a reserved word
in 2.6.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
On 4/9/2009 11:27 AM, Mick wrote:
2009/4/8 Mike Edenfield:
On 4/8/2009 3:37 PM, Mick wrote:
Wikipedia is telling me that OTF are a Microsoft/Adobe creation - is Linux
following suit and therefore xorg includes them in its list of fonts?
OpenType (the catchy name for an OTF font) is basically
ion "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp_led:scroll,grp:caps_toggle"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol&quo
won't
have these problems.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
27;m just a bit too lazy to setup something I neither needed
nor have any experience with similar systems, but don't make it sound
like such a big deal - writing an article in wiki (if you know what to
write) is no more trouble than writing such email to the list.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
gging in /etc/rc.conf.
You can either disable hotplug completely, or, better yet, since you
don't need in for one device only, disable it for that device:
rc_hotplug="!net.eth0"
Note that I'm not sure about syntax with baselayout-1, but the option
should be there anyway.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature
ion
?
In all the noise, and seemingly outdated info, I picked out the use of
the "proper" LVM path (/dev/VG/LV), and the dolvm2 kernel option.
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
his
number defines the order in which devices are fsck'd, 0 means don't do
anything.
> By the way, I didn't find a /dev/VG/ directory either.
No /dev/lovesong/ ? Assuming your VolumeGroup is actually called lovesong.
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
the actual install will need it
merged separately to "start" LVM at boot.
If you get Gentoo booted you could try manually "starting" LVM:
vgscan
pvscan
vgchange -ay
It's vgchange -ay that makes all logical volumes in all volume groups
available, the two scans just makes sure de
gies Inc Unknown device 5811
> Flags: bus master, medium devsel, latency 32, IRQ 19
> Memory at ed00 (32-bit, non-prefetchable) [size=4K]
> Capabilities: [44] Power Management version 2
Bingo, firewire.
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
perfectly legitimate for the GPL to explicitly limit
developer's freedoms (such as the freedom to DRM their binaries), since
the developers explicitly choose to allow the GPL to do so.
--Mike
--
[EMAIL PROTECTED] mailing list
»Q« wrote:
In <news:[EMAIL PROTECTED]>,
Mike Edenfield <[EMAIL PROTECTED]> wrote:
Boyd Stephen Smith Jr. wrote:
Remember that the GPL has always been about all the users NOT just
the developers/distributors -- "adapt it to your needs" is not
allowed when it restricts
rive 45 miles to
go fix it locally.
All of these are headless servers though, so naturally have no X or
any "desktop" software. However, you're going the opposite way, an "old"
instruction set, to a "new" one.
Basically, don't jump in to reinstalling, or
ove it and
never used it either.
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
verything is default accept.
Am I just doing something stupid, or have I asked our host to set it up wrong?
Would really like to know what radvd is up to too...
Cheers
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
2 lladdr 00:04:23:d7:e8:6a STALE
host # ip -6 neigh
dead:beef:2:136::11 dev bond0 lladdr 00:04:23:d7:f3:32 router REACHABLE
fe80::204:23ff:fed7:f332 dev bond0 lladdr 00:04:23:d7:f3:32 router REACHABLE
The host has bonded ethernet connections too.
Thanks
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
eef:2:1::/49 (or similar to cover any and all of our "internal"
networks) via dead:beef:2::11, and be configured as dead:beef:2::1/64 instead
of /48. Then it would route packets for dead:beef:2:136:204:23ff:fed7:e86a to
dead:beef:2::11, rather than soliciting a link-local address for i
On Thursday 19 July 2007 17:51:32 Etaoin Shrdlu wrote:
> On Thursday 19 July 2007 18:00, Mike Williams wrote:
Etaoin, thanks for you time.
I fear I would fail basic routing, which is surprising, seeing how I do
similar things with IPv4 networks!
These addresses are all supposed to be prope
=
How do I get these to be recognized by php applications?
TIA,
--
Mike Diehl
--
[EMAIL PROTECTED] mailing list
e been much better at not breaking code
under -Os. At least, it's no more broken under -Os than under -O2. But
given that disk space is dirt cheap and modern OS don't need to read
an entire binary into memory to execute it, the actual, tangible
benefits of using -Os over -O2 are m
Benno Schulenberg wrote:
Although I agree with your reasoning above, you are contradicting
yourself in the following two statements:
At least, it's no more broken under -Os than under -O2.
[...] benefits of using -Os over -O2 are minimal
compared against the possible problems it might cause
On Monday 23 July 2007 22:04:53 James wrote:
> Any suggestions?
Add doscsi to the kernel command line in grub.
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
On Monday 23 July 2007 03:04:05 am Hans-Werner Hilse wrote:
> Hi,
>
> On Sun, 22 Jul 2007 21:37:58 -0600 Mike Diehl <[EMAIL PROTECTED]>
> > How do I get these to be recognized by php applications?
>
> They should be configured in /etc/php/php*/php.ini if you want t
On Monday 23 July 2007 06:32:53 pm Norberto Bensa wrote:
> Mike Diehl wrote:
> > drwxr-xr-x 4 root root 4096 Jul 23 17:59 apache2-php5
>
> There you have it ;-)
>
> Look inside...
>
>
> Regards
Well, I'm getting closer, then.
I looked inside the php.ini file
On Monday 23 July 2007 07:05:21 pm Norberto Bensa wrote:
> Mike Diehl wrote:
> > So, how do I install the php mysql extension?
> >
> > Thanx again,
>
> You don't. Just emerge php with mysql, and whatever USE flags you want.
>
> Best regards,
> Norberto
We
are present anymore.
How can I fix this? How can I do it and minimize my downtime?
TIA,
--
Mike Diehl
--
[EMAIL PROTECTED] mailing list
itrd/ramfs barfs, and lets you type in "shell", do so and look
for /dev/hda?.
This is a kernel/initrd problem, reinstallation is almost certainly not
necessary. What kernel did you choose during installation?
--
Mike Williams
--
[EMAIL PROTECTED] mailing list
issions of ~/.ssh/authorized_hosts should be 600
If you're using a different flavor of SSH than OpenSSH, the keys might
go into a different file; have a look at the man page in that case :)
Hope that helps!
Mike
--
[EMAIL PROTECTED] mailing list
Hi,
On 7/28/07, Mike Mazur <[EMAIL PROTECTED]> wrote:
> -the public key id_dsa.pub should be appended to ~/.ssh/authorized_hosts
> -permissions of ~/.ssh/authorized_hosts should be 600
My mistake, that should be authorized_keys instead of authorized_hosts.
Mike
--
[EMAIL PROTECTED] mailing list
401 - 500 of 1370 matches
Mail list logo