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
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
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
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,
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
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
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
* 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
___
; \;
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]"
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
You may write your own script which parses the output of ping using
grep/awk/...
regards,
shantanoo
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
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
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
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.
+++ 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
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
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,
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
+++ 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
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
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
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
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
+++ 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
+++ 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
|
+++ [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
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
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
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.
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]"
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
+++ 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
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
___
;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
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
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
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
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
+++ 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
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]"
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
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
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]"
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
+++ 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.
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]"
, 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
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]"
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]"
://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-
>
| > > 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
/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
.
Regards,
Shantanoo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-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
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
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]"
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]"
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
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
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]"
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]"
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
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]"
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
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
__
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
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]"
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
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
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
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]"
+++ 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
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]"
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
+++ 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
+++ 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
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
+++ 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
+++ 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
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]"
+++ 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
| *
+++ 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
+++ 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
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
_
-
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]"
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
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
!
| 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
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
| 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]"
,
|
| Chris
maybe xbiff.
Shantanoo
|
|
| --
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
+++ 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
|
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
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
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)
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]"
kldunload ipl
Shantanoo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+++ 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 - 100 of 124 matches
Mail list logo