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_contenttask=viewid=66Itemid=71 http://forum.pfsense.org/ -- Sahil Tandon [EMAIL PROTECTED

Re: Postfix communicating with IPFW

2008-10-19 Thread Sahil Tandon
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 archives and adapt as necessary. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions

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.net]. Postfix SMTP server: errors from 66-66-66-166

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

2008-10-26 Thread Sahil Tandon
... Do these ellipses include a 'make install'? Otherwise, that is likely your problem; devel/glib20 is not actually installed. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: OT: Shell Script using Awk

2008-11-01 Thread Sahil Tandon
=1; i=NF; i++) { printf(%s , $i) if (i % 7 == 0) { printf(\n) } } if (NF % 7 != 0) { printf(\n) } } ' input -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: just a test mail

2008-11-02 Thread Sahil Tandon
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
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 operation of pflogd): # tcpdump -n -e -ttt -i pflog0 -- Sahil Tandon [EMAIL PROTECTED

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 [EMAIL PROTECTED

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

2008-11-09 Thread Sahil Tandon
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 [EMAIL PROTECTED

Re: Free usenet nntp servers

2008-11-19 Thread Sahil Tandon
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
xorg-fonts | head -1 | cut -d\ -f1` FWIW, your regexp also looks faulty. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Purchase of FreeBSD

2008-11-28 Thread Sahil Tandon
+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@freebsd.org mailing list http://lists.freebsd.org

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 my hardware? Did you try asking Google? http

Re: shell scripting problems

2008-11-29 Thread Sahil Tandon
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 [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http

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 Tandon [EMAIL PROTECTED

Re: Unix program that sends email directly using MX record

2008-11-30 Thread Sahil Tandon
/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
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 mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: ports mirror

2008-11-30 Thread Sahil Tandon
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@freebsd.org mailing list http

Re: mx1.freebsd.org

2008-12-03 Thread Sahil Tandon
, 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? -- Sahil Tandon [EMAIL PROTECTED

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 sa...@tandon.net ___ freebsd

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

2008-12-25 Thread Sahil Tandon
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 location that can not be traced to you. -- Sahil Tandon sa...@tandon.net

Re: receiving mail

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

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 jav...@kjsl.org wrote: unsub Another Criminal Minds fan? ROFL! -- Sahil Tandon sa...@tandon.net ___ freebsd-questions@freebsd.org mailing list

Re: Delivering system mail

2009-01-25 Thread Sahil Tandon
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. -- Sahil Tandon sa...@tandon.net

Re: Ports

2009-03-15 Thread Sahil Tandon
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 sa...@tandon.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Adding new domain in mail server

2009-03-21 Thread Sahil Tandon
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 set up 'this mail stuff'. -- Sahil Tandon sa...@tandon.net

Re: Messy ports, how to clean them up?

2007-01-25 Thread Sahil Tandon
. -- 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 unsubscribe, send

Re: Making changes to ports default install

2008-06-30 Thread Sahil Tandon
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-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

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 Tandon [EMAIL PROTECTED

Re: Amanda port update

2008-07-04 Thread Sahil Tandon
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 Tandon [EMAIL PROTECTED

Re: Amanda port update

2008-07-04 Thread Sahil Tandon
to contact the maintainer to ensure you don't duplicate efforts. But no need to ask permission to create an update patch. :) -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Amanda port update

2008-07-04 Thread Sahil Tandon
also move this discussion to the freebsd-ports@ mailing 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: Sed in FreeBSD

2008-07-05 Thread Sahil Tandon
Sebastian Tymk?w [EMAIL PROTECTED] wrote: I'm trying to use sed in script to append file after pattern but I couldn't find any good example how can I do it. Based on sed(1), I think you need something like: sed '/PATTERN/ r file' -- Sahil Tandon [EMAIL PROTECTED

Re: User properties and how to make files with a specific group owner

2008-07-09 Thread Sahil Tandon
: % chown -R :www /path/to/shared/directory ... and every file created therein will have the default GID. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: PACKAGESITE

2008-07-13 Thread Sahil Tandon
): The environment variable PACKAGESITE specifies an alternate location for pkg_add to fetch from. This variable subverts the automatic directory logic that pkg_add uses when the -r option is invoked. Thus it should be a complete URL to the remote package file(s). -- Sahil Tandon [EMAIL

Re: What price at the license of FreeBSD 7?

2008-07-20 Thread Sahil Tandon
and one or two non sequiturs. But anyway, this is thread is veering way off topic, so let's close it. Thanks. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Can't ping

2008-07-20 Thread Sahil Tandon
that might've helped you troubleshoot this problem. [...] -- 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 for webserver?

2008-07-22 Thread Sahil Tandon
. :-) -- 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 for webserver?

2008-07-22 Thread Sahil Tandon
and jest. But let's be clear. You *are* compiling from source when you *build* from ports. You just have some guidance via the ports infrastructure. :) YMMV. TMTOWDI. There are exceptions. Et cetera. No need to justify your methods to the list; just do what works for you. [...] -- Sahil

Re: crontab mails

2008-07-25 Thread Sahil Tandon
Yavuz Maslak [EMAIL PROTECTED] wrote: On freebsd7.0, my crontab sends many mails about its jobs. I want crontab not to send these mails How can I do that ? This is somewhat of a FAQ; see: http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/038638.html -- Sahil Tandon [EMAIL

Re: Backspace Key Not Working

2008-07-26 Thread Sahil Tandon
on the 7.0 machine? And how have you set your TERM environment variable on that machine? Does anything change if you connect directly to your 7.0 box without going through 6.2 in between? -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org

Re: apple mac laptop.

2008-08-07 Thread Sahil Tandon
Mac laptop, please drop a line. You are asking on the wrong mailing list; see http://www.apple.com. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: shutdown/reboot suggestion

2008-08-09 Thread Sahil Tandon
' and 'reboot'. Then ensure that they exist earlier in your PATH than the actual shutdown and reboot binaries. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: MTA advice ??

2008-08-25 Thread Sahil Tandon
appear to be configured to give up after 24 hours. So if your mailserver is down for a day, mail will be bounced and never delivered to you. Actually, most *legitimate* MTAs do not give up after 24 hours. -- Sahil Tandon [EMAIL PROTECTED

Re: no ask

2008-09-01 Thread Sahil Tandon
D?nielisz L?szl? [EMAIL PROTECTED] wrote: Do you have any idea how to set the /etc/make.conf to do not ask any question during the make procedure and do the make with the default settings? Maybe you're looking for BATCH=yes? -- Sahil Tandon [EMAIL PROTECTED

Re: smtp authentication

2008-09-01 Thread Sahil Tandon
these requests? And what do your logs currently show when you try to send email destined for yahoo.com? You might also want to take this discussion to the postfix-users mailing list. But in general, for help with SASL in Postfix, see: http://www.postfix.org/SASL_README.html -- Sahil Tandon [EMAIL

Re: /etc/hosts

2008-09-01 Thread Sahil Tandon
the 'test' hostname. If you're using something like dig or nslookup, then this is expected behavior; those programs are *supposed* to query the name server and do not read /etc/hosts. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org

Re: (no subject)

2008-09-01 Thread Sahil Tandon
kakyama umar [EMAIL PROTECTED] wrote: hi, their have just installed freebsd 6.2 but am having issues with configuring ssh so can you plz help me out. http://www.lemis.com/questions.html -- Sahil Tandon [EMAIL PROTECTED

Re: /etc/hosts

2008-09-02 Thread Sahil Tandon
Derek Ragona [EMAIL PROTECTED] wrote: What error are you getting from ping? I think the OP said he did not have a problem with ping. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: mail server DNS configuration questions

2008-09-06 Thread Sahil Tandon
Andrew Falanga [EMAIL PROTECTED] wrote: It doesn't take a rocket scientist, or a computer scientist, to figure out we've got DNS issues. What exactly is the problem though? What problems are you having on the mail server that lead you to the above conclusion? -- Sahil Tandon [EMAIL

Re: ssh

2008-09-07 Thread Sahil Tandon
. And as an aside -- 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: Local freebsd-update and portsnap server

2008-09-07 Thread Sahil Tandon
/freebsd-stable/200604/msg00606.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: ssh

2008-09-07 Thread Sahil Tandon
Kevin Kinsey [EMAIL PROTECTED] wrote: Sahil Tandon wrote: FBSD1 [EMAIL PROTECTED] wrote: On FreeBSD 7.0 how do I tell ssh to allow login from root Change the PermitRootLogin parameter in /etc/ssh/sshd_config. and also to listen on port 9922 instead of port 22

Re: safest way to upgrade a production server

2008-09-07 Thread Sahil Tandon
from this list -- good luck! -- 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: Postfix issue

2008-09-08 Thread Sahil Tandon
David Southwell [EMAIL PROTECTED] wrote: Sorry to ask the question here but postfix users mailing list is currently rejecting mails from servers on a dynamic ip address - so I cannot get through to ask a question there. Incidentally, your IP is also listed on several RBLs. -- Sahil Tandon

Re: Postfix issue

2008-09-08 Thread Sahil Tandon
check_recipient_access to REJECT any messages with an RCPT TO [EMAIL PROTECTED] http://www.postfix.org/postconf.5.html#check_recipient_access http://www.postfix.org/access.5.html -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org

Re: /etc/hosts not working

2008-09-11 Thread Sahil Tandon
. 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/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: setup cronjob

2008-09-11 Thread Sahil Tandon
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] ___ freebsd-questions@freebsd.org mailing list http

Re: problem killing a process with its pid

2008-09-14 Thread Sahil Tandon
/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] ___ freebsd-questions

Re: upgrade packges

2008-09-20 Thread Sahil Tandon
; 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 PROTECTED] ___ freebsd-questions@freebsd.org mailing list http

Re: Identd question...

2008-09-25 Thread Sahil Tandon
, 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 possible. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions

Re: testing

2008-09-27 Thread Sahil Tandon
: 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
/pipermail/freebsd-questions/2005-December/107610.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: 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 mailing list http

Re: portupgrade failure

2008-10-13 Thread Sahil Tandon
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] ___ freebsd-questions@freebsd.org mailing list

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

2007-01-01 Thread Sahil Tandon
(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
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
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 creation? -- Sahil Tandon [EMAIL PROTECTED

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. -- Sahil Tandon [EMAIL

Re: Is there a solution for 550 User Unknown mails

2007-01-03 Thread Sahil Tandon
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 list http://lists.freebsd.org/mailman/listinfo

Re: Mail being sent from my domain...

2007-01-05 Thread Sahil Tandon
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 unsubscribe, send any mail

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@freebsd.org

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@freebsd.org

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 username -w random -- Sahil Tandon [EMAIL PROTECTED

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] ___ freebsd-questions@freebsd.org

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

2007-01-09 Thread Sahil Tandon
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]

Portmanager loop when trying to upgrade perl

2008-05-03 Thread Sahil Tandon
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 [EMAIL PROTECTED

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 update amavisd-new. When I issued the upgrade command

Installing PERL modules from CPAN (instead of ports)

2008-05-03 Thread Sahil Tandon
to 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] ___ freebsd

Re: Trouble with pfsense and NFS

2008-05-04 Thread Sahil Tandon
?option=com_contenttask=viewid=66Itemid=71 [...] -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

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

2008-05-04 Thread Sahil Tandon
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/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: living with freebsd

2008-05-05 Thread Sahil Tandon
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 it? ;-) -- Sahil Tandon [EMAIL PROTECTED

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]

Re: Which FTPs are most used by ports?

2008-05-12 Thread Sahil Tandon
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] ___ freebsd-questions@freebsd.org mailing list http

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 [EMAIL PROTECTED

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 [EMAIL PROTECTED

Re: iSCSI initiator

2008-05-15 Thread Sahil Tandon
/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
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 glib2.0. -- Sahil Tandon [EMAIL PROTECTED

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. -- Sahil Tandon [EMAIL

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 mailing list http

Re: another problem

2008-05-18 Thread Sahil Tandon
-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 [EMAIL PROTECTED

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 Tandon [EMAIL PROTECTED] ___ freebsd

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Sahil Tandon
. -- 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
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. -- Sahil Tandon [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http

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 character is '^]'. 220 nullmx SMTP EHLO testing.mydomain.com 220 Hello

Re: Uninstall Webmin

2008-05-23 Thread Sahil Tandon
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] ___ freebsd-questions@freebsd.org mailing list http

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 [EMAIL PROTECTED

Re: Uninstall Webmin

2008-05-24 Thread Sahil Tandon
/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]

  1   2   >