Re: rpc error on nfs

2005-04-11 Thread Parv
sure above is as intended by use of rpcinfo(8) (on 5.x; don't know similar command on 4.x). I could have replied just more information or not at all to your post (since you have not provided much information), but i send it to be committed to archive for my own future benefit. - Parv

IPSec-over-802.11[bg] between clients router/AP of some sort

2005-04-09 Thread Parv
/option_3387went.html ... Could somebody confirm if Windows XP and FreeBSD 5.x LAN clients could connect via IPSec over 802.11b to have wireless connectivity? Any other suggestions? (For one, how does one get hands on a Netopia 3300-VGx device?) - Parv

pkg_info -W useless for symlink-accessible command (was Re: how to find which port has a given executable)

2005-03-23 Thread Parv
be (works in bash3 sh) then ... for cmd in $@ do pkg_info -W $(realpath $(which $cmd)) done - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: How to avoid forkbomb?

2005-03-18 Thread Parv
... :(){ :|: }; while true; do :; done - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Dual boot with XP

2005-03-01 Thread Parv
restore CD which was originally missing from the package of the laptop as IBM does not include it and asks for ~$40 for it otherwise. Unlike Dell. Darn it, even Lotus software was missing! - Parv -- ___ freebsd-questions@freebsd.org mailing list http

Re: time -l date == bash: -l: command not found Bug?

2005-02-25 Thread Parv
somewhere to use '\' in order to use the real command (as it appears in $PATH of course) and avoid built-in/alias. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: I killed my system with grep

2005-02-25 Thread Parv
files) help to avoid above described hang ups in /dev? - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Which fonts look the best?

2005-02-06 Thread Parv
cream in addition to vanilla and (dark) chocolate. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Keep compile options through upgrade

2005-01-30 Thread Parv
repeat to me. Script follows ... #!/bin/sh -f ##Author: Parv, parv underscore at yahoo dot com ## Modified: Jan 07 2005 ## ## License: Free to use as you please w/ proper credit given. ## Use at your own risk. All responsibility for potential ## damage, loss, etc

Re: Partition Size

2005-01-24 Thread Parv
. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: PDF file editor

2005-01-20 Thread Parv
adventurous or need to learn about overlaying a PDF file, install the teTeX port(s) and read up on the related topic in comp.text.tex newsgroup (or elsewhere). - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: My 'ls' is all messed up?!

2005-01-18 Thread Parv
) setting. Typing reset/tset(1) or closing-and-/opening another xterm(1) works for me. Xterm i say for that i use most than console. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Create tgz packages

2005-01-12 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... find /var/db/pkg -mindepth 1 -type d \ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ | while read port; do pkg_create -b $(basename $port); done I made a gross mistake in my above reply related to -mindepth option

Re: Create tgz packages

2005-01-09 Thread Parv
... for port in $( find /var/db/pkg -mindepth 1 -type d ) do echo pkg_create -b $(basename $port) done - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Create tgz packages

2005-01-09 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... in message [EMAIL PROTECTED], wrote Christer Solskogen thusly... Is there a easy way of making packages of all installed ports? assuming sh ... for port in $( find /var/db/pkg -mindepth 1 -type d ) do echo pkg_create -b

Moving *directories*, like sbin, root, of / to /usr (was Re: clearing space)

2005-01-07 Thread Parv
not have any problems moving /root to elsewhere other than those related to mount single user, well, use. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: burning 5.3-RELEASE CDs

2005-01-03 Thread Parv
/file/ on the CD. After more poking around in the software interface, Burn Image or some such option was revealed under the heading of Data Disc or some such. And, that too did its job: i got the mini install ISO image on CD to boot with. - Parv

Re: Trouble determining configure options in ports

2004-12-27 Thread Parv
. Done. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Printer

2004-12-27 Thread Parv
. Mind that i am interested mainly in sharp and clear black/white text currently. - Parv -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Why reccomend Bash shell?

2004-12-16 Thread Parv
in message [EMAIL PROTECTED], wrote Matthew Seaman thusly... That's why there is a 'toor' account -- you can use whatever shell you like with that a/c and not fear mucking up important bits of the system. ^ ^ ^ ^ What does a/c mean? - Parv

Re: Find Replace string

2004-12-10 Thread Parv
... fgrep -r -l 'oldone.010' parent-directory-of-files \ | xargs perl -pi -e 's[oldone\.010]/newone.011/g' - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Linux kernel on FreeBSD

2004-12-10 Thread Parv
? Is there something I'm missing with the firewalls available in FreeBSD? Yes, i am genuinely curious too. (And don't forget newer pf, from OpenBSD, available on FreeBSD). - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: How to edit file in single user mode

2004-12-02 Thread Parv
in message [EMAIL PROTECTED], wrote Matthias Buelow thusly... Parv wrote: ...my old C++ class editor project. My version of the editor -- ed like commands, no regex support, menu driven -- statically compiled w/ GCC 3.4 stripped takes 403 kB (-O1) or 389 kB (-O2). (It has yet to go

Remove f-q@chvlva... address (was Re: How to edit file in single user mode)

2004-12-02 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... (something) Those replying to this its child messages, please remove [EMAIL PROTECTED] address before sending your reply. I meant f-q to expand to [EMAIL PROTECTED] which obviously it did not. I apologize to the list. - Parv

Re: How to edit file in single user mode

2004-12-01 Thread Parv
w/ GCC 3.4 stripped takes 403 kB (-O1) or 389 kB (-O2). (It has yet to go through a thorough review though. Anybody care to take a look?) I suppose i could/should save a copy just in case. - Parv -- ___ [EMAIL PROTECTED] mailing list http

Re: Correct Way to Update the Ports

2004-11-30 Thread Parv
it, will nullify index fetching. Or, am i drastically missing something? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: what does rm // delete?

2004-11-28 Thread Parv
... here is what i get in some shells (bash is bash 3) ... checking shell /bin/bash //usr/local/bin //usr/local/bin checking shell /usr/local/bin/ksh93 /usr/local/bin /usr/local/bin - Parv -- ___ [EMAIL PROTECTED] mailing list http

Re: what does rm // delete?

2004-11-28 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... for shell in sh csh tcsh bash ksh93 blah ^ ^ ^ ^ Sorry, that blah shell was there only to test for existence of a shell which i forgot to remove. Of course

Re: Can I use mtools to access usb flash memory?

2004-11-25 Thread Parv
by mtools (assuming of course that your FreeBSD system can recognize the usb device). Nothing more. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: blackbox, bbkeys, and .xinit... (solved) -- UNIX behind the scenes

2004-11-04 Thread Parv
in message [EMAIL PROTECTED], wrote Mike Hauber thusly... On Wednesday 03 November 2004 09:25 pm, Parv proclaimed: In your situation, blackbox runs in the background bbkeys in foreground. If you wanted to run bbkeys only if blackbox runs, then do AND operation ... blackbox

Re: custom shell script .. OT maybe .

2004-11-04 Thread Parv
a connection is that there may be an address assigned to the interface (and it would be up) but lacking a meaningful connection, say, courtesy of firewall/dhcp running order/configuration. Well that was my problem w/ ipf dhcp involving a NIC anyway. - Parv

Re: blackbox, bbkeys, and .xinit... (solved) -- UNIX behind the scenes

2004-11-03 Thread Parv
process OR command shell search term + comp.unix.* comp.windows.x newsgroups for shell xinitrc OR xsession background - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: World Clock timezones

2004-11-03 Thread Parv
. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Which mozilla accepts options

2004-10-24 Thread Parv
://bugzilla.mozilla.org/ ...supplying width height option as the search term, yields ... -width and -height options ignored: https://bugzilla.mozilla.org/show_bug.cgi?id=50201 - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: latex2html problems (fwd)

2004-10-08 Thread Parv
by netpbm-10.24... and it seems that it is being called with a pair of parameters that does not seem to work. Yes, see above. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: latex2html problems (fwd)

2004-10-08 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... latex2html-2002.2.1_3 Convert LaTeX documents to HTML teTeX-2.0.2_2 Thomas Esser's distribution of TeX friends ... with latex2html-2002.2.1_3 teTeX-2.0.2_3. Michelle:/home/mrspock/tex latex2html test --- it was properly

Re: Problem regarding dhcp and FreeBSD 4.10 on a laptop

2004-10-05 Thread Parv
having is this: ... Not related to your problem, but your problem would have been much easier to read if your OP had been divided into 4-6 paragraphs (which is what i did to my local copy). That way your post would not have seemed too daunting to read. - Parv

Re: afpl vs gnu ghostscript

2004-09-24 Thread parv
differences? Depending on how you compile any of these ports thru the annoying interactive dialog, things may or may not work sometimes... http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47768 - parv -- ___ [EMAIL PROTECTED] mailing list http

Re: failed to start X

2004-09-12 Thread Parv
the base system. (In most cases anyway. Sometimes one would need to upgrade base system *eventually* to be able to build/install software from ports. But that's another thread.) - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: VESA_800x600 (age old question)

2004-09-08 Thread Parv
for R128. (using r128 from XFree86) Can somebody please tell me what this means? All that means is the card does not have proper/complete VESA implementation. IOW, get a card w/ proper/complete VESA implementation? - Parv -- ___ [EMAIL PROTECTED

Re: CDRW trouble

2004-09-05 Thread Parv
file If interested, below is some more relevant data for my situation (FreeBSD 4.10-p2 on Dell Inspiron 5000e)... - Output of cdrecord -scanbus: scsibus1: 1,0,0 100) 'SONY' 'CD-RW CRX700E ' '1.4h' Removable CD-ROM - Kernel configuration: http://www103.pair.com/parv

OT: Nachos - simulated OS

2004-08-31 Thread parv
feeling lazy to compile gas, binutils, gcc (which would make the 3d instance) from source to be cross-compile-able due to lack of a port. Speaking of which ... Nachos has been reported to be ported to FreeBSD, btw. (Hint, Hint.) - Parv

Re: vi editor related question

2004-08-27 Thread Parv
is to preprocess your files... http://groups.google.com/groups?q=remove+%5EM+file http://groups.google.com/groups?q=remove+%5EM+group%3Acomp.* - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: make package-recursive

2004-08-23 Thread Parv
, which is the right thing, I guess. How about use of digest checksum(s) stored in a port's file to compare w/ that of port's package before start of package-ing? If package name is different or the checksums don't match (say, different options, CFLAGS such), package should be built. - Parv

Re: multi-homing and pf; removing user with uid 0

2004-08-17 Thread Parv
| of that adress block (ipv4) Additionaly, please properly quote only the relevant parts to your reply. Thanks much for your consideration. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Frequent crashes with Mozilla and Firefox

2004-08-16 Thread Parv
the port was committed. All other ports are up-to-date. No problems here w/ Mozilla 1.7.1,2 (gtk1, no proxy, no Java, no Flash, w/ JavaScript and custom stylesheet) while twiddling links/menus (DHTML) on a page or two of each site listed above. - Parv

Re: Frequent crashes with Mozilla and Firefox

2004-08-16 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED] thusly... Two sites that failed consistently for me were http://www.pga.com and http://www.statefarm.com The browser versions are Mozilla 1.7.2 Mozilla Firefox

Re: DHCP and rc Questions For FreeBSD 4.10???

2004-08-12 Thread Parv
, to this list, of following command too ... ipfstat -ionh - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Can't install XVID from ports tree, can someone understand the error message?

2004-06-29 Thread Parv
you please include some more lines above the error report it as being error in lang/gcc33 so that others could help you better? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: command-line calculator?

2004-06-25 Thread Parv
+(17 * 36)' awk: echo |awk '{print 17 * 36}' - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: command-line calculator?

2004-06-25 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... Perl: perl -e 'print +(17 * 36)' awk: echo |awk '{print 17 * 36}' Oh, in Rexx... echo 'say 17 * 36 ' | rexx ...or... rexx # Interpreter say 17 * 36 ^D # Ctrl-D Just wondering out loud ... Is it not possible

Re: setting xterm font from the command line

2004-06-24 Thread Parv
sans mono font listed in xfontsel(1)'s list or xlsfonts(1)'s output? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: setting xterm font from the command line

2004-06-24 Thread Parv
in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED] thusly... On Thu, 24 Jun 2004 14:07:09 -0400 Parv [EMAIL PROTECTED] wrote: i tried w/ xterms included in 4.3.0 and locally compiled version (patch 187) w/o any problems; the exact command was... xterm -fn \ '-bitstream

Re: setting xterm font from the command line

2004-06-24 Thread Parv
in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED] thusly... On Thu, 24 Jun 2004 14:07:09 -0400 Parv [EMAIL PROTECTED] wrote: i tried w/ xterms included in 4.3.0 and locally compiled version (patch 187) w/o any problems; the exact command was... xterm -fn \ '-bitstream

Re: setting xterm font from the command line

2004-06-24 Thread Parv
don't mind ... Does the xterm start w/ the given font string? Which type of font syntax -- string enclosed in single quotes or only the quotation of white space -- worked? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: any use to build from source?

2004-06-18 Thread Parv
, jdk-1.4 requires ~1.7 GB for example. BTW, your concerns have had been dealt w/ in past, at least once this year. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Portsdb Update Error

2004-06-16 Thread Parv
/pkg sane. I do not know or care if downgrading portupgrade to the above stated date would cause problems w/ other functions. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Command to combine several files as a single file, etc.

2004-06-10 Thread Parv
for respective commands, and some of the articles from a larger collection ... Archivers: http://www.onlamp.com/lpt/a/1710 Tar: http://www.onlamp.com/lpt/a/2416 Pax: http://www.onlamp.com/lpt/a/2660 Cpio: http://www.onlamp.com/lpt/a/2445 - Parv

Re: Odd characters in filename

2004-06-06 Thread Parv
... http://www103.pair.com/parv/comp/src/sh/sanename.sh Perl: sanename, File::Name::Sanitize wrapper (requires knowledge of modules installation due to lack of makefiles; path adjustment may be needed in use lib q/path/ directive) ... http://www103.pair.com/parv/comp/src/perl/dist/sanename

Re: Kernel compile failing

2004-05-25 Thread Parv
21 ...should capture output in both the streams. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ad0: READ command timeout tag=0 serv=0

2004-05-19 Thread Parv
my hard drive (IBM 10GB) died a noisy clickity-clack death w/ parting words like above a few weeks ago. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: ad0: READ command timeout tag=0 serv=0 -

2004-05-19 Thread Parv
in message [EMAIL PROTECTED], wrote Marcia de Oliveira Cardoso thusly... (something about hard drive problems) Would you please stop sending similar messages repeatedly, so far 4-5 messages with in 2 hours? - Parv -- ___ [EMAIL PROTECTED

Re: pkg_deinstall or pkg_delete

2004-05-11 Thread Parv
pkg_deinstall. I have not used pkg_deinstall to recursively ports much; I like pkg_delete better, more so in case of inconsistent state of installed dependencies. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: pkg_info: read_plist: bad command '@conflicts acroread-3*' - proper resolution

2004-05-11 Thread Parv
in the system. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: the most light weight X web browser?

2004-05-08 Thread Parv
not cut it? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: problems with .bashrc

2004-04-13 Thread Parv
) ... http://parv.holy.cow/parv/comp/unix/cf/ - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: problems with .bashrc

2004-04-13 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... In my ~/.bashrc, file w/ alias listing is (eventually) sourced. if interested in my settings (skip to Modern Bourne Shell and Compatibles) ... http://parv.holy.cow/parv/comp/unix/cf/ That URL would work if you had access to my computer

Re: deleting directories with ??? in name

2004-04-09 Thread Parv
me this file as email attachment. Otherwise, please allow me to download it via FTP or HTTP. In all case, please keep the size less than a MB or so. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Errors upgrading lang/perl5.8

2004-03-25 Thread Parv
on -current@ list? Then again it has been only a day for your OP... - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: drive / IDE controller questions

2004-03-19 Thread Parv
of the messages in that thread. It was quite a rude surprise. People, kindly do not hijack a thread; start a new one. Thanks for your cooperation in future. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: deleting directories with ??? in name

2004-03-19 Thread Parv
in message [EMAIL PROTECTED], wrote Walter thusly... I apologize for the late reply. Parv wrote: # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs -0 rm -rfv Thanks, but when I did: ls -i and then typed in the inode in the command (saved in an old List e-mail

Starting a new thread (was Re: drive / IDE controller questions)

2004-03-19 Thread Parv
in message [EMAIL PROTECTED], wrote Joey Mingrone thusly... On March 19, 2004 18:37, Parv wrote: in message [EMAIL PROTECTED], wrote Joey Mingrone thusly... I've been having problems with my western digital drive What that has to do w/ the thread discussing wget proxy problem

Re: Mail readers

2004-03-19 Thread Parv
.txt ... which supersedes RFC 2646. What does that superseding actually translates to?, i do not know. not solve any problem in particular. Actually both RFCs do try to. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Parv
. This message of yours was around ~72 characters, and i like you for that. Now. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Passing make parameters

2004-03-18 Thread Parv
not what you want, try a Makefile.local in the port's directory. Mind that, Joshua, not every port /actually/ uses Makefile.local. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: [OT] sed question

2004-03-15 Thread Parv
/g' my_test_text_document.txt ^ ^ Why do you have '.' after '\s'? Did you mean '+' instead? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: deleting directories with ??? in name

2004-03-15 Thread Parv
are the inodes of two nasty files) ... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 - Pass the find(1) output to rm(1) ... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs -0 rm -fv - Done ...Read up on ls(1), find(1) xargs(1). - Parv

Re: deleting directories with ??? in name

2004-03-15 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs -0 rm -fv Oh, don't forget the '-r', for recursion, option for rm(1) as i did. Use this instead... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs

Re: Installation - More user friendly

2004-03-08 Thread Parv
the Message-ID pattern has not changed. Oops, did i say that out loud? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Installation - More user friendly

2004-03-08 Thread Parv
://www.winternet.com/~mikelr/flame12.html http://www.winternet.com/~mikelr/flame17.html Also are these kinds of posts tolerated? Well, you are seeing them on this list, aren't you? This will go on until one side tires or looses interest, only to be revived some time later. As always. - Parv

Re: 'pkg_delete port' vs 'cd /usr/ports/port;make deinstall'

2004-03-06 Thread parv
/category/port AND happened to be in that directory. Otherwise, i just use pkg_de(install|delete). - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: CVSUP and the refuse file

2004-02-27 Thread parv
://groups.google.com/groups?selm=20020311043929.GA12768%40moo.holy.cow ...According to which, you should not be having any problems, unless your refuse file is not quite right. What /exactly/ are you refusing? - Parv -- ___ [EMAIL PROTECTED] mailing list

Re: perl and openwebmail - cant locate vars.pm

2004-02-25 Thread parv
' /usr2/local/lib/perl5/site_perl/5.8.2/mach /usr2/local/lib/perl5/site_perl/5.8.2 /usr2/local/lib/perl5/site_perl /usr2/local/lib/perl5/5.8.2/BSDPAN /usr2/local/lib/perl5/5.8.2/mach /usr2/local/lib/perl5/5.8.2 . - Parv -- ___ [EMAIL

Re: I'm really upset with my new computer

2004-02-09 Thread parv
was having w/ startup (as in *no* response on pressing the power button), i am not sure i would want anoter Dell ... - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: most used programs

2004-01-31 Thread parv
screen fonts, bogofilter, dict, egrep, enscript, fetchmail, fvwm2, gimp, grpn, gv, less, mozilla, mutt, netscape, perl, procmail, rclock, sed, slrn, ssh, tee, tetex/latex, vim6, w3m, wmcliphist, xclip, XFree86, xlockmore, xv and others. - Parv

Re: portsdb -U fails

2004-01-30 Thread parv
like above. Mind that i do not have the complete tree. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: rename shell command

2004-01-26 Thread parv
. http://groups.google.com/groups?th=b45310c8ba0519a http://groups.google.com/groups?q=rename+file+group%3Acomp.unix.* - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

History of Rename, as I Know It (Re: rename shell command)

2004-01-26 Thread parv
in message [EMAIL PROTECTED], wrote Andrew Kotsopoulos thusly... parv wrote: http://groups.google.com/groups?th=b45310c8ba0519a Thanks for the tips to all that responded to me - I've seen quite a few suggestions for scripts of various kinds. Did you send personalized email to everybody

Re: Size of /var worries me

2004-01-22 Thread parv
in message [EMAIL PROTECTED], wrote Roger 'Rocky' Vetterberg thusly... I apologize for replying so late. parv wrote: ...only thing that i desire(d) is/was to give / much less than 128MB, but couldn't (during the space slicing). That and to combine /usr2 /usr3 now. But default inode

Re: Web Editing?

2004-01-21 Thread parv
in message [EMAIL PROTECTED], wrote Eric F Crist thusly... Content-Description: signed data What do people here use to edit HTML documents? Vim. Lacking that any other modern vi-like software; lacking that non-emacs software (but not pine); lacking that emacs ... - Parv

Re: ideas for an old BSD laptop?

2004-01-21 Thread parv
to use it for? Maybe some kind of learning experience? Try to run (Free|Net)BSD-current? Or even, Sun Solaris 2.9? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: grepping distinct lines from many text files ?

2004-01-21 Thread parv
... CUCU=`sort /path/to/files/* | uniq` ...even (but do see sort(1))... CUCU=`sort -u /path/to/files/*` - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Size of /var worries me

2004-01-07 Thread parv
is diminishing /tmp - mounted on swap; rarely gets heavy use. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: pkg_add and me

2004-01-02 Thread parv
# Readjust the dependencies (provided by portupgrade port) pkgdb -F - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: pkg_add and me

2004-01-02 Thread parv
in message [EMAIL PROTECTED], wrote parv thusly... # Should work w/ the force ... pkg_add -f path to libiconv I meant to write should work withOUT the force [option]. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: How to find package name

2003-12-27 Thread parv
), you can go to /usr/ports/portpath and cat/sed distinfo file. HIH, And to get that portpath relatively painless... listpkg | less where listpkg is... http://www103.pair.com/parv/comp/src/perl/listpkg http://www103.pair.com/parv/comp/src/perl/listpkg.pod - Parv

Re: need learning direction suggestions on using editors

2003-12-26 Thread parv
^^^ ^^^ of windows. Surely Zhang meant that vim has major benefits over (n)vi, not the other way around, given the vim's virtues being extolled. Right Zhang? - Parv -- ___ [EMAIL PROTECTED] mailing list http

Re: Straightening out perl

2003-12-23 Thread parv
all the modules, except XS ones. Just a workaround until something better happens... - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Upgrading perl modules

2003-12-22 Thread parv
-*' (keep the single quotes, but not the double in actual usage) does not work, OP should file a problem report (via send-pr(1)). - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: mangling instant-workstation...

2003-12-19 Thread parv
, in addition to, perhaps, (semi)automating the process yourself. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

<    1   2   3   4   >