PHP --with-imap

2003-02-23 Thread Craig Jackson
I have a Debian woody computer with exim and qpopper. They work well
using starttls. Now I want to experiment with imap using imp/horde. So I
installed Cyrus-imapd using apt and libc-client2001 using apt and Mysql
from source. I downloaded PHP4.3.1 and Apache 1.3.27 which I want to
compile from source. When I configure PHP4.3.1 using these options

--with-mysql 
--with-imap=/usr/lib/ 
--with-apache=/usr/local/src/apache_1.3.27 
--with-mcrypt 
--enable-track-vars

I get this error:

configure: error: Cannot find imap library (libc-client.a). Please check
your IMAP installation.

libc-client2001 is in /usr/lib/ but libc-client.a is nowhere on the
system. Hints please.

Thanks,
-- 
Craig Jackson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP --with-imap

2003-02-23 Thread Craig Jackson
On Sun, 2003-02-23 at 16:14, Rob Weir wrote:
> On Sun, Feb 23, 2003 at 12:29:33PM -0600, Craig Jackson wrote:
> > I have a Debian woody computer with exim and qpopper. They work well
> > using starttls. Now I want to experiment with imap using imp/horde. So I
> > installed Cyrus-imapd using apt and libc-client2001 using apt and Mysql
> > from source. I downloaded PHP4.3.1 and Apache 1.3.27 which I want to
> > compile from source. 
> 
> How come? 

I'm new to apt-get. I like downloading the source from the source and
compiling it. I like knowing what options are used to compile. I'm
having a hell of a time with this php-imap because first php4.3.1
doesn't find the c-client libraries even though I enter the correct
prefix and the libraries are there, then I find out kerberos has been
compiled into c-client and I don't want Kerberos. Having control over
our servers is important. I don't mind relinquishing some of that
control for the base system esp because I know Debian does a great job
with that and it will save plenty time and aggravation. But as for
mission critical apps, I want the source installed exactly the way I
want it. I realize that I can do this with apt-get but it seems like
more work to learn apt-get to compile from deb-source than to simply
download and compile from original source.


>  And if you really want to, why not rebuild the Debian
> sources, so you get a nice shiny .deb?  Also, Debian includes a
> php4-imap module which gives you imap support.
> 
> > When I configure PHP4.3.1 using these options
> > 
> > --with-mysql 
> > --with-imap=/usr/lib/ 
> > --with-apache=/usr/local/src/apache_1.3.27 
> > --with-mcrypt 
> > --enable-track-vars
> > 
> > I get this error:
> > 
> > configure: error: Cannot find imap library (libc-client.a). Please check
> > your IMAP installation.
> > 
> > libc-client2001 is in /usr/lib/ but libc-client.a is nowhere on the
> > system. Hints please.
> 
> Use http://packages.debian.org/ to find which package contains that
> file.
-- 
Craig Jackson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP --with-imap

2003-02-23 Thread Craig Jackson
On Sun, 2003-02-23 at 18:48, Rob Weir wrote:
[snipped]

> Well, 90% of the time, it's actually simpler.  e.g.
> 1) setup deb-src lines in your sources.list (you only need to do this
>once, ever)
> 2) apt-get source packagename;apt-get build-dep packagename.  This will
>download the source, untar it and patch it, then go get everything
>you need to build it (avoiding the libc-client2001 issue you're
>having).
> 3) Edit debian/rules to change the './configure' line to only include
>modules that you want.
> 4) debuild.  This builds the source and packages it.
> 5) install the resulting deb with dpkg.
> 6) Profit!
> 
> Total human interaction time: 2 minutes.

I appreciate your response and will seriously look into this method. It
does look promising. 

-- 
Craig Jackson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



HP scanner: Segfault

2003-01-20 Thread Craig Jackson
I am unable to get scanimage to work:

# sane-find-scanner
sane-find-scanner: found USB scanner (vendor = 0x03f0, product = 0x0201)
at device /dev/usb/scanner0

But...

#scanimage -d hp:/dev/usb/scanner0
segmentation fault

# cat /etc/sane.d/
scsi HP
/dev/usb/scanner0

xsane closes during scan for scanner

# lsmod
sg 24452   0  (autoclean) (unused)
es1371 27840   0  (unused)
gameport1308   0  [es1371]
ac97_codec  9568   0  [es1371]
soundcore   3236   4  (autoclean) [es1371]
scanner 8480   0
usb-uhci   20708   0  (unused)
usbcore48032   1  [scanner usb-uhci]
nfsd   42848   0  (unused)
eepro100   17264   1
mousedev3776   1
radeon 92472   1
agpgart29824   3
keybdev 1664   0  (unused)
input   3072   0  [mousedev keybdev]


Any suggestions?
Thanks in advance,

-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: setup ofr the printer

2003-01-20 Thread Craig Jackson

You may want to install mpage and will need samba if it is a
windows-shared printer.

ncpfs I believe is for netware-shared printers.

That first lp printer is a dummy entry and can be safely deleted.

Use printtool to autodetect your printer.

On Mon, 2003-01-20 at 15:14, Joris Huizer wrote:
> 
> --- Craig Jackson <[EMAIL PROTECTED]> wrote:
> > apt-get install printtool
> 
> OK I've done that.
> When I run printtool, I get warnings:
> - Samba not installed
> - ncpfs not installed
> 
> And then in the main window of printtool the text:
> "lp|Generic dot-matrix printer entry  type
> unrecognized"
> 
> I think that may be related to the missing programs
> Sanba/ncpfs - which one should I install ? Or what
> should I do ?
> 
> 
> 
> > 
> > On Mon, 2003-01-20 at 11:56, Joris Huizer wrote:
> > > Hello,
> > > 
> > > I know you can print a file using lpr and
> > > configuration could be done using lpd - but lpd is
> > not
> > > present.
> > > 
> > > I've got a Lexmark Z31 printer. Although it seems
> > to
> > > be a "windows only" printer I had a driver for
> > redhat
> > > before.
> > > 
> > > Is there a driver and/or a howto for the printer
> > > configuration available ?
> > > 
> > > Thanks in advance,
> > > 
> > > Joris Huizer
> > > 
> > > __
> > > Do you Yahoo!?
> > > Yahoo! Mail Plus - Powerful. Affordable. Sign up
> > now.
> > > http://mailplus.yahoo.com
> > > 
> > > 
> > > -- 
> > > To UNSUBSCRIBE, email to
> > [EMAIL PROTECTED] 
> > > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > -- 
> > 
> > Craig Jackson
> > __
> > Wildnet Group LLC
> > 103 North Park, Suite 110
> > Covington, Lousiana 70433
> > Office 985-875-9453
> > __
> > 
> > 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: restart / shutdown by normal user

2003-01-20 Thread Craig Jackson
# chmod +s /sbin/shutdown

This is not something I would do though. Why don't you do this when you
want to shut down:

# su -c "shutdown -h now"

On Mon, 2003-01-20 at 15:05, Joris Huizer wrote:
> Hello,
> 
> In the current (default) settings restarting &
> shutting down is only allowed for the root user;
> How can I change that so normal users can shut down
> (restart) ?
> 
> Thanks.
> 
> Joris
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: HP 6200C scanner: Segfault

2003-01-21 Thread Craig Jackson
I answered my own question and post here for the benefit of all.

# echo "option connect-device" >> /etc/sane.d/hp.conf
# rmmod scanner
# modprobe scanner vendor=0x03f0 product=0x0201

Voile!


On Mon, 2003-01-20 at 11:19, Craig Jackson wrote:
> I am unable to get scanimage to work:
> 
> # sane-find-scanner
> sane-find-scanner: found USB scanner (vendor = 0x03f0, product = 0x0201)
> at device /dev/usb/scanner0
> 
> But...
> 
> #scanimage -d hp:/dev/usb/scanner0
> segmentation fault
> 
> # cat /etc/sane.d/
> scsi HP
> /dev/usb/scanner0
> 
> xsane closes during scan for scanner
> 
> # lsmod
> sg 24452   0  (autoclean) (unused)
> es1371 27840   0  (unused)
> gameport1308   0  [es1371]
> ac97_codec  9568   0  [es1371]
> soundcore   3236   4  (autoclean) [es1371]
> scanner 8480   0
> usb-uhci   20708   0  (unused)
> usbcore48032   1  [scanner usb-uhci]
> nfsd   42848   0  (unused)
> eepro100   17264   1
> mousedev3776   1
> radeon 92472   1
> agpgart29824   3
> keybdev 1664   0  (unused)
> input   3072   0  [mousedev keybdev]
> 
> 
> Any suggestions?
> Thanks in advance,
> 
> -- 
> 
> Craig Jackson
> __
> Wildnet Group LLC
> 103 North Park, Suite 110
> Covington, Lousiana 70433
> Office 985-875-9453
> __________
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Desktop productivity with Debian GNU/LINUX

2003-01-22 Thread Craig Jackson
On Wed, 2003-01-22 at 13:00, Alex Malinovich wrote:
> On Wed, 2003-01-22 at 11:40, Hal Vaughan wrote:
> > I wonder -- are the people that start with Debian people who are new
> to Linux, 
> > but used to Unix or sys admin/programming on other systems, or are
> they just 
> > at the "user" (or just above) level?
> 
> I did my first ever install of a Linux distro 13 months ago (almost to
> the day as a matter of fact), which happened to be Debian Potato. Before
> that I'd used Windows, Windows, and more Windows. I started up the OS/2
> installer once. That was about as far as I got with it though. :) The
> only real unix-type experience that I'd had before that was using Cygwin
> (before the days of X support) for about 5 months. That got me
> comfortable with ls, grep, less, and emacs. 
> 
> Other than that, I was an absolute newbie. I thought mounting was what
> you did with a horse and ext2 was the 2nd extended partition on my HD.
> :) And, worst of all, I didn't discover debian-user until AFTER I got
> the system fully installed. :)
> 
> Now, 13 months later, I run Sid with some experimental packages on my
> desktop machine and laptop, a mailserver running Sid with relatively old
> packages that I know work right. (Testing is a bit TOO old for me. :)
> And a webserver/Sid mirror running, you guessed it, Sid. :)
> 
> I also tried installing Mandrake about a month ago to see what it was
> like and found one of the best installers I've ever seen. I now carry
> the 1st Mandrake install CD around with my laptop anytime I need an
> emergency boot disk for someone. (Primarily because of the partitioning
> tool.) However, I can't stand the distro from the user standpoint. The
> default setup with no VTs is absolutely horrid, and having to use a
> wizard for just about everything is a nightmare. I'm going to give
> Gentoo a shot as soon as I get enough HD space freed up, but in the
> meantime, I'm a diehard Debian supporter. :)
> 
> -Alex


Debian is the best. I even like the installer the way it is. I use it as
a desktop which includes downloading pictures from my Canon powershot,
HP6200c scanner, HP printer. I use it a s web,ftp,dhcp server. And I'm
sure there are others who put it to much more strenuous tests with
success. Apt-get is truly great. What I like more is the non-profit org
status.

-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




TLS and Exim on Sarge

2003-02-12 Thread Craig Jackson
This is an exim question but I post it to this group because it is
installed from a testing Debian package on Sarge. It starts with the
script in /etc/init.d. I had exim installed then decided I wanted
exim-tls and installed that. Please can anyone tell me how to start exim
with tls support. When I try to connect with telnet, I get this error:

 $ telnet myip 465
Trying myip ...
telnet: Unable to connect to remote host: Connection refused

mail:/etc/exim# exim -bV
Exim version 3.35 #1 built 15-Apr-2002 20:48:24
Copyright (c) University of Cambridge 2001

The auth/tls entries in exim.conf:

host_auth_accept_relay = *

auth_hosts = MUSTAUTH

# SSL/TLS cert and key
tls_certificate = /etc/exim/mail.cert
tls_privatekey = /etc/exim/mail.cert

# Advertise TLS to anyone
tls_advertise_hosts = *

# Require auth over SSL only.
auth_over_tls_hosts = *

fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if and 
{{eq{$2}{'uname'}}{eq{$3}{'pass'}}}{yes}{no}}
server_set_id = $2

Thanks,
-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




TLS client

2003-02-13 Thread Craig Jackson
I know Kmail and Evolution both support TLS. I have both installed on my
machine as Testing, but see no way to use TLS in either. I tried
installing unstable, but encountered dependency errors.

Sorry, but the following packages have unmet dependencies:
  evolution: 
Depends: gtkhtml1.1 (>= 1.1.8) but it is not going to be installed
Depends: libcamel0 (= 1.2.2-1) but 1.0.5-1 is to be installed
Depends: bonobo (>= 1.0.22) but 1.0.20-2.1 is to be installed
Depends: bonobo-conf (>= 0.16) but 0.14-1 is to be installed
Depends: libbonobo-conf0 (>= 0.16) but 0.14-1 is to be installed
Depends: libbonobo2 (>= 1.0.22) but 1.0.20-2.1 is to be installed
Depends: libc6 (>= 2.3.1-1) but 2.2.5-14.3 is to be installed
Depends: libcamel0 (>= 1.2.2) but 1.0.5-1 is to be installed
Depends: libfreetype6 (>= 2.1.3-5) but 2.1.2-9 is to be installed
Depends: libgal21 (>= 0.23) but it is not going to be installed
Depends: libgdk-pixbuf-gnome2 (>= 0.22.0-1) but 0.20.0-1 is to be 
Depends: libgdk-pixbuf2 (>= 0.22.0-1) but 0.20.0-1 is to be installed
Depends: libgnome-pilot1 (>= 0.1.70) but 0.1.64-1 is to be installed
Depends: libgtkhtml1.1-3 (>= 1.1.8) but it is not going to be installed
Depends: liborbit0 (>= 0.5.17) but 0.5.16-1 is to be installed
Depends: libsoup3 but it is not going to be installed
Depends: libssl0.9.7 but it is not going to be installed
E: Sorry, broken packages

--fix-broken didn't help.
Should I try --force-yes?

Thanks,
-- 

Craig Jackson
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: TLS client

2003-02-14 Thread Craig Jackson
On Fri, 2003-02-14 at 02:11, Angel L. Mateo wrote:
> El Jueves, 13 de Febrero de 2003 15:32, Rob Weir escribió:
> > >
> > >   You don't need unstable to use TLS with evolution or Kmail. I used
> > > evolution and now I use Kmail (kde 3.1), both with stable.
> >
> > I dunno about evolution with TLS support, but kmail 3.1 certainly isn't
> > in stable.
> 
>   Yes, you are right. I meant that I have woody (stable) with kde 3.1, 
> installed (.deb) from kde. And the evolution I tried I think it was the 
> evolution from woody.
> 

The Evolution/stable that installs from Woody does not suppot TLS. I
worked through all of those dependency issues last night and was able to
install Evolution/unstable which does support TLS. All I can say is
"Praise Debian" because it would have been a nightmare trying to juggle
all of those RPMs under Redhat. Problem solved. 

> Fax: 968363389
-- 
Craig Jackson <[EMAIL PROTECTED]>
Wildnet Group L.L.C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: XMMS Volume Control

2003-02-14 Thread Craig Jackson
I think I know what the problem is. Try rexima sound mixer. Lightweight,
simple and nice.


On Fri, 2003-02-14 at 09:11, Willem-Jan Meijer wrote:
> Hi there,
> 
> XMMS is now working fine, using the arts output plugin. There's a button to 
> control the volume w/o using the volume control on the speakers self, but 
> this isn't working. Is this related to the arts output plugin?
> 
> However, is there a way to use the volume control that comes with XMMS?
> 
> Regards,
> 
> Willem-Jan Meijer
-- 
Craig Jackson <[EMAIL PROTECTED]>
Wildnet Group L.L.C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Newbie Installation Problems

2003-02-14 Thread Craig Jackson
On Fri, 2003-02-14 at 09:40, Rowland Fellows wrote:
> I am able to install 3.0 successfully from the disk images I've
> downloaded from Oregon State.  However, once installed, the system goes
> directly into a login screen from which I cannot login into root.  How
> to I get the system to boot in such a way that I can log in as root? 
> 
> Rowland Fellows 
> 112 Feather Falls Circle 
> Folsom, CA 95630 
> (916) 987-1670 
> (916) 768-9394 cell 
> (707) 276-0849 fax 
> [EMAIL PROTECTED] 

Log in as a regular user and su. If you didn't create a regular user
 during the install, it would be easy to ssh from another computer 
as root. Failing that, start Linux in single user mode by typing single after
 linux when lilo first starts.

-- 
Craig Jackson <[EMAIL PROTECTED]>
Wildnet Group L.L.C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




listing configure options

2003-02-15 Thread Craig Jackson
Is there a way to list the configure options that were used in a Debian
package that is installed with "apt-get install "?

-- 
Craig Jackson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: TLS client

2003-02-15 Thread Craig Jackson
On Fri, 2003-02-14 at 20:24, Rob Weir wrote:
> On Fri, Feb 14, 2003 at 07:03:46AM -0600, Craig Jackson wrote:
> > On Fri, 2003-02-14 at 02:11, Angel L. Mateo wrote:
> > > El Jueves, 13 de Febrero de 2003 15:32, Rob Weir escribió:
> > > > >
> > > > >   You don't need unstable to use TLS with evolution or Kmail. I used
> > > > > evolution and now I use Kmail (kde 3.1), both with stable.
> > > >
> > > > I dunno about evolution with TLS support, but kmail 3.1 certainly isn't
> > > > in stable.
> > > 
> > >   Yes, you are right. I meant that I have woody (stable) with kde 3.1, 
> > > installed (.deb) from kde. And the evolution I tried I think it was the 
> > > evolution from woody.
> > > 
> > 
> > The Evolution/stable that installs from Woody does not suppot TLS. I
> > worked through all of those dependency issues last night and was able to
> > install Evolution/unstable which does support TLS. All I can say is
> > "Praise Debian" because it would have been a nightmare trying to juggle
> > all of those RPMs under Redhat. Problem solved. 
> 
> Two other possible solutions:
> * is there a evolution-(tls|ssl) package in non-US/main?
> * go read up on 'apt-get source'; it makes it fairly simple to rebuild
>   packages from sid on woody and sarge systems, which save you having to
>   update your libraries and such (you're effectively running sid at the
>   moment).

Thanks, but I took care the dependencies one by one. It was not hard and
took about 20 minutes, but I would not have wanted to do that on a
number of work stations, as easy as apt-get made it. RPM would have been
impossible.

-- 
Craig Jackson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




kernel recompile

2002-11-25 Thread Craig Jackson
Just installed woody but I forgot to install UFS driver. Being somewhat new 
to Debian (I have in the past recompiled the kernel on Gentoo and Redhat) 
what is the standard procedure for recompiling the kernel under Debian? I 
need the source kernel. My present kernel is vmlinuz-2.4.18-bf2.4

BTW, Debian so far is tops.

Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




kernel recompile

2002-11-26 Thread Craig Jackson

This is a response to all here. Thanks for your response.

I downloaded the latest kernel from kernel.org 
make xconfig
make dep
make clean vmlinuz-2.4.19 modules modules_install
make install

Then copied the kernel and map to /boot, edited lilo, ran lilo, and presto!
The new kernel works great and I like Debian even more now.

_BUT_ even though I enabled UFS read support when I compiled, it still is
unable to read UFS (sunx86). Any ideas?

Craig Jackson

On Monday 25 November 2002 01:59 pm, Donald R. Spoon wrote:
> Craig Jackson wrote:
> > Just installed woody but I forgot to install UFS driver. Being somewhat
> > new to Debian (I have in the past recompiled the kernel on Gentoo and
> > Redhat) what is the standard procedure for recompiling the kernel under
> > Debian? I need the source kernel. My present kernel is
> > vmlinuz-2.4.18-bf2.4
> >
> > BTW, Debian so far is tops.
> >
> > Thanks,
> > Craig Jackson
>
> If you don't want to go to the trouble of re-compiling, then the
> "kernel-image-2.4.19" package from Debian that I just installed here has
> it compiled as a module already.  Just "apt-get install" it from
> "testing" and make sure you follow the directions on adding the initrd
> option and it will slide right in without problems.  I just "upgraded"
> from the 2.4.18-bf2.4 kernel.  It took about 5 minutes total for the d/l
> and install over a cable modem connetion.  Much less than compiling a
> new kernel!
>
> Cheers,
> -Don Spoon-

---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




citrix ica-client

2003-01-16 Thread Craig Jackson
The Netscape plugin Citrix ica client fails on Debian Woody. Has anyone
gotten this to work?

ldd wfica 

gives the following output:

/usr/lib/ICAClient/wfica: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/X11R6/lib/libXaw.so.6)
libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x4001d000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4005d000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a8000)
libdl.so.2 => /lib/libdl.so.2 (0x40182000)
libc.so.6 => /lib/libc.so.6 (0x40185000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x402a2000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x402b6000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x402be000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402d4000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)


Thanks,
Craig Jackson
-- 
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
Cell 504-258-9789
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Citrix ica-client fails

2003-01-16 Thread Craig Jackson
The Netscape plugin Citrix ica client (ver 6.20) fails on Debian Woody.
Has anyone gotten this to work?

ldd wfica 

gives the following output:

/usr/lib/ICAClient/wfica: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/X11R6/lib/libXaw.so.6)
libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x4001d000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4005d000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a8000)
libdl.so.2 => /lib/libdl.so.2 (0x40182000)
libc.so.6 => /lib/libc.so.6 (0x40185000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x402a2000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x402b6000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x402be000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 402d4000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)


Thanks,
Craig Jackson
-- 
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
Cell 504-258-9789
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: citrix ica-client

2003-01-16 Thread Craig Jackson
Thanks, installing libxaw6 worked. I had libxaw7 installed.

On Thu, 2003-01-16 at 14:07, Tim Olsen wrote:
> Woody uses glibc 2.2.  Try a different version of the Citrix client.
> I'm using version 6.20 and it links fine:
> 
> tim@dynamite:~$ ldd /usr/local/ICAClient/wfica 
> libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x4001d000)
> libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40057000)
> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a2000)
> libdl.so.2 => /lib/libdl.so.2 (0x4017c000)
> libc.so.6 => /lib/libc.so.6 (0x4017f000)
> libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4029c000)
> libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x402b)
> libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x402b8000)
> libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402ce000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
> tim@dynamite:~$ 
> 
> or it could be that your Woody installation is messed up.  Why is it
> saying that libXaw requires glibc 2.3?  Did you install any packages
> from sid?
> 
> The version of libxaw6 in woody should be 4.1.0-16
> 
> -Tim
> 
> 
> On Thu, Jan 16, 2003 at 12:11:56PM -0600, Craig Jackson wrote:
> > The Netscape plugin Citrix ica client fails on Debian Woody. Has anyone
> > gotten this to work?
> > 
> > ldd wfica 
> > 
> > gives the following output:
> > 
> > /usr/lib/ICAClient/wfica: /lib/libc.so.6: version `GLIBC_2.3' not found
> > (required by /usr/X11R6/lib/libXaw.so.6)
> > libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x4001d000)
> > libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4005d000)
> > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a8000)
> > libdl.so.2 => /lib/libdl.so.2 (0x40182000)
> > libc.so.6 => /lib/libc.so.6 (0x40185000)
> > libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x402a2000)
> > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x402b6000)
> > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x402be000)
> > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402d4000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
> > 
> > 
> > Thanks,
> > Craig Jackson
> > -- 
> > __
> > Wildnet Group LLC
> > 103 North Park, Suite 110
> > Covington, Lousiana 70433
> > Office 985-875-9453
> > Cell 504-258-9789
> > __
> > 
> > 
> > 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ISO Images

2003-01-17 Thread Craig Jackson
On Thu, 2003-01-16 at 13:18, Kevin Smith wrote:
> I'm slightly confused
> 
> The ISO images provided for Woody, once you have them burned on a CD hwo on
> earth do you us it to install Woody?
> 
> I have a beige G3, so need to but from floppy disk drivers.  Can I still
> install from the CD?
> 
> Thanks.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

# dd bs=2x80x18b if=/cdrom/install/bf24.bin of=/dev/fd0

I'm pretty sure bf24.bin is the correct file. Someone correct me if I'm
wrong.

Craig Jackson
-- 
__
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
985-875-9453
__



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Kmail header pane not updating: sid

2003-12-03 Thread Craig Jackson
Well people,
I know this has been mentioned in a board somewhere before but the solution 
wasn't. What do we do about Kmail new messages not appearing in the header 
pane?
Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Setup of pam_ldap/nss_ldap

2003-12-08 Thread Craig Jackson
Friends,

On Sid I am trying to setup pam_ldap and nss_ldap on server A to
authenticate to an openldap server B. Here's what's installed:
ii  ldap-utils 2.1.23-1   OpenLDAP utilities
ii  libldap2   2.1.23-1   OpenLDAP libraries
ii  libnss-ldap211-4  NSS module for using LDAP as a naming
servic
ii  libpam-ldap164-2  Pluggable Authentication Module
allowing LDA

The error is dn="" from log on server B during bind operation using the
command:
# ldapsearch -x uid=tuser

However, this command from server A works fine so the problem is not
with openldap:
ldapsearch -v -LLL -H ldap://domain.com:389 -ZZ -D
"cn=tuser,ou=domain.com,dc=domain,dc=com" -x -W -b
'cn=tuser,ou=domain.com,dc=domain,dc=com'

In the pam_ldap.conf and libnss-ldap.conf on server A find this exerpt:
binddn cn=admin,dc=domain,dc=com
bindpw PASS
rootbinddn cn=admin,dc=domain,dc=com
# PASS in /etc/ldap.secret (600)

/etc/ldap/ldap.conf
BASEdc=domain,dc=com
URI ldap://domain.com
TLS_REQCERT never

Apparently, the DN is not being sent to the LDAP server.

Any help appreciated,
Thanks,
Craig


-- 
Craig Jackson
Wildnet Group L.L.C.
103 North Park, Suite 130
Covington, Louisiana 70433
985 875 9453


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Setup of pam_ldap/nss_ldap

2003-12-09 Thread Craig Jackson
On Mon, 2003-12-08 at 14:41, Craig Jackson wrote:
> Friends,
> 
> On Sid I am trying to setup pam_ldap and nss_ldap on server A to
> authenticate to an openldap server B. Here's what's installed:
> ii  ldap-utils 2.1.23-1   OpenLDAP utilities
> ii  libldap2   2.1.23-1   OpenLDAP libraries
> ii  libnss-ldap211-4  NSS module for using LDAP as a naming
> servic
> ii  libpam-ldap164-2  Pluggable Authentication Module
> allowing LDA
> 
> The error is dn="" from log on server B during bind operation using the
> command:
> # ldapsearch -x uid=tuser
> 
> However, this command from server A works fine so the problem is not
> with openldap:
> ldapsearch -v -LLL -H ldap://domain.com:389 -ZZ -D
> "cn=tuser,ou=domain.com,dc=domain,dc=com" -x -W -b
> 'cn=tuser,ou=domain.com,dc=domain,dc=com'
> 
> In the pam_ldap.conf and libnss-ldap.conf on server A find this exerpt:
> binddn cn=admin,dc=domain,dc=com
> bindpw PASS
> rootbinddn cn=admin,dc=domain,dc=com
> # PASS in /etc/ldap.secret (600)
> 
> /etc/ldap/ldap.conf
> BASEdc=domain,dc=com
> URI ldap://domain.com
> TLS_REQCERT never
> 
> Apparently, the DN is not being sent to the LDAP server.
> 

Nevermind. The hardest part about winning is admitting you've won. :)
Problem solved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



NSCD not in process list

2003-12-14 Thread Craig Jackson
Hello,

After "apt-get install nscd", nscd installs and says it's starting but
it is not in process list. The nscd.conf file is not modified.
"/etc/init.d/nscd start" says nscd is starting but again not in process
list. I am using pam_ldap and libnss_ldap with nsswitch looking like
this:
passwd: ldap
group:  ldap
shadow: ldap

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis

Log output is null even after setting debug-level to 10.

Any suggestions welcome,
Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: NSCD not in process list

2003-12-14 Thread Craig Jackson
On Sun, 2003-12-14 at 08:16, Craig Jackson wrote:

Also see this in syslog:
Dec 14 08:27:10 www inetd[320]: /usr/sbin/identd: exit status 0x1
Dec 14 08:27:10 www inetd[5663]: getpwnam: identd: No such user
Dec 14 08:27:10 www inetd[320]: /usr/sbin/identd: exit status 0x1
Dec 14 08:27:10 www inetd[320]: auth/tcp server failing (looping),
service terminated

Does nscd need identd?

getent passwd | grep identd 
identd:x:100:65534:identd:/var/run/identd:/bin/false

So why is inet not finding the identd user with getpwnam???


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: NSCD not in process list

2003-12-14 Thread Craig Jackson

More info: sid


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: NSCD not in process list

2003-12-14 Thread Craig Jackson
On Sun, 2003-12-14 at 08:16, Craig Jackson wrote:

Looks like nscd is looking for the root account but can't find it.

I think maybe something isn't working properly with pam_ldap.

6126: handle_request: request received (Version = 2)
6126:   GETPWBYUID (0)
6126: Haven't found "0" in password cache!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: dpkg-reconfigure

2004-07-26 Thread Craig Jackson
On Mon, 26 Jul 2004 12:48:10 -0700
Brian Nelson <[EMAIL PROTECTED]> wrote:

> cd /var/lib/dpkg/info && ls *.config | sed 's/\.config$//'


Thanks. That'll do it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Need to add a kernel module

2004-07-26 Thread Craig Jackson
Hi,
I've gone through a typical stable Debian installation but forgot to choose the 
agpgart module as part of the kernel configuration. How do I correct this quickly 
without repeating the installation?

I notice that "modprobe agpgart" doesn't work.

Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



vim place marker

2004-07-30 Thread Craig Jackson
Hi,
I have read through the vim docs and definitely missed something (it's a tome). How do 
I configure vim to place a marker for each file edited and then open the file at that 
place the next time it is opened?

Not a Debian question, but the kind of thing all debpeople should know.

Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: QuickTime for Linux?

2003-12-20 Thread Craig Jackson
On Fri, 2003-12-19 at 15:12, Scarletdown wrote:
> Is there any way to get XMMS to play Quicktime .MOV files?  Or if not, 
> how about a stand-alone QuickTime player?  

apt-get install totem

it's a xine frontend that plays quick time formats. IMHO, the best. I've
NEVER had it crash, unlike XMMS which crashes all the time.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wanting to play .asx files

2003-12-27 Thread Craig Jackson
On Sat, 2003-12-27 at 12:32, Scott Berry wrote:
> Hi there,
> 
> Is anyone aware of a player which will play .asx files.  I have checked
> out mplayer and they do not support asx as either a video codec or an
> audio codec.  Thanks for the help.
> 
> 
> 
> -- 
> Scott Berry
> Email: [EMAIL PROTECTED]
> 

totem is a xine frontend. xine plays asx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Struggling with Palm Pilot

2003-12-30 Thread Craig Jackson
On Tue, 2003-12-30 at 12:09, Alan Chandler wrote:
> I have a palm pilot m505 with usb cradle.  All the intructions I have read 
> assume that (assuming devfs is being used) that /dev/usb/tts/* exists.
> 
> The directory certainly does, but it is empty.
> 
> Not sure where to go next - can someone help me please.

What's the result of lsmod?

Craig



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: upgrade

2003-12-31 Thread Craig Jackson
On Wed, 2003-12-31 at 18:27, Nano Nano wrote:
> On Wed, Dec 31, 2003 at 06:49:48PM -0500, [EMAIL PROTECTED] wrote:
> > I need to upgrade my Gallant TV Tuner card
> 
> This kind of randomness happens a lot.  I figure it's one of three 
> things: either (1) the sender intended to ask debian-user this question; 
> (2) the sender is on a shared computer and this was in the address book, 
> and it just looked useful, or (3) it's some kind of spam.
> 
> If it's (1), how would someone "stumble" onto www.debian.org and learn 
> the address?  I can imagine the clueless doing dumb things but that 
> seems like a highly unlikely choice.
> 
> If it's (3), what is the purpose of sending such a pointless spam?  Is 
> it just pointless anarchy?
> 
> (2) is a stretch.  Maybe debian-user is a link on some web page listing 
> a collection of email support addresses, and the clueless just sort of 
> click randomly to get here.
> 

Actually what surprises me most is the the number of replies and the
length of the thread for messages like his. I've posted many genuine
requests for information or help in many news groups, many of which
received not a single response, yet I've seen embecilic posts turn into
long threads. Sometimes makes me wonder what the real motivation is for
many people in these groups.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is best hard drive for Linux?

2004-01-03 Thread Craig Jackson
On Sat, 2004-01-03 at 10:05, GCS wrote:
> On Sat, Jan 03, 2004 at 11:06:05AM -0500, Thomas H. George <[EMAIL PROTECTED]> wrote:
> >   Operating Systems Supported
> >   WARNING!
> >   Using an operating system not listed below could result in data loss.
> > 
> > followed by a list of Windows and Macintosh operating systems.
> > 
> > If I had known this I would never have purchased the Western Digital 
> > drive and, needless to say, I will never purchase another.  I proceeded 
> > to format it with ext2 partitions using my Debian CD's and have not 
> > noticed any problems.  Why would they say such a thing?
>  All I can remember that some old win$ os-es (fe win$98) switched off
> too soon either the machine or the disk that it could not really write
> out data from it's (big) cache. Also, they may refer to the SMART
> capability of the drive, meaning one os which can not monitor it, may
> not warn you in time that the disk is going to be fault. No other idea
> beyond those.
> 
> > What should I 
> > buy next time?
>  I have a lot of different IDE and SCSI dics under Linux: Quantum,
> Western Digital, Fujitsu, Seagate, IBM, Compay, you name it. Never had
> any problems with them...
> 
> Cheers,
> GCS
> 

Yes, hard drives are not an issue old or new: seagate,maxtor,western
digital, fujitsu.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bookmarks: Konqueror *AND* Mozilla ???

2004-01-03 Thread Craig Jackson
On Sat, 2004-01-03 at 10:33, Michael D Schleif wrote:
> For various reasons, I use _both_ Konqueror and Mozilla browsers.
> 
> What are the best ways to maintain bookmarks that are accessible and
> update-able by _both_ browsers?
> 
> In other words, I want to centralize my bookmarks, and I want to be able
> to -- easily and readily -- add to them from any browser, or at least
> these two browsers.
> 
> What do you think?

Methinks you have your own little open source project there as far as i
know -- very badly needed. I wrote a PHP/Mysql web app to access links
anywhere. It's a very simple concept and easily maintainable. I threw in
a little javascript for expandable folders. Search Freshmeat or
Sourceforge for something similar.

Craig 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



3C905CX-TX-NM

2004-09-03 Thread Craig Jackson
Hi,

I am trying to install a 3com 3C905CX-TX-NM NIC in sid kernel 2.6.5-1-686.

The 3c90x driver doesn't recognise this card. I tried downloading drivers from 3com 
but compile give voluminous errors. Can someone give me a hint on how to proceed from 
here?

Thanks,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 3C905CX-TX-NM

2004-09-03 Thread Craig Jackson
On Fri, 3 Sep 2004 22:38:25 -0400
Mike Arnold <[EMAIL PROTECTED]> wrote:

> modprobe 3c59x should be the driver you require on a stock kernel.  If
> not you could try recompiling the kernel to contain the 3c59x driver.
> 

Sorry, but I meant to say that the 3c59x driver doesn't work. Installing it failed 
using modconf.


> 
> On Fri, 3 Sep 2004 21:15:25 -0500, Craig Jackson
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > I am trying to install a 3com 3C905CX-TX-NM NIC in sid kernel 2.6.5-1-686.
> > 
> > The 3c90x driver doesn't recognise this card. I tried downloading drivers from 
> > 3com but compile give voluminous errors. Can someone give me a hint on how to 
> > proceed from here?

> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: need iptables port forwarding help!

2004-09-04 Thread Craig Jackson
On Sat, 04 Sep 2004 16:32:29 +1000
Clement <[EMAIL PROTECTED]> wrote:

> Tom Vier wrote:
> 
> >> i've tried several times, using multiple different rules i've found from
> >> different sites, and i still can't get port forwarding working. does 
> >> anyone
> >> have working rules they could send me? i'm trying to forward packets 
> >> from my
> >> isp to port  to an internal ip (i use nat) and port 22.
> >
> /sbin/iptables -t nat -A PREROUTING  -p tcp --dport 22 -j DNAT 
> --to-destination $INT_IP
> /sbin/iptables -t nat -A PREROUTING  -p tcp --dport  -j DNAT 
> --to-destination $INT_IP
> /sbin/iptables -t nat -A POSTROUTING -p tcp --dport 22 -d $INT_IP -j 
> SNAT --to-source $EXT_IP
> /sbin/iptables -t nat -A POSTROUTING -p tcp --dport  -d $INT_IP -j 
> SNAT --to-source $EXT_IP
> 
> define $INT_IP - internal ip to forward to, and
> define $EXT_IP - external ip on your outbound interface.

I'm not sure from your post which port is forwarded to where, but this is how it would 
be done if port  is being forwarded by your iptables to port 22.


You need DNAT
$IPTABLES -t nat -A PREROUTING -p TCP -i $EXT_IP \
-s 0/0 --sport  --dport 22 -j DNAT \
--to-destination $INT_IP:22

And you need to define a forward rule. This is how I do it.
$IPTABLES -N fwtcpOK
$IPTABLES -A fwtcpOK -p TCP -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A fwtcpOK -m limit --limit 3/minute --limit-burst 3 \
-j LOG --log-level DEBUG --log-prefix "FW DROP TCP: "
$IPTABLES -A fwtcpOK -p TCP -j DROP

$IPTABLES -N fwtcpi
$IPTABLES -A fwtcpi -p TCP --dport 22 --sport  -j fwtcpOK

$IPTABLES -A FORWARD -p TCP  -i $EXT_INT \
-d $LOCALNET_1 -j fwtcpi

I know it looks complicated with the chains, but allows for flexibility.

Goodluck,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Konqueror and Java

2004-09-04 Thread Craig Jackson
On Sat, 04 Sep 2004 08:57:21 -0500
Kent West <[EMAIL PROTECTED]> wrote:


> Sorry this isn't a solution, which is what you really wanted, but at 
> least you know now that at least one other person has seen similar
> issues.
> 
>
Not good enough.

1) I don't use Konqueror at all but I installed using apt-get.

2) I downloaded java run time 4.2 from Sun and installed into /usr/java

3) In Konqueror settings -> Java & Javascript add the full path to java
which would be /usr/java/java version no/bin/java

Whoa! now I have Java in Konqueror.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Flash and Konqueror

2004-09-04 Thread Craig Jackson
I think someone recently had a question about getting konqueror to run
Flash. I have it working but it doesn't seem to be very reliable in that
some flash play and some don't probably related to flash movie version.

Anyway, to get it to work was very easy.
1) apt-get install konqueror-nsplugins

2) download and uncompress the flash player for linux from macromedia

3) Copy libflashplayer.x to /usr/lib/mozilla/plugins
and flashplayer.xpt to /usr/lib/mozilla/components/

4) In Settings for Konqueror->plugins check scan at startup to scan the
mozilla folder

5) Restart the browser and What a HO! She's playin' flash.

Advertisement:
Firefox has the flashblock extension to stop the playing of the very
movies I've configured Konqueror to play. Very convenient.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-04 Thread Craig Jackson
On Sat, 4 Sep 2004 17:02:15 +0200
Svenn Are Bjerkem <[EMAIL PROTECTED]> wrote:

> On Friday 03 September 2004 19:11, Paul Johnson wrote:
> > People sign their messages on Usenet as well.  If you don't like
> > PGP or GPG, that's a personal problem that you need to take care of
> > on your own.
> 
> Oh, so it is a personal problem... Well, I am taking care of it: I am 
> asking those who do to stop. But they don't seem to be willing to 
> listen, or even try to understand the problem they may cause by their 
> arrogant behaviour. I can't hit you with a big stick, so there is no 
> reason to speak softly, you wouldn't care anyway. Would you?
> 
> Why do you need to sign all your mails to a mailing list? Are you 
> afraid that we wouldn't take you seriously unless you did so?
> 

Isn't the signing of email to ensure the identity of the person posting
and the integrity of the email? On most lists I'd say that's not really
important, but on lists involving flames, I'd say why not. I don't know,
I just subscribed to this list. Do we have flames? Or just friendly
args?

C



Re: Konqueror and Java

2004-09-04 Thread Craig Jackson
On Sat, 4 Sep 2004 12:03:24 -0400
Trey Sizemore <[EMAIL PROTECTED]> wrote:

> On Sat, 4 Sep 2004 09:09:37 -0500
> Craig Jackson <[EMAIL PROTECTED]> wrote:
> 
> >Not good enough.
> >
> 
> What's *that* supposed to mean?  I hope I misread that and you weren't
> being patronizing.  If you can help people, help them.  People don't
> post on the list to get 'holier than thou' comments from people who
> are just bored.

It means exactly what it says, without affectation, which is assumed by
so many readers. If someone posts for reasonable help they should get
assistance rather than commiseration. If you notice I wasn't exactly
responding to the original person who asked for help. He need take no
umbrage, for his question was legitimate. Had the question not been
legitimate, the standard respoonse, RTFM, would suffice -- though there
is a how to for this. http://www.konqueror.org/javahowto/

Humbly,
Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Konqueror and Java

2004-09-04 Thread Craig Jackson
On Sat, 04 Sep 2004 11:33:42 -0500
Kent West <[EMAIL PROTECTED]> wrote:

> Craig Jackson wrote:
> 
> >3) In Konqueror settings -> Java & Javascript add the full path to
> >java which would be /usr/java/java version no/bin/java
> >  
> >
> Hmm; now that you point out the idea of not using the /bin directory
> in the Java directory, I went back and played with Konq's Java
> settings, and changed the path from:
>  
>   /usr/local/j2sdk1.4.2/bin/java
> 
> to
> 
>   /usr/local/j2sdk1.4.2/jre/bin/java
> 
> and that made the difference for me.
> 

This may sound corny, but you and I are winning the battle together.
C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-04 Thread Craig Jackson
On Sat, 04 Sep 2004 16:53:20 -0700
Paul Johnson <[EMAIL PROTECTED]> wrote:

> <#secure method=pgp mode=sign>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Craig Jackson <[EMAIL PROTECTED]> writes:
> 
> > Do we have flames? Or just friendly args?
> 
> Generally, not even arguments.  Flames only come up when someone is
> insisting to be totally clueless.

My own idea is that PGP/GPG could save us all from spam and SMTP
messages being clear text in one fell swoop. If everyone encrypted their
email using GPG/PGP and refused to accept unencrypted email or mail not
encrypted with their public key, spammers would have a heck of a time
tracking all of those public keys then have to use a few CPU cycles to
encrypt before sending, not to mention a few million keys to juggle. And
surely the enduser PGP/GPG software could be made easy enough to use for
the average Joe -- as in find the recipient's key, encrypt and send--
doh. Why do we need SPF or Madrid? For seamlessness? Heck with that.
PGP/GPG would help to actually fix a problem rather than patch one.

Craig


Way out in left field with the solution.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to set ftp proxy?

2004-09-05 Thread Craig Jackson
On Sun, 5 Sep 2004 14:47:16 +0800
jackie wang <[EMAIL PROTECTED]> wrote:

> hi all,
> 
> My sources.list contain some sites like deb ftp://xxx.xxx.., but
> can't fetch it! so i want know how to set a ftp proxy. for example,
> 192.168.210.5: 8013, how to set it as a ftp proxy?


RTFM

There are examples in docs directory. But anyway here it is from
apt.conf.

APT::Default-Release "testing";

Acquire
{
  Queue-Mode "host";   // host|access
  Retries "0";
  Source-Symlinks "true";

  // HTTP method configuration
  http
  {
Proxy "http://IP:3128";;
Timeout "120";
Pipeline-Depth "5";
  };

  ftp
  {
Proxy "ftp://IP:3128";;
Timeout "120";
Passive "true";
Proxy::Passive "true";
  };
};
~ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: postfix vs. exim, mailscanner vs. amavis, clamav, IMAP server thoughts?

2004-09-05 Thread Craig Jackson
On Mon, 06 Sep 2004 07:12:31 +1000
Paul Gear <[EMAIL PROTECTED]> wrote:

> Hi folks,
> 

Hey,

Check out this link for email server info:

http://www.badmagicnumber.com/linotes/cimap.php

This is one of my own pages as I put this little thingy together myself.
I cannot overemphasize the the importance of a maintainable extensible
(shiver) backend. I have used LDAP as my backend for years and it has
always paid off. Courier and Exim read authentication and other
data right out of it. You may extend it to Samba and pam-ldap. Apache
can read authentication data right out of it for Webdav calendaring(?).
You can extend the schema to do whatever you want. GQ and Phpldap admin
are good frontends for management.

Or you can use Mysql/Postgres. But LDAP is da man.

Oh, and with Exim you can compile with Perl and script to your heart's
content.

As for apt-get...well, apt-get is numero uno, but I compile all this
stuff from source because I want it exactly the way I want it and I got
it and it was fun.

Good luck,
Craig Jackson

++
Vote for the liberal. It's important.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: iptables help requested

2004-09-05 Thread Craig Jackson
On Sun, 5 Sep 2004 12:21:50 -0700 (PDT)
Gururajan Ramachandran <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I think iptables may be blocking SMTP. I cannot figure
> out how. Could you tell me if I am correct and how I
> can fix it?
> 
> Two NICs: eth0 is the LAN and eth1 is the WAN

When asking for help on iptables it is helpful to state exactly what you
are trying to do. It looks like you are running a mail server on
boundary box and trying to accept mail on 22 vis the INPUT line. If this
is true, why are you accepting only established/related on the INPUT
but on the FORWARD accepting NEW also.

My guess is that you are running a mail server on the inside LAN and
this boundary box is forwarding packets to the mail server. Before
I proceed, please elaborate.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: help please

2004-09-06 Thread Craig Jackson
On Mon, 6 Sep 2004 10:40:59 +0200
"ENRICO" <[EMAIL PROTECTED]> wrote:

> Hello, my name is Enrico.
> My problem is that a strange thing append when I reboot the system
> using a new kernel I've configured. 

This new kernel, was it configured the debian way or from kernel.org?

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB mouse problems

2004-09-06 Thread Craig Jackson
On Mon, 06 Sep 2004 10:17:56 +0100
Piers Kittel <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> Have got an standard USB Intellimouse - I put in a new hard drive, 
> installed Debian, and basically it worked just fine.  Then I had to 
> remove the hard drive and go back to my old install, but the mouse 
> doens't work there, and I've mounted the drive I had to remove and 
> checked all settings on both drives and they both seems to be the same
> 
> but still won't work on the old install - can anyone help?
> 
> I've got the following modules loaded (relevant to the mouse):
> 
> mousedev4148   1
> input   3520   0  [mousedev]
> hid 9976   0  (unused)
> usb-uhci   23344   0  (unused)
> usbcore61932   1  [hid usb-uhci]


modprobe psmouse

> 
> and the USB subsystem driver outputs (on bootup):
> 
> Sep  6 09:26:21 deaf-pc15 kernel: : USB HID v1.00 Mouse [045e:0009] on
> 
> usb1:2.0
> 
> In my XF86Config-4 file I've got the following:
> 
> Section "InputDevice"
>  Identifier  "Generic Mouse"
>  Driver  "mouse"
>  Option  "SendCoreEvents""true"
>  Option  "Device""/dev/input/mice"
>  Option  "Protocol"  "ImPS/2"

ExploperPS/2 instead of ImPS/2 if you're using the 2.6 kernel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



getting full package name

2004-09-06 Thread Craig Jackson
Hi,
If I would like to know the name of a package, for example dhcp,
installed on the system, I would run

dpkg -l | grep dhcp

Most of the time I get the right name and I'm happy. But there are times
when the name of the package is so long that I cannot tell what the name
is.

In that situation if grep through the file /var/lib/dpkg/available and I
find the full name.

This is just a helpful hint for newbies that may have this problem.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Recording the screen

2004-09-10 Thread Craig Jackson
On Fri, 10 Sep 2004 10:56:54 +0900
Victor Munoz <[EMAIL PROTECTED]> wrote:

> 
> On Thu, Sep 09, 2004 at 05:18:24PM +0200, Magnus Therning wrote:
> > I am preparing a presentation and I'd love to be able to make a
> > movie out of a session at the computer, i.e. I'd like to capture the
> > screen repetitively and then be able to play it back as a movie.
> > 
> > Is there a ready solution for me?
> > 

Probably the easiest thing to do is set up a camcorder in front of the
screen. With the proper lighting you'd get a very good vid.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: GMAIL Invites..!

2004-09-11 Thread Craig Jackson
On 11 Sep 2004 09:17:51 -0700
Carl Johnson <[EMAIL PROTECTED]> wrote:

> Johann Koenig <[EMAIL PROTECTED]> writes:
> 
> > On Saturday September 11 at 09:43am
> > kernel <[EMAIL PROTECTED]> wrote:
> > 
> > > GMail
> > 
> > Google is very clever, they get other people to send out their SPAM
> 
> I suggest that we start a new debian list called
> debian-spam-gmail_invites.
> 
> I am amazed that so many people are actually begging to sign up with a
> company that plans to scan all incoming mail and sell the information
> to advertisers.  Quite a contrast with the usual security viewpoint
> of the others on this list.
> 
> Did it occur to anybody that the previous problems with gmail delays
> might have been deliberate?  This mailing list won't be of any
> interest to their advertisers, so it would be in their best
> (financial) interest to discourage these kinds of mailing lists.
> -- 

I agree 100%. It's a gimmick. Why do I need 1 GB of email space?
I've got hundreds of GBs right here on my PC and on the family mail
server using SSL Google search is good for open source, but that doesn't
mean I'm falling for Gmail.

Craig Jackson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help with DHCP and Date Question

2004-09-11 Thread Craig Jackson
On Sat, 11 Sep 2004 20:29:42 -0500
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Questions:
> 
> 1.   How do I install DHCP Client? 

apt-get install dhcp-client


> 2.   The date in my system doesnt go beyond 1999, is there a way I can
> fix it?.   
> 

man hwclock

You mean your system time won't set beyond 1999? Weird problem.
Is a BIOS flash available?

Craig Jackson


> Thanks & Regards,
> 
> AARON ROY
> Austin, TX, USA
> 
> 
> !DSPAM:4143a775206781178511960!
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ftp problem

2004-09-12 Thread Craig Jackson
On Sun, 12 Sep 2004 14:20:46 +0200
"Paul Akkermans" <[EMAIL PROTECTED]> wrote:

> Hi group,
> 
> When I try to ftp (from my Windows XP ftp client) to my Debian system
> I get the following message: "Connection forcefully rejected." Can
> somebody tell me what is wrong?
> 

What does the ftp log say?

Maybe use passive?

Craig Jackson

> Thanks in advance 
> 
> Paul
> 
> !DSPAM:41443f90219151870711425!
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



linux hard disk upgrade with grub

2006-05-26 Thread Craig Jackson
Title: linux hard disk upgrade with grub






Hi,


I couldnot find a Linux hard disk upgrade using grub instead of lilo. I tried and got hard disk error when booting 

to the new disk.This is what I did: grub-install /dev/hdb to install the boot record onto the new drive


Can anyone give me the correct method? [using Debian stable]


Thanks,

Craig Jackson





ncp connection

2006-06-12 Thread Craig Jackson
Title: ncp connection






Hi,


I've mounted a Netware 6.5 volume over a T1 [1.5mbps] line to a Debian server (amd64) using ncp [see command below] and am trying to synchronize a 300GB volume but the connection keeps dropping. This works well on a local network. Any idea why it would fail over the WAN and any suggestions?

ncpmount tcp -A SERVER -V VOL1 -U  -P  /mnt


Thanks,


Craig