Re: /etc/hosts not working

2008-09-11 Thread Sahil Tandon
le' returns > the actual IP addresses for google. This means both ping and host are working as designed. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: setup cronjob

2008-09-11 Thread Sahil Tandon
have tripe checked the file permissions and they appear correct so I > am stumped as to why this won't run? Any ideas? Show the output of: % ls -l /usr/home/test/cronjobs % crontab -l % less /etc/crontab -- Sahil Tandon <[EMAIL PROTECTED]> ___

Re: problem killing a process with its pid

2008-09-14 Thread Sahil Tandon
me > > kill -9 '/var/run/natd.pid' > kill: Arguments should be jobs or process id's > > cat /var/run/natd.pid | kill -9 > (no error returned, but natd process is still up) In bash, you could: # kill -9 $(cat /var/run/natd.pid) -- Sahil Tandon <[EMAIL PROTECTED]

Re: upgrade packges

2008-09-20 Thread Sahil Tandon
? are those packages would fail? They should not fail if you successfully upgrade mysql-client; incidentally, you might want to try: % portupgrade -o databases/mysql50-client mysql-client Of course, to do this you'll need to install ports-mgmt/portupgrade. -- Sahil Tandon <[EMAIL PROTECT

Re: Identd question...

2008-09-25 Thread Sahil Tandon
other boxes that require de ident, is > clear?...i read about fakeidentdjust wanted to ask your opinion or > experience on this Without more information about exactly what problem you're trying to solve, I think yes it's p

Re: testing

2008-09-27 Thread Sahil Tandon
IP is listed on multiple RBLs: dnsbl.sorbs.net dul.dnsbl.sorbs.net zen.spamhaus.org -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: The consequences of turning off sendmail

2008-09-27 Thread Sahil Tandon
ilities like cron can still invoke the /usr/sbin/sendmail command to send you notifications. http://lists.freebsd.org/pipermail/freebsd-questions/2005-December/107610.html -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing l

Re: How to generate password hashes for vipw and chpass

2008-10-06 Thread Sahil Tandon
Ivan Rambius Ivanov <[EMAIL PROTECTED]> wrote: > Can you please show me how to generate the password hashes? There are many tools; I use security/makepasswd. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org ma

Re: portupgrade failure

2008-10-13 Thread Sahil Tandon
ystem. > portupgrade seems to be pushed the most in all of the documentation > that I can find, so I went with it. Maybe I should dig into its guts > and find out how it works. Try portmanager; it has worked well for me. -- Sahil Tandon <[EMAIL PROTECTED]> __

Re: pfSense

2008-10-18 Thread Sahil Tandon
Gary Kline <[EMAIL PROTECTED]> wrote: [pfSense question removed] Please ask your question on the pfSense mailing list or forum. Thanks. http://www.pfsense.org/index.php?option=com_content&task=view&id=66&Itemid=71 http://forum.pfsense.org/ -- Sahil Tandon

Re: Postfix communicating with IPFW

2008-10-19 Thread Sahil Tandon
y. > Is there any way to let postfix 'communicate' with my ipfw firewall? No, but you can write a script that parses your maillog and accordingly updates firewall rules. Tools like fail2ban are often mentioned here -- check the archiv

Re: Postfix communicating with IPFW

2008-10-19 Thread Sahil Tandon
Sahil Tandon <[EMAIL PROTECTED]> wrote: > Jos Chrispijn <[EMAIL PROTECTED]> wrote: > > > I recently got attacked with some dsl subscribers of this (imaginary) > > some.net domain. > > > > These subscribers present themselves as [ip address.dynamic.some.

Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread Sahil Tandon
usr/ports/devel/glib20 > > 20081026-122615 [EMAIL PROTECTED] /usr/ports/devel/glib20 > # make > ... Do these ellipses include a 'make install'? Otherwise, that is likely your problem; devel/glib20 is not actually installed. -- Sahil Tandon <[EMAIL PROTECTED]&

Re: OT: Shell Script using Awk

2008-11-01 Thread Sahil Tandon
record14 > ... A small sh script: #!/bin/sh awk ' { for (i=1; i<=NF; i++) { printf("%s ", $i) if (i % 7 == 0) { printf("\n") } } if (NF % 7 != 0) { printf("\n") } } ' input -- Sahil Tandon <[EMAIL PROTECTED]> __

Re: just a test mail

2008-11-02 Thread Sahil Tandon
t. Please do not send test messages to any other list. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Watching /var/log/pflog grow

2008-11-04 Thread Sahil Tandon
a chance to read them out. > > Is there a way to watch /var/log/pflog grow, while > still making sure that pflogd logs EVERY packet that appears > on the pflog0 interface? How? According to pflogd(8): Display the logs in real time (this does not interfere with the operati

Re: recommendation word processer for xfce

2008-11-06 Thread Sahil Tandon
FBSD1 <[EMAIL PROTECTED]> wrote: > I looked at OpenOffice but there is no package of it since freebsd release > 6 stable. It takes a very very long time to compile this port. Please don't top-post. OpenOffice packages are available via the FreeBSD FTP sites. -- Sahil Tandon

Re: why do I have 2 aliases.db files?

2008-11-09 Thread Sahil Tandon
on your machine? % man sendmail | grep Postfix | head -1 -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kerberos in FreeBSD

2008-11-16 Thread Sahil Tandon
Ansar Mohammed <[EMAIL PROTECTED]> wrote: > Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0 when we > have 1.0 available? On 7.0-RELEASE: % cat /usr/ports/security/heimdal/Makefile | grep PORTVERSION PORTVERSION= 1.0.1 -- Sahil Tandon <[

Re: Free usenet nntp servers

2008-11-19 Thread Sahil Tandon
This is not a FreeBSD question. Please check google. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: shell scripting problems

2008-11-28 Thread Sahil Tandon
not sure what the problem is, but are you just looking for the output of "pkg_info -qxL" on the *first* instance of xorg-fonts-*? % pkg_info -qL `pkg_info | grep xorg-fonts | head -1 | cut -d\ -f1` FWIW, your regexp also looks faulty. -- Sahil Tandon <[EMAIL PROTECTED]> ___

Re: Purchase of FreeBSD

2008-11-28 Thread Sahil Tandon
?hl=en&q=freebsd+hardware+compatibility to: http://www.freebsd.org/doc/en/books/faq/hardware.html Also see: http://www.freebsd.org/doc/en/articles/freebsd-questions/ -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@fre

Re: Purchase of FreeBSD

2008-11-29 Thread Sahil Tandon
Masoom Shaikh <[EMAIL PROTECTED]> wrote: > On Sat, Nov 29, 2008 at 6:14 AM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > > > Harry Veltman <[EMAIL PROTECTED]> wrote: > > > > > Where can I buy it on CD, and how do I know if it is compatible with > &g

Re: shell scripting problems

2008-11-29 Thread Sahil Tandon
, and no matter how I escape it, it seems to never work. > > I'm sorry for not explaining properly. Maybe the above would help. It does not. Explain exactly what you are trying to do and you will receive more exact troubleshooting advice. And please stop top-posting. -- Sahil Tandon <[EM

Re: Temporarily blocking ports

2008-11-29 Thread Sahil Tandon
Jos Chrispijn <[EMAIL PROTECTED]> wrote: > Can someone hint me how I can block ports for let's say 30 minutes if > someone repeatedly tries to do a SSH login? > I use ipfw as firewall... security/sshguard-ipfw -- Sahil Tand

Re: Unix program that sends email directly using MX record

2008-11-30 Thread Sahil Tandon
andled swiftly by both the clamav developers and the security/clamav port maintainer. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: does not understand "df -H"

2008-11-30 Thread Sahil Tandon
obtained at a 10% threshold. Your df output suggests your minfree is set to the default 8%; to confirm this: % dumpfs /dev/ad0c | grep minfree | cut -f 1-2 -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org ma

Re: ports mirror

2008-11-30 Thread Sahil Tandon
ternal ftp... If you want to grab distfiles from a non-default MASTER_SITE when building ports, look into the MASTER_SITE_OVERRIDE variable. Search for it in the Handbook and ports(7). -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@

Re: mx1.freebsd.org

2008-12-03 Thread Sahil Tandon
when i do a lookup or a reverse lookup, i find my hostname, also > from work and other ip, not only local ;) > > Does mx1.freebsd.org have an old dns? - This affects me sending mail > to all the freebsd lists. Most likely a temporary DNS problem; are the messages still sitting in your queue?

Re: Freebsd 7.2 port of "Postfix 2.7 Snapshot 20091209"

2009-12-17 Thread Sahil Tandon
On Dec 17, 2009, at 10:14 AM, "Len Conrad" wrote: Anybody know where to get this? The fix reversing the order of black/white queries in postscreen is important for us. I filed a PR to update postfix-current in the tree but the committer has not yet addressed it; I am sure he will soon.

Portmanager loop when trying to upgrade perl

2008-05-03 Thread Sahil Tandon
uot; I was told to look at the log. I am not able to glean much in the way of solutions, so hoping someone with a similar experience can help. I did see prior threads about the looping problem but I am still unable to update perl. -- Sahil Tandon &l

Re: Portmanager loop when trying to upgrade perl

2008-05-03 Thread Sahil Tandon
* Gerard <[EMAIL PROTECTED]> [2008-05-03 14:47:56 -0400]: > On Sat, 3 May 2008 13:35:10 -0400 > Sahil Tandon <[EMAIL PROTECTED]> wrote: > > > Hi. I'm running FreeBSD 6.1. I have never had a problem with > > portmanager until today. I was trying to upda

Installing PERL modules from CPAN (instead of ports)

2008-05-03 Thread Sahil Tandon
update perl or keep track of new versions of the bsdpan-* "packages". Is there another way to go about this outside of trying to create my own postfwd and Net::DNS::Async ports? -- Sahil Tandon <[EMAIL PROTECTED]> ___

Re: Trouble with pfsense and NFS

2008-05-03 Thread Sahil Tandon
index.php?option=com_content&task=view&id=66&Itemid=71 [...] -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Installing PERL modules from CPAN (instead of ports)

2008-05-04 Thread Sahil Tandon
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123382 Let's hope I didn't totally mess it up. :-) -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: living with freebsd

2008-05-05 Thread Sahil Tandon
he above depending on > whether it is for a server or a desktop? Only my servers run FreeBSD. > the handbook tells you what you can do, but i'd like to know what is > actually done and why. Well, that's just a bit too open-ended isn't i

Re: ports missing after a upgrading

2008-05-06 Thread Sahil Tandon
Hello, I've just upgraded my freebsd 6.2 system to 6.3 and after successfully doing this upgrade I started portmanager to upgrade the rest of the software, but there I get into trouble... I'm getting allot of dependensie problems logged in /var/log/portmanager.log saying: [date/time string] MIS

Re: Which FTPs are most used by ports?

2008-05-12 Thread Sahil Tandon
ers might appear often), so unless you know exactly which ports you will install, this will be tough. For example, see output of: % find /usr/ports/ports-mgmt/ -name Makefile | xargs egrep MASTER_SITE -- Sahil Tandon <[EMAIL PROTECTED]> _

Re: portupgrade question

2008-05-13 Thread Sahil Tandon
* AN <[EMAIL PROTECTED]> [05-13-2008]: > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA > option from the command line? What is the correct way to do this? Look for references to MAKE_ARGS in $PREFIX/etc/pkgtools.conf. -- Sahil Tandon <[

Re: download source code on Linux

2008-05-14 Thread Sahil Tandon
* Onkar <[EMAIL PROTECTED]> [05-14-2008]: > I want to download FreeBSD source code on Linux server. How do I go about > it . One option is FTP: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.0-RELEASE/src -- Sahil Tandon <[

Re: iSCSI initiator

2008-05-15 Thread Sahil Tandon
daemon" currently ? net/iscsi-target -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: another problem

2008-05-17 Thread Sahil Tandon
pkg_version -v* gives me an incomplete listing. It does not matter where your ports tree came from. Go to: http://www.freebsd.org/doc/en/books/handbook/portsnap.html and follow the instructions to update your tree. > Now what is -lgio-2.0? and why is it missing? This is related to glib

Re: another problem

2008-05-17 Thread Sahil Tandon
* John Wynstra <[EMAIL PROTECTED]> [05-17-2008]: > And glib2 is part of Gnome? > I never installed Gnome because I don't like Gnome. > I tried to manually install /usr/ports/devel/gio-fam-backend and got the > same error. Because you need to install devel/glib20 first. -

Re: installation of Python failed: ./python: Permission denied

2008-05-17 Thread Sahil Tandon
* Simon Jolle sjolle <[EMAIL PROTECTED]> [05-17-2008]: > ./python: Permission denied > *** Error code 126 Anything in /etc/fstab being mounted with noexec,nosuid? -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org

Re: another problem

2008-05-17 Thread Sahil Tandon
ase stop top-posting (google if you do not know what this is). And in the future, for posterity if nothing else, please set subject lines that are related to your question. See: http://www.lemis.com/questions.html#submit -- Sahil Tandon <[

Re: upgraded OS, now how to fix all the pkgs?

2008-05-18 Thread Sahil Tandon
* Len Conrad <[EMAIL PROTECTED]> [05-18-2008]: > I've deleted/installed berkeley and portupgrade to get started > > portupgrade-2.3.1,2 The latest version is portupgrade-2.4.3_2,2. Upgrade and try again. -- Sahil Tand

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Sahil Tandon
) and the contents of /etc/mail/mailer.conf. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Sahil Tandon
s because the > MX record doesn't point to my.mywebsite.com. Pure conjecture, but I think in trying to avoid exposing his machine's real hostname, he just wrote my.mywebsite.com, which just so happens to be an actual hostname. Otherwise, I am similarly perplexed. -- Sa

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Sahil Tandon
* Sahil Tandon <[EMAIL PROTECTED]> [05-19-2008]: > * Paul Schmehl <[EMAIL PROTECTED]> [05-19-2008]: > > > Macintosh:~ pauls$ telnet my.mywebsite.com 25 > > Trying 209.181.247.105... > > Connected to nullmx.mywebsite.com. > > Escape chara

Re: Uninstall Webmin

2008-05-23 Thread Sahil Tandon
but files/patch-aa disables this: /usr/ports/sysutils/webmin/files/patch-aa:+nouninstall="yes" Look in setup.sh and you can see the few commands executed by the uninstall script. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebs

Re: where is FreeBSD on ftp.uk.freebsd.org?

2008-05-24 Thread Sahil Tandon
* Chris Whitehouse <[EMAIL PROTECTED]> [05-24-2008]: > Also UK is not in the list of countries at > http://mirrorlist.freebsd.org/FBSDsites.php. Several UK mirrors listed here: http://www.freebsd.org/doc/en/books/handbook/mirrors-ftp.html -- Sahil Tandon <[

Re: Uninstall Webmin

2008-05-24 Thread Sahil Tandon
ll'. So: # rm -rf /usr/local/etc/webmin && /usr/local/lib/webmin/setup.sh -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Need to build a new mail server

2008-05-29 Thread Sahil Tandon
to port over to a > new server. That should be fairly straightforward; for hints, see the mailing list archive for your MTA, or ask them the question. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@free

Re: service (torque) not starting at boot time on 7.0

2008-05-29 Thread Sahil Tandon
for wrapping): % awk '/DEBUG/ && /pbs/ && /check/' /var/log/messages beast root: /etc/rc: DEBUG: checkyesno: pbs_server_enable is set to YES. beast root: /etc/rc: DEBUG: checkyesno: pbs_sched_enable is set to YES. beast root: /etc/rc: DEBUG: checkyesno: pbs_mom_enable is

Re: Looking for gurus willing to help write Freebsd tutorials

2008-05-30 Thread Sahil Tandon
to which your site caters: http://www.freebsd.org/projects/newbies.html [...] -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Flickr client

2008-06-02 Thread Sahil Tandon
Those two are only linux but any advice would be greatly > appreciated. graphics/f-spot is a photo management tool for GNOME and includes an 'export to flickr' feature. www/p5-Flickr-Upload is a command-line tool that works quite well if you don't need the GUI.

Re: Denyhost

2008-06-05 Thread Sahil Tandon
ich logs? Give an example. Show relevant excerpts from your denyhosts configuration. Which version of denyhosts are you running? How and where in /etc/hosts.allow is the denyhosts list being referenced? -- Sahil Tandon <[EMAIL PROTECTED]> _

Re: stunnel not running? (check /var/run/stunnel/stunnel.pid)

2008-06-07 Thread Sahil Tandon
me clues. I notice below that you have modified the rc script, but even after mimicking your changes, I cannot reproduce your problem -- stunnel starts (and creates a pid) just fine. What is logged to /var/log/messages by stunnel? [...] -- Sahil Tandon <[EMAIL PROTECTED]> ___

Re: stunnel not running? (check /var/run/stunnel/stunnel.pid)

2008-06-07 Thread Sahil Tandon
Noah <[EMAIL PROTECTED]> wrote: > 2008.06.07 10:37:55 LOG3[27646:134664192]: Cannot create pid file > /tmp/stunnel.pid It should not be trying to create a pid file in /tmp. There is a configuration file being read that is directly stunnel to that location. -- Sahil Tandon <[

How to stop automatic creation of /var/mail/$USER

2007-01-01 Thread Sahil Tandon
manipulate (or, in my case, simply stop) the creation of this file. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: portupgrade - skipping -held by user- meaning?

2007-01-01 Thread Sahil Tandon
upgrade of a package even though you've "held" it in pkgtools.conf. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How to stop automatic creation of /var/mail/$USER

2007-01-01 Thread Sahil Tandon
r.conf man pages that explains how to manipulate (or, in my case, simply stop) the creation >> of this file. I do the same. I don't really care about the file, as it's not hurting anything. It doesn't hurt anyone but is it possible to disable its cr

Re: how to fetch again a port from port distribution (ftp site)?

2007-01-01 Thread Sahil Tandon
, remove it and how to fetch again a port from port distribution (ftp site) when src is already downloaded once? Go into the port's directory and 'make distclean'; this will remove the sources you downloaded in /usr/ports/distfiles. Then just 'make install' to build again.

Re: Is there a solution for 550 User Unknown mails

2007-01-03 Thread Sahil Tandon
In Postfix, you can use the relay_recipient_maps parameter to query a list of valid recipients. The MX for which you're acting as secondary should be able to provide the list. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing

Re: Mail being sent from my domain...

2007-01-05 Thread Sahil Tandon
e to send messages that, when rejected, will come back to you in the form of "backscatter". -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Mail being sent from my domain...

2007-01-05 Thread Sahil Tandon
your mailbox. For users of Postfix: http://www.postfix.org/BACKSCATTER_README.html However, because you're using qmail, you should post your question on that mailing list. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@

Re: Error Installing FreeBSD 6.1

2007-01-06 Thread Sahil Tandon
dharam paul wrote: I have given the command: #pkg_add -f vcsup-without-gui [...] Does it mean that now I am ready to use CVSup? Issue a cvsup command and see if it works. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freeb

Re: Adduser utility to generate "random" passwds ?

2007-01-08 Thread Sahil Tandon
Frank Bonnet wrote: Is there a possibility to use as a standalone software the adduser feature that generate "random" passwd. I want to generate new "strong" password for existing users. /usr/sbin/pw usermod -w random -- Sahil Tand

Re: Release info

2007-01-09 Thread Sahil Tandon
Dale Johnston wrote: Hey, so where's the release notes. what's been done/fixed/added in 6.2 vs 6.1, what was done from 6.1RC to 6.1R, etc http://people.freebsd.org/~bmah/relnotes/ -- Sahil Tandon <[EMAIL PROTECTED]> ___ f

Re: How to prevent a filesystem from getting checked by fsck?

2007-01-09 Thread Sahil Tandon
system does not need to be checked. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Messy ports, how to clean them up?

2007-01-25 Thread Sahil Tandon
YMMV. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: how do i find libphp4.so??

2007-02-03 Thread Sahil Tandon
Gary Kline wrote: What utility will find the shared lib: libphp4.so? man find -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Re: how to find literal in file and them delete that line

2010-05-09 Thread Sahil Tandon
sh > >>type of shell script. > > > >man(1) sed > > > That makes no sense to me. > need example What makes no sense? The sed(1) man page? Which section in particular is confusing? And please, explain the rationale for making

Re: portaudit

2008-12-08 Thread Sahil Tandon
% wget http://www.FreeBSD.org/ports/auditfile.tbz % fetch -1amp http://www.FreeBSD.org/ports/auditfile.tbz Have you created or modified /usr/local/etc/portaudit.conf? -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org maili

Re: NEED HELP FOR SUITABLE VERSION

2008-12-11 Thread Sahil Tandon
hitech resources wrote: > *HI, i have PowerEdge(TM) 840, Quad Core Xeon Pro X3220 Processor, so what > is the suitable version of FreeBSD i could use. I actually want to use it > for server purposes. TQ 7 -- Sahil Tandon ___ freebsd-

Re: Security Exploits...to report, or not to report?

2008-12-25 Thread Sahil Tandon
ying that they would do such a thing, but in order to find said > flaw, I had to be poking around. Report it. If you are afraid of prosecution, and do not wish to be contacted by anyone, create a gmail (yahoo, or whatever) account to send the message and do so from a l

Re: receiving mail

2009-01-13 Thread Sahil Tandon
or adjust the MX entry for host2.domain.topdom so host1 sends mail to host2.domain.topdom instead of its mailhost.domain.topdom. -- Sahil Tandon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: unsub

2009-01-13 Thread Sahil Tandon
On Tue, 13 Jan 2009, Paul Schmehl wrote: > --On January 13, 2009 9:38:31 AM -0600 Javier Henderson > wrote: >> >> unsub > > Another Criminal Minds fan? ROFL! -- Sahil Tandon ___ freebsd-questions@freebsd.org mailing list

Re: Delivering system mail

2009-01-25 Thread Sahil Tandon
mailed to the owner of the crontab (or to the user named in the MAILTO environment variable in the crontab, if such exists). So you can configure Thunderbird to retrieve email for the user running the crontab, or set the MAILTO environment variable within your crontab. -- Sah

Re: Ports

2009-03-15 Thread Sahil Tandon
ree to submit a patch for a new port (i.e. kmymoney2-devel) if you want 0.9.3 in the tree. For context, see ports/126478. -- Sahil Tandon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Re: Adding new domain in mail server

2009-03-21 Thread Sahil Tandon
tware? Which IMAP server? More details are required. In your follow up, please also define what you mean by 'add the domain to our mail server'. If you do not understand these requests for clarification, I urge you to contact the person who actually s

Re: need mysql help setting passwd

2008-06-11 Thread Sahil Tandon
-u root password > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost' (using password: NO)' Start here: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html -- Sahil Tandon <[EMAIL PROTECTED]

Re: two monitors, two displays, one PC

2008-06-11 Thread Sahil Tandon
ogle and find some examples + usual pitfalls. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Restoring freeBSD boot loader

2008-06-13 Thread Sahil Tandon
could > install lilo from a live CD but I don't want to install grub from > windows because I'll probably remove it soon, but I think lilo just > places itself in the boot segment so it should be fine. 3.8 in http://www.freebsd.org/doc

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Sahil Tandon
http://www.lemis.com/questions.html http://www.catb.org/~esr/faqs/smart-questions.html -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-14 Thread Sahil Tandon
ay about this? Look for an error associated with trying to find this phpBB2 location. Does it exist? Is your httpd.conf configured to make that location available? -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing

Re: ports/net/asterisk build problem

2008-06-14 Thread Sahil Tandon
suggested solutions. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 64-bit?

2008-06-14 Thread Sahil Tandon
http://www.freebsd.org/releases/6.3R/announce.html -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 64-bit?

2008-06-14 Thread Sahil Tandon
mode, so this is not the source of your >> problems. >> >> Kris > > But will it upgrade or do I have to strike the current install and go again? An upgrade may be possible, but a new installation is "recommended". Search the archives at http://lists.freebsd.org/p

Re: sendmail's outgoing IPs

2008-06-14 Thread Sahil Tandon
Wojciech Puchar <[EMAIL PROTECTED]> wrote: > is it possible to make sendmail choose it's outgoing IP when sending mail > from list of four in random or round-robin way? What problem are you trying to solve? And this really is a question for the sendmail mailing list. :-)

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-14 Thread Sahil Tandon
or phpbb in /usr/local/www/thought.org/phpbb, where it does not exist. Fix that or configure apache to look in the appropriate location. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: how to view environment variables

2008-06-14 Thread Sahil Tandon
r, without value, to the null string. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD based web hosting?

2008-06-18 Thread Sahil Tandon
ilability is unparalleled. Satisfied customer for over three years. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: /var full

2008-06-18 Thread Sahil Tandon
for context: http://www.freebsdforums.org/forums/printthread.php?t=58071 -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Portsnap behind proxy squid not update

2008-06-21 Thread Sahil Tandon
you probably want to set it to something logical like "YES" instead of just re-listing the proxy URL. :-) -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: please don't shoot me , but... [YAOTP]

2008-06-22 Thread Sahil Tandon
x27;?? [...] Your initial intuition was spot on; please don't post these type of questions on this list. Thanks. -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: mysql 5.0.51b and ssl

2008-06-23 Thread Sahil Tandon
bject; recompile with -fPIC > /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value > > any ideas? You have a 64-bit system, yes? Try recompiling OpenSSL with the appropriate CFLAGS as suggested in the error output. Google portions of what you pasted above for more background on

Re: Making changes to ports default install

2008-06-30 Thread Sahil Tandon
int to a file that contains your custom layout if you are uncomfortable editing the config.layout. [...] -- Sahil Tandon <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: Configuring an older server for speed...

2008-06-30 Thread Sahil Tandon
Ryan Coleman <[EMAIL PROTECTED]> wrote: > Kurt Buff wrote: [...] > I would recommend fBSD 6.3 instead of 7. You don't need it, unless you have > a documented reason it has to be 7.0 Please qualify that recommendation; as it stands, it is pure FUD. -- Sahil Tand

Re: Amanda port update

2008-07-03 Thread Sahil Tandon
some advice on how to roll my own ports install from the > source tarball? Thanks. See http://www.freebsd.org/doc/en/books/porters-handbook/ and use the existing amanda ports as a guide. Good luck. -- Sahil Tan

  1   2   >