Re: Upgrading the Installed package

2008-02-06 Thread शंतनु (Shantanoo)
would prefer a way by > which i 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 ___ fr

Re: batch rename

2008-01-04 Thread Shantanoo Mahajan
uld I 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@free

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: K3b

2007-11-25 Thread Shantanoo Mahajan
the ATAPI/CAM Driver' 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,

Re: short Q

2007-11-25 Thread Shantanoo Mahajan
c/rc.conf. I do not have freebsd 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-ques

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
* line using ed, 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 ___

Re: chmod / files and directories

2007-09-10 Thread Shantanoo Mahajan
; \; To be on safer 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
I get a list 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. reg

Re: load script at bootup

2007-08-23 Thread Shantanoo Mahajan
You may write your own script which parses the output of ping using grep/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 http://lists.freebsd.o

Re: Canon PowerShot A40

2007-06-27 Thread Shantanoo Mahajan
Could 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 ma

Re: CD Writing from non root accounts

2006-11-15 Thread Shantanoo Mahajan
is ! | | They should be able to use 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.

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 proce

Re: cdrecord not working the way expected

2006-09-10 Thread Shantanoo Mahajan
ad atapicam # chmod 666 /dev/pass0 /dev/xpt0 /dev/cd0 > k3b Is what I 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 -- Igno

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 ___ freebsd-qu

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

Re: need driver for wlan-adapter

2006-06-26 Thread Shantanoo Mahajan
supported list. | | 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/mail

Re: hosts file

2006-03-15 Thread Shantanoo Mahajan
ek | | Hi | 192.168.1.1 is my 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 det

Re: 6.0 on DVD

2006-02-11 Thread Shantanoo Mahajan
D version of FreeBSD 6.0/amd64 by myself 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
e a problem, prompt please. IIRC, you need to change sysctl setting 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

Re: how to use ipod nano in freebsd 6.0

2006-01-16 Thread Shantanoo Mahajan
+++ david [15-01-06 18:22 +]: | hello all, i have ipod nano and im using freebsd 6.0. | DMESG command display (umass0: Apple iPod, rev 2.00/0.01, addr 2) message.The iPod nano is detected when | plugged in, but a daX device is not created. please help me |

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
aybe be useful along with /var/log/messages. 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
se 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/listin

USB2 on 5.3 and 5.4

2005-09-09 Thread Shantanoo Mahajan
da0'. The speed 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.

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

2005-08-05 Thread Shantanoo Mahajan
e BIND (comes in base 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: 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 querie

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

Re: Adding Mailboxes for SendMail

2005-07-17 Thread Shantanoo
directory are > all of the default 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 ___

Re: Basic AVI command-line editing

2005-07-17 Thread Shantanoo Mahajan
;s 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

Re: Electrical circuits simulator

2005-07-07 Thread Shantanoo
ve > with the same or better level 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

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. R

Re: On removing ^M

2005-05-08 Thread Shantanoo Mahajan
2unix | 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.f

Re: Multiple routes

2005-05-04 Thread Shantanoo Mahajan
you mean you want the | same duplicated 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-ques

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 deskt

Re: Looking for a KATE replacement

2005-05-01 Thread Shantanoo Mahajan
efish, ... 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
lack the masses which utilize such a > useful email service as GMail. > > Thank You, > > Tomas Quintero > [EMAIL PROTECTED] If this mail reaches, then freebsd's server isn't blocking gmail :) Shantanoo ___ freebsd-questions@fr

Re: ip forward and pf

2005-03-04 Thread Shantanoo Mahajan
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

Re: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
s 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: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
ssh/id_dsa.pub [EMAIL 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/freeb

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=view&code=song&ssid=12&id=625 | I installed both mplayer plugin and plugger but still not be able to | hear it.

Re: ALTQ support?

2005-01-22 Thread Shantanoo Mahajan
http://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: 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 unsubs

Re: Free BSD

2005-01-10 Thread Shantanoo
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: xorgconfig

2004-11-22 Thread Shantanoo Mahajan
ib/x11/xkb/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: mailinglist with postfix+mysql

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

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Shantanoo Mahajan
> | > > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config and | > > restarting sshd would help. | > | > That setting shouldn't affect wheel logins. | | Changing PermitRootLogin to "yes" didn't do it what's in /etc/hosts.allo

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: PHP portupgrade error

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

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: Problem

2004-11-20 Thread Shantanoo Mahajan
add default HISADDR | | # 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

Re: ScreenShots

2004-11-14 Thread Shantanoo
s like 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
PPPoE? or connection is shared on some other machine? Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: CD burning port recommendations wanted

2004-09-14 Thread Shantanoo
reciate any recommendations 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.f

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

2004-09-14 Thread Shantanoo
Windows can print to cups as internet printer. e.g. 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

Re: Login to something before mounting of NFS allowed

2004-09-12 Thread Shantanoo
o understand just ask :) BTW, 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: Proxy/Firewall Question

2004-09-11 Thread Shantanoo
ll allow connections to ports on which squid and/or nylon 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: 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

Re: how to update system time?

2004-09-10 Thread Shantanoo
ound Is the computer properly networked? can it ping yahoo.com? the computer is not able to reach the ntp 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: Mounting ext3 filesystem from USB keydrive

2004-09-09 Thread Shantanoo
down the Linux box where this > partition was written, before removing the USB device. > -- > Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/ > * Everyone has a photographic memory. Some don't have film. > You need to recompile the kernel with following line: o

Re: problem by the installation

2004-09-07 Thread Shantanoo
card and the monitor, > 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 __

Re: uh

2004-09-07 Thread Shantanoo
t; > I would like to know how to configure devices so that it works > > with FreeBsd. > > > > Thank you > > which devices? which interface? Regards, Shantanoo ___ [EMAIL PROTECTED] mailing list http://list

Re: i cant enter su

2004-09-06 Thread Shantanoo
also have a look at 'sudo'. 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.or

Re: Mouse pointer invisible in Gnome2

2004-09-04 Thread Shantanoo
l remain Gnomeless > installs and runs perfectly. > > I really like 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

Re: Fetchmail/Sendmail rejects

2004-08-14 Thread Shantanoo
luding much 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

Re: KDE vs Gnome

2004-07-30 Thread Shantanoo
gnome: echo "exec 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
+++ Carla Neves [freebsd] [16-07-04 21:36 +0100]: | Hi Dear all, | I'm doing some scripts to automaticly deliver to some email accounts | Unix system printouts. I'm using sendmail on Freebsd 4.9 and the mail | tool to send my emails. What I would like to know is: is it possible | to send emails

Re: changed hostname, what else shoud I change ?

2004-07-13 Thread Shantanoo
are running it) | | | Thanks, | | -- | IOnut | 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: RaiserFS & EXT3 drivers?

2004-07-13 Thread Shantanoo
EXT3 partition as | EXT2 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

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 machin

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

Re: 4.9-RELEASE doesn't recognize NIC

2004-03-31 Thread Shantanoo
system 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 a

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 acce

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

Re: sf.net: host not found

2004-03-30 Thread Shantanoo
namedb 3. sh make-localhost 4. start named. 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: 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: 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: conne

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
mount -t vfat /dev/fd0 /usr/home/user/floppy | mount: exec mount_vfat not found in /sbin:/usr/sbin: No such file or directory | $ mount -t msdos /dev/fd0 /usr/home/user/floppy | msdosfs: /dev/fd0: Invalid argument | | Stephen | man fdformat man newfs_msdos man mount_msdos Shantanoo _

Re: Using bind9, instead of the default bind8

2004-02-03 Thread Shantanoo
- following is the line from /etc/defaults/rc.conf 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: Using the ATAPI/CAM Driver

2004-02-03 Thread Shantanoo
gured? Following worked for me. # mount_cd9660 /dev/cd0c /cdrom Shantanoo | | Thanks, | | Jeff Elkins | | | -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

Re: Configuring E-mail Services on a Standalone Wkst

2004-01-20 Thread Shantanoo
r own filters on incoming | mail and scan it for viri using the software of your choice. Then when you | send mail out, it hits the sendmail server and is forwarded 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

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.o

Re: Commercial Distribution?

2004-01-07 Thread Shantanoo
ne 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/mail

Re: 8-bit color in XFree86

2004-01-01 Thread Shantanoo Mahajan
| TIA | -- | 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
l allow connection to IRC server 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/free

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 |

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: I can't connect to internet. Plz help me

2003-12-11 Thread Shantanoo Mahajan
for that. | Here telephone charge is very costly and for that I can't stay | 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

Re: Remove ^M characters from xhtml file

2003-12-01 Thread Shantanoo Mahajan
on these | > files but when I do 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)

Re: how to print a man page

2003-11-29 Thread Shantanoo Mahajan
Now you have HTML which you can 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
kldunload 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

  1   2   >