Re: Upgrading the Installed package

2008-02-06 Thread शंतनु (Shantanoo)
can upgrade an wxisting package without uninstalling. You may try portupgrade which can handle upgrades for you. more info on: http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html regards, shantanoo ___ freebsd-questions@freebsd.org mailing

Re: batch rename

2008-01-04 Thread Shantanoo Mahajan
On 05-Jan-08, at 12:16 PM, Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shantanoo Mahajan wrote: On 05-Jan-08, at 11:31 AM, Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Laine wrote: Hi to all. My goal is to rename several files

Re: batch rename

2008-01-04 Thread Shantanoo Mahajan
use? awk/sed or write some shell-script? This assumes tcsh: foreach i (`ls [A-Z][a-z]*`) mv $i `echo $i|tr 'A-Z' 'a-z'` end tr will decapitalize all the letters in the string. regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http

Re: short Q

2007-11-25 Thread Shantanoo Mahajan
machine around to verify, but iirc, its 'mysql_enable' and not 'mysqld_enable'. regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: K3b

2007-11-25 Thread Shantanoo Mahajan
' on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating- cds.html regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Live video streaming on FreeBSD?

2007-10-25 Thread Shantanoo Mahajan
and ogg successfully. Icecast forum regarding video streaming: http://icecast.imux.net/viewforum.php?f=6 regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: webconference softwares ?

2007-10-24 Thread Shantanoo Mahajan
On 24-Oct-07, at 8:46 PM, Frank Bonnet wrote: Hello Anyone knows if such softwares ( webconference / webminars ) are availables in open source software world ? you may have a look at http://www.dimdim.com/ regards, shantanoo ___ freebsd-questions

Re: help in deletion part of a line

2007-10-23 Thread Shantanoo Mahajan
, but not just the first part? $ echo 'part5.chapter2.text-' | tr -d '[0-9]' part.chapter.text- $ echo 'part5.chapter2.text-' | sed 's/[0-9]//g' part.chapter.text- regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http

Re: chmod / files and directories

2007-09-10 Thread Shantanoo Mahajan
side. :) regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: need help using ndis and inconv

2007-09-07 Thread Shantanoo Mahajan
of files including biconv, iconv_mktbl, biconv.h, etc. But when I enter the command: # iconv I get the message: Command not found. Run following command if you have csh/tcsh as your shell: # rehash and then try the iconv command again. regards, shantanoo

Re: load script at bootup

2007-08-23 Thread Shantanoo Mahajan
/awk/... regards, shantanoo

Re: Skype, Ekiga, and OSS

2007-08-15 Thread Shantanoo Mahajan
microphone. I can hear the test call but my voice is not recorded. You may try following command: $ mixer igain 90 rec 90 mic 90 regards, shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: How to know the size of RAM memory

2007-08-05 Thread Shantanoo Mahajan
On 05-Aug-07, at 8:53 AM, Prakash Poudyal wrote: Hello everybody, Can any body tell how to see the size of RAM memory in freebsd. ? you may try: sysctl -a | grep -i mem shanatnoo ___ freebsd-questions@freebsd.org mailing list

Re: Canon PowerShot A40

2007-06-27 Thread Shantanoo Mahajan
someone point me which codecs I should install to see my movies? 2. How to run digikam as normal user to download my photos or movies from camera? If you have sd card, you may try using card reader. shantanoo ___ freebsd-questions@freebsd.org mailing

Re: CD Writing from non root accounts

2006-11-15 Thread Shantanoo Mahajan
the base system's burncd(8) with nothing | more than read/write permissions on the cd device. # kldload atapicam # chmod 666 /dev/xpt0 /dev/cd0 /dev/pass0 And you can use cdrecord. Shantanoo -- Ignore everybody. ___ freebsd-questions@freebsd.org mailing

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-10 Thread Shantanoo Mahajan
+++ Alex Zbyslaw [freebsd] [10-10-06 11:57 +0100]: | [EMAIL PROTECTED] wrote: | | I would not recommend using vipw [...] to change your users' shells. | | Why not? | | --Alex man pw and look for '-s' option Though it many need little bit of scripting. This may be useful to automate the

Re: cdrecord not working the way expected

2006-09-10 Thread Shantanoo Mahajan
generally use and it works for me. After you run 'kldload..' check the dmesg output immediatly. You shoud be able to see some 'cd0' or 'cd*'. 'dmesg | grep ^cd' Shantanoo -- Ignore everybody. ___ freebsd-questions@freebsd.org mailing list http

Re: How to let USB WLAN adapters (AirVast) to work on FreeBSD

2006-07-17 Thread शंतनु (Shantanoo)
On 7/18/06, nectar76 [EMAIL PROTECTED] wrote: Hi, runing FreeBSD 5.4, but I can't acess Internet :(, because I failed to let my wireless (USB) Car to work on FreeBSD. I saw this information at 'dmesg': ugen0: AirVast Taiwan IEEE 802.11b USB, rev1.10/1.32 I read 'wi' support Intersil Prism-3,

Re: problem installing tk804.pm

2006-07-14 Thread शंतनु (Shantanoo)
On 7/15/06, dave morgan [EMAIL PROTECTED] wrote: I am trying to install the perl module tk.pm on FreeBSD 6.1 I am using the same command I have used for a couple of years on my You may try through ports /usr/ports/x11-toolkits/p5-Tk ___

Re: How to disconnect ADSL

2006-07-02 Thread Shantanoo Mahajan
+++ Benny Au [freebsd] [02-07-06 23:18 +0800]: | Hello, | I'm a novice of FreeBSD. I just can use ppp -ddial adsl to connect | to my ISP, but can't disconnect it. Could u tell me the command? | Additionally, where can I get a GUI tool for PPPoE? | Thanks! try # killall ppp Shantanoo -- Ignore

Re: need driver for wlan-adapter

2006-06-26 Thread Shantanoo Mahajan
. | | There are drivers in the linux kernel, zd1211 , but I can't find any | ported. You may try ndis wrapper. Shantanoo -- Ignore everybody. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: hosts file

2006-03-15 Thread Shantanoo Mahajan
router address. | How can i check if named is running? | There is no reference to named_enable in my rc.conf | When i try ping 127.0.0.1 i get: | ping: sendto: Can't assign requested address | Thanks Checkout the o/p of follwoing: sockstat -4l For more details, man sockstat Shantanoo -- If you

Re: 6.0 on DVD

2006-02-11 Thread Shantanoo Mahajan
for personal use. it is original install | CD+all binary packages available on FTP. then i have to delete unpacked /usr/share/doc/ from CD to fit :) Can you please post the procedure? Shantanoo pgp4GGSVZPtEF.pgp Description: PGP signature

Re: grub+freebsd

2006-01-28 Thread Shantanoo Mahajan
of 'kern.geom.debugflags' from 0 to 16. Shantanoo pgpH2ZgSvDfnj.pgp Description: PGP signature

Re: Elegant delete of word ~tmp files in all sub / dirs

2006-01-27 Thread Shantanoo Mahajan
+++ Matthew Seaman [freebsd] [26-01-06 20:15 +]: | Graham Bentley wrote: | Hi All, | | I once found a very elegant method of recursively | removing all the word ~tmp files on our Samba | server (many hundereds of subs) | | It involved find rm xargs and some {} | | It worked very

Re: DVD burning GUI

2005-12-27 Thread Shantanoo Mahajan
+++ [EMAIL PROTECTED] [freebsd] [26-12-05 16:15 -0200]: | Hi Nicolas, | | I forget to say that I'm using Gnome, does k3b work with it? Yes. KDE libraries will be installed. -- pgp1hNi1iCyyY.pgp Description: PGP signature

Re: Running qmail

2005-12-18 Thread Shantanoo Mahajan
. Daemontools can be found out by: cd /usr/ports make search name=daemontools if you have installed ports tree. When I tried, I didn't have installation problem. It was very smooth through ports. It took time for me to configure it. Regards, Shantanoo -- pgpWm6LXwamOb.pgp Description: PGP signature

Re: mounting UFS under Linux

2005-09-18 Thread Shantanoo Mahajan
of 2.4 though. Don't remember the exact thing righht now, but you can find details in manual page of man. Look for ufs and ufstype (44bsd). Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

USB2 on 5.3 and 5.4

2005-09-09 Thread Shantanoo Mahajan
shown was not more than 0.8 Mbps. The same hardware tested on SuSE Linux 9.3 and Windows XP. Works fine. High speed USB. Is there any way to get USB2 working? After STFW, got pointers suggesting that USB2 will be automatically used if the h/w supports it. Regards, Shantanoo

Re: DNS caching: Squid, BIND or anything else?

2005-08-05 Thread Shantanoo
On 8/5/05, B. Bonev [EMAIL PROTECTED] wrote: My question is what's the difference between Squid DNS caching and BIND and other programs that cache DNS requests? BIND is a DNS server. It will reply to DNS queries from others. Squid DNS won't reply to others DNS queries. Regards, Shantanoo

Re: DNS caching: Squid, BIND or anything else?

2005-08-05 Thread Shantanoo Mahajan
system). Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: cannot install ntop under freeBSD 5.5

2005-08-02 Thread Shantanoo Mahajan
+++ PK [freebsd] [31-07-05 22:34 -0400]: | | | I sent 3 mails to the port maintainer but I didn't get any replies. | That's very strange ! People prefer plain-text e-mails :). Shantanoo ___ freebsd-questions@freebsd.org mailing list http

Re: Basic AVI command-line editing

2005-07-17 Thread Shantanoo Mahajan
no such tool. Does anyone know a suitable | program? Maybe just some script? mencoder? It comes with mplayer. Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Adding Mailboxes for SendMail

2005-07-17 Thread Shantanoo
users, etc. on this computer. I need to add new email addresses that Sendmail will deliver to. So far, I have not been able to accomplish this feat. I welcome any assistance. Create new user account. Regards, Shantanoo ___ freebsd-questions@freebsd.org

Re: root passwd

2005-07-07 Thread Shantanoo
On 7/7/05, billy gates [EMAIL PROTECTED] wrote: can you help me to get root passwd without boot loader?(may be software for windows or linux) password is stored as the md5 of the string. can't be reverse engineered. Regards, Shantanoo ___ freebsd

Re: Electrical circuits simulator

2005-07-07 Thread Shantanoo
of features as Oregano. I haven't check Oregano. But for electrical circuit simulation 'spice' is nice :) Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: On removing ^M

2005-05-08 Thread Shantanoo Mahajan
| will make a mess of those files who don't. | | I am wondering what is needed (what tool or what code) to | do a mass (recursive) removal of ^Ms? | | Thanks! - Check out the archive. This question is asked many times before. - Answer: 'col -bx old.file new.file' Regards, Shantanoo

Re: Multiple routes

2005-05-04 Thread Shantanoo Mahajan
data to be sent out all of your gateways at the same | time? 'man ng_one2many' on 5.x Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Looking for a KATE replacement

2005-05-03 Thread Shantanoo Mahajan
+++ Clement Twine [02-05-05 14:24 +0200]: | Shantanoo Mahajan wrote the following on 05/01/2005 04:58 AM: | +++ Frank Staals [freebsd] [30-04-05 10:35 +0200]: | | Hey everyone, | | | | When I started using FreeBSD for desktop usage ( about a year ago ) I | | used KDE as desktop manager, but now

Re: Looking for a KATE replacement

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

Re: GMail Users Blocked by Spamcop

2005-04-22 Thread Shantanoo
service as GMail. Thank You, Tomas Quintero [EMAIL PROTECTED] If this mail reaches, then freebsd's server isn't blocking gmail :) Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: ip forward and pf

2005-03-04 Thread Shantanoo Mahajan
is the difference on these 2 options? | | Lastly, do I still need to set | gateway_enable=YES ? | (or does that do the same thing as sysctl commands above) Yes. Its the same thing. Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http

Re: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
PROTECTED]:~/.ssh/authorized_keys2 From client: ssh [EMAIL PROTECTED] you will be logged in w/o any password. Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
not. do you mean machine2 to machine1? Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ALTQ support?

2005-01-22 Thread Shantanoo Mahajan
://www.openbsd.org/faq/pf Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Plugin for onlinestreaming music

2005-01-22 Thread Shantanoo Mahajan
+++ Nguyen Le Hinh [freebsd] [21-01-05 14:53 +0900]: | Hi alls, | Can anyone hear the online streaming music from this website: | http://www.nhatrangngaynay.net/music/index.php?act=viewcode=songssid=12id=625 | I installed both mplayer plugin and plugger but still not be able to | hear

Re: Free BSD

2005-01-10 Thread Shantanoo
and observe the posts on the list. period. Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Router setup with FreeBSD 5.3

2005-01-10 Thread Shantanoo Mahajan
, and some type of firewall... | | Thanks, | Mike pf is available on FreeBSD 5.3 check out /usr/share/examples/pf/ Regards, Shantanoo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Job Control

2004-11-22 Thread Shantanoo Mahajan
/aaron/test | | But if I try and run the same command in csh I get: | | $ cd t* | cd: too many arguments | $ cd t* is equivalent to $ cd test test1 which says cd: too many argumets as you can cd to only one directory at a time. Regards, Shantanoo

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Shantanoo Mahajan
. | | That setting shouldn't affect wheel logins. | | Changing PermitRootLogin to yes didn't do it what's in /etc/hosts.allow? Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: mailinglist with postfix+mysql

2004-11-22 Thread Shantanoo Mahajan
://www.google.co.in/search?q=mailman+%2B+mysqlstart=0start=0ie=utf-8oe=utf-8client=firefoxrls=org.mozilla:en-US:unofficial Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: xorgconfig

2004-11-22 Thread Shantanoo Mahajan
/rules not found | | Anyone has some idea about that ? | Try: # xorgcfg -textmode Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problem

2004-11-20 Thread Shantanoo Mahajan
| | # download /etc/resolv.conf | enable dns | | papchap: | set authname rxp110 | set authkey (My Password) | (End of configuration file) try putting following: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 before: add default HISADDR Regards, Shantanoo

Re: online disk image software

2004-11-20 Thread Shantanoo Mahajan
-cloning.php) about this software but for | Windows version. You can also use dump/restore. If you have 20 GB HDD, and you want to shift to 40 GB, you just create the partitions on new HDD and restore the data. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing

Re: PHP portupgrade error

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

Re: ScreenShots

2004-11-14 Thread Shantanoo
VMware, Bochs or Virtual PC. also qemu can be used. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: DHCP Problems

2004-09-29 Thread Shantanoo
machine? Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to configure a print-server? [was: HP LaserJet 1000serias]

2004-09-14 Thread Shantanoo
. In cups the printer is my_test_printer, on machine wiht FQDN as print_server, then URI is http://print_server:631/printer/my_test_printer It would be great if you could send me some info in Russian. Sorry. Don't understand Russian :) Regards, Shantanoo

Re: CD burning port recommendations wanted

2004-09-14 Thread Shantanoo
or warnings from those who have been there before. I am running 4.10R. Thanks Peter man mkisofs look for -J and -R/-r options. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Proxy/Firewall Question

2004-09-12 Thread Shantanoo
is listening. BTW, which firewall are you using? Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Login to something before mounting of NFS allowed

2004-09-12 Thread Shantanoo
, have a look at NIS+NFS. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: how to update system time?

2004-09-10 Thread Shantanoo
server. try pool.ntp.org Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: how to update system time?

2004-09-10 Thread Shantanoo
On Fri, 10 Sep 2004 20:00:52 +0200, Matthias F. Brandstetter [EMAIL PROTECTED] wrote: -- quoting Shantanoo -- Is the computer properly networked? can it ping yahoo.com? Yeah it is properly networked. I am connected via SSH now. And of course I can ping yahoo.com and other

Re: Mounting ext3 filesystem from USB keydrive

2004-09-09 Thread Shantanoo
need to recompile the kernel with following line: options EXT2FS Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: uh

2004-09-07 Thread Shantanoo
that it works with FreeBsd. Thank you which devices? which interface? Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: problem by the installation

2004-09-07 Thread Shantanoo
, the monitor paints black and the computer doesn´t responce anymore. Can somebody give me a good adveise, Please, Please.. Try following for XFree86: XFree86 -configure or xf86cfg -textmode or xf86cfg Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list

Re: i cant enter su

2004-09-06 Thread Shantanoo
'. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: need restore disc for Compaq Presario 2200

2004-09-05 Thread Shantanoo
On Sun, 5 Sep 2004 07:38:24 EDT, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: please send me info on how to get restore discs get disc-2 iso from ftp.freebsd.org Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Mouse pointer invisible in Gnome2

2004-09-04 Thread Shantanoo
4.10. How can I make the mouse pointer visible like in Red Hat? Paul Smith [EMAIL PROTECTED] run # XFree86 -configure Check whether you mouse is working properly or not. Then change the corresponding section in your current working file. Regards, Shantanoo

Re: Fetchmail/Sendmail rejects

2004-08-14 Thread Shantanoo
with unresolvable addresses. I would appreciate any ideas. Malcolm have a look at mail/filtermail Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: KDE vs Gnome

2004-07-30 Thread Shantanoo
gnome-session ~/.xinitrc Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to send attached files on sendmail with mail tool?

2004-07-18 Thread Shantanoo
think you can do it. I would have used mutt in such case. e.g. echo contents of the bodt | mutt -a attach_file -s subject [EMAIL PROTECTED] Hope this helps. Shantanoo | | -- ___ [EMAIL PROTECTED] mailing list http

Re: RaiserFS EXT3 drivers?

2004-07-13 Thread Shantanoo
if you dismount the filesystem cleanly. I am working on a port of | a ReiserFS tool that would allow read-only access to RFS partitions | which you might also want to try. check out: sysutils/e2fsprogs Shantanoo | | -- | -Chuck

Re: changed hostname, what else shoud I change ?

2004-07-13 Thread Shantanoo
| Unregistered ;) FreeBSD user | Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problems with 5.2.1 Release

2004-04-25 Thread Shantanoo
+++ Matt Anderson [freebsd] [24-04-04 20:50 -0700]: | Hello everyone, | | I've got an older computer. PIII 450. Riva TNT 2 video. Plenty of | RAM. | | Couple of issues. First, let me say that I've been using FreeBSD off | and on since version 3. | | 2. I WAS having a problem with the

Re: printing manpages

2004-04-09 Thread Shantanoo
+++ Chris Hill [freebsd] [08-04-04 19:40 -0400]: | On Thu, 8 Apr 2004, Andrew Elmore wrote: | | [...] I can't for the life of me figure out how to print a manpage. | The closest man man gives me is: | | -t Use /usr/bin/groff -S -man to format the manual page, passing the | output to

Re: sf.net: host not found

2004-03-31 Thread Shantanoo
+++ Zhang Weiwu [31-03-04 17:19 +0800]: | Shantanoo wrote: | | +++ Zhang Weiwu [freebsd] [30-03-04 16:29 +0800]: | | | | Hello. It has been three days since I cannot access sourceforge.net, | using | many different Chinese dns server: | | | | [EMAIL PROTECTED]:~host sf.net | | Host not found

Re: sf.net: host not found

2004-03-31 Thread Shantanoo
+++ Bart Silverstrim [freebsd] [31-03-04 13:14 -0500]: | | On Mar 31, 2004, at 10:52 AM, Shantanoo wrote: | | I told you how to setup your _own_ _DNS_ server. You won't need to | use other DNS server. | | Shantanoo | | | Forgive me, but does the country block access to the root Internet

Re: 4.9-RELEASE doesn't recognize NIC

2004-03-31 Thread Shantanoo
for server use. | | Regards, | Daniela which motherboard? which chipset of NIC? whats output of dmesg | grep -i ethernet Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Sendmail refusing connection

2004-03-30 Thread Shantanoo
+++ Payne [freebsd] [29-03-04 16:10 -0500]: | Hi, | | I have installed FreeBSD 5.2 and I am trying to get to access mail from | the outside world. But when I do a telnet to port 25 I get this error, | | telnet mail.eatme.com | trying xxx.xxx.xxx.xxx telnet mail.eatme.com 25 | | telnet:

Re: howto mount logical fat32 partition? (Invalid argument error...)

2004-03-30 Thread Shantanoo
+++ Tamas ZADORI [freebsd] [30-03-04 00:24 +0200]: | Hi! | | After browsing and googleing a lot I have no other idea how to mount my | logical partition. I'm using RELEASE-5.2.1 with a freshly compiled | kernel (yes, with msdosfs included). | | The output of fdisk is here: | | #fdisk ad0 |

Re: sf.net: host not found

2004-03-30 Thread Shantanoo
. add following line in /etc/rc.conf named_enable=YES to test dig -x 127.0.0.1 Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: cannot mount vcd

2004-03-29 Thread Shantanoo
+++ Tadimeti Keshav [freebsd] [29-03-04 06:05 +0100]: | hi all, | I am able to mount ordinary data CDs, but not VCDs. | Hence cannot watch VCDs with mplayer. | Am I missing something? | Thanks | Tk mplayer -cdrom-device /dev/acd0c -vcd 1 -fs Shantanoo

Re: Format floppy problem

2004-03-16 Thread Shantanoo
argument | | Stephen | man fdformat man newfs_msdos man mount_msdos Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Using the ATAPI/CAM Driver

2004-02-03 Thread Shantanoo
. # mount_cd9660 /dev/cd0c /cdrom Shantanoo | | Thanks, | | Jeff Elkins | | | -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Using bind9, instead of the default bind8

2004-02-03 Thread Shantanoo
named_program=/usr/sbin/named Now in your rc.conf file change the path. Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Configuring E-mail Services on a Standalone Wkst

2004-01-20 Thread Shantanoo
on to your ISP. Instead of smarthost, I use free dynanic DNS services. Thus, my DNS record in complete. I am able to send mail to all the addresses in my address book. Shantanoo | | -- | | Micheal Patterson | Network Administration | TSG Incorporated | 405-917-0600

Re: Why is a USB modem not a USB modem?

2004-01-15 Thread Shantanoo
! | I've seen this question asked before, but never | answered. Here's hoping... | JJ I think if the given modem is detected as ugen, it is a winmodem and not a real modem. Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Commercial Distribution?

2004-01-07 Thread Shantanoo
in tar's man page that it is GNU's tar. Apache's testing platform is FreeBSD. So probably it is release under BSD license. Will have to check it out though. Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: 8-bit color in XFree86

2004-01-01 Thread Shantanoo Mahajan
| -- | Eric F Crist | AdTech Integrated Systems, Inc | (612) 998-3588 check out /etc/X11/XF86Config Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Visual mail notification in KMail

2003-12-25 Thread Shantanoo Mahajan
, | | Chris maybe xbiff. Shantanoo | | | -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: port question...

2003-12-19 Thread Shantanoo Mahajan
through squid. Shantanoo | | Kris | -- next part -- | A non-text attachment was scrubbed... | Name: not available | Type: application/pgp-signature | Size: 187 bytes | Desc: not available | Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031218

konsole crashing on 5.2-RC

2003-12-15 Thread Shantanoo Mahajan
allocation. See the i386_set_ldt man page for more info Followed following method for making world # cd /usr/src # make buildworld # make kernel # reboot # cd /usr/src # make installworld # mergemaster -p no changes were made by mergemaster. Shantanoo

Re: konsole crashing on 5.2-RC

2003-12-15 Thread Shantanoo Mahajan
+++ Kent Stewart [15-12-03 10:03 -0800]: | On Monday 15 December 2003 09:54 am, Shantanoo Mahajan wrote: | Hello, | | I cvsupped to 5.2-RC. Initially installed 5.0-RELEASE. then upgraded | to 5.1-RELEASE-p11 and then to 5.2-RC | | # uname -sr | FreeBSD 5.2-RC | | And now when I tried

Re: I can't connect to internet. Plz help me

2003-12-11 Thread Shantanoo Mahajan
| connected and experiment for long. | | Please help me. | | P.S I also can't send receive mail using kmail inspite of giving all the | required parameters. what's the o/p of # ipfw list Shantanoo ___ [EMAIL PROTECTED] mailing list http

Re: Remove ^M characters from xhtml file

2003-12-01 Thread Shantanoo Mahajan
that it erases the whole document. Any ideas? | | dos2unix (converters/unix2dos in ports) is an easy route (dos2unix name). | Also you can use the tr command (tr -d '\r' name newname). | | -- | Robin Schoonover (aka End) col -bx old.xhtml new.xhtml Shantanoo

Re: how to print a man page

2003-11-29 Thread Shantanoo Mahajan
send to printer :-) Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: strange ping behavior

2003-11-28 Thread Shantanoo Mahajan
ipl Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: winxp hidden BSD license

2003-11-26 Thread Shantanoo Mahajan
+++ Alin-Adrian Anton [freebsd] [26-11-03 19:40 +0200]: |Hey guys, | |I remember there was a hidden readme.htm file somewhere inside | windows xp, containing BSD license. find /mount/point/of/winxp -iname readme.htm | |Can anyone help me find the path/name of it? I don't remember

Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-24 Thread Shantanoo Mahajan
=NO sendmail_submit_enable=NO sendmail_msp_queue_enable=NO This will disable Sendmail completely. Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

  1   2   >