Re: Two X sessions on one machine???

2003-09-05 Thread Shantanu Mahajan
+-- KroNiC~BSD [freebsd] [04-09-03 09:36 IST]:
| Is it possible to have more that one X session running on the same
| machine? The problem is if i want to create a remote X connection to my
| linux machine via my Freebsd machine i have to kill the current running
| LOCAL X session first.then i can from the freebsd machine # X
| -query 192.168.0.6
| and get a X session on the linux machine.
| 
| On my Freebsd box, with a local X session , i would like to open a
| terminal ...aterm or xterm and then somehow in that terminal create a X
| session to the linux machine.
| 
| I have tried this but get the following error:
| 
| freeebsd# X -query 192.168.0.62
| 
| Fatal server error:
| Server is already active for display 0
| If this server is no longer running, remove /tmp/.X0-lock
| and start again.
| 
| 
| When reporting a problem related to a server crash, please send
| the full server output, not just the last messages.
| Please report problems to [EMAIL PROTECTED]
| 
| 
| 
| i assume the error is local because my current running local X session is
| on display 0 .
| 
| is it possible for me to do this as i would like to remotly connect to 3
| machines via X but still have use of my local machine
| 
| 
| Thanks in advance.
| -- 
|   KroNiC~BSD
|   [EMAIL PROTECTED]

startx -- :1

-- 
Regards,
Shantanu Mahajan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mounting linux ext3 partition

2003-08-27 Thread Shantanu Mahajan
+-- Joshua Oreman [freebsd] [26-08-03 21:21 IST]:
| On Tue, Aug 26, 2003 at 01:03:33AM -0400 or thereabouts, dave wrote:
|  Hello,
|  I'm trying to mount a linux ext3 partition. I understand that it's
|  possible to do it using the ext2 kernel driver so i've recompiled a kernel
|  with that option in it. When i do:
|  mount_ext2fs /dev/ad1 /mnt
|  this is what i get.
|  
|  ad1: 38166MB WDC WD400AB-32CDB0 [77545/16/63] at ata0-slave UDMA100
|  ext2fs: ad1: wrong magic number 0 (expected 0xef53)
|  WARNING: mount of ad1s1 denied due to unsupported optional features
|  ext2fs: ad1: wrong magic number 0 (expected 0xef53)
|  WARNING: mount of ad1s1 denied due to unsupported optional features
|  ext2fs: ad1: wrong magic number 0 (expected 0xef53)
|  ext2fs: ad1: wrong magic number 0 (expected 0xef53)
|  ext2fs: ad1: wrong magic number 0 (expected 0xef53)
| 
| I think your drive is marked dirty. Please mount/umount it in Linux
| and try again.
| 
| BTW: ext3 is compatible w/ext2 *ONLY* when the dirty bit is unset. When
|  it is set, journal rollback is necessary which only ext3 can handle.


to check ext2/3 file system in FreeBSD, checkout the
port
/usr/ports/sysutils/fsck_ext2fs

It worked for me.
| 
| -- Josh
| 
|  
|  Any help appreciated.
|  Dave.
|  

-- 
Regards,
Shantanu Mahajan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE Import of Outlook email

2003-08-23 Thread Shantanu Mahajan
+-- Chris [freebsd] [22-08-03 06:25 IST]:
| Has anyone been able to import Outlook email (more so the .pst file when 
| exported) into KMail?
| 
| If so - can you please lend an How To?
| -- 
| 
| Best regards,
|  Chris

/usr/ports/mail/liboe
/usr/ports/mail/mbx2mbox

-- 
Regards,
Shantanu Mahajan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mouse with scroll....

2003-08-18 Thread Shantanu Mahajan
+-- Denis [freebsd] [17-08-03 03:31 +0400]:
| Hi All!!!
| 
|   Does anybody know how in freebsd use mouse with 3 button and one
|   scroll?
| 
| -- 
| Best regards, Denis
| [EMAIL PROTECTED]

here's my corresponding section

Section InputDevice
Identifier  Mouse0
Driver  mouse
#Option Protocol MouseSystems
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5
EndSection

Note: If I uncomment Protocol line, it won't work. Rt.
now it is working _perfectly_.


-- 
Regards,
Shantanu Mahajan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: shutting down

2003-08-17 Thread Shantanu Mahajan
+-- [EMAIL PROTECTED] [freebsd] [16-08-03 14:40 -0400]:
| I used
|  shutdown -h now
| but the comp I use won't let me power off no matter how many times i hit
| the power switch, what do I do?

try
# halt

what is the last message you see?
I do have a ATX mobo, and it works perfectly fine
with halt. will check 'shutdown -h now' and let you
know.

-- 
Regards,
Shantanu Mahajan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound card {was: }

2003-08-14 Thread Shantanu Mahajan
+-- Abhijeet Sane [freebsd] [04-08-03 17:35 +0530]:
| hi all ,
| i want to know how to enable my sound card from freebsd . ( i am using
| freeBSD 5.0 and my sound card is yamaha ISA opl3sax)   i have tried to load
| the sound modules  . but the mpg123 or eswd daemon says that there is no
| /dev/dsp
| 
| please help
| 
| abhijeet
| --
you have to recompile the kernel with the following
line in it

device  pcm

Regards,
Shantanu

PS: above answer already availabe in handbook and many
times discussed on the list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to remove ^M character

2003-08-02 Thread Shantanu Mahajan
+-- Anil Garg [freebsd] [01-08-03 14:01 +0530]:
| Hi,
| 
| I ftp'd a file from windows to freebsdnot its every line has ^M at its
| end.
| Is there some command in vi (or some way) by whcih ^M can be removed.
| 
| Thanks
| Anil

col -bx  oldfile  newfile

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Netperf for FreeBSD

2003-07-28 Thread Shantanu Mahajan
+-- Lakshmi Sudha Vangara [freebsd] [28-07-03 12:05 +0530]:
| 
| Hi,
| 
| When I am trying to build netperf2.2pl2.tar.gz for FreeBSD4.8, I am
| encountering the following errors
| 
| I have made a change in the make file (made the file to be extracted as
| netperf2.2pl2.tar.gz)
| 
| Errors:
| -
| $ pwd
| /usr/ports/benchmarks/netperf
| $ make NO_CHECKSUM=yes
| ===  Patching for netperf-2.2.2
| ===  Applying FreeBSD patches for netperf-2.2.2
| patch:  can't open file arr_script: Permission denied
|  Patch patch-ab failed to apply cleanly.
| *** Error code 1
| 
| Stop in /usr/ports/benchmarks/netperf.
| 
you should run it as root.

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error running ps

2003-07-27 Thread Shantanu Mahajan
i am getting the following problem while running
'ps'

 ps
ps: proc size mismatch (36176 total, 1056 chunks)

what exactly is the problem?

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


proc filesystem error

2003-07-27 Thread Shantanu Mahajan
i am getting following error

# killall squid
proc size mismatch (47880 total, 1056 chunks)
userland out of sync with kernel, recompile libkvm etc

Immediately, after this, if i run 'ps' it also gives
error. i reinstalled 'ps' for sources and its
working fine rt. now.

using 4.8-stable

added folloing options to GENERIC kernel

device  pcm
options NTFS
options EXT2FS
options USER_LDT
device  atapicam
options IPFIREWALL
options IPDIVERT


Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld problem

2003-07-18 Thread Shantanu Mahajan
+-- Robert Chalmers [18-07-03 16:32 +1000]:
| Shantanu Mahajan wrote:
| 
|  i am having problem build world. after abt.
|  compiling for abt. 1.5 hrs. i get Signal - 1. so is
|  it possible to resume the make from the previous
|  state instead of rebuilding from scratch?
| 
|  Regrads,
|  Shantanu
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to 
| [EMAIL PROTECTED]
| 
| 
| 
|  
| 
| Yes, I've seen that documented - in the manual handbook I think. Maybe 
| in the cvsup docs - not sure which.
| 
thanks for the help. its in
/usr/share/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make buildworld problem

2003-07-17 Thread Shantanu Mahajan
i am having problem build world. after abt.
compiling for abt. 1.5 hrs. i get Signal - 1. so is
it possible to resume the make from the previous
state instead of rebuilding from scratch?

Regrads,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE process is unkillable

2003-07-17 Thread Shantanu Mahajan
+-- [EMAIL PROTECTED] [freebsd] [17-07-03 00:30 +0200]:
|  On Wed, 16 Jul 2003 [EMAIL PROTECTED] wrote: 
|   
|   I don't have NVIDIA drivers. Is there any known bug in the 
|   ATI Radeon driver? 
|   
|   I rebooted, and all I have is the saved output from fstat, 
|   no core dump. Is this enough to find out what was wrong? 
|   Can I reproduce it under controlled circumstances? 
|   
|  You said the process was marked as stuck waiting for disk activity. Do 
|  you have any network-mounted (or other unusual) filesystems on this 
|  machine? 
|  
| I have a NFS server, but there were no connections at this time. 
| KDE sends stuff on port 111 via the loopback interface, but I don't really 
| know what it is doing. 
|  
|  If a processes wedges in the middle of a kernel call, then you won't be 
|  able to kill it - the behaviour you've seen here. 
|  
| This may be a dumb question, but why the hell did the process use up all 
| the CPU time while it was waiting? 
|  
| I tried attaching to it with gdb and with truss, but I got no information. 
| I guess it is some kind of overflow, that caused the process to execute one 
| instruction repeatedly (only guessed, I'm not an expert). 
|  
| If it is an overflow, the cause must be in the environment. KDE was just 
| starting up, it did what it always does on startup. 
|  
|  
| 
| -- 
| +++ GMX - Mail, Messaging  more  http://www.gmx.net +++
| 
| Jetzt ein- oder umsteigen und USB-Speicheruhr als Pr?mie sichern!
| 
| 
| --
try following in case you are having problem killing
a process.

# kill -9 pid
# kill -15 pid

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CDRom able to play DVD movies

2003-07-16 Thread Shantanu Mahajan
+-- Chris [freebsd] [15-07-03 21:51 -0500]:
| Hiya -
| 
|   Is there an app/emulator that will allow my ordinary CD Rom reader to play 
| store bought DVD movies?
| 
| -- 
| 
| Best regards,
|  Chris
*no*. and if you are able to do so,
_apply_for_the_patent_immediatlly_ ;-)

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Seting the hardware clock

2003-07-16 Thread Shantanu Mahajan
+-- stan [freebsd] [14-07-03 19:16 -0400]:
| ;m struggling with getting the hardware clock (BIOS clock) equal to the
| kernels time.
| 
| On my Linux boxes a utility called hwclock is run on the way down to
| synchronize the 2.
| 
| The problem I'm running into is that if the time on the system gets to far
| out of date for ntpd to bring it into synch, then I can update the kernels
| clock with ntpdate. But when I reboot the old incorrect time comes back.

From the manual page of ntpdate

 -b  Force the time to be stepped using the settimeofday(2) system
 call, rather than slewed (default) using the adjtime(2) system
 call.  This option should be used when called from a startup file
 at boot time.

Hope this helps.

Regards,
Shantanu

| 
| I ran into this during some software testing, that required setting the
| clock pretty far off of real time, and it was a PIA to get the machine back
| to the correct time.
| 
| How _should_ this be handled?
| 
| -- 
| They that would give up essential liberty for temporary safety deserve
| neither liberty nor safety.
|   -- Benjamin Franklin
| 
| --
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix with dynamic DNS

2003-07-16 Thread Shantanu Mahajan
+-- pat bey [freebsd] [14-07-03 22:02 -0700]:
| After installing postfix + courier-imap I can send
| messages but can't recieve them.  Using dyndns.org my
| the problem I think lies whenever I check root's
| system.  There a fatal warning message to root about
| tweax-def.net unable to resolve host name error. 
| Which was a hostname I never registered, but use
| during installation of FBSD 4.6 then cvsp 4.8. I
| change it to hijra.homeunix.com which is on all out
| going mail.  #hostname shows hijra.homeunix.com but
| rebooting when the kernel loads I notice it mentions
| the tweax-def.net as hostname.  Checked named.conf,
| /usr/local/etc/postfix/main.cf, rc.conf. and there is
| no mention of this anywhere.  Is there anywhere else I
| might have overlooked.  Thanks for your time and
| consideration. 
| 
| =
| Suppressed minds have no Freedom of Choice
| 
maybe /etc/hosts is the file you are looking for.

Regards,
Shantanu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfilter guide (?)

2003-07-13 Thread Shantanu Mahajan
+-- mempheria [freebsd] [10-07-03 22:31 +0200]:
| HI folks!
| 
| Anyone out there who has written a step-by-step guide to install IPfilter? :-)
| i have downloaded IPF?s official manual, but its huge, so before i start
| to read it, i woundering if anyone got an filtered version ;-)
| 
| yes, today iam kind of lazy :-)
| 
| see you! 
| 
| --
few days back someone recommended
http://www.antioffline.com/deviation/ipf-howto.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sysctl uptime

2003-06-30 Thread Shantanu Mahajan
+-- Remington L. [freebsd] [30-06-03 21:17 -0700]:
| Is there a sysctl string that can tell me my uptime?
| 
| 
| 
| --
you can get the uptime. indirectly.

sysctl kern.boottime

Regards,
Shantanu

-- 
You can look through a file in a nice text-based interface by typing

less filename
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PPP troubles SOLVED!!!

2003-06-30 Thread Shantanu Mahajan
add the following line in your ppp.conf to get the
proper DNS servers from your ISP.

enable dns


check out 'man ppp' to get more info about it.

Regards,
Shantanu

+-- RexFelis [freebsd] [29-06-03 19:49 -0700]:
| Yah!  Boy does it feel good to track down and
| solve this problem on my own!!!
| 
| Here's what I did.  I copied the contents of
| /etc/ppp from my Linux partition to my Windows
| partition and then compared each corresponding
| file to it's freebsd counterpart.  And what I
| found was that my resolv.conf files were
| different - the DNS nameserver address had been
| changed under Linux!
| 
| When I plugged in the new number, voila, FreeBSD
| connectivity problem solved.  
| 
| I am so appreciative for the help, even though I
| managed to solve it on my own.  I googled it at a
| friend's suggestion and discovered a website
| giving the info to add, and that brought me to
| the idea to do what I did.
| 
| Now to cvsup.  :)
| 
| Shannon
| 
| __
| Do you Yahoo!?
| SBC Yahoo! DSL - Now only $29.95 per month!
| http://sbc.yahoo.com
| 
| --

-- 
You can look through a file in a nice text-based interface by typing

less filename
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdrom-drive opens @ will

2003-06-29 Thread Shantanu Mahajan
+-- Marko Leer [freebsd] [29-06-03 09:51 +0200]:
| Hi all,
| 
| I'm running this 1U server with a cd-RW-rom-drive.
| Every now and then the drive opens. Unfortunately it's a laptop
| sort of drive because it's in a 1U server, so it won't close by
| itself.
| 
| I was wondering if there's any standard proces running on FreeBSD that
| opens it; I haven't monitored it's behaviour closely because I don't
| have permanent access to the box.
| 
| There's no -eject option in any of my cdrecord cmds.
| 
| I'm running FreeBSD 4.8 with a cd0: Slimtype COMBO LSC-24081M 3M35
| Removable CD-ROM SCSI-0 device. McAfee is installed (for MailScanner).
| 
| I suppose it should be possible to lock the drive; the supportteam at
| CW where the box is hosted are getting a bit annoyed [they're
| considering superglue at this point].
| 
| Any suggestions as to why it opens and how this could be prevented
| [other than the Cable and Wireless-solution =:0] greatly appreciated!
| 
| Cheers,
| 
| Marko
| 
| 
| --
I had the similar prob. with my Creative IDE CDROM
drive. It was due to improper power supply to CDROM. The
connector attached to CDROM was faulty. I replaced SMPS
and it solved my problem.

Regards,
Shantanu

-- 
Want to see how much virtual memory you're using? Just type swapinfo to
be shown information about the usage of your swap partitions.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: socks

2003-06-22 Thread Shantanu Mahajan
+-- Ian Todd [freebsd] [22-06-03 13:08 +0200]:
| Hi
| 
| I am wondering does freebsd support socks4? If so how do u enable it
| or dont u need to enable it or do u need to install it? Cuse ive
| installed xchat from the freebsd cd.Im running a proxy and ive set it
| up but it doesnt want to work. my proxy server is correct cause i can
| connect through it with mirc for windows.Help please.
| 
| regards
| ian
I think this has nothing to with FreeBSD. Its a xchat
prob. You should set the proxy setting of xchat. Check
out the 
Settings-Preferences-Network-Network Setup.

xchat supports HTTP, SOCKS4, SOCKS5 and Wingate proxy.

Regards,
Shantanu
-- 
To see how long it takes a command to run, type the word time before the
command name.
-- Dru [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Packages

2003-06-21 Thread Shantanu Mahajan
+-- Ian Todd [freebsd] [21-06-03 20:38 +0200]:
| Ive done what u told me and im still not getting it right. The
|  following is what it says:
| 
| FREEBSD# pkg_add BitchX-1.0c19-FreeBSD4.tar.gz
|  tar: +CONTENTS: Not found in archive
|  tar: Error exit delayed from previous errors
|  pkg_add: tar extract of /tmp/b/BitchX-1.0c19-FreeBSD4.tar.gz failed!
|  pkg_add: unable to extract table of contents file from
|  '/tmp/b/BitchX-1.0c19-FreeBSD4.tar.gz' - not a package?
|  FREEBSD# gunzip BitchX-1.0c19-FreeBSD4.tar.gz
|  FREEBSD# ls -a
|  .   BitchX-1.0c19-FreeBSD4.tar
|  ..  scr-bx
|  BitchX  wserv
|  FREEBSD# pkg_add BitchX-1.0c19-FreeBSD4.tar
|  tar: +CONTENTS: Not found in archive
|  tar: Error exit delayed from previous errors
|  pkg_add: tar extract of /tmp/b/BitchX-1.0c19-FreeBSD4.tar failed!
|  pkg_add: unable to extract table of contents file from
|  '/tmp/b/BitchX-1.0c19-FreeBSD4.tar' - not a package?
| 
| when i try to use ./configure the following is what i get:
| 
| FREEBSD# ./configure
|  ./configure: Command not found.
| 
| please help.
| 
| Regards
|  ian
you have downloaded the srcs.
do the following
# cp BitchX-1.0c19-FreeBSD4.tar.gz /usr/port/distfiles
# cd /usr/ports/irc/bitchx
# make install



Regards,
Shantanu

-- 
If you want df(1) and other commands to display disk sizes in
kilobytes instead of 512-byte blocks, set BLOCKSIZE in your
environment to 'K'.  You can also use 'M' for Megabytes or 'G' for
Gigabytes.  If you want df(1) to automatically select the best size
then use 'df -h'.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount My Creation

2003-06-19 Thread Shantanu Mahajan
+-- Peter Leftwich [freebsd] [18-06-03 20:02 -0700]:
| Ponder this...  Why is it /etc/fstab and not /etc/mount.conf ??

mount.conf would contain the default options to be
passed to the mount command.
e.g. '-f' option

fstab = File System TABle (?)
mount is a utility to mount the file system.

From 'man fstab'
fstab - static information about the filesystems

Thus, fstab don't have any connection to mount.


| 
| Ponder this...  Why does M$FT Windows have Created, Accessed, and Modified,
| while UNIX (beware of unresearched, wide-sweeping generalizations...) only
| provides one the Last modified date and time stamp?
| 
| Ponder this...  Does this Leftwich guy ever shut up?  :-o
| 
| PS - Please CC: me in your reply!
| 
| --
| Peter Leftwich
| President  Founder, Video2Video Services
| Box 13692, La Jolla, CA, 92039 USA
| http://Www.Video2Video.Com
| --

Regards,
Shantanu

-- 
FreeBSD is started up by the program 'init'.  The first thing init does when
starting multiuser mode (ie, starting the computer up for normal use) is to
run the shell script /etc/rc.  By reading /etc/rc, you can learn a lot about
how the system is put together, which again will make you more confident about
what happens when you do something with it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[OT] Adjust date [was: IPv6 over PPP Why?]

2003-06-18 Thread Shantanu Mahajan
Plz. set the system date properly.

Regards,
Shantanu
+-- B.Bonev [freebsd] [18-04-03 10:55 +0300]:
| I really don't what's going on here?  Why is that IPv6 on ppp conection? I
| want share dialup conn through the FreeBSD gateway.
| Jun 16 13:50:15 router ppp[125]: tun0: IPCP: myaddr 212.39.76.96 hisaddr =
| 212.39.76.242
| Jun 16 13:50:15 router ppp[125]: tun0: LCP: deflink: RecvProtocolRej(5)
| state = Opened
| Jun 16 13:50:15 router ppp[125]: tun0: LCP: deflink: -- Protocol 0x8057
| (Internet Protocol V6 Control Protocol) was rejected!
| Jun 16 13:50:15 router ppp[125]: tun0: Phase: deflink: IPV6CP protocol
| reject closes IPV6CP !
| Jun 16 13:50:18 router ppp[125]: tun0: LCP: deflink: RecvProtocolRej(6)
| state = Opened
| Jun 16 13:50:18 router ppp[125]: tun0: LCP: deflink: -- Protocol 0x8057
| (Internet Protocol V6 Control Protocol) was rejected!
| Jun 16 13:50:18 router ppp[125]: tun0: Phase: deflink: IPV6CP protocol
| reject closes IPV6CP !
| 
| 
| 
| --

-- 
Nice tcsh prompt: set prompt = '%m %# '
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Networking/Routing

2003-06-18 Thread Shantanu Mahajan
+-- Bryan W. Maxwell [18-06-03 07:45 -0700]:
| Thanks everyone! I fixed the local address with the eth0 now so thats all 
| good. 
eth0? AFAIK, eth0 is not used in FreeBSD. It is used in
Linux. Which OS are you using?

Regards,
Shantanu

-- 
Want to know how many words, lines, or bytes are contained in a file? Type
wc filename.
-- Dru [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Booting takes too long. Why? (/ was not properly dismounted)

2003-06-17 Thread Shantanu Mahajan
+-- Rohit [freebsd] [16-06-03 08:42 +]:
| Thanks for your help Jud, you are absolutely right. With issuing the halt 
| command, there are no excessive delays in booting. Inface booting is really 
| fast.
| 
| Thanks
| 
| Rohit
Rohit:
You mean to say that when you use 'halt' instead of
'shutdown -h', your machince boots faster?

Roger:
I don't think that 'shutdown -h' = 'halt'
Rohit is not invoking halt.
'shutdown -h -o' = 'halt'

Rohit:
Can you try 'shutdown -h -o' and let us know what's the
result?

Regards,
Shantanu

| 
| 
| On Saturday 14 June 2003 20:04, Jud wrote:
|  On Sat, 14 Jun 2003 12:28:23 +0530, Shantanu Mahajan
| 
|  [EMAIL PROTECTED] wrote:
|   | I shutdown using the shutdown -h now command
|   | or reboot using reboot now
|  
| did you try 'halt'?
| what msg. do you see after the shutdown is complete?
| 
|  From the halt(8) man page:
| 
|  Normally, the shutdown(8) utility is used when the system needs to be
|  halted or restarted, giving users advance warning of their impending doom
|  and cleanly terminating specific programs.
| 
|  From the shutdown(8) man page:
| 
|  The following options are available:
|   -h  The system is halted at the specified time.
| 
|  So Rohit is in fact using 'halt' in the way it is normally invoked, as an
|  option to 'shutdown.'  Is there a reason that 'halt' without 'shutdown'
|  would be preferable in this case?
| 
|  Jud

-- 
Nice tcsh prompt: set prompt = '[EMAIL PROTECTED]:%~%# '
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Booting takes too long. Why? (/ was not properly dismounted)

2003-06-14 Thread Shantanu Mahajan
+-- Rohit [freebsd] [13-06-03 10:35 +]:
| Here is the dmesg. However, I should tell you that this has been the case with 
| all my FreeBSD boxes. I have two PC's running FreeBSD and a Compaq laptop 
| running FreeBSd all have different types of harddrives. 
| 
| The main problem is that everytime I boot I get the message saying / was not 
| dismounted properly and then it goes through and fixes all the drive block 
| errors. (This is the case on all my computers) 
| 
| 
| I shutdown using the shutdown -h now command
| or reboot using reboot now

did you try 'halt'?
what msg. do you see after the shutdown is complete?

Regards,
Shantanu
| 
| 
| Rohit
| 
| 
| opyright (c) 1992-2003 The FreeBSD Project.
| Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
| The Regents of the University of California. All rights reserved.
| FreeBSD 4.8-RELEASE #8: Wed May 21 13:22:57 GMT 2003
| [EMAIL PROTECTED]:/usr/src/sys/compile/ROHIT_MAY11_2003
| Timecounter i8254  frequency 1193182 Hz
| CPU: Mobile AMD Athlon(tm) XP 1500+ (1325.14-MHz 686-class CPU)
|   Origin = AuthenticAMD  Id = 0x680  Stepping = 0
|   
| 
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
|   AMD Features=0xc048MP,AMIE,DSP,3DNow!
| real memory  = 251658240 (245760K bytes)
| avail memory = 240287744 (234656K bytes)
| Preloaded elf kernel kernel at 0xc0465000.
| module_register_init: MOD_LOAD (vesa, c0310844, 0) error 6
| netsmb_dev: loaded
| Pentium Pro MTRR support enabled
| md0: Malloc disk
| Using $PIR table, 11 entries at 0xc00fdf10
| apm0: APM BIOS on motherboard
| apm0: found APM BIOS v1.2, connected at v1.2
| npx0: math processor on motherboard
| npx0: INT 16 interface
| pcib0: Host to PCI bridge on motherboard
| pci0: PCI bus on pcib0
| pcib1: PCI to PCI bridge (vendor=1002 device=700f) at device 1.0 on pci0
| pci1: PCI bus on pcib1
| pci1: ATI model 4336 graphics accelerator at 5.0 irq 10
| ohci0: AcerLabs M5237 (Aladdin-V) USB controller mem 0xf4014000-0xf4014fff 
| irq 11 at device 2.0 on pci0
| usb0: OHCI version 1.0, legacy support
| usb0: SMM does not respond, resetting
| usb0: AcerLabs M5237 (Aladdin-V) USB controller on ohci0
| usb0: USB revision 1.0
| uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
| uhub0: 2 ports with 2 removable, self powered
| isab0: AcerLabs M1533 portable PCI-ISA bridge at device 7.0 on pci0
| isa0: ISA bus on isab0
| pcm0: Acer Labs M5451 port 0x8400-0x84ff mem 0xf4015000-0xf4015fff irq 5 at 
| device 8.0 on pci0
| pcm0: unknown ac97 codec (id=0x41445363)
| pci_cfgintr_virgin: using routable interrupt 10
| pci_cfgintr: ROUTE_INTERRUPT failed.
| pcic0: TI PCI-1410 PCI-CardBus Bridge mem 0xffbfe000-0xffbfefff at device 
| 10.0 on pci0
| pci_cfgintr_virgin: using routable interrupt 10
| pci_cfgintr: ROUTE_INTERRUPT failed.
| pcic0: No PCI interrupt routed, trying ISA.
| pcic0: Polling mode
| pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC 
| serial isa irq]
| pccard0: PC Card 16-bit bus (classic) on pcic0
| rl0: RealTek 8139 10/100BaseTX port 0x8800-0x88ff mem 0xf4017800-0xf40178ff 
| irq 11 at device 11.0 on pci0
| ROHIT**rl0: Ethernet address: 
| 00:08:02:f3:d2:03
| ROHIT**miibus0: MII bus on rl0
| rlphy0: RealTek internal media interface on miibus0
| rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
| pci0: unknown card (vendor=0x14f1, dev=0x2f00) at 12.0 irq 10
| ohci1: AcerLabs M5237 (Aladdin-V) USB controller mem 0xf4016000-0xf4016fff 
| irq 11 at device 15.0 on pci0
| usb1: OHCI version 1.0, legacy support
| usb1: AcerLabs M5237 (Aladdin-V) USB controller on ohci1
| usb1: USB revision 1.0
| uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
| uhub1: 4 ports with 4 removable, self powered
| atapci0: AcerLabs Aladdin ATA100 controller port 0x8080-0x808f irq 0 at 
| device 16.0 on pci0
| ata0: at 0x1f0 irq 14 on atapci0
| ata1: at 0x170 irq 15 on atapci0
| alpm0: AcerLabs M15x3 Power Management Unit at device 17.0 on pci0
| alpm0: driver is using old-style compatibility shims
| fwohci0: Texas Instruments TSB43AB22/A mem 
| 0xf401-0xf4013fff,0xf4017000-0xf40177ff irq 10 at device 19.0 on pci0
| fwohci0: PCI bus latency is 64.
| fwohci0: OHCI version 1.10 (ROM=1)
| fwohci0: No. of Isochronous channel is 4.
| fwohci0: EUI64 00:08:02:71:9b:f3:cb:d2
| fwohci0: Phy 1394a available S400, 2 ports.
| fwohci0: Link S400, max_rec 2048 bytes.
| firewire0: IEEE1394(FireWire) bus on fwohci0
| fwohci0: Initiate bus reset
| fwohci0: BUS reset
| fwohci0: node_id = 0xc000ffc0, CYCLEMASTER mode
| firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
| smbus0: System Management Bus on alsmb0
| smb0: SMBus general purpose I/O on smbus0
| orm0: Option ROMs at iomem 

Re: How do I change the envelope from address in sendmail

2003-06-14 Thread Shantanu Mahajan
google masquerade+sendmail

Regards,
Shantanu


+-- Bill Moran [freebsd] [13-06-03 20:33 -0400]:
| I'm having a hell of a time with send-pr.
| 
| Sendmail on my system insists on using the entire hostname in the from part 
| of the
| smtp communication: i.e. [EMAIL PROTECTED]  This is a 
| problem
| because this particular machine doesn't have a real DNS name, so the 
| FreeBSD mail
| servers bounce the email.
| 
| I've tried creating a local-host-names file in /etc/mail according to some 
| Linux
| howtos I found, but it doesn't seem to be helping.  What's the proper way to
| get sendmail to use [EMAIL PROTECTED] instead of [EMAIL PROTECTED]
| 
| TIA
| -- 
| Bill Moran
| Potential Technologies
| http://www.potentialtech.com
| 
| 
| --
| 
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to [EMAIL PROTECTED]
| 
| End of freebsd-questions Digest, Vol 12, Issue 21
| *

-- 
man hier will explain the way FreeBSD filesystems are normally laid out.
-- David Scheidt [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bootloader

2003-06-14 Thread Shantanu Mahajan
+-- Guus Bekkema [freebsd] [14-06-03 12:46 +0200]:
| I wanted a small 486 pc working on freeBSD
| 
| I got the setup program working but the media I used was not recognized. Now I 
wanted to go back to just reinstalling win 98 but for some reason I got the freeBSD 
masterbootrecordloader or something like that
| 
| It came down to the fact that the system says it has nog kernel nor any bootloader 
and he ends with:
| 
| boot?:
| 
| or something like that
| 
| How can I get the bootloader off my system and get it working again with 
Micro(shit)soft
| 
| Many thanks,
| 
| Guus Bekkema
| 
| [EMAIL PROTECTED]
| 
| --
boot using win bootable
run the following command.

A:\ fdisk /mbr

Regards,
Shantanu
-- 
If you need to ask a question on the FreeBSD-questions mailing list then

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/\
freebsd-questions/index.html

contains lots of useful advice to help you get the best results.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer and subtitles..

2003-06-12 Thread Shantanu Mahajan
+-- Dick Hoogendijk [freebsd] [11-06-03 13:51 +0200]:
| Under windows I normally use bsplayer which automatically loads the
| subtitles for a given movie. Mplayer does the same luckely, BUT..
| 
| Bsplayer shows the subtitles *very-neatly* _under_ the (widescreen)
| movie, without taking up space on the moviescreen itself.. This is a
| very nice property imho.
| 
| ** My question is: can this be done with mplayer (gmplayer) as well?
| 
| Right now I get the subtitles over the movie.. Not nice at all.
| I know, I can switch them off, but sometimes it's just very relaxed not
| to listen to a foreign language to hear/know what's going on ;-))
| 
| -- 
| dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
| ++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
| 
| --

man mplayer
check out the -noautosub option

Regards,
Shantanu


-- 
To change an environment variable in tcsh you use: setenv NAME value
where NAME is the name of the variable and value its new value.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ghost images?

2003-06-09 Thread Shantanu Mahajan
+-- Remington L. [freebsd] [08-06-03 23:14 -0700]:
| I am looking for software that has the capabilities of Norton Ghost for
| FreeBSD. I am having problems finding such an application. Does one exist?
| 
| 
Search for ghost for unix on google. Check out the 1st
link.

Regards,
Shantanu

-- 
If you are in the C shell and have just installed a new program, you won't
be able to run it unless you first type rehash.
-- Dru [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: disabling sendmail and using postfix

2003-03-11 Thread Shantanu Mahajan
+++ [EMAIL PROTECTED] [freebsd] [11-03-03 17:34 +0100]:
| Hi,
| (freebsd newbie)
| I've installed postfix from ports. At the end of the
| installion script I was asked if it should modify the
| /etc/mail/mailer.conf file which I answered with yes!
| 
| My question is, how is postfix started? It did not install
| a .sh file in /usr/local/etc/rc.d.
| 
| Is still started with the sendmail_enable=yes variable in
| rc.conf or do I have to set sendmail_enable=NONE, and add
| something different to use postfix?
| 
| What other specific freebsd files do I have to or should
| I modify when using postfix (for example like make.conf)?
| Where can I find more info when using postfix on freebsd?
| 
| Thanks a lot
| Didier
| 
| --
mailer.conf is used as a mail wrapper. since postfix
is sendmailish, the other progs. are not affected
since they think that they are talking to sendmail
prog. but in reality postfix is running.

Regards,
Shantanu

-- 
Truly great madness can not be achieved without significant intelligence.

PGP keyID : 137AFD9E
PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Fetchmail question

2003-03-11 Thread Shantanu Mahajan
+++ Dragoncrest [freebsd] [10-03-03 22:26 -0500]:
|   Hi all.  Got a question about fetchmail again.  This one should be 
| easy.  I'm looking for the easiest way to get fetchmail to purge a mailbox 
| for me.  Here's what I'm after.  First off, when my mail downloads, fetch 
| has been told (via a config I have in sendmail) to leave mail on the server 
| if the user has an invalid domain name.  IE. From viruses, spam, etc.  What 
| I want it to do is to try to download all of the messages on the server, 
| then, regardless if they succeed or fail, I want fetchmail to just nuke 
| them off the server.  Currently it only nukes mail that has been 
| successfully delivered to the local computer.  I want it to dump all of 
| them so that it doesn't end up leaving all the rejected mail messages to 
| pile up on the server, yet at the same time I don't want it to wipe all of 
| the messages till it's tried to download each message at least 
| once.  Anyone got any good suggestions on how to setup fetch to do this?
| 
| --
if you are downloading for POP, try filtermail.
/usr/ports/mail/filtermail

Regards,
Shantanu

-- 
Truly great madness can not be achieved without significant intelligence.

PGP keyID : 137AFD9E
PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: dvipdfm DVI - PDF converter SOLVED

2003-03-09 Thread Shantanu Mahajan
dvi - ps
dvips -P pdf file.dvi
ps - pdf
ps2pdf file.ps


Regards,
Shantanu
+++ Murray Taylor [freebsd] [06-03-03 11:59 +1100]:
| Answering own question...
| 
| Digging further into the build logs found ps2pdf from the Ghostscript build 
| which does it perfectly ... YAY.
| 
| mjt
| 

-- 
# ls /dev/brains
ls: /dev/brains: No such file or directory

PGP keyID : 137AFD9E
PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Sendmail - blackhole da spam?

2003-03-01 Thread Shantanu Mahajan
+++ Steve Warwick [freebsd] [28-02-03 11:36 -0800]:
| Hey All, 
| 
| I seem to be getting more spam lately and in an effort to protect my clients
| I use a catch all in the the virtuser table
| 
| @domain-name.ext error:nouser
| 
| However, this is resulting in more traffic as the spam needs to be bounced
| back out, to a server that refuses the mail and so on.
| 
| Question is: is it possible to send catch all mail to a blackhole? dev/null
| for example
| 
| 
| Thanks
| 
| Steve
| 
| --
you can use mail/access file to deny mail from
certain domains. also rbl (eg ordb) can be use to
reduce spam.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it.

PGP keyID   : 137AFD9E
PGP keyID fingerprint   : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: SCSI emulation of ATAPI CDROM

2003-02-28 Thread Shantanu Mahajan
on http://www.cuivre.fr.eu.org/~thomas/atapicam/,
found out the .diff files. But don't have 
sys/dev/ata/atapi-cam.c file.
Here's the output of ls.

 ls /usr/src/sys/dev/ata/
ata-all.c ata-disk.hata-raid.catapi-cd.c
atapi-tape.c  ata-all.h ata-dma.c ata-raid.h
atapi-cd.hatapi-tape.h  ata-card.cata-isa.c
atapi-all.c   atapi-fd.cata-disk.cata-pci.c
atapi-all.h   atapi-fd.h


Regards,
Shantanu
+++ Willie Viljoen [27-02-03 10:23 +0200]:
| On Thursday 27 February 2003 7:59, someone, possibly Shantanu Mahajan, 
| typed:
|  I tried to compile the kernel with above options. But for
|  device  atapicam
|  it says
|  Warning: device atapicam is unknown
|  also tried ATAPICAM
| 
|   uname -rs
| 
|  FreeBSD 4.7-RELEASE
| 
| The ATAPICAM code was not merged by the time 4.7-RELEASE was frozen. It was 
| only introduced shortly afterward during early post-release development of 
| 4.7-STABLE on 1 November 2002.
| 
| In order to get it on your system, you will need to follow upgrade 
| instructions in Chapter 21, The Cutting Edge, of the Handbook, available 
| online at 
| http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html 
| or on your local system (if you have installed the doc distribution) in 
| /usr/share/doc/handbook/cutting-edge.html. The Handbook has also been 
| translated into many languages, if you prefer, a version in your native 
| language should also be available on-line and on your local system.
| 
| You may also with to patch your present system with the historical ATAPICAM 
| patches available from http://www.cuivre.fr.eu.org/~thomas/atapicam/. This 
| will still require a rebuild though, and upgraing is highly recommended.
| 
| Will
| 
| -- 
| Willie Viljoen
| Freelance IT Consultant
| 
| 214 Paul Kruger Avenue, Universitas
| Bloemfontein
| 9321
| South Africa
| 
| +27 51 522 15 60
| +27 51 522 44 36 (after hours)
| +27 82 404 03 27 (mobile)
| 
| [EMAIL PROTECTED]

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it.

PGP keyID   : 137AFD9E
PGP keyID fingerprint   : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


build world

2003-02-28 Thread Shantanu Mahajan
Hi!
maybe this is very silly question, but I can't find
the answer of it.
Following is what I tried.
I had 4.7R installed. Got the miniiso of 5.0R. Using
this miniiso installed the sources. Now tried to
build world with the help of instructions from
doc/makeworld.html.
Now, while
make installkernel
it say that config don't match. Something like
incorrect version.
Is it possible to build world this way? If yes,
where am I going wrong?

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it.

PGP keyID   : 137AFD9E
PGP keyID fingerprint   : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: cat

2003-02-26 Thread Shantanu Mahajan
+++ Tijl Coosemans [freebsd] [26-02-03 17:56 +0100]:
| I want to remove CRs from text files so what I did is this:
| 
| cat filename | tr -d '\r'  filename
| 
| However, I often end up with an empty file. Just out of
| interest, somebody who knows why that is?
| 
| --
col -bx  filenam  filenam.new

Regards,
Shantanu


-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it.

PGP keyID   : 137AFD9E
PGP keyID fingerprint   : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


HP-UX and Solaris Emulation

2003-02-19 Thread Shantanu Mahajan
hi!
Is it possible to emulate HP-UX and/or Solaris on FreeBSD 4.7
like linux? And how to enable it if possible.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-19 Thread Shantanu Mahajan
mplayer.

+++ Daxbert [freebsd] [18-02-03 12:21 -0800]:
| Date: Tue, 18 Feb 2003 12:21:20 -0800
| From: Daxbert [EMAIL PROTECTED]
| Subject: FreeBSD Media Player equivalent...
| 
| I've finally decided to run FreeBSD as my primary 
| workstation environment.  Previously I have only
| used it as a server platform.  I've managed to replace
| most of the desktop utilities I need, but I need
| a good replacement for Windows Media Player.
| 
| I'm looking for opinions here
| 
| I'd like an application that works well as 
| a stream player (i.e. supports playing mp3/mpeg/avi/etc 
| from a web site via mozilla) as well as 
| playing dvd/vcd/divx/dvd/etc from the localhost.
| 
| I'm also looking for an application that has the concept 
| of easy to install/manage codecs.  I'd like to avoid 
| having to --enable via configure and re-compile each time 
| I need a new codec.  
| 
| The GUI need not be pretty, but should not be kludgy, and 
| adware would be a big minus. 
| 
| If the application supported network updates of both the
| player and the codec w/o adware, I'd even be willing 
| to throw some money towards a yearly subscription.
| 
| Suggestions?
| 
| - --daxbert
| 
| --

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mplayer with gui

2003-02-19 Thread Shantanu Mahajan
+++ Hermanto [freebsd] [19-02-03 13:40 +]:
| Date: Wed, 19 Feb 2003 13:40:31 +
| From: Hermanto [EMAIL PROTECTED]
| Subject: mplayer with gui
| 
| i want to install mplayer with gui enable. how do i?
| does pkg_add has an option for that?
| 
| --
gmplayer = gui enabled mplayer

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: XY res

2003-02-19 Thread Shantanu Mahajan
+++ Eduardo Viruena Silva [freebsd] [19-02-03 01:56 -0600]:
| Date: Wed, 19 Feb 2003 01:56:54 -0600 (CST)
| From: Eduardo Viruena Silva [EMAIL PROTECTED]
| Subject: XY res
| 
| Hello guys!
| 
| I have an ATI All In Wonder 128 Pro in my FreeBSD 4.7 box.
| It works perfectly, but it is very difficult to me
| to be working with a display with resolution 1280x1024.
| 
| In the old X11 ver 3.xx  it was easy to change the display
| resolution by pressing ctrl-alt-Gray+, but now it does not
| work anymore.
| 
| How can I reduce my display resolution?
| 
| Thanks in advance.
| 
|   Eduardo.
| 
| --
what modes are defined in your XF86Config? add other resolution modes
to that file and then ctrl-alt-Gray(+/-) will work.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CD Recording

2003-02-19 Thread Shantanu Mahajan
+++ Justin P. Michel [freebsd] [19-02-03 00:05 -0500]:
| Date: Wed, 19 Feb 2003 00:05:53 -0500
| From: Justin P. Michel [EMAIL PROTECTED]
| Subject: CD Recording
| 
| Greetings,
| 
| Is there an easy process for CD duplication using FreeBSD V4.7-R, and a
| standard IDE/ATAPI burner?   I used to use Nero under Windows, but now am
| lost with dd and burncd, as it seems I have to know beforehand how many
| tracks are on the CD's, and what types they are.
| 

# dd if=/cd/drive of=/partion/with/size/more/than/the/cd/tmp.iso \
bs=2048  burncd -s speed -f ide-cdrw-device data tmp.iso  rm \
tmp.iso 


Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Same BIOS for FreeBSD and Windows?

2003-02-19 Thread Shantanu Mahajan
if i understand you correctly, you want to turn off the ATX enable
computer. for that apmd should be enable. otherwise the computer's
power won't turn off.

Regards,
Shantanu
+++ Kjell Midtseter [freebsd] [19-02-03 07:26 +0100]:
| Date: Wed, 19 Feb 2003 07:26:40 +0100
| From: Kjell Midtseter [EMAIL PROTECTED]
| Subject: Same BIOS for FreeBSD and Windows?
| 
| One of my boxes are using a mb with a VIA PLE133T chipset.
| In the BIOS I have ACPI enabled and the box is set to wake
| up at 06:00 in the morning. I am using a disk drawer to
| easily change operating systems.
| When I am using a disk with Windows 2000 or Linux and 
| turn the box off at night, it will turn back on at 06:00
| as expected. When using the disk with R4.7p4 and doing a
| shutdown -p the box will not turn itself on the next 
| morning!
| I realize that the ACPI functions are not fully implemented
| yet, but I fail to see how it should influence a cold
| boot. Any ideas?
| What I am attempting is to have the box turn on, do its
| thing and turn itself off until the next morning.
| Kjell
| 
| --

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: more XF86Config questions... .

2003-02-19 Thread Shantanu Mahajan
does /etc/X11 directory exist?

Regards,
Shantanu
 
+++ Gary D Kline [freebsd] [18-02-03 13:13 -0800]:
| Date: Tue, 18 Feb 2003 13:13:24 -0800
| From: Gary D Kline [EMAIL PROTECTED]
| Subject: more XF86Config questions... .
| 
|   Does anybody know why I am refused permission (by
|   /stand/sysinstall) to write/open XF86Config?  I seem to
|   be wedged at 1024x768, which is acceptable if my i810
|   can't go any higher.  
| 
|   Since I have and Intel-815 chipset, is XFree86 the right
|   thing is have linked as X?
| 
|   0 lrwxr-xr-x  1 root  wheel7 Feb  9 16:11 X - XFree86
| 992 -rwxr-xr-x  1 root  wheel   999640 Nov  9  2000 XF86Setup
| 3408 -rwxr-xr-x  1 root  wheel  3478246 Nov  9  2000 XF86_SVGA
| 2008 -rwxr-xr-x  1 root  wheel  2047435 Nov  9  2000 XF86_VGA16
| 1520 -rwxr-xr-x  1 root  wheel  1543284 Feb  9 16:11 XFree86
| 
|   xvidtune dies with:
| 
| Xlib:  extension XFree86-VidModeExtension missing on display :0.0.
| Unable to query video extension version
| 
|   with or without that line commented in my /etc/XF86Config.
| 
|   Clues, people?
| 
|   tia,
| 
|   gary
| 
| 
| - -- 
|Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix
| 
| --

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Need help formatting HDD

2003-02-18 Thread Shantanu Mahajan
+++ . Saevio . [freebsd] [16-02-03 23:21 -0800]:
| Date: Sun, 16 Feb 2003 23:21:17 -0800
| From: . Saevio . [EMAIL PROTECTED]
| Subject: Need help formatting HDD
| 
| Hi All,
| 
| Sorry to write a F-BSD list with this, but i figured you would know.
| I have a IBM Deskstar 30gb, with FreeBSD 4.x on it, and i need to remove it 
| so i can install the HDD in a friends system. However after trying with 
| format.com and fdisk.exe it wont even recognize the partition.
| 
| How do i remove it? anything would be appreciated.
| 
| Thanks,
| 
| ..brian..
| 
| =III_.~^*,=,*^~13-._':'_.-*MMII*-._':'_.-13~^*,=,*^~._III=
| 
|  For whom ever fights monsters should see to it that in the
|   process he does not become a monster. For when you stare
|   into the abyss, the abyss also stares into you. 
| - -Friedrich Nietzsche
| 
|  ohweeoh ohweeoh ohweeoh ohweeoh ohweeoh ohweeeoo
|   when i got the music, well i got a place to go
|   ohweeoh ohweeoh ohweeoh ohweeoh ohweeoh ohweeeoo 
| - -Tim Armstrong
| 
| =III_.~^*,=,*^~13-._':'_.-*MMI*-._':'_.-13~^*,=,*^~._III=
| 
| 
| 
| 
| 
| _
| STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
| http://join.msn.com/?page=features/junkmail
| 
| --

search for ranish partition manager.
earlier site http://come.to/ranish
dunno current site. maybe www.ranish.com/part.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: X problems on i810 | AddScreen/ScreenInit failed

2003-02-12 Thread Shantanu Mahajan
In Device section, try using 
Driver i810
(rt. now u r using vga)

If still it doesn't work, I can send you the working XF86Config
offlist.

Regards,
Shantanu

+++ Darren Spruell [11-02-03 08:03 -0700]:
| Date: Tue, 11 Feb 2003 08:03:39 -0700
| From: Darren Spruell [EMAIL PROTECTED]
| User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
| To: Shantanu Mahajan [EMAIL PROTECTED]
| CC: [EMAIL PROTECTED]
| Subject: Re: X problems on i810 | AddScreen/ScreenInit failed
| 
| 
| 
| Shantanu Mahajan wrote:
| in which file you have made changes? from the logs, you are using
| ./XF86Config.new
| Make changes in that file. 
| 
| Regards,
| Shantanu
| 
| That is the file I am changing and testing (/root/XF86Config.new).
| 
| 
| +++ Darren Spruell [10-02-03 13:28 -0700]:
| | Date: Mon, 10 Feb 2003 13:28:42 -0700
| | From: Darren Spruell [EMAIL PROTECTED]
| | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) 
| Gecko/20020826
| | To: Shantanu Mahajan [EMAIL PROTECTED]
| | CC: [EMAIL PROTECTED]
| | Subject: Re: X problems on i810 | AddScreen/ScreenInit failed
| | 
| | Shantanu Mahajan wrote:
| | try adding following lines 
| | 
| | in Device section
| |   Option NoDDC
| | 
| | in Monitor section
| |   Option DPMS
| | 
| | Regards,
| | Shantanu
| | 
| | Added as suggested. Relevant sections now read:
| | 
| | Section Monitor
| | Identifier   Monitor0
| | Option   DPMS
| | VendorName   Gateway
| | ModelNameEV700
| | HorizSync30 - 69
| | VertRefresh  50 - 110
| | EndSection
| | 
| | Section Device
| | ### Available Driver options are:-
| | ### Values: i: integer, f: float, bool: True/False,
| | ### string: String, freq: f Hz/kHz/MHz
| | ### [arg]: arg optional
| | #Option ShadowFB  # [bool]
| | #Option VGAClocks # [bool]
| | Option  NoDDC
| | Identifier  Card0
| | Driver  vga
| | VendorName  Intel
| | BoardName   i810-dc100
| | BusID   PCI:0:1:0
| | EndSection
| | 
| | 
| | 
| | 
| | 
| | +++ Darren Spruell [freebsd] [10-02-03 11:07 -0700]:
| | | Date: Mon, 10 Feb 2003 11:07:22 -0700
| | | From: Darren Spruell [EMAIL PROTECTED]
| | | Subject: X problems on i810 | AddScreen/ScreenInit failed
| | | 
| | | Greetz,
| | | 
| | | I'm trying to configure v4.7 to run X but am having a hard time 
| getting | | the server to start.
| | | 
| | | I've followed the config instructions at 
| | | 
| http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html | 
| | by doing the following steps:
| | | 
| | | Run XFree86 -configure
| | | to create the default XF86Config.new
| | | Run XFree86 -xf86config ./XF86Config.new
| | | to ensure that it works w/my hardware
| | | Edit it to taste, to change specifics for HorizSync, VertRefresh, and
| | | the Display subsection under Screen.
| | | 
| | | However, running 'XFree86 -xf86config ./XF86Config.new' after 
| changing | | my config does not work. The output error is:
| | | 
| | | ==
| | | (==) VGA(0): Write-combining range (0xa,0x1) was already clear
| | | 
| | | Fatal server error:
| | | AddScreen/ScreenInit failed for driver 0
| | | ==
| | | 
| | | I followed through the part in the Advanced Configuration section 
| about | | adding in support for agpgart and created the device node and 
| added the | | following to /boot/loader.conf:
| | | agp_load=YES
| | | 
| | | dmesg now shows:
| | | Preloaded elf module agp.ko at 0xc051a09c.
| | | agp0: Intel 82810-DC100 (i810-DC100 GMCH) SVGA controller mem 
| | | 0xffa8-0xffaf,0xf800-0xfbff irq 11 at device 1.0 on 
| pci0
| | | 
| | | Here is the current XF86Config.new (non-working). The Monitor section 
| | | was taken from a specs page on the Monitor (Gateway EV700). Full 
| dmesg | | included below this:
| | | 
| | | Section ServerLayout
| | |  Identifier XFree86 Configured
| | |  Screen  0  Screen0 0 0
| | |  InputDeviceMouse0 CorePointer
| | |  InputDeviceKeyboard0 CoreKeyboard
| | | EndSection
| | | 
| | | Section Files
| | |  RgbPath  /usr/X11R6/lib/X11/rgb
| | |  ModulePath   /usr/X11R6/lib/modules
| | |  FontPath /usr/X11R6/lib/X11/fonts/misc/
| | |  FontPath /usr/X11R6/lib/X11/fonts/Speedo/
| | |  FontPath /usr/X11R6/lib/X11/fonts/Type1/
| | |  FontPath /usr/X11R6/lib/X11/fonts/75dpi/
| | |  FontPath /usr/X11R6/lib/X11/fonts/100dpi/
| | | EndSection
| | | 
| | | Section Module
| | |  Load  dbe
| | |  Load  dri
| | |  Load  extmod
| | |  Load  glx
| | |  Load  pex5
| | |  Load  record
| | |  Load  xie

Re: X problems on i810 | AddScreen/ScreenInit failed

2003-02-11 Thread Shantanu Mahajan
in which file you have made changes? from the logs, you are using
./XF86Config.new
Make changes in that file. 

Regards,
Shantanu

+++ Darren Spruell [10-02-03 13:28 -0700]:
| Date: Mon, 10 Feb 2003 13:28:42 -0700
| From: Darren Spruell [EMAIL PROTECTED]
| User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
| To: Shantanu Mahajan [EMAIL PROTECTED]
| CC: [EMAIL PROTECTED]
| Subject: Re: X problems on i810 | AddScreen/ScreenInit failed
| 
| Shantanu Mahajan wrote:
| try adding following lines 
| 
| in Device section
|  Option NoDDC
| 
| in Monitor section
|  Option DPMS
| 
| Regards,
| Shantanu
| 
| Added as suggested. Relevant sections now read:
| 
| Section Monitor
| Identifier   Monitor0
| Option   DPMS
| VendorName   Gateway
| ModelNameEV700
| HorizSync30 - 69
| VertRefresh  50 - 110
| EndSection
| 
| Section Device
| ### Available Driver options are:-
| ### Values: i: integer, f: float, bool: True/False,
| ### string: String, freq: f Hz/kHz/MHz
| ### [arg]: arg optional
| #Option ShadowFB  # [bool]
| #Option VGAClocks # [bool]
| Option  NoDDC
| Identifier  Card0
| Driver  vga
| VendorName  Intel
| BoardName   i810-dc100
| BusID   PCI:0:1:0
| EndSection
| 
| 
| 
| Still the same error occurs.  Here is the full output of the 
| /var/log/XFree86.0.log for this attempt:
| 
| 
| 
| XFree86 Version 4.2.1 / X Window System
| (protocol Version 11, revision 0, vendor release 6600)
| Release Date: 3 September 2002
| If the server is older than 6-12 months, or if your card is
| newer than the above date, look for a newer version before
| reporting problems.  (See http://www.XFree86.Org/)
| Build Operating System: FreeBSD 5.0-CURRENT i386 [ELF]
| Module Loader present
| Markers: (--) probed, (**) from config file, (==) default setting,
|  (++) from command line, (!!) notice, (II) informational,
|  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
| (==) Log file: /var/log/XFree86.0.log, Time: Mon Feb 10 14:23:18 2003
| (++) Using config file: ./XF86Config.new
| (==) ServerLayout XFree86 Configured
| (**) |--Screen Screen0 (0)
| (**) |   |--Monitor Monitor0
| (**) |   |--Device Card0
| (**) |--Input Device Mouse0
| (**) |--Input Device Keyboard0
| (==) Keyboard: CustomKeycode disabled
| (**) FontPath set to 
| 
|/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts
| /75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
| (**) RgbPath set to /usr/X11R6/lib/X11/rgb
| (**) ModulePath set to /usr/X11R6/lib/modules
| (--) Using syscons driver with X support (version 2.0)
| (--) using VT number 9
| 
| (II) Module ABI versions:
| XFree86 ANSI C Emulation: 0.1
| XFree86 Video Driver: 0.5
| XFree86 XInput driver : 0.3
| XFree86 Server Extension : 0.1
| XFree86 Font Renderer : 0.3
| (II) Loader running on freebsd
| (II) LoadModule: bitmap
| (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
| (II) Module bitmap: vendor=The XFree86 Project
| compiled for 4.2.1, module version = 1.0.0
| Module class: XFree86 Font Renderer
| ABI class: XFree86 Font Renderer, version 0.3
| (II) Loading font Bitmap
| (II) LoadModule: pcidata
| (II) Loading /usr/X11R6/lib/modules/libpcidata.a
| (II) Module pcidata: vendor=The XFree86 Project
| compiled for 4.2.1, module version = 0.1.0
| ABI class: XFree86 Video Driver, version 0.5
| (II) PCI: Probing config type using method 1
| (II) PCI: Config type is 1
| (II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
| (II) PCI: PCI scan (all values are in hex)
| (II) PCI: 00:00:0: chip 8086,7122 card , rev 03 class 06,00,00 
| hdr 00
| (II) PCI: 00:01:0: chip 8086,7123 card 8086,5355 rev 03 class 03,00,00 
| hdr 00
| (II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 
| hdr 01
| (II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 
| hdr 80
| (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 
| hdr 00
| (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 
| hdr 00
| (II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 
| hdr 00
| (II) PCI: 00:1f:5: chip 8086,2415 card 8086,5355 rev 02 class 04,01,00 
| hdr 00
| (II) PCI: 01:01:0: chip 8086,1229 card 8086,3002 rev 08 class 02,00,00 
| hdr 00
| (II) PCI: End of PCI scan
| (II) LoadModule: scanpci
| (II) Loading /usr/X11R6/lib/modules/libscanpci.a
| (II) Module scanpci: vendor=The XFree86 Project
| compiled for 4.2.1, module version = 0.1.0
| ABI class: XFree86 Video Driver, version 0.5
| (II) UnloadModule: scanpci
| (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
| (II) Host-to-PCI bridge

Re: X problems on i810 | AddScreen/ScreenInit failed

2003-02-10 Thread Shantanu Mahajan
try adding following lines 

in Device section
Option NoDDC

in Monitor section
Option DPMS

Regards,
Shantanu

+++ Darren Spruell [freebsd] [10-02-03 11:07 -0700]:
| Date: Mon, 10 Feb 2003 11:07:22 -0700
| From: Darren Spruell [EMAIL PROTECTED]
| Subject: X problems on i810 | AddScreen/ScreenInit failed
| 
| Greetz,
| 
| I'm trying to configure v4.7 to run X but am having a hard time getting 
| the server to start.
| 
| I've followed the config instructions at 
| http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html 
| by doing the following steps:
| 
| Run XFree86 -configure
|   to create the default XF86Config.new
| Run XFree86 -xf86config ./XF86Config.new
|   to ensure that it works w/my hardware
| Edit it to taste, to change specifics for HorizSync, VertRefresh, and
|   the Display subsection under Screen.
| 
| However, running 'XFree86 -xf86config ./XF86Config.new' after changing 
| my config does not work. The output error is:
| 
| ==
| (==) VGA(0): Write-combining range (0xa,0x1) was already clear
| 
| Fatal server error:
| AddScreen/ScreenInit failed for driver 0
| ==
| 
| I followed through the part in the Advanced Configuration section about 
| adding in support for agpgart and created the device node and added the 
| following to /boot/loader.conf:
| agp_load=YES
| 
| dmesg now shows:
| Preloaded elf module agp.ko at 0xc051a09c.
| agp0: Intel 82810-DC100 (i810-DC100 GMCH) SVGA controller mem 
| 0xffa8-0xffaf,0xf800-0xfbff irq 11 at device 1.0 on pci0
| 
| Here is the current XF86Config.new (non-working). The Monitor section 
| was taken from a specs page on the Monitor (Gateway EV700). Full dmesg 
| included below this:
| 
| Section ServerLayout
|  Identifier XFree86 Configured
|  Screen  0  Screen0 0 0
|  InputDeviceMouse0 CorePointer
|  InputDeviceKeyboard0 CoreKeyboard
| EndSection
| 
| Section Files
|  RgbPath  /usr/X11R6/lib/X11/rgb
|  ModulePath   /usr/X11R6/lib/modules
|  FontPath /usr/X11R6/lib/X11/fonts/misc/
|  FontPath /usr/X11R6/lib/X11/fonts/Speedo/
|  FontPath /usr/X11R6/lib/X11/fonts/Type1/
|  FontPath /usr/X11R6/lib/X11/fonts/75dpi/
|  FontPath /usr/X11R6/lib/X11/fonts/100dpi/
| EndSection
| 
| Section Module
|  Load  dbe
|  Load  dri
|  Load  extmod
|  Load  glx
|  Load  pex5
|  Load  record
|  Load  xie
|  Load  xtrap
|  Load  speedo
|  Load  type1
| EndSection
| 
| Section InputDevice
|  Identifier  Keyboard0
|  Driver  keyboard
| EndSection
| 
| Section InputDevice
|  Identifier  Mouse0
|  Driver  mouse
|  Option  Protocol MouseSystems
|  Option  Device /dev/sysmouse
| EndSection
| 
| Section Monitor
|  Identifier   Monitor0
|  VendorName   Gateway
|  ModelNameEV700
|  HorizSync30 - 69
|  VertRefresh  50 - 110
| EndSection
| 
| Section Device
|  ### Available Driver options are:-
|  ### Values: i: integer, f: float, bool: True/False,
|  ### string: String, freq: f Hz/kHz/MHz
|  ### [arg]: arg optional
|  #Option ShadowFB  # [bool]
|  #Option VGAClocks # [bool]
|  Identifier  Card0
|  Driver  vga
|  VendorName  Intel
|  BoardName   i810-dc100
|  BusID   PCI:0:1:0
| EndSection
| 
| Section Screen
|  Identifier Screen0
|  Device Card0
|  MonitorMonitor0
|  DefaultDepth  16
|  SubSection Display
|  Depth 16
|  Modes 1024x768
|  EndSubSection
| EndSection
| 
| Copyright (c) 1992-2002 The FreeBSD Project.
| Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
|  The Regents of the University of California. All rights reserved.
| FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 2002
|  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
| Timecounter i8254  frequency 1193182 Hz
| CPU: Pentium III/Pentium III Xeon/Celeron (697.88-MHz 686-class CPU)
|Origin = GenuineIntel  Id = 0x686  Stepping = 6
|  
| 
|Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
| real memory  = 267124736 (260864K bytes)
| avail memory = 254693376 (248724K bytes)
| Preloaded elf kernel kernel at 0xc051a000.
| Preloaded elf module agp.ko at 0xc051a09c.
| Pentium Pro MTRR support enabled
| md0: Malloc disk
| Using $PIR table, 11 entries at 0xc00f35a0
| npx0: math processor on motherboard
| npx0: INT 16 interface
| pcib0: Intel 82810-DC100 (i810-DC100 GMCH) Host To Hub bridge on 
| 

Re: sendmail configuration - how to route all mail through my ISP

2003-01-26 Thread Shantanu Mahajan
+++ Lorin Lund [freebsd] [26-01-03 10:37 -0700]:
| Date: Sun, 26 Jan 2003 10:37:13 -0700
| From: Lorin Lund [EMAIL PROTECTED]
| Subject: sendmail configuration - how to route all mail through my ISP
| 
| I have v 4.7 of FreeBSD.
| 
| I have a static IP and a domain but I can't send e-mail out directly
| because my ISP blocks it.  I need to send all my e-mail out through my
| ISP.  How do I tell sendmail to route all my mail out through my ISP's
| mail server?
| 
| --
plz. search the mailing archive.  this ques. is discuss quite freq.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: cannot access USB CD drive

2003-01-23 Thread Shantanu Mahajan
+++ Richard [freebsd] [23-01-03 12:21 -]:
| Date: Thu, 23 Jan 2003 12:21:37 -
| From: Richard [EMAIL PROTECTED]
| Subject: cannot access USB CD drive
| 
| hi
| 
| i am having problems accessing a usb cd writer, i have the following kernel
| options configured:
| 
| devicescbus
| deviceda
| devicepass
| devicesa
| deviceusb
| device umass
| 
| here is what i get in dmesg:
| 
| umass0:  Freecom USB-2 drive, addr 2
| pass0 at umass-sim0 bus 0 target 0 lun 0
| pass0:   RW---   Removable CD-ROM SCSI-0 device
| pass0:  650kb/s transfers
| 
| 
| 
| and that is all. it doesn't seem to assign the cd drive to a device i can
| access. can anyone help?
| 
| --
/dev/da0?

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Local IPs and Subnets

2003-01-21 Thread Shantanu Mahajan
+++ Grant Peel [freebsd] [19-01-03 16:24 -0500]:
| Hi all,
| 
| I have three servers.
| 
| Each server has two NICs.
| 
| One NIC on each server (fxp0) will be used for the Internet, and I have a
| seperate switch and the IPs Subnets etc from the ISP so all is well.
| 
| The other NIC on each machine will be used to connect to a seperate switch
| to LAN them together. (fxp1). I am still baffled by calculating subnets.
| 
| My question is simple. What subnet and broadcast IP should I use when I set
| the IP on each NIC to 192.168.0.1 , 2 , 3 ?
| 
check out RFC1918. you can find it on
www.rfc-editor.org
or
www.faqs.org

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



error in ipv6.html of handbook(?)

2003-01-21 Thread Shantanu Mahajan
(Plz. let me know if this is wrong list to ask this ques.)

Following is the part from handbook/ipv6.html

-- BEGIN 
19.14.2 Reading IPv6 Addresses


The canonical form is represented as: x:x:x:x:x:x:x:x, each
``x'' being a 16 Bit hex value. For example
FEBC:A574:382B:23C1:AA49:4592:4EFE:9982


Often an address will have long substrings of all zeros
therefore each such substring can be abbreviated by ``::''.
For example fe80::1 corresponds to the canonical form
fe80:::::::0001


A third form is to write the last 32 Bit part in the well known (decimal) IPv4 style 
with dots ``.'' as separators.
For example 2002::10.0.0.1 corresponds to the (hexadecimal) canonical representation
^^
2002::::::000a:0001 which in turn is equivalent to writing
^^^
 2002::a:1



By now the reader should be able to understand the
following:


# ifconfig


rl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500 
 inet 10.0.0.10 netmask 0xff00 broadcast 10.0.0.255
 inet6 fe80::200:21ff:fe03:8e1%rl0 prefixlen 64 scopeid 0x1
 ether 00:00:21:03:08:e1
 media: Ethernet autoselect (100baseTX )
 status: active


fe80::200:21ff:fe03:8e1%rl0 is an auto configured link-local
address. It includes the enscrambled Ethernet MAC as part of
the auto configuration.

For further information on the structure of IPv6 addresses
see RFC2373

- END 

As far as I can understand,
2002:10.0.0.1 should be 2002::::::0a00:0001
i.e. 2002::a00:1 and not 2002::a:1
   ^^^ ^
Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: newbie mail help

2003-01-19 Thread Shantanu Mahajan
+++ Gary Schenk [freebsd] [17-01-03 22:28 -0800]:
| I've been installing FreeBSD on my home desktop. A little each day I spend
| configuring. I've worked out most things with books and man pages. I am
| connected to the internet by cable modem. Links worked perfectly right away.
| Where I am failing is setting up my email. I am not trying to be a mail
| server, just get and send mail through my ISP. The documentation seems to be
| geared to mail servers. This is really confusing me. Can someone point me in
| the right direction for help on email? Just a nudge in the right direction
| would be most helpful.
| 
| I apologize for posting with OE.
| 
| Thanks!
| 
# cd /etc/mail
# make
# vi `hostname`.mc

now change the line 
dnl define(`SMART_HOST', `your.isp.mail.server')
to
define(`SMART_HOST', `your.isp.mail.server')

(don't fotget to _replace_ *your.isp.mail.server*)
then
# make
# killall -HUP sendmail

That's all. :-)

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Epson LQ 550

2003-01-17 Thread Shantanu Mahajan
+++ Blanka Neuhauserova [freebsd] [15-01-03 23:03 +0100]:
| Has anyone managed to print anything but plain text on Epson LQ 550?
| All I could find is the IBM Omni driver, and that seems to be Linux-only.
| 
| I've replaced my mother's w98 installation with FreeBSD-4.7/KDE-3.0.3
| and this is one of three last things she keeps bitching about.
| 
| TIA  HAND,
| 
| Roman Neuhauser
| 
| --
/usr/ports/print/apsfilter?

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg15802/pgp0.pgp
Description: PGP signature


Re: Older versions

2003-01-09 Thread Shantanu Mahajan
+++ Nathan Kinkade [freebsd] [07-01-03 14:54 -0800]:
| - --ZfOjI3PrQbgiZnxM
| Content-Type: text/plain; charset=us-ascii
| Content-Disposition: inline
| Content-Transfer-Encoding: quoted-printable
| 
| On Tue, Jan 07, 2003 at 02:30:57PM -0700, [EMAIL PROTECTED] wrote:
|  I have a VERY, VERY old laptop (1.9 Megs of memory IBM), and I was=20
|  wondering if I could get FreeBSD 1 for it. If so, where? Thanks!=20
| =20
|  lattera
| =20
|  To Unsubscribe: send mail to [EMAIL PROTECTED]
|  with unsubscribe freebsd-questions in the body of the message
| 
| What type of processor does it have?  1.9MB of RAM is not very much.
| Even PicoBSD, the single floppy version of FreeBSD, would like to have
| 8MB of memory.  I have serious doubts that you will be able to get
| virtually anything to run in 1.9MB of memory.  I could be wrong, and if
| someone knows of a tiny OS that will run under these conditions I'd be
| curious to know about it.  I have recently been looking around at some
| tiny Linux installations, but even those absolutely require at least 4MB
| of memory.
| 
| Nathan
| 
maybe any version of DOS?

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg14866/pgp0.pgp
Description: PGP signature


Re: forcefully killing login and changing the shell [was: ]

2002-12-31 Thread Shantanu Mahajan
+++ shen chao [freebsd] [30-12-02 19:43 +0800]:
| Hi:
| 
| 1.Can you tell me how to log off the user who had logged in manually.

check out the port ports/sysutils/Slay

| 2.how to add a Tab-reminding function for a new user.I want to change his  
| shell .
chsh user as root for changing user shell

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13797/pgp0.pgp
Description: PGP signature


Re: interactive fdisk

2002-12-31 Thread Shantanu Mahajan
+++ Norbert Koch [freebsd] [30-12-02 08:58 +0100]:
| | # mount /dev/da1s1e /1 # Mount the partition(s)
| | # vi /etc/fstab # Add the appropriate entry/entries to your /etc/fstab.
| | 
| | If you have an IDE disk, substitute ad for da. On pre-4.X systems use wd.
   ^^^  ^

IDE = ad
SCSI = da

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kde mixer

2002-12-29 Thread Shantanu Mahajan
+++ Dale Morris [freebsd] [28-12-02 14:59 -0800]:
| * Anish Mistry [EMAIL PROTECTED] [2002-12-28 14:11]:
|  On Saturday 28 December 2002 02:44 pm, Dale Morris wrote:
|   I'm in the process of setting up 4.7 after being away from FreeBSD for a
|   while. I'm having trouble with kmix
|  try running kmix from an xterm window and see what error message(s) you get.
| It works fine from xterm, it's just when I select mixer from the kde
| panel that it doesn't work. ?? Guess I need reconfigure the menu or ?
| 
| thanks for your reply
| dale
|  -- 
|  Anish Mistry
| 
| --
look for the speaker icon at right bottom corner of
your desktop (cyan colored). right click on it and press
restore.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13584/pgp0.pgp
Description: PGP signature


Re: dos2unix? rmcr?

2002-12-29 Thread Shantanu Mahajan
+++ Chris P [freebsd] [28-12-02 22:54 -0800]:
| Hello,
|   Anyone know of any similar commands that will strip out the DOS
| control-M's that show up in files?  dos2unix in solaris... rmcr in SCO..
| how about FreeBSD?
| 
| 
| Thanks..
| 
| C.
| 
| --

col -bx  dosfile  unixfile

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13585/pgp0.pgp
Description: PGP signature


Re: cannot connect to an ISP with ppp

2002-12-27 Thread Shantanu Mahajan
+++ Juha Erkkila [freebsd] [27-12-02 11:03 +0200]:
| On Thu, Dec 19, 2002 at 09:56:40AM -0600, Shane Kinney wrote:
|  I'm certainly no expert on ppp, however, it seems that your going to
|  want to add a dns entry to the /etc/resolv.conf file.  Talk to your ISP
|  and find out what you need to use for a dns server, then add the
|  information like this:
|  
|  nameserver 201.101.101.101
|  
|  Or whatever they give you for an IP address.  Don't know if that will
|  solve all of your problems but it will help eventually :)
| 
| well, my ISP does support giving out DNS server addresses if it is
| asked to, and i did `enable dns' in /etc/ppp/ppp.conf, so i think
| i shouldn't need to put anything to /etc/resolv.conf.  i tried out
| putting some nameserver addresses there (asking my ISP), but no, it
| didn't work out :-(  i think i should talk to some guys there and
| see if they can help me out.  thanks for your help anyway
| 
why not run named, as a caching local server? Only
few steps to turn it on.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13423/pgp0.pgp
Description: PGP signature


Re: POP3 with Web Interface Email Application

2002-12-27 Thread Shantanu Mahajan
+++ Daniel Bye [freebsd] [27-12-02 12:02 +]:
| On Fri, Dec 27, 2002 at 03:18:41PM +0400, Fawaz wrote:
|  Hello everyone,
|  
|  We are a small company, and we have a POP3 Email server that is running by
|  iPlanet. I need to to build a web interface so I can check the email by a
|  browser. Since that iPlanet thing was provided by some 3rd party company,
|  which is not able to setup an application that fits our need, I thought of
|  building a server, and installing some application on that server to pull
|  the messages from the POP3 account, and publish it by Apache -as an example.
|  Any idea? Thanking you in advance
| 
| SquirrelMail in the ports may be just what you're looking for.  Provided
| you can pull the mail off the iPlanet box and deliver it to the correct
| mailboxes on your server, then it should work just fine.

does squirrelmail use POP3? AFAIK, it uses IMAP. 

--
# make search key=squirrelmail
Port:   squirrelmail-1.2.8
Path:   /usr/ports/mail/squirrelmail
Info:   A webmail system which accesses mail over IMAP
Maint:  [EMAIL PROTECTED]
Index:  mail www
B-deps:
R-deps: apache-1.3.27 mod_php4-4.2.3 mysql-client-3.23.52
---

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13424/pgp0.pgp
Description: PGP signature


Re: Another GUI for browsing Windoze?

2002-12-27 Thread Shantanu Mahajan
+++ Mark-Nathaniel Weisman [freebsd] [26-12-02 23:46 -0900]:
| I've tried to install LinNeighborhood a dozen times now with different
| versions, and it just won't install. However, I need to be able to
| browse windoze boxes like I could in LinNeighborhood. Anyone have a port
| of that, or know where to get something like it.=20
| 
| It keeps giving me an error about my gtk-config file, saying it can't
| find an exit. I've got gtk-1.2.10_8 installed, and the config file is
| where it should be. All looks OK. Don't understand, but I need to see my
| network, any help?
| 
| His Faithful Servant,
| Mark
| 
| --

1) konqueror
2) in kde 3.0
k--Preferences--Windows Share

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13425/pgp0.pgp
Description: PGP signature


Re: POP3 with Web Interface Email Application

2002-12-27 Thread Shantanu Mahajan
+++ Fawaz [freebsd] [27-12-02 15:18 +0400]:
| Hello everyone,
| 
| We are a small company, and we have a POP3 Email server that is running by
| iPlanet. I need to to build a web interface so I can check the email by a
| browser. Since that iPlanet thing was provided by some 3rd party company,
| which is not able to setup an application that fits our need, I thought of
| building a server, and installing some application on that server to pull
| the messages from the POP3 account, and publish it by Apache -as an example.
| Any idea? Thanking you in advance
| 
| --
check out ports/mail/openwebmail port.

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13426/pgp0.pgp
Description: PGP signature


Re: dvix/avi player [was: Missing ports?]

2002-12-25 Thread Shantanu Mahajan
+++ [EMAIL PROTECTED] [freebsd] [21/12/02 21:41 +0100]:
| Hi all
| 
| What is the problem and can you recommend another divx/avi player? (I use=
| 
| FreeBSD 4.7 with gnome).
| 
| br
| socketd
| 
| --
did you try mplayer? you can find it in
/usr/ports/graphics/mplayer.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13234/pgp0.pgp
Description: PGP signature


Re: make iso.1 bootable image problem

2002-12-25 Thread Shantanu Mahajan
+++ Happy Clown [freebsd] [24/12/02 00:33 +]:
| Then
|   chroot /usr/release
|   cd /usr/src/release
|   make iso.1
| 
| This also went through ok.
| 
| My problem is... the ISO images created don't appear to be bootable. At 
| least they're not recognised as such by the burning software I'm using 
| (Nero... OK, I'm burning them on a windows machine :-/ that's where the 
| burner is).
| 
| Am I missing any options with the make iso.1 command or any other steps to 
| make these ISO images bootable? Any helpful suggestions from anyone?
| 

What do you mean by don't appear to be bootable?
Did you burn it and then found out that its not bootable?
After going through /usr/src/release/Makefile, I realize
that the image created is bootable. Why don't you burn it
and test?

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13235/pgp0.pgp
Description: PGP signature


Re: XFree86 4.2.1 Signal 11 on start

2002-12-25 Thread Shantanu Mahajan
+++ Paul A. Scott [freebsd] [25/12/02 09:07 -0800]:
| The XFree86 package delivered with the 4.7-RELEASE of FreeBSD fails on
| signal 11 at startup. Building XFree86-4 from ports gets the same results.
| However the XFree86 3.3.6 port works fine.
| 
| Can anyone, PLEASE help me fix this problem. I have been unable to run
| XFree86 since version 4. I've tried to rebuild with debugging symbols so I
| can find the location of the failure, but without success.
| 
| Log follows.
| 
| Thanks,
| Paul
|  
check out detailed info about signal 11
http://www.BitWizard.nl/sig11/

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13246/pgp0.pgp
Description: PGP signature


Re: Argument list too long: limitation in grep? bash? FreeBSD?

2002-12-25 Thread Shantanu Mahajan
+++ Bill Moran [freebsd] [24/12/02 17:25 -0500]:
| Anyway, I'm trying to find the docs on some features that
| the www.php.net's search isn't really helping on (searching
| for __FILE__ doesn't search for __FILE__ ... it searches for
| file, and there's too many results) so I try:
| grep __FILE__ *.html
| and I get the error:
| - -bash: /usr/bin/grep: Argument list too long
| Is this a shortcoming of bash, grep or FreeBSD?  I'm assuming
| it's not grep, as the command:
| find . -name *.html -print | xargs grep __FILE__
| yeilds:
| - -bash: /usr/bin/find: Argument list too long

try this one

find . -iname *.html -exec grep __FILE__ {} \;

or maybe you can use locate

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



How to find the capacity of CD?

2002-12-24 Thread Shantanu Mahajan
Hi!
Is there any way to find out the capacity of blank
CD before buring?

Regards,
Shantanu
-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Linneighbourhood [was: About Evolution]

2002-12-23 Thread Shantanu Mahajan
+++ Mark-Nathaniel Weisman [freebsd] [21/12/02 20:33 -0900]:
| Hey all,
|   Does anyone know if there is a ported copy of Evolution for FreeBSD? =
| Or LinNeighborHood? I need both of those apps to work, and I get tons of =
| errors with both of these apps when I try to install them under FreeBSD =
| v4.5 with KDE. Any help?
| 
|   His Servant,=20
|   Mark Weisman
| 
| --
In konqueror try
smb://machine/shared_directory

(plz. check the exact syntax.)

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13056/pgp0.pgp
Description: PGP signature


Re: Dual booting FreeBSD 4.7 and Windows XP

2002-12-18 Thread Shantanu Mahajan
+++ Christopher Rosado [freebsd] [17/12/02 14:18 -0700]:
| 
| On Tue, 17 Dec 2002 02:25:13 +0530
| Shantanu Mahajan [EMAIL PROTECTED] wrote:
| 
| SM  why not try www.xosl.org?
| 
| XOSL wants a DOS drive to live on, so if he's using NTFS, he can't use XOSL.
| 
| - - -- 
| Christopher Rosado

Hmmm..Thats perfectly right. One dirty way can be install XOSL on FAT/FAT32
drive and then convert it to NTFS. XOSL don't need the stored info (AFAIK). 
Or XOSL can be installed on dedicated partition. The one which is generally
unallocated at the end. (around 7 MB)

Regards,
Shantanu

-- 
# ls /usr/lib/common sense
ls: /usr/lib/common sense: No such file or directory




msg12576/pgp0.pgp
Description: PGP signature


Re: nfs help plz

2002-12-16 Thread Shantanu Mahajan
+++ RD [freebsd] [14/12/02 22:02 -0500]:
| hi guys ,
| i'm trying to make one of my boxes a file server, ftp server, and mysql
| 
| i'm running apache on box #2...
| 
| now i need to mount my users dir on box 2 from box 1
| 
| i can't seem to make it work from freebsd handbook.
| 
| any step by step links?
| tx
| RD
| 
| --
First take care that both boxes have a a user with same name and uid. And try 
to share it. Hope this will solve your prob. as I faced the similar one when I tried 
to use nfs.

Regards,
Shantanu

-- 
# ls /usr/lib/common sense
ls: /usr/lib/common sense: No such file or directory




msg12223/pgp0.pgp
Description: PGP signature


Re: Clone FreeBSD Partition

2002-12-14 Thread Shantanu Mahajan
Someone on the list earlier suggest the following link
http://www.feyrer.de/g4u/

Regards,
Shantanu

+++ Muller Petr [freebsd] [13/12/02 11:44 +0100]:
| Hi, 
| Is there any tool for cloning FreeBSD partiton with support fot FreeBSD file
| system, something like Symantec Ghost or DriveImage? Ghost and DriveImage
| have only sector by sector cloning for Unix system, but I need something
| better.
| Thanks for your help
| 
| Petr Muller
| [EMAIL PROTECTED]
| 
| --

-- 
# ls /usr/lib/common sense
ls: /usr/lib/common sense: No such file or directory




msg12066/pgp0.pgp
Description: PGP signature


Re: rewriting with sendmail...

2002-12-14 Thread Shantanu Mahajan
Try the .mc file for creating your .cf file. In .mc file there is option

MASQUERADE_AS(`')
MASQUERADE_DOAMIN(`')

Regards,
Shantanu

+++ Gary D Kline [freebsd] [13/12/02 11:38 -0800]:
|   Can anybody clue me in on how-to tweak /etc/mail/sendmail.cf
|   to change my address from tao.thought.org to simply
|   thought.org?
| 
|   Some mail I send from this host ('tao') bounces instantly
|   because the remote site sees my private IP.
| 
|   Clues or ideas?
| 
|   gary
| 
| 
| - -- 
|Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix
| 
| --

-- 
# ls /usr/lib/common sense
ls: /usr/lib/common sense: No such file or directory




msg12067/pgp0.pgp
Description: PGP signature