Re: regular expression?

2001-02-15 Thread Ben Collins
rdering of the directives probably counts, so try both ways). Ben -- ---=======-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: regular expression?

2001-02-15 Thread Ben Collins
t; > } Indeed. -- ---===-=-==-=---=====----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: regular expression?

2001-02-15 Thread Ben Collins
ld do: while () { /^index.html$/ and next; } and in shell for file in `ls * | egrep -v '^index.html$'`; do done Ben -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage

Re: The Next Yahoo

2001-02-06 Thread Ben Collins
. Transmeta paid for it's employment opportunity spam in advance of sending it (or atleast made arrangements with the proper people). Of course, this is Transmeta, a decent company, and not some money hungry scam artist. -- ---===-=-==-=---=------

Re: What is bounce-debian-user ?

2001-02-01 Thread Ben Collins
ned to the mailing list, the bounce processor has an easier time finding out who the bounce came from, since it is in the return address. -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: mod_auth_pam

2001-01-31 Thread Ben Collins
On Wed, Jan 31, 2001 at 01:55:39PM +0100, Ingo Luetkebohle wrote: > On Tue, Jan 30, 2001 at 01:41:09PM -0500, Ben Collins wrote: > > Not sure about your error message, but pam_unix.so cannot be used under > > mod_auth_pam. > > Uh, it cannot be used to authenti

Re: mod_auth_pam

2001-01-31 Thread Ben Collins
On Wed, Jan 31, 2001 at 06:15:27PM +0100, Ingo Luetkebohle wrote: > On Wed, Jan 31, 2001 at 09:41:35AM -0500, Ben Collins wrote: > > And then, any one silly enough not to have shadow enabled, deserves > > to not even have a machine capable of being networked to the > > in

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Ben Collins
(such as apt or dselect) to handle these things :) -- ---===-=-==-=========---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: mod_auth_pam

2001-01-30 Thread Ben Collins
he mod_auth_pam docs mention this, and possible workarounds. -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: bin86

2001-01-16 Thread Ben Collins
(especially when it causes system bloat for the base). Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Debian compatibility(?)

2001-01-15 Thread Ben Collins
cturing. Not all distros have conformed completely (I think even we lack in a few minor cases). -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: WOT: Hotmail mail servers

2001-01-11 Thread Ben Collins
e was plenty on this. -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: XFree86 on a sparc: mouse problems

2001-01-08 Thread Ben Collins
he man pages XF86Config > (which used to list the protocols) and mouse(4). I have tried Sun/sun > SunMouse/sunmouse and lastly Auto/auto. Does anyone have some suggestions? The protocol is a Bus mouse. -- ---===-=-==-=---=--------=-=------ / Ben Colli

Re: kernel 2.4.0, make-kpkg

2001-01-05 Thread Ben Collins
sking questions :) -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: su to root won't use the $LANG.. why?

2001-01-04 Thread Ben Collins
ou understand! from "man su" -m, -p, --preserve-environment do not reset environment variables, and keep the same shell -- ---===-=-==-=---=====----=-=-- / Ben Collins -- ...on that fantastic v

Re: glibc devel info pages

2001-01-03 Thread Ben Collins
On Wed, Jan 03, 2001 at 04:37:44PM +1100, Brian May wrote: > >>>>> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > > Ben> By default, __USE_GNU is defined. If you want to define it > > (perhaps you meant "...is undefined"???) >

Re: glibc devel info pages

2001-01-02 Thread Ben Collins
-D_GNU_SOURCE in your CFLAGS. Ben -- ---===-=-==-=-------=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: C compiler.

2001-01-02 Thread Ben Collins
grams using the g++ program. -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: C compiler.

2001-01-02 Thread Ben Collins
t+0x52): undefined reference to `pow' > collect2: ld returned 1 exit status You need to link with the Math library (libm) aswell. gcc filename.c -o prog -lm -- ---===-=-==-=====-------==-=-- / Ben Collins -- ...on that fantastic voyage...

Re: [OT] all you emulator folk, please read this

2001-01-02 Thread Ben Collins
e of it though. -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: new user in group=reboot?

2000-12-31 Thread Ben Collins
st be a way of making the system read the changed files without > rebooting... Yeah, you log out, then back in. -- ---===-=-==-=---=====----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROT

Re: man page about thread in libc6

2000-12-27 Thread Ben Collins
the > thread functions like pthread_create and so. > Can anyone help me please ? Install the glibc-doc package. -- ---===-=-==-=---=--------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] --

Re: Debian problem on UltraSparc

2000-12-15 Thread Ben Collins
4.0-testX kernel. That's strange. We have an Ultra60 with 1.5 gigs running under 2.2.17-pre20 with no problems. Why the difference? -- -------===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: I screwed up my apt/dpkg system

2000-12-15 Thread Ben Collins
bian-boot list where the debian-installer is getting a cdebconf. Your prayers have been answered. -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Sparc Ultra 5 XConfig?

2000-12-13 Thread Ben Collins
stuff is for your particular keyboard (mine ultra has a ps/2 keyboard, yours has a type5 obviously). -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: OT: Mozilla won't load page that Konqueror will load

2000-12-11 Thread Ben Collins
the box. It needs PSM (see the mozilla.org site for info on installing it). -- ---===-=-==-=====-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Mutt/gpg

2000-12-11 Thread Ben Collins
he signature is attached in binary format. How can I sign my messages in > ASCII from mutt? set pgp_create_traditional = yes -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EM

Re: glibc from woody on potato?

2000-12-10 Thread Ben Collins
iner of the glibc packages). Ben -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: XF86 4.0.1 for mach64 vcard?

2000-12-10 Thread Ben Collins
h, XF4 is modular. All cards are supported in the xserver-xfree86 package. -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Deb linux compatability

2000-12-07 Thread Ben Collins
orts" on the www.debian.org website. -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: missing files in libc6-dev package?

2000-11-27 Thread Ben Collins
and it is installed for i386 and sparc. None of the other archs were affected by this problem. -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: PAM authentication of users on specific date/time

2000-11-27 Thread Ben Collins
ad up on the pam_time module -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Last woody upgrade = chaos?!

2000-11-18 Thread Ben Collins
t the issue. -- ---===-=-==-=---==-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Last woody upgrade = chaos?!

2000-11-18 Thread Ben Collins
saying "broken" is not really very helpful. Exact error messages, and test cases are important. Neither of which you have produced, so there is nothing I can go on to help you. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on t

Re: capt & locale-zh

2000-11-18 Thread Ben Collins
cific to libc6 2.1.3, so it should actually be removed from woody. I show 5 zh locales in the libc6 2.2 i18ndata package. -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Missing lib.

2000-11-16 Thread Ben Collins
s no longer the case. So you need to instal libdb2-dev. -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: problem building apache from source

2000-11-13 Thread Ben Collins
On Mon, Nov 13, 2000 at 01:40:55PM +0100, Jaume Teixi wrote: > Hi, Apache building crashes on a potato system with > libopenldap-dev_1.2.11 use libldap2-dev -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic

Re: Installing Debian (Potato) did not install kernel source...

2000-11-09 Thread Ben Collins
source, then: apt-get install kernel-source-2.2.17 Ben -- ---===-=-======-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: how to compile openldap-1.2.11 with libdb

2000-11-08 Thread Ben Collins
. Otherwise, you should specify -ldb1 -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Linux on Mac

2000-11-05 Thread Ben Collins
4 as a dual boot with OS 9, I used the MacOS Disk partitioning tool and created my Linux partitions. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PRO

Re: libc6 header problems

2000-10-31 Thread Ben Collins
On Tue, Oct 31, 2000 at 04:47:37PM +0800, Gilbert.Li (??) wrote: > > I also have the same problem. > Is there a better solution? Wait for libc6 2.1.96-1 -- ---===-=-==-=---==-=------ / Ben Collins -- ...on that fantast

Re: Using old libstdc library

2000-10-26 Thread Ben Collins
u needed to do, and it should work perfectly. Welcome to one of many learning experiences :) -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: broken libc6/nss-modules in woody

2000-10-24 Thread Ben Collins
axu" output so someone can actually give you some useful input. -- ---=======-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Using old libstdc library

2000-10-24 Thread Ben Collins
package (dpkg -l libstdc++\* or apt-cache search libstdc). Ben -- ---===-=-==-=========---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Debian on an ULTRA 5

2000-10-22 Thread Ben Collins
;boot disk". I'm not sure where the disk1:a came from, but it surely doesn't look right (or default). Did you select the option in the install to make it bootable from the harddrive? -- ---===-=-==-=-------=----=-=-- / Ben Colli

Re: Linux Novice needs help with SPARC install

2000-10-17 Thread Ben Collins
ggest mailing debian-sparc@lists.debian.org with specifics of your issues. -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Bring Out Yer' Dead... Dead Sparcs That Is.

2000-10-14 Thread Ben Collins
that or it is booting, but is sending out/in to the serial (expecting a serial console). -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: INSTALLING CUCIPOP

2000-10-04 Thread Ben Collins
Sounds like you aren't giving it enough privs. It needs to either run as root, or the user it does run as needs to be in the shadow group. Or you need to make it use PAM, in which case it doesn't need any of this. Ben -- ---===-=-==-=---=------

Re: can xdm aquire a TGT on login?

2000-10-04 Thread Ben Collins
On Wed, Oct 04, 2000 at 07:40:54PM +0200, Martin Maciaszek wrote: > On Wed, Oct 04, 2000 at 10:22:44AM -0400, Ben Collins wrote: > > On Wed, Oct 04, 2000 at 04:14:03PM +0200, Martin Maciaszek wrote: > > > I want to make xdm get a TGT (Ticket Granting Ticket) from the > &g

Re: can xdm aquire a TGT on login?

2000-10-04 Thread Ben Collins
ed of entering my username and password > twice. Look for the pam_krb5.so module (somewhere on the net). I've compiled it and used it with no problems for ssh, login and xdm. -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantas

Re: libdb.so.3 missing

2000-10-04 Thread Ben Collins
On Wed, Oct 04, 2000 at 09:31:56AM -0400, Ben Collins wrote: > On Wed, Oct 04, 2000 at 02:18:17PM +, Thomas Halahan wrote: > > Andrew, > > > > I have had very similar problems. I upgraded to libc6 > > libc6_2.1.94-1, which caused certain programs (apache, g

Re: libdb.so.3 missing

2000-10-04 Thread Ben Collins
ou reinstall ldconfig? dpkg --force-bad-path -i ldconfig.deb -- ---===-=-==-=========---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Openssh errors

2000-10-02 Thread Ben Collins
/bin/dpkg returned an error code (1) Uh, are you missing /bin/sh? If so, I suggest adding a symlink from /bin/sh to /bin/bash. -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: exim and libdb.so.3

2000-10-01 Thread Ben Collins
che won't work. I upgraded > to the newest version of libdb2 while I still could use apt-get. > This didn't really fix anything. Any ideas would be helpful. :) Download the latest libc6 .deb from woody, and install it with: dpkg -i libc6_2.1.94-3.deb Ben -- ---===-=-

Re: oops

2000-09-30 Thread Ben Collins
lf-investigated bug reports... -- ---===-=-==-=---=====--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: libdb.so.3 missing

2000-09-30 Thread Ben Collins
e threads. libc6 2.1.94-3 has zero issues. -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
ills, and above all, > geek appeal. We've found him in Richard M Stallman!!! RMS, say hello. > > RMS: That's Gnu/Baseball. > Lol! -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Deb

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
On Sat, Sep 30, 2000 at 01:56:33PM -0400, Greg Stark wrote: > > Ben Collins <[EMAIL PROTECTED]> writes: > > > For those bitten by The Great Glibc Update of 2000, welcome to our annual > > ritual. Please stay tuned during the next few months where we install a new >

Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
art requires express written consent by SPI. -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Minimum hardware requirements? Web-based version?

2000-09-28 Thread Ben Collins
reilly Debian distribution. Then there are companies that distribute versions of GNU/Linux based on Debian, such as Stormix and Corel. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: succesor to dpkg

2000-09-27 Thread Ben Collins
anyone help me with a URL? Or am I dreaming? It was called HPML and it's fairly dead. There is a CVS, but nothing more than a skeleton and a spec document. I think Wichert is working on something else. Ben -- ---===-=-==-=-------=----=-=-- / Be

Re: How can I put a package on hold without using Dselect?

2000-09-16 Thread Ben Collins
elections -- ---===-=-==-=---==-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: suid root

2000-09-15 Thread Ben Collins
at access them) to avoid security problems, and to make it easy to delegate specific permissions as needed (like adding the user to a group for the task, be it floppy, disk, dialup, cdrom or whatever). Ben -- ---===-=-==-=====---==-=-- / Ben Colli

Re: tar.gz and dpkg/apt

2000-09-12 Thread Ben Collins
needs and building your own .deb's. -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

NSS db module, split from glibc

2000-09-11 Thread Ben Collins
-- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: libnss-ldap: setting up ldap server database

2000-09-06 Thread Ben Collins
padl.com, get the Migration-Tools tarball. -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: mIRC

2000-09-06 Thread Ben Collins
ot of others I don't use). Ben -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: dist-upgrade

2000-09-05 Thread Ben Collins
starts to load tcplogd. Does anyone know what this means? Probably a DNS lookup hang. Is there anything weird about your hostnames and such? -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux

Re: secure ftp

2000-09-04 Thread Ben Collins
o ftp to, you can use a ssh tunnel. Check the port forwarding stuff in ssh manpage. -- ---===-=-==-=-------=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: What is nscd?

2000-09-04 Thread Ben Collins
be found in /etc/nsswitch.conf. -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: What is nscd?

2000-09-04 Thread Ben Collins
e messages? Nscd is the Name Service Cache Daemon, and it is only useful for networked Name Services (such as ldap and the like). I suggest just doing "apt-get --purge remove nscd", or "dpkg -P nscd". I'm not sure why you are getting those errors. -- ---===-=-

Re: apt-get pkg not upgraded?

2000-09-04 Thread Ben Collins
t-get dist-upgrade, or apt-get install code-crusader. -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: join us!

2000-08-31 Thread Ben Collins
ngs. Remember, Debian is volunteers, so you wont get a big corporate marketing department spilling off "oh we are great, we have " and so on. You'll get very intelligent, and yes, sometimes harsh folks, who do nothing but work on this all day long, and know what they are talking abo

Re: join us!

2000-08-31 Thread Ben Collins
nd parts of it. You may have been in contact with > Ben > > Collins. If so I suggest you ask him too. > > Yeah, he did email me, not terribly friendly. I think it's rather obvious I > researched the article if I was taking apart files like lilo.conf/etc. My appologies, but you

Re: feature-proposal: apt-get : single-package reinstallation

2000-08-30 Thread Ben Collins
) > complains about libXaw.6.so , or something like that, and does not start. ) ) > > > so, a proposal: > > maybe a 'reinstall' option for apt-get ? apt-get --reinstall install IOW, it's been done already, "man apt-get" will show this :) -- -

Re: What is up with Debian 2.2 Potato ??

2000-08-25 Thread Ben Collins
t-floppies (images, disks etc..), not the kernel version. A common miconception because of their similar version numbers, but wrong none-the-less. If you booted 2.2.12, perhaps you did not purge the old installation properly. Ben -- -------===-=-==-=---=-

Re: Debian Linux on Sun UltraSparc IIi

2000-08-18 Thread Ben Collins
ber the device name you used under the installation (something like /dev/sda1 or /dev/hda1) for the root filesystem? If so, do this: ok> boot floppy root=/dev/sda1 Using the device you used in the installation. -- ---===-=-==-=---==-=-- /

Re: Debian Linux on Sun UltraSparc IIi

2000-08-16 Thread Ben Collins
quivalence, like Esc, Ctrl or Alt, etc? Is there an L1 button? If so, use L1 + A. -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: How many CDs in potato?

2000-08-15 Thread Ben Collins
ot sure how they handle non-US and non-free. Ben -- ---===-=-==-=====---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Debian Linux on Sun UltraSparc IIi

2000-08-15 Thread Ben Collins
has a list of mirrors -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Debian Linux on Sun UltraSparc IIi

2000-08-14 Thread Ben Collins
get better help specific to Debian/SPARC. Ben -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: egcs for potato

2000-08-12 Thread Ben Collins
ng (for quite some time) the actual GCC. IIRC, it went egcs 1.1.2, then gcc 2.95. Ben -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Pine with Color

2000-08-11 Thread Ben Collins
s You can't. -- ---===-=-==-=---=----=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Re: dpkg: error processing netkit-inetd (--configure)

2000-08-10 Thread Ben Collins
eans/triggers? -e means "fail on error". You need to put it back and try again (by reinstalling the package), using the -x options along with it (-ex). -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... --

Re: dpkg: error processing netkit-inetd (--configure)

2000-08-10 Thread Ben Collins
/netkit-inetd.postinst add -x to the first line so it looks like this: #!/bin/sh -x The run "dpkg --configure netkit-inetd" and see where in that script it dies. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fa

Re: Alien to .tar.gz

2000-08-08 Thread Ben Collins
uot; which produces [file].tgz ... .tgz and .tar.gz are the same thing (a gzip compressed tar archive) -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: IP in IP tunneling question

2000-08-08 Thread Ben Collins
the remote side). Ben -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: /etc/security/ files don't seem to be consulted

2000-08-08 Thread Ben Collins
reading these files that they are configuration files for PAM modules. You'll need to edit files in /etc/pam.d/ to enable them for certain services (su, login, ssh, xdm, etc...). Ben -- ---===-=-==-=---=--------=-=-- / Ben Collins -- ..

Re: Kernel source

2000-07-31 Thread Ben Collins
around in frozen just before release that was known to be buggy :) Ben -- -------===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Is Debian the last OS ?

2000-07-31 Thread Ben Collins
"What you are looking for is always in the last place you look" Which is to say, everytime you look for something, once you find it, you don't look any further. So of course, it's always in the lasy place you look :) Ben -- ---===-=-==-=====--

Re: X with shadow-passwords

2000-07-20 Thread Ben Collins
r-sr-x1 root root11584 Jul 7 12:07 /usr/X11R6/bin/X Do you perms match these? Also, what is contained in /etc/X11/Xserver? Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Installing the packages

2000-07-17 Thread Ben Collins
> Ricardo Gabriel Herdt tasksel -- ---===-=-==-=-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: su question

2000-07-08 Thread Ben Collins
On Fri, Jul 07, 2000 at 08:55:57PM -0800, Ethan Benson wrote: > On Fri, Jul 07, 2000 at 05:28:54PM -0400, Ben Collins wrote: > > > sudo alleviates the need for this. I suggest using that where you are > > interested in an easier method. Also, sudo requires a password just like

Re: apt-get upgrade: now I can not login at ALL!!!help

2000-07-07 Thread Ben Collins
CKAGE. > > WHAT CAN I DO?? HOW CAN I RESCUE MY SYSTEM AND FIX IT? > > Please, URGENT reply to: [EMAIL PROTECTED] Have you tried switching to a console (ctrl+alt+F1) and logging in there? -- -------===-=-==-=---==-=-- / Ben Colli

Re: su question

2000-07-07 Thread Ben Collins
ble) without having to type your password again. Plus sudo allows you to use your own password, as opposed to the root password. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: Kernel bugs in 2.2.x

2000-07-06 Thread Ben Collins
n comparable to 2.2.x's speed, even if the VM is more stable. Ben -- -------===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

Re: deb..deb cryptohackery

2000-07-04 Thread Ben Collins
ur systems dept have a load of work > on so it won't get done for a while by them. So I need the binary. It's not encrypted, it's a package. Not sure how you get the deb..deb extension, but do this: dpkg -i ddd_3.2.1-3.deb..deb -- ---===-=-==-=

Re: Password Comlexity

2000-06-29 Thread Ben Collins
and a few others. You can look at the source for it in libpam. As Shaleh pointed out, cracklib has some extra strength checking, including a password history (so ppl can't keep using the same two passwords alternately) and dictionary matching. -- ---===-=-==-=--

Re: ext3 and availability

2000-06-28 Thread Ben Collins
r +i " is for :) Also, the filename is irrelevant, so I've named mine ".journal.dat" so it doesn't actually show in normal ls output. Still hacks, yes, but just small tidbits for whoever might want to try using ext3 themselves. -- ---===-=-==-======

Re: SSH

2000-06-21 Thread Ben Collins
the sshd server uses them for incoming connections to verify the server's identity. Create your own keys the same as you used to. Ben -- ---===-=-==-=====-------==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \

<    1   2   3   4   5   6   >