On Tue, May 05, 2009 at 08:39:06PM +0200, Leonardo Canducci wrote:
> Most eeepc seem to be well supported and some have a good battery
> life. nc10 seems good but it's not cheap nor friendly. dell mini 9 is
> really cheap but has little battery and bradcom wifi. So... what would
> you recommend?
I
On Wed, Nov 29, 2006 at 09:38:00PM -0600, William Jensen wrote:
> I'm following Etch and apt is reporting no new packages for a touch
> over a week.
I've been seeing the same behaviour over the past week or so, with
/etc/apt/sources.list configured with:
deb http://http.us.debian.org/debian
I suppose you could "kill -9" the dhclient process, once the interface
has been configured. You run the risk, however, of the DHCP server
reassigning your IP address to someone else, with no way for your
system to react. I wouldn't even consider doing this unless you also
control the DHCP ser
On Fri, Apr 21, 2006 at 09:55:04AM -0700, Andrew Sackville-West wrote:
> On Fri, Apr 21, 2006 at 07:52:39AM -0500, Greg Norris wrote:
> > On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote:
> > > Ryan,
> > > You probably need to run
> > >
> &g
On Tue, Apr 18, 2006 at 12:46:01PM -0400, [EMAIL PROTECTED] wrote:
> Do I understand correctly that xbase-clients has to be installed on the
> machine on which the programs run, not the machine on which the
> keyboard, mouse, and screen are?
Yes, it needs to be available on the ssh server. The
On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote:
> Ryan,
> You probably need to run
>
> xhost
>
> on the client machine.
Someone suggest this virtually every time the topic comes up. It's
exceptionally bad advice... DON'T DO IT!!!
signature.asc
Description: Digital sig
On Mon, Jan 23, 2006 at 05:25:39AM -0800, Leonid Grinberg wrote:
> Yeah, you need to enable it in /etc/ssh/sshd_config
> Then, use ssh -X host.domain -l username
> (note: it has to be enabled on both sides, and you actually have to
> have X on both sides.)
More specifically, you need to ensure tha
On Thu, Jan 19, 2006 at 08:21:49PM +0100, Christoph Anton Mitterer wrote:
>Greg Norris wrote:
>>Unfortunately, fam will fail to start if portmap isn't running.
>>
>> http://bugs.debian.org/332790
>>
>I cannot confirm this bug, I'm using sid and fam but
On Thu, Jan 19, 2006 at 09:28:02AM +0100, Christoph Anton Mitterer wrote:
> > I did not remove the gnome package or fam, just out of the init
> > scripts. From what you mentioned I imagine we should blame the fam.
>
> No, IIRC fam needs portmap only for some of its network
> functionallity,... so
On Wed, Jan 18, 2006 at 11:33:33PM -0400, BTP wrote:
> I did not remove the gnome package or fam, just out of the init scripts.
> >From what you mentioned I imagine we should blame the fam.
Incidentally, you can install "gamin" if you want the functionality of
fam without the portmap dependency.
On Wed, Jan 18, 2006 at 04:41:02PM -0400, BTP wrote:
> apt-get --purge remove portmap reported a required removal of GNOME
> which I did not want, so I instead used the "update-rc.d portmap
> remove" alternative.
Interesting. I've got gnome installed (although I currently use xfce4 :)
with port
On Wed, Jan 18, 2006 at 02:29:59PM -0400, BTP wrote:
> Does anybody know the correct procedure for eliminating this daemon from
> booting? Should I be using update-rc.d or do I have to manually edit config
> files?
My solution was "apt-get --purge remove portmap"... apt will let you
know if you h
On Wed, Jan 11, 2006 at 04:22:23PM +0100, Michael Dominok wrote:
> On Wed, 2006-01-11 at 19:45 +0530, Siju George wrote:
> > How do I make the top command show CPUs separately as in Redhat?
> > shown below.
>
> Start top.Hit '1' (One).
Then hit 'W' to have top write a ~/.toprc file, making your
On Mon, Jan 09, 2006 at 02:17:06PM +, Anthony Campbell wrote:
> I just did a large upgrade in Sid, with xorg among other packages
> involved. Firefox now looks odd: large spaces between lines and fonts
> different. There is also the following error message:
This could be caused by an incompati
On Fri, Dec 30, 2005 at 03:22:38PM +, Barak A. Pearlmutter wrote:
> Anyone have any idea how to completely disable firefox gestures?
Disable or uninstall whichever extension is providing gesture support
(All-in-One Gestures, in my case) via Tools/Extensions, and restart
Firefox.
--
To UNS
On Sun, Dec 11, 2005 at 06:38:54PM -0500, Patrick Wiseman wrote:
> On 12/11/05, Patrick Wiseman <[EMAIL PROTECTED]> wrote:
> > The best way to do that, actually, is to right-cllck on suspect
> > extensions, and select 'Disable'. That way, if it's not the
> > offender, it's easy to re-enable it.
On Fri, Nov 18, 2005 at 01:50:14PM -0600, Ron Johnson wrote:
> > Does not work, because this stupig "remailer"
> > break the thread in small pieces.
>
> Must be Mutt, because Evo displays a deeply-nested thread.
My copy of mutt (1.5.11-3, from sid) doesn't seem to have any trouble
threading this
On Thu, Sep 29, 2005 at 03:42:28PM -0500, Matthew Lenz wrote:
> it looks like ChallengeResponseAuthentication no by itself works
> correctly. you still think usePam no is needed?
I think it depends on the OpenSSH version. IIRC, there are (were?) a
number of entries in the BTS which indicate tha
On Thu, Sep 29, 2005 at 03:46:42PM -0400, Roberto C. Sanchez wrote:
> RSAAuthentication yes
> PubkeyAuthentication yes
> PasswordAuthentication no
Don't forget "UsePAM no" and "ChallengeResponseAuthentication no".
signature.asc
Description: Digital signature
On Thu, Sep 01, 2005 at 10:17:33PM -0400, Roberto C. Sanchez wrote:
> OK. I should have been more precise in my explanation then. I am
> redirecting like this:
>
> command >log.txt 2>&1 &
>
> Is that causing it then?
Possibly. Try redirecting stdin to /dev/null as well... that frequently
tak
On Thu, Sep 01, 2005 at 05:33:28PM -0400, Roberto C. Sanchez wrote:
> I occasionally log into a machine remotely and start a process in the
> background:
>
> command &
>
> However, when I log out of the machine, the ssh process on my local
> machine blocks. I guess that it is becuase the remote
On Wed, Aug 31, 2005 at 01:49:01PM -0500, Matt Zagrabelny wrote:
> 3 -
>
> $ cat /etc/sysctl.conf
> #
> # /etc/sysctl.conf - Configuration file for setting system variables
> # See sysctl.conf (5) for information.
> #
>
> net/ipv4/ip_forward = 1
4 -
$ cat /etc/network/options
ip_forward=no
spoo
On Thu, Aug 18, 2005 at 03:26:12PM -0400, Haines Brown wrote:
> xauth: creating new authority file /home/user/.Xauthority
> /usr/bin/X11/startx: line 132: cannot create temporary file for here
> document: Permission denied
This sort of error can be caused by bad permissions on "/tmp" (or
On Sun, Dec 26, 2004 at 11:45:16PM -0600, Rob Benton wrote:
> First let me make sure I'm looking at the right file:
>
> /etc/X11/Xsession.d/55numlockx
> /etc/X11/Xsession.d/55numlockx.dpkg-dist
>
> The first one is the currently installed version right?
Dpkg leaves *.dpkg-dist files when it thin
On Sat, Oct 16, 2004 at 10:21:53AM -0400, Jule Slootbeek wrote:
> Hey all,
> My trusty iBook's hinge snapped after 3.5 years of trusty service
> (RIP coltrane) and so now i'm in the market for a new laptop. My brother
> recently bought an IBM Thinkpad T42 and he is very happe with it
On Wed, Oct 13, 2004 at 12:57:32PM +0200, Joost Witteveen wrote:
> Looking at the code, it seems as though chroot_safe simply uses the
> normal chroot() call; I would think the binary running would not be
> able to see the difference between `real' chroot and chroot_safe
> (and should thus not be a
On Tue, Oct 12, 2004 at 04:09:17PM -0400, Joey Hess wrote:
> I haven't read any of the code, but based on their documentation, so
> long as you trust the binary you're chrooting, it should be as safe as
> regular chroot.
That's a pretty good fit to my situation, so I guess I'll go ahead and
give
Has anyone here has tried out chroot_safe[1]? Any comments on how well
it works, or how it compares security-wise to a normal chroot
environment? I have a couple of small apps (such as the [EMAIL PROTECTED]
client) which I'd like to run chroot'd, and this beastie sounds like an
ideal way to go ab
On Mon, Jun 28, 2004 at 11:10:31PM -0700, Vadik wrote:
> I run my web and email server on machine with 32 Mb RAM. It works fine,
> but spamassassin really takes a lot of memory. And to make things
> worse, it often runs 10 and more sessions. is the a way I can configure
> spamassassin to run
On Tue, Jun 22, 2004 at 12:24:24AM -0500, Will Trillich wrote:
> screen is truly magic. wonder why i never tried it before?
>
> start with
>
> $ screen
>
> see the license, start hammering away at whatever you hammer
> away at. create, edit, delete, munge, craft, invent, devise...
> get in
On Wed, Jun 16, 2004 at 11:45:07AM +0100, Antony wrote:
> I'm using spamassassin 2.63 in unstable. In the last month or two, much
> more spam seems to get through. Here's an example:
I don't know if it's feasible in your case, but have you considered the
SA 3.0 prerelease package in experimental
On Wed, Jun 16, 2004 at 10:56:40AM +0200, Joerg Johannes wrote:
> I have a logitech USB mouse which works great using 2.4 kernels. With
> exactly the same setup in X, the same mouse attached to the same
> computer works still, but only the three buttons: scrolling the wheel
> doesn't do anything, p
On Sun, May 30, 2004 at 08:22:39PM -0400, Ishwar Rattan wrote:
> I am interested in running vmware-4.5 work-station under debian/testing
> (2.6.5). The software (not purchased yet) has a rpm package
> and a tar.gz that contains files for RH/Mandralke/SuSe. Is any one
> running it suceesfully under
On Tue, Jan 06, 2004 at 09:20:14PM -0600, Greg Norris wrote:
> Thanx for the info. After researching a number of KVMs from various
> companies, I've decided that the SwitchView USB 4-port looks the most
> promising. That beastie is on order, so I should know for sure in a
> few
As it turns out, there was a typo in the firewall rules... the traffic
in question was indeed legit. D'oh!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sat, Jan 10, 2004 at 05:27:33PM -0500, Bijan Soleymani wrote:
> I don't know about the particulars but this is from man dhcpd.conf:
>"The bootp keyword
>
> allow bootp;
> deny bootp;
>
>The bootp flag is used to tell dhcpd whether or not to respond to bootp
>
I recently setup a spare box (sasami) to provide some local services
(dns, dhcp, email, squid, etc.) for a home network, as well as acting
as firewall and router. It's running a fairly minimal woody
installation, except for shorewall 1.4.8.stable-2 which was backported
from sid.
I've configured d
On Tue, Jan 06, 2004 at 04:25:23PM -0600, Todd Pytel wrote:
> Well, I have a Belkin SOHO 4-port (PS/2) that exhibits X issues. If I'm
> using a wheel mouse (IMPS/2) and switch ports, the mouse goes crazy. One
> generally knowledgeable person hinted that USB mice might not have such
> an issue, but
On Tue, Jan 06, 2004 at 11:48:33AM -0800, Bill Thompson wrote:
> I had the same trouble as well as mouse issues with the same Belkin
> Omniview SOHO going between a Woody server and Sid desktop. I
> replaced my KVM with a Avocent SwitchView and have had no further
> issues. You can get more info at
On Tue, Jan 06, 2004 at 11:12:51AM -0600, Kirk Strauser wrote:
> I suspect you got a bad unit, or maybe one in need of a firmware upgrade
> (you can flash that unit with a special serial cable).
I flashed the firmware several times during the troubleshooting
process. The symptoms changed somewhat
On Tue, Jan 06, 2004 at 10:53:21AM -0700, Monique Y. Herman wrote:
> I have a Belkin 4-port (don't recall the exact model, but OmniView
> sounds right), and while the keystroke aspect was fine, it didn't
> interact with X well at all. Switching back to a machine running X
> would result in the mou
Can anyone recommend a good 4-port (or thereabout) KVM switch? I need
one which can handle USB keyboard and mouse inputs, and it would be a
plus (but definitely not required) if it can accommodate both USB and
PS/2 outputs.
I recently tried a Belkin OmniView SOHO KVM (model no. F1DS104U), which
c
On Fri, Jan 02, 2004 at 08:36:53AM +0100, Jan Minar wrote:
> Nice. So if an exploit leaks to the script kiddies, you would be cracked
> only 1-2 times a day. Hopefully the first one to get in will move sshd
> back to 22/tcp and patch the binary.
It's currently running on port 443. I'm pretty su
On Thu, Jan 01, 2004 at 11:47:36PM +0100, Jan Minar wrote:
> > At least then a script kiddy won't simply find port 22 open and
> > start to bruteforce your ssh password. He has to scan higher than
> > normal to find your SSH which he/she is less likely to do.
>
> This is a ``security by obscurity'
On Tue, Dec 23, 2003 at 10:39:29AM +0100, Mark Schouten wrote:
> Well, it *is* the space at the end of the line. Why all the fuzz. Just
> place an '?' behind the space.
No it isn't. So far, all of the messages which have slipped through
have exactly one trailing space... exactly matching the rege
On Sat, Dec 20, 2003 at 04:01:08PM -0500, Bill Marcum wrote:
> On Fri, Dec 19, 2003 at 09:34:56PM -0600, Greg Norris wrote:
> You don't say whether the message is listed as an "event" or a "security
> violation", but I'm guessing it's the latter
Every now and then, logcheck complains about syslog messages such as
the one below. Not a big problem, but it's supposed to filter out
messages which match the associated regexp... which really should cover
this case, as far as I can see. Any idea why this one was missed?
---SNIP---
Dec 19 07:17
On Sat, Nov 08, 2003 at 01:06:15PM -0500, Roberto Sanchez wrote:
> Have you looked at pngcrush?
>
> apt-cache show pngcrush
No, but I'll definitely look into it for next time. Thanx!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC
On Fri, Nov 07, 2003 at 04:36:30PM -0600, Alan Shutko wrote:
> That looks like it's 8 bits per color, or 24 bpp. What does identify
> -verbose say about it?
It looks like you're correct. Thanx, I'll remember this if the issue
comes up again. ;-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
On Thu, Nov 06, 2003 at 11:34:59PM -0500, Roberto Sanchez wrote:
> Just out of curiousity, did you originally save it as a 24-bit or
> 8-bit PNG? IIRC, GIFs are always 8-bit and 8-bit PNGs are comparable
> in size. I can understand how a 24-bit PNG would be bigger, but I can't
> see how an 8-bit
On Fri, Nov 07, 2003 at 07:58:26AM +, Geoff Thurman wrote:
> Thank you. This is a great relief, particularly coming, as it does, from
> such an authoritative source. I now understand the man pages a bit
> better, too. I have still removed the ssh package though, on the basis
> that I don't u
On Thu, Nov 06, 2003 at 09:35:53AM +0800, csj wrote:
> Speaking of IP hassles, maybe you should have exported that into
> the free png format.
The original version was png, actually... I converted it to gif because
more browsers handle that format, and it has a significantly smaller
file size in t
I thought this might provide some much-needed amusement... My wife has
put together a picture of SCO's crack legal team, which pretty much
explains their entire strategy. Feel free to share! ;-)
http://home.kc.rr.com/snidely/cornscolio.gif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
On Mon, Nov 03, 2003 at 12:18:10AM +0100, Werner Mahr wrote:
> Am Montag, 1. Dezember 2003 11:41 schrieb Marco Cecconi:
>^
> Is my KMail broken?
Time moves more quickly on hyperthreaded systems! ;-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "un
On Sun, Oct 12, 2003 at 03:05:04PM -0400, Naitik Shah wrote:
> I've been unable to get my Palm Zire 71 working with kernel
> 2.6-test6 / test7. Anyone else using a Palm, any palm device
> and noticed any such problems? I've reverted back to
> test5-mm3 for now, and its working for now!
I'm only ab
On Tue, Oct 07, 2003 at 01:46:43PM -0300, AgustÃn Ciciliani wrote:
> These are some of the mail servers that I can't reach with my Debian:
> mail.matrocolayasoc.com.ar, mail.skytel.com.ar, mail.ecogas.com.ar, and
> others...
Do you have ECN enabled in your kernel? You can check this by doing
"cat
On Mon, Sep 29, 2003 at 12:09:18PM +0100, Andrew Ingram wrote:
> Can anyone tell me if there is anything special I should enable in my
> kernel (or any other Debian configuration) to make the most out of an
> Intel P4 processor with HyperThreading? Just realised my kernel has SMP
> disabled which m
> I've recently setup squid for a small home network (2 boxes, not
> counting the proxy server itself). Unfortunately, I instantly get the
> error text below when I try to access a non-cached site. If I do a
> shift-reload, the site will then load successfully, and I won't have
> any further trou
I've recently setup squid for a small home network (2 boxes, not
counting the proxy server itself). Unfortunately, I instantly get the
error text below when I try to access a non-cached site. If I do a
shift-reload, the site will then load successfully, and I won't have
any further trouble with i
On Wed, Aug 06, 2003 at 08:40:16PM -0500, Greg Norris wrote:
> > I've recently setup squid for a small home network (2 boxes, not
> > counting the proxy server itself). Unfortunately, I instantly get the
> > error text below when I try to access a non-cached site. If I do
Sorry if this is a dup, but I didn't see any sign of it on the list
after 12 hours...
---
I've recently setup squid for a small home network (2 boxes, not
counting the proxy server itself). Unfortunately, I instantly get the
error text below when I try to access a non-cached site. If I do a
shi
On Sat, Jul 26, 2003 at 07:36:47AM -0700, Alan Connor wrote:
> This might help in the future, Seneca:
>
> ps a | grep slrn | grep -v grep
> 863 pts/3S 0:00 slrn
You can cut out an unnecessary process (not that it's likely to be a
big deal these days) with:
ps a | grep "[s]lrn"
-
Here's where I pulled my copy from...
# Daniel Stone's unofficial XFree86 4.3 packages
deb http://penguinppc.org/~daniels/sid/i386 ./
On Sun, Jul 20, 2003 at 11:11:27AM -0700, Johannes Graumann wrote:
> Hello,
>
> A couple of days ago I installed woody with the bf2.4 kernel on my
> new fuj
My apologies if this is a repeat... I originally sent it yesterday
evening, and haven't seen any sign of it on the list.
---
I'm starting to test out the 2.6.0-test1 kernel, and for the most part
everything is going smoothly. There is one problem that has me
stumped, however... I can't seem to g
On Mon, Jun 23, 2003 at 06:53:42PM -0500, Michael D. Schleif wrote:
> Ah, yes! I recently added that as a recommended security enhancement.
>
> What is the best way to umount/mount /tmp, without rebooting?
>
How about `mount -o remount,exec /tmp'?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED
On Thu, Jun 05, 2003 at 02:14:51AM -0700, Paul Johnson wrote:
> What worked for me on SBLive: ditch ALSA, use OSS. It Just Works.
> From what I can tell, there is no difference in functionality between
> the two on the SBLive, but ALSA is a massive, avoidable pain in the
> ass for the same result.
On Wed, Jun 04, 2003 at 08:39:33PM -0600, Tom Schutter wrote:
> I am having problems setting up ALSA on my Debian box. When I try to
> play an OGG file using XMMS, XMMS hangs. When I try to play an OGG
> file using alsaplayer, I get no sound, and alsaplayer moves through
> the song at 30x. The s
You can search for packages which contain specified files at
"http://www.debian.org/distrib/packages";. In this case, it would have
told you that dpkg-reconfigure is part of the debconf package.
On Sun, Mar 23, 2003 at 09:57:12AM -0800, Debian User wrote:
> Hi,
>
> I just installed the vanilla
I expect that you're running into the default TCP-Wrappers
configuration. If this is the case, there are at least 2 ways to
resolve the issue.
1) If the remote system has a static IP address, just add an /etc/hosts
entry for the box.
2) Edit /etc/hosts.deny, and change the "ALL: PARANOID" entry
I occasionally have a need to connect to my home machine from untrusted
systems, so I'm trying to configure ssh to use one-time passwords via
libpam-opie. I started by commenting out the auth entry for
pam_unix.so in /etc/pam.d/ssh, and adding one for pam_opie.so in it's
place. So far so good...
On Mon, Feb 17, 2003 at 10:55:58PM -0900, Andy wrote:
> I have a Debian 3.0 install with the 2.4.18-bf2.4 kernel and I just did an
> apt-get install kernel-headers-2.4.18-bf2.4 then did an ln -s to make:
> linux -> kernel-headers-2.4.18-bf2.4
> So I tell the vmware script that my kernel headers
You're right... I should have mentioned the "include" directory. I
didn't realize that the distro kernel-headers packages include multiple
trees, tho... I've been building my own for quite awhile now.
Thanx for the update!
On Mon, Feb 17, 2003 at 09:18:11PM -0600, Kent West wrote:
> Having just
Basically I just unpacked the tarball for VMware Workstation 3.2, and
ran the ./vmware-install.pl script. When it prompted, I selected
/opt/vmware as the installation path, and /usr/src/linux/include as the
location of my kernel headers... the latter being a symlink to the real
location. There ar
There's no debianized package, but the 3.2 tarball works fine (on sid,
at least). I didn't try to build a package out of it, just pointed the
installer to /opt/vmware.
On Sun, Feb 16, 2003 at 04:57:53PM -0500, John Mitchell wrote:
> I was wondering if anyone knew of a package of VMWare workstatio
I'm having some problems getting a reliable pdnsd setup, which I was
hoping (obviously! ;-) that someone here could help me out with. The
symptom is that occasionally it stops resolving addresses (probably
just uncached ones?), and pdnsd-ctl shows the server as unavailable.
At first I thought the
Please do. Thanx!
On Fri, Jan 03, 2003 at 12:18:07AM -0500, Derrick 'dman' Hudson wrote:
> I have a python script that does some cleanup on messages. I
> currently use it via maildrop's 'xfilter' command. I don't think
> formail would be a good idea here because you run into problems with
> try
The problem turned out to be caused by an invalid default "listenPort"
entry in freenet.conf. I've submitted a bugreport, asking that the
installation prompt for this setting.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Anyone have a procmail recipe you'd be willing to share, for sanitizing
mailing-list subjects? Basically, I'd like to take
Re: Re: Re: [list-name] blah blah
and turn it into
Re: blah blah
I figure that I could come up with something workable using sed and
formail, but was hoping that so
I'm trying to setup freenet on sid, but I get the errors below[1]
whenever I attempt to start it. The configuration is quite generic...
I've accepted all the debconf defaults, and haven't otherwise modified
freenet.conf. For the JVM, I've tried using blackdown (1.3.1 & 1.4)
and kaffe.
Any though
Try the Preferences Toolbar at "http://www.xulplanet.com/downloads/prefbar/";.
On Fri, Dec 20, 2002 at 02:20:28AM +0800, csj wrote:
> A certain site's javascript afaict has checks to identify whether
> the browser logging on is NS4 or IE4 or greater. Is there a way
> to get Mozilla to identify its
Assuming that you're running devfsd, add the following to
/etc/devfs/devices:
vmnet0c 119 0 root root 0600
vmnet1c 119 1 root root 0600
vmnet2c 119 2 root root 0600
vmnet3c 119 3 root root 0600
vmnet4c 119 4 root root 0600
vmnet5c 119 5 root root 0600
vmnet6
Working great here... version 3.2 installed from the tarball.
On Sat, Oct 26, 2002 at 10:49:53AM +0200, Aedificator wrote:
> Any experiences with Debian and WMware 3.X?
>
> Zee
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I'd like to convert messages from html to text, for a few specific
mailing lists. Is there a procmail recipe for this?
Thanx!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, Apr 26, 2002 at 11:56:03PM -0400, Faheem Mitha wrote:
> Thanks. That's very helpful. I take it then you would not necessarily
> recommend any more recent Asus board over this one? The only thing I was a
> little concerned about was that it might be too old. But it is better to
> have a work
> Anyway, I returned it to my vendor and I am now looking for another
> motherboard. I thought it best to be conservative and go with a
> motherboard based on the AMD 761 chipset, like the Abit KG7, since
> these generally seem to be most stable and trouble-free under Linux,
> even it they are now
I'm happy to report that I got it working. On the off-chance that
someone else is sufficiently brain-damaged to think this is a good
idea, here's what I had to do...
1) Install the opie-server and libpam-opie packages.
2) Modify /etc/pam.d/ssh, so that pam_opie.so is invoked in addition to
(or
Is it possible to use S/Key passwords with the version of SSH in
woody/sid? If so, I'd appreciate any pointers to information on
setting this up.
Thanx!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
You'll need the ppdev module as well, IIRC.
On Wed, Apr 10, 2002 at 08:40:51AM +0200, Arno Baier wrote:
> hi
> i 've probs get the parport device work with vmware 3.0 and 3.1.
> i switched the paralell device in the bios to epp mode and compiled the
> modules parport and parport_pc. i do not use
Try running ssh in verbose mode (add "-v" to the command-line). The
output should help to pinpoint what's failing.
On Sat, Apr 06, 2002 at 03:21:34PM -0600, Kent West wrote:
> I've got a Sid box at home, and one in the office.
>
> At home, I'm on Cox Cable, going through a Netgear
> router/swit
What version of vmware are you running? For 3.0, the fix is located at
ftp//platan.vc.cvut.cz/pub/vmware/vmware-ws-any-update14.tar.gz. Also,
the latest 3.1 beta has the fix applied.
On Mon, Apr 01, 2002 at 02:55:28AM +0200, CASASSOVICI Alexander wrote:
> Hi
>
> I had vmware running allright .
I've noticed that gtcd's volume slider doesn't do anything, after
switching to the ALSA for sound. Is there any way to make this work
again, short of switching back to the OSS drivers. My sound card is a
SBLive (emu10k1).
Thanx!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
On Sat, Mar 16, 2002 at 12:03:03PM -0600, Dimitri Maziuk wrote:
> Set cipher to blowfish (or none, if you're running it over trusted
> network), remove compression.
Debian's ssh package is compiled without support for cipher=none. You
can rebuild it if you really want that, of course...
On Sat, Mar 09, 2002 at 09:15:35PM -0600, Greg Murphy wrote:
> I have tried changing ps/2 to imps/2, but that makes the mouse go crazy on
> the screen.
Did you reboot afterward? I had this problem after switching gpm and X
to use imps/2 instead of ps/2, but it's been working fine ever since
the
Edit /etc/init.d/klogd and add "-c 6" to the commandline. This will
prevent kernel messages of priority 6 and 7 (KERN_INFO and KERN_DEBUG)
from going to the console, without affecting higher-priority messages.
On Wed, Jan 16, 2002 at 10:25:37AM -0500, James D. Freels wrote:
> I got no response.
It seems to be working fine here...
On Sun, Dec 30, 2001 at 02:42:39PM -0600, Hank Marquardt wrote:
> I haven't seen any talk on this so maybe it's just me -- anyone else
> having trouble with FORM submissions in Moz since it went to .97
> mid-week?
>
> I can't submit a form from anywhere ... (go
You'll need to install the -dev package as well, in order to use
menuconfig.
On Fri, Dec 14, 2001 at 11:26:43PM -0300, Daniel Toffetti wrote:
> Hi all !
>
> I'm trying to compile a new (2.4.13) kernel on an old 486 box. When I
> try to configure it with "make menuconfig" I get the following erro
Are you running esd? If not, try using the libOSS.so plugin instead...
On Mon, Dec 10, 2001 at 08:05:43PM -0500, Courtney Thomas wrote:
> Greetings !
>
> I have installed SBLive! card under Debian-2.4.6 using emu10k1.
>
> When I click on the play button, the mp3 is downloaded and after
> buffer
It should work fine on unstable, without any need for the binary-only
driver from Matrox. The only problem I've run across is that high-res
text modes aren't restored properly (http://bugs.debian.org/122121),
but hopefully that'll be fixed when X 4.2.0 is released.
On Sun, Dec 09, 2001 at 10:09:3
Since recent versions of openssh can handle both DSA and RSA keypairs,
I was wondering if one format is preferred over the other from a
security perspective. Thoughts?
Junkbuster works fine here, with both Galeon and Mozilla. Just be sure
to set HTTP Version to 1.0 in your browser configuration... junkbuster
doesn't support 1.1.
On Wed, Nov 14, 2001 at 01:09:51PM +, Preben Randhol wrote:
> Mozilla and Galeon does not play well with junkbuster. Does anybody
1 - 100 of 169 matches
Mail list logo