Linux-Misc Digest #260, Volume #27 Thu, 1 Mar 01 10:13:01 EST
Contents:
Re: Web page publishing (Robert Heller)
Re: Regular Expression Syntax Limitation? ("John W. Krahn")
Re: setting up HP LaserJet using Emulex NETJet print server on Linux (root)
Re: Pipes (Jean-David Beyer)
Re: more help needed with changing root password (Jean-David Beyer)
init fails (Justin Hibbits)
apache allowoverride problem ("datagram")
rc.d and redhat's setup/services ("Massimiliano Caovilla")
Re: How to limit upload ("Gene Heskett")
Re: Help: PPP -> peer is not allowed to use remote address 193.172.249.50 (Simon)
A2PS (Nghi Vo)
Re: c-pen (Stefano Ghirlanda)
gcc problem (Dave Seff)
Re: Hylafax (Simon)
Re: Dell 120T DLT-4000 Autoloader w/Robot - Control? (Joshua Baker-LePain)
Re: Web page publishing ([EMAIL PROTECTED])
Re: lin winpopup question ("Ja")
Re: suidperl - where the hell is it? ("m i n i m a l")
Talking logs ("Mike Huot")
Re: lin winpopup question ("Ja")
Re: gcc problem (Catalin Marinas)
Re: setting up HP LaserJet using Emulex NETJet print server on Linux ("John Gill")
Re: shared email between Linux and Windows 2000? (Bj�rn Tore Sund)
Re: Regular Expression Syntax Limitation? (Dave Brown)
----------------------------------------------------------------------------
From: Robert Heller <[EMAIL PROTECTED]>
Subject: Re: Web page publishing
Date: 1 Mar 2001 06:10:55 -0600
Goodyear <[EMAIL PROTECTED]>,
In a message on Wed, 28 Feb 2001 22:01:20 -0500, wrote :
G> Robert Heller wrote:
G>
G> > Goodyear <[EMAIL PROTECTED]>,
G> > In a message on Wed, 28 Feb 2001 18:56:05 -0500, wrote :
G> >
G> > G> Jeff Roediger wrote:
G> > G>
G> > G>
G> > G> > Brian
G> > G> > You wont find anything like FP on linux or freeBSD.
G> > G> > There are programs like Bluefish that are out there. But you do need
G> > to G> > know html.
G> > G> > but just about any text editor will do.
G> > G> > jeff
G> > G>
G> > G> Yes, I finally figured this out although I settled on QUANTA2 which at
G> > G> least makes an attempt to be for those of us who are not programmers.
G> > With G> it I believe I can muddle my way though the site update.
G> > G>
G> > G> Thanks. I just didn't want to have to install a text editor, learn how
G> > to
G> > G> use it, install an ftp program, learn how to use it. Linux is
G> > wonderful G> but sometimes trying to get any work done is a bear.
G> > G>
G> > G> For example, I wanted to change my logo so I decided to install the
G> > GIMP.
G> > G> 7 meg rpm download. My package amanger complains that it won't handle
G> > G> anthing with major number => 3. Downloaded 3 new versions of RPM to no
G> > G> avail Now in the process of downloading theGimp sources 12 megs. No
G> > doubt G> when I try to compile it, something or other will be missing and
G> > I'll spend G> more time plinking around.
G> > G>
G> > G> There's something to be said for just going down to the Office Depot
G> > and G> buying a program in a box.
G> >
G> > What Linux distro did you install ?!? GIMP is included in RedHat 5.2
G> > through 6.2 (Don't know about RH 7.x).
G>
G> eDesktop 2.4
Never heard of this one. It *sounds* like one of the sleazy 'easy'
*small* Linuxe distros. From what I have heard, these 'stripped down'
distros tend to be more hassle in the long run than one of the various
full-scale distros (i.e. Slackware, SuSE, Debian, or RedHat).
Although, these 'full' distros have lots of 'stuff' and might seem a
little confusing to someone who just wants a basic desktop system, in
the long run you will sooner or later want random extra bits and
pieces. It is possible to do a 'minimual' install, and then go back
and install additional bits later.
G>
G> --
G> thanks....Brian
G>
--
\/
Robert Heller ||InterNet: [EMAIL PROTECTED]
http://vis-www.cs.umass.edu/~heller || [EMAIL PROTECTED]
http://www.deepsoft.com /\FidoNet: 1:321/153
Posted Via Nuthinbutnews Premium Usenet Newsgroup Services
==========================================================
** SPEED ** RETENTION ** COMPLETION **
==========================================================
http://www.nuthinbutnews.com
------------------------------
From: "John W. Krahn" <[EMAIL PROTECTED]>
Subject: Re: Regular Expression Syntax Limitation?
Date: Thu, 01 Mar 2001 12:29:41 GMT
Adam Warner wrote:
>
> Thank you John,
>
> > $ perl -n0777 -e '/(?i:copyright).*?(?!Microsoft)/ and print "$ARGV\n"'
> > *
>
> Thanks. I am REALLY going to have to learn Perl. Here was my shell kludge
> (I worked out how to do this today):
>
> for file in *.*
> do
>
> strings -a -f $file | tr -s '\n' '|' | sed -e
>
>s/[Cc][Oo][Pp][Yy][Rr][Ii][Gg][Hh][Tt].*[Mm][Ii][Cc][Rr][Oo][Ss][Oo][Ff][Tt]/XXXXXXXX/
> | tr -s '|' '\n' | grep -B2 -C2 -i 'copyright' >> output/fulllist
>
> done
>
> strings -a -f $file strips the strings out of the binary file. tr -s '\n' '|'
>converts
> all line breaks to a dummy character "|" (this is so sed can operate over
> multiple lines).
^^^^^^^^^^^^^^
If you want the perl regex to match over multiple lines change it to:
$ perl -n0777 -e '/(?i:copyright).*?(?!Microsoft)/s and print "$ARGV\n"'
*
I made the assumtion that the message "Copyright ... Microsoft" would
not have a newline (\n) between the two words (which I think is a safe
assumtion for most copyright notices.)
John
------------------------------
From: root <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.redhat,alt.comp.hardware,comp.os.linux,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,linux.samba
Subject: Re: setting up HP LaserJet using Emulex NETJet print server on Linux
Date: Thu, 01 Mar 2001 14:34:37 +0200
John Gill wrote:
>
> I think I am about ready to toss this NETJet card out the window. I cannot
> for the life of me configure this device to print to my HP4+ from RedHat
> Linux 7.0, using the printtool menus. I have read the Emulex manual, the
> Red Hat HOWTO and a nice write-up at www.linuxnewbie.org , but still no
> luck.
>
> If anyone has some first hand experience at this, please let me know. I
> think the trick is to set it up as an lpd printer, which Linux will think is
> on another Linux host, but I have not succeeded yet.
>
> Thanks,
>
> -- John
Have you tried reading the Printing/HOWTO? I did that once (printing to
an HP) and worked fine with the instructions from the HOWTO.
------------------------------
From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: Pipes
Date: Thu, 01 Mar 2001 07:40:59 -0500
Manoj K Krishnan wrote:
>
> Hi,
>
> How to use pipes to communicate between tow child processes of a parent
> process. I would be glad if you explain briefly witha psuedocode.
>
Have the parent create two pipes before forking off the two child
processes.
The children will inherit them. One reads the first and writes the
second, and the other does the same, using the appropriate ends.
Another way is for the processes to communicate is to use ipc (if it
is enabled in your kernel).
Yet another way would be to use TCP/IP, which is a bit of overkill if
running on one machine, but it gives you the ability to run the two
processes on different machines rather easily if it ever becomes
necessary.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 7:35am up 2 days, 15:33, 3 users, load average: 1.28, 1.17, 1.10
------------------------------
From: Jean-David Beyer <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: more help needed with changing root password
Date: Thu, 01 Mar 2001 07:47:56 -0500
"Peter T. Breuer" wrote:
>
> In comp.os.linux.misc Jean-David Beyer <[EMAIL PROTECTED]> wrote:
> > "Peter T. Breuer" wrote:
> > Is that a good idea? Once you run pwunconv, everything is as in the
> > bad old days. Someone could copy his /etc/passwd out the Internet,
>
> How? They have to get on to his machine to read it, and if they
> have got on to his machine, then they don't need to read it.
They might get on as an ordinary user (by maladministration of the
system) and read /etc/passwd so as to crack the root password. They
might have sniffed somebody's telnet sessions, for example, or nfs may
not be securely set up.
>
> > crack the password file at his leasure, and then make a mess of
> > things. What if this user were using only the 8-byte encryption of the
> > passwords in the /etc/passwd as well?
>
> 8-byte encryption? Not sure what you mean but the standard unix
> passwd encryption is perfectly safe by all reasonable measures.
I was thinking that the MD5 encryption of passwords, that permit
passwords to be over 8 characters long (255 characters max, IIRC), was
more secure than the old crypt(3) encryption with the Enigma 3-rotor
scheme that has long been the default.
>
> > Or did you mean that he should pwunconv, edit /etc/passwd, and then
> > pwconv to put things back?
>
> I meant that there is no point in using shadow on a system that
> doesn't have any other users to protect the passwd file from.
>
I see we have different viewpoints. My view is that if you have more
than one user (e.g., root and at least one other is more than one),
that the bad guy might guess (by sniffing or otherwise) the non-root
login sequence and then he could read /etc/passwd from which he could
probably crack the root password given the desire and time.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 7:40am up 2 days, 15:38, 3 users, load average: 1.01, 1.08, 1.08
------------------------------
From: Justin Hibbits
Subject: init fails
Date: 1 Mar 2001 12:18:04 GMT
Hello,
Tell me how stupid I was, then tell me how to fix this...I installed( almost)
glibc-2.2.2, and it failed. After restoring my original
RH7.0 glibc by relinking them, Init no longer works. I tried to set init=/bin/bash in
my kernel command line, and I can boot to
bash. But, when I try to run init to switch into rl 1, it says "cannot create
/etc/initrunlvl, read only filesystem". I checked out
The Init docs, and they say init uses the fifo /dev/initctl when communicating on an
r-o fs. Something is messed up here, but,
what is it? Can anyone help me???
Justin Hibbits ( [EMAIL PROTECTED] )
==================================
Posted via http://nodevice.com
Linux Programmer's Site
------------------------------
From: "datagram" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,japan.www.server.apache
Subject: apache allowoverride problem
Date: Thu, 01 Mar 2001 13:19:12 GMT
hi,
I'm trying to use .htaccess on my persoanl server and I'm trying to activate
the use of .htaccess files
so in my httpd.conf , I change the AllowOverride from non to All or even
AuthConfig but it does not work, I get an 500 Internal Server Error when I
do that any ideas why ?
FROM THIS, (it works)
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
TO THIS, (does not work)
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
thanks.
------------------------------
From: "Massimiliano Caovilla" <[EMAIL PROTECTED]>
Subject: rc.d and redhat's setup/services
Date: Thu, 01 Mar 2001 13:35:08 GMT
Is there a way to let setup list also my service in the list of services it
can be used to start/stop? I mean I've added a service with it's own new
Sxxservice and Kxxservice scripts and I want setup to know about it, so I
can disable/enable the service using its startup service feature. Maybe
there is some configuration file I don't know about?
Thanks
------------------------------
Date: 1 Mar 2001 7:36:51 -0500
From: "Gene Heskett" <[EMAIL PROTECTED]>
Subject: Re: How to limit upload
Crossposted-To: comp.os.linux.networking
Gene Heskett sends Greetings to Carfield Yim;
CY> When I telnet to my home computer using some application which contain
CY> many text base GUI componet (like mc and lynx), the internet connection
CY> of my home computer will freeze.
CY> I guess that if I upload too much thing through adsl modem will have
CY> problem, How can I limit the upload bandwidth of my pppoe connection?
Is there some way that you can specify an 'asyncmap a0000' or similar to
the pppoe setup. It sounds like the path is not escaping the xon/xoff
characters, and the data contains such characters.
Just an untamed fowl to chase (aka wild goose) mind you. :)
Cheers, Gene
--
Gene Heskett, CET, UHK |Amiga A2k Zeus040, Linux @ 500mhz
email gene underscore heskett at iolinc dot net
#Amiga based X10 home automation program EZHome, see at:#
<http://www.thirdwave.net/~jimlucia/amigahomeauto>
This messages reply content, but not any previously quoted material,
is � 2001 by Gene Heskett, all rights reserved.
--
------------------------------
From: Simon <[EMAIL PROTECTED]>
Subject: Re: Help: PPP -> peer is not allowed to use remote address 193.172.249.50
Crossposted-To: comp.os.linux.help,hetnet.comp.linux
Date: Thu, 01 Mar 2001 13:41:27 GMT
B. Schreur wrote:
> Hi,
>
> Can't get my PPP connection working for some time.
> In /var/log/pppd.log I see the message:
>
> "Peer is not authorised to use remote address 193.172.249.50"
> "Unauthorized remote IP address"
>
> What's happening here? In the /etc/ppp/options file I set
> the option "noipdefault" but this also doesn't work....
> I get this same message (same IP-nr) when I connect to both
> my ISP (12Move and Hetnet)?
>
> Can you tell me a solution for this? Would really like to see an internet
> session under Linux.....
>
> Thanks in advance,
> Ben
>
>
>
IMHO There are two possible causes for this problem which is all to do with
the ppp daemon setup.
Check man pppd to see all the options but the ones you are interested in
are "auth" and "noauth".
If that fails check out the format of your /etc/ppp/pap-secrets and
/etc/chap/secrets files. Usually it is
USER * PASSWORD *
If the second * is missing it might be causing problems.
Hope this is helpful
Simes
------------------------------
From: Nghi Vo <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: A2PS
Date: Thu, 01 Mar 2001 13:45:32 GMT
I have an old HP LaserJet 4 and I use Suse 7.0.
I can print to the raw printer normally. But for the ascii and auto
printer, apsfilter will send the print job to a2ps to convert that into
Postcript file and print to the printer.
The problem is for some reason, the print area only covers a bit bigger
than 1/4 of the physcial area of a Letter paper, no matter what options
I play with the a2ps.
When I view the intermediate Postcript file thru gv, I find that a2ps
only format the print area to cover exactly what I mentioned above.
Does anyone have any idea what happens ?
This affects the way StarOffice prints as well. I have a nice document
in StartOffice, but I can never be able to print the document to cover
the whole physical page. The print area only covers a bit bigger than
1/4 of the page.
Thanks,
Nghi
------------------------------
From: Stefano Ghirlanda <[EMAIL PROTECTED]>
Subject: Re: c-pen
Date: 01 Mar 2001 15:47:50 +0100
[EMAIL PROTECTED] writes:
> >>>>> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes:
> Stefano> Hi, I would like to know whether anyone is working on making
> Stefano> the c-pen (http://www.cpen.com) work with linux.
>
> <http://www.datamind.co.uk/merchant/pen_scanners2.htm> seems useful
> in providing comparative information, and indicates that the Siemens
> Pocket Reader may be a better choice.
It seems that the scanning accuracy it's much worse for that one,
though... I guess I just have to wait that someone reverse-engineers
the cpen protocol...
--
Stefano - Hodie Kalendis Martiis MMI est
------------------------------
From: Dave Seff <[EMAIL PROTECTED]>
Subject: gcc problem
Reply-To: [EMAIL PROTECTED]
Date: Thu, 1 Mar 2001 08:54:42 -0500
I am having a problem with the gcc compiler. It seems that a program such
as this:
#include <stdio.h>
#include <string.h>
�
main()
{
� char *string1 = "We will all shout \"Howdy\" now!\n";
� char *string2;
� int i, len;
�
� len = strlen(string1);
� printf("%s\n", string1);
�
� for(i = 0; i < len; i++)
� � if (string1[i] == '\"')
� � � string1[i] = '\'';
� printf("%s\n", string1);
}
It compiles but segfaults on the string1[i] = '\''; line. This same code
runs file on Solaris and DGUX.
My gcc is
gcc version 2.95.3 19991030 (prerelease)
Any Ideas?
------------------------------
From: Simon <[EMAIL PROTECTED]>
Subject: Re: Hylafax
Date: Thu, 01 Mar 2001 13:53:16 GMT
mike wrote:
> Hi,
> I am looking for tutorial / explicit instructions to perform
> simple fax functions, like receiving faxes and sending faxes
> and viewing faxes.
> I have read the HylaFAX Howto and it doesn't really tell how
> to use it. It basically tells how to set it up. Also the other doc
> on their site is also about setting it up basically and not
> using it for simple purposes.
> It seems complicated to set it up with all the options
>
> Thanks
> Mike
>
Hylafax IS complicated to setup and i find very hardware specific. I waded
through all the documentation and got it working quite well.
To send faxes you need something that prints PS to sendfax with the
telephone number. If you have a Pentium II behemouth with at least 64kb ram
you might try StarOffice 5.2 which includes a nifty setup for a fax printer
already integrated with Hylafax (also mgetty+sendfax for that matter which
is on the whole much smaller and easier to manage)
Otherwise look under the clients section on the hylafax.org site there are
various scripts which work. Basically they accept PS or Gif printouts and
then append phone numbers.
The commandline mode is to produce the file and then use the sendfax
command to send it. sendfax does have a man page. read that :-)
BTW to read faxes you have to point a program that is up to reading Gif
files at /var/spool/fax/recvq.
simes
------------------------------
From: Joshua Baker-LePain <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.admin
Subject: Re: Dell 120T DLT-4000 Autoloader w/Robot - Control?
Date: 1 Mar 2001 14:11:58 GMT
In comp.os.linux.misc Robert A. Matern <[EMAIL PROTECTED]> wrote:
> So the one remaining problem is how to control the DLT autoloader...
> specifically, how to reset the sequence under software (or command-line
> script) control. Does anyone here know how to do this simply? Or does
I believe the 'mtx' package can be used to control tape libraries.
> anyone know of a *reliable* and *cheap* backup package that can handle this
> DLT autoloader properly?
Check out amanda (www.amanda.org). There are many people using amanda
with autoloaders, and loads of helpful advice on the mailing list (which
is archived at egroups). It takes a bit to understand exactly what
amanda does and how to set it up, but once you do, she takes care of
everything else.
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Web page publishing
Date: Thu, 01 Mar 2001 14:14:27 GMT
Robert Heller <[EMAIL PROTECTED]> writes:
> Goodyear <[EMAIL PROTECTED]>,
> In a message on Wed, 28 Feb 2001 22:01:20 -0500, wrote :
> G> eDesktop 2.4
> Never heard of this one. It *sounds* like one of the sleazy 'easy'
> *small* Linuxe distros. From what I have heard, these 'stripped
> down' distros tend to be more hassle in the long run than one of the
> various full-scale distros (i.e. Slackware, SuSE, Debian, or
> RedHat). Although, these 'full' distros have lots of 'stuff' and
> might seem a little confusing to someone who just wants a basic
> desktop system, in the long run you will sooner or later want random
> extra bits and pieces. It is possible to do a 'minimual' install,
> and then go back and install additional bits later.
Sounds like Caldera to me...
It should be a pretty "full-scale" distribution, although it may
eschew some complicated stuff like "server components."
--
(concatenate 'string "cbbrowne" "@ntlug.org")
http://vip.hex.net/~cbbrowne/rdbms.html
Rules of the Evil Overlord #63. "Bulk trash will be disposed of in
incinerators, not compactors. And they will be kept hot, with none of
that nonsense about flames going through accessible tunnels at
predictable intervals." <http://www.eviloverlord.com/>
------------------------------
From: "Ja" <[EMAIL PROTECTED]>
Subject: Re: lin winpopup question
Date: Thu, 01 Mar 2001 14:40:37 GMT
I can send messages to W98 Winpopup using the command line smbclient -M
hostname message
"MB666" <[EMAIL PROTECTED]> wrote in message
news:97jf9l$e6c$[EMAIL PROTECTED]...
> Can somebody tell me the name and url of linux CONSOLE version of simple
> winpopup program ?
>
>
------------------------------
From: "m i n i m a l" <m a i l @ m a i l . m a i l>
Crossposted-To: comp.os.linux.setup
Subject: Re: suidperl - where the hell is it?
Date: Thu, 1 Mar 2001 15:43:32 +0100
"Ken Williams" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
: I've looked eveywhere, I do not have suidperl on my system, freshmeat,
osdn,
: etc all do not have anything. Where can I get this?
You don't mean perl for squid by any chance ? This is standard perl5 binary,
you can get it almost everywhere. If not, sorry, I cannot help you here.
Good luck !
Serv
------------------------------
From: "Mike Huot" <[EMAIL PROTECTED]>
Subject: Talking logs
Date: Thu, 01 Mar 2001 14:44:11 GMT
I want to make it so my logs would provide audio information when certain
events occured. I thought this would be easy, I had installed festival, a
test to speech application. Found that I could pipe test to it using
'tail -f file | festival --tts'. Half the battle as far as I could see. So
my next step was to 'tail -f file | grep criteria | festival --tts' this
does not work This is on a RedHat 6.1 system. I have tried many
variations, but have been unable to get this to work. it seems to break
down on the second pipe. Any help will be greatly appreciated!!!
-mhuot
------------------------------
From: "Ja" <[EMAIL PROTECTED]>
Subject: Re: lin winpopup question
Date: Thu, 01 Mar 2001 14:46:14 GMT
Forgot to add that I haven't figured out how to receive winpopups. However,
try www.samba.org for more answers.
"Ja" <[EMAIL PROTECTED]> wrote in message news:...
> I can send messages to W98 Winpopup using the command line smbclient -M
> hostname message
>
> "MB666" <[EMAIL PROTECTED]> wrote in message
> news:97jf9l$e6c$[EMAIL PROTECTED]...
> > Can somebody tell me the name and url of linux CONSOLE version of simple
> > winpopup program ?
> >
> >
>
>
------------------------------
From: Catalin Marinas <[EMAIL PROTECTED]>
Subject: Re: gcc problem
Date: 01 Mar 2001 14:46:41 +0000
It fails for this, too:
#include <stdio.h>
int main()
{
char *string1 = "We will all shout \"Howdy\" now!\n";
printf("%s\n", string1);
string1[0] = 'A';
return 0;
}
I think this is not a gcc problem.
The correct declaration of string1, if you want it to be a pointer,
should be:
const char *string1 = "We will all shout \"Howdy\" now!\n";
You are not allowed to modify the area allocated for your string. Only
the address of the string is copied to main() stack.
Yet, if you want to modify string1 you should declare it as an array
not as a pointer:
char string1[] = "We will all shout \"Howdy\" now!\n";
in which case all string is copied to main() stack.
You can use "gcc -S your_program.c" to see how gcc generates assembler
code.
Catalin.
Dave Seff <[EMAIL PROTECTED]> writes:
> I am having a problem with the gcc compiler. It seems that a program such
> as this:
>
> #include <stdio.h>
> #include <string.h>
> �
> main()
> {
> � char *string1 = "We will all shout \"Howdy\" now!\n";
> � char *string2;
> � int i, len;
> �
> � len = strlen(string1);
> � printf("%s\n", string1);
> �
> � for(i = 0; i < len; i++)
> � � if (string1[i] == '\"')
> � � � string1[i] = '\'';
>
> � printf("%s\n", string1);
> }
>
> It compiles but segfaults on the string1[i] = '\''; line. This same code
> runs file on Solaris and DGUX.
>
> My gcc is
> gcc version 2.95.3 19991030 (prerelease)
>
> Any Ideas?
>
--
Catalin Marinas, Red Hat UK W +44 1223 271012
Embedded Software Engineer M +44 7890 738947
Unit 200, Rustat House, 62 Clifton Road H +44 1223 722686
Cambridge, CB1 7EG, UK E [EMAIL PROTECTED]
------------------------------
From: "John Gill" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.redhat,alt.comp.hardware,comp.os.linux,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,linux.samba
Subject: Re: setting up HP LaserJet using Emulex NETJet print server on Linux
Date: Thu, 01 Mar 2001 14:54:06 GMT
Yes, I have read the HOW TO. Problem is that it seems that I am doing
everything correct, and still get no results.
:(
"root" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
Have you tried reading the Printing/HOWTO? I did that once (printing to
> an HP) and worked fine with the instructions from the HOWTO.
------------------------------
From: [EMAIL PROTECTED] (Bj�rn Tore Sund)
Subject: Re: shared email between Linux and Windows 2000?
Date: 1 Mar 2001 14:54:10 GMT
Reply-To: [EMAIL PROTECTED]
On Wed, 28 Feb 2001 19:09:05 GMT, Harlan Grove wrote:
> Mark Watson <[EMAIL PROTECTED]> wrote in message
> news:YS6n6.1738$[EMAIL PROTECTED]...
> ...
> >I would appreciate any ideas for setting up either a shared Mozilla
> >or shared Netscape system so that I could have a single data
> >repository for email and usenet news on my writable FAT32
> >partition.
>
> If you're going to use Netscape under Linux and Win2K, put an entry in
> /etc/fstab to mount this FAT32 partition automatically, then make your
> ~/.netscape a symbolic link to your Netscape user directory on the FAT32
> partition. Then you have to hope that Netscape uses the same file and
> subdirectory naming convention for both Linux and Windows versions (I have
> no idea).
Having the contents of ~/.netscape on FAT32 is a Bad Idea(tm),
it will at various times contain several symbolic links, which
FAT32 doesn't support. Your Netscape will crash every time,
as opposed to most of the time. Besides, your netscape email
resides in ~/nsmail. Then there's the naming convention. I
don't have a Windows netscape anywhere near me right now, but
in short, the Windows Netscape email files has a standard file
type signifier (three letters after the dot...), the Unix
ones doesn't.
I fear you'll have to make a symbolic link from each file in
your ~/nsmail directory to the appropriate file on the FAT32
partition with the actual email files. And then make sure
to create a new link every time you create a new mailbox.
Have fun. :)
I'd suggest getting vmware with windows (or using wine) and
run your favourite Wintendo Email client inside that when
your machine is in Linux.
Bj�rn
--
Bj�rn Tore Sund "When in fear, and when in doubt;
Run in circles, scream and shout!"
[EMAIL PROTECTED] - Robert Heinlein
------------------------------
From: [EMAIL PROTECTED] (Dave Brown)
Subject: Re: Regular Expression Syntax Limitation?
Reply-To: [EMAIL PROTECTED]
Date: 28 Feb 2001 21:57:53 -0600
In article <[EMAIL PROTECTED]>,
Adam Warner wrote:
>I've been trying to use grep to filter a file whenever it says Copyright
>[some name other than Microsoft].
>
How about: grep 'Copyright' | grep -v 'Microsoft'
--
Dave Brown Austin, TX
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list by posting to comp.os.linux.misc.
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************