Re: Can't adduser using FreeBSD 7.0 (amd64)

2008-09-12 Thread Subhro
Oops it should be pwd_mkdb instead of pw_mkdb

so pwd_mkdb -p /etc/master.passwd

Cheers again!!
Subhro

On Fri, Sep 12, 2008 at 2:52 PM, Subhro <[EMAIL PROTECTED]> wrote:
> pw_mkdb -p /etc/master.passwd
>
> Cheers!
> Subhro
>
> On Fri, Sep 12, 2008 at 2:09 PM, Froilan Romualdo <[EMAIL PROTECTED]> wrote:
>> Here's my uname -a:
>>
>> FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb
>> 24 10:35:36 UTC 2008
>> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>> amd64
>>
>> Error upon running adduser:
>>
>> pwd_mkdb: 14 uid is incorrect
>> pwd_mkdb: /etc/master.passwd: Inappropiate file type or format
>> pw: user 'froilanr' disappeared during update
>> adduser: ERROR: There was an error adding user (froilanr).
>>
>> NOTE: I already read the FreeBSD handbook and google search the problem, but
>> I can't see a solution.
>>
>> Thank you in advance.
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't adduser using FreeBSD 7.0 (amd64)

2008-09-12 Thread Subhro
pw_mkdb -p /etc/master.passwd

Cheers!
Subhro

On Fri, Sep 12, 2008 at 2:09 PM, Froilan Romualdo <[EMAIL PROTECTED]> wrote:
> Here's my uname -a:
>
> FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb
> 24 10:35:36 UTC 2008
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
> amd64
>
> Error upon running adduser:
>
> pwd_mkdb: 14 uid is incorrect
> pwd_mkdb: /etc/master.passwd: Inappropiate file type or format
> pw: user 'froilanr' disappeared during update
> adduser: ERROR: There was an error adding user (froilanr).
>
> NOTE: I already read the FreeBSD handbook and google search the problem, but
> I can't see a solution.
>
> Thank you in advance.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD support for HP DL180/G5

2008-10-09 Thread Subhro
HP produces pretty good boxes and historically I have been able to get them
working without any troubles. However I would say DL180 is a pretty non
customizable box. The hardware works perfectly with FreeBSD 7.0. I didnt try
it with 6.3, so cant comment on that.

However I would say DL380 is a better off. The main advantage of DL3xx boxes
are there is a lot of room to play with add-on cards. Also not all the
latest and greatest processors are available with DL1xx family of servers.

Also make sure that you go for an external RAID controller like 3ware or
Areca. I prefer Areca more :-D. The HP RAID controller cant take the beating
I give to it.

Thanks
Subhro

On Fri, Oct 10, 2008 at 1:55 AM, Josef Grosch <[EMAIL PROTECTED]>wrote:

>
> Does anyone have experience running FreeBSD 6.x and 7.x on an HP DL180/G5?
> The company I work for is looking to get a number of these to be put in
> production. Your general impressions would be a good start.
>
>
>
> Josef
>
> --
> Josef Grosch   | Another day closer to a | FreeBSD 6.3
> [EMAIL PROTECTED] |   Micro$oft free world  | Berkeley, Ca.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Local package mirror

2008-04-03 Thread Subhro
Hello,

I am trying to get a Network install working on my local network. I
have been able to successfully create a NFS export of the installation
disk and perform a install from there. The target machines boot over
PXE and fetch "stuff" from the NFS.

However I am unable to figure out how to get the packages working. I
have a list of about 180 packages which needs to be installed. But I
am unable to figure out how to go about it. I would like to use
precompiled packages, but the CD do not contain the packages I am
looking for. One of the option is to mirror the whole package
directory from the freebsd mirrors, but that story involves a lot of
data transfer and bandwidth. Is there something obvious I am missing?

Any help would be highly appreciated.

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


Re: Local package mirror

2008-04-05 Thread Subhro
Hello Lowell,

Thank you so much for the reply. I am trying to do the build once and
use prebuilt packages for the target boxes. However the problem I am
facing is a bit crude.

Lets assume I am trying to build pkgA which has dependencies of pkgB
and pkgC. The process I am following is

cd /usr/ports/xxx/pkgA ; make package. This makes the prebuilt package
in /usr/ports/ packages. However it does not case about pkgB which is
a dependency.

On a target system when I am trying to pkg_add it, it is rightly
complaining about a missing dependency and also saying that it cant
find the package in the local repository and aborting.

How can this be taken care of?

Thanks
Subhro

On Sat, Apr 5, 2008 at 6:26 PM, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> Subhro <[EMAIL PROTECTED]> writes:
>
> > I am trying to get a Network install working on my local network. I
> > have been able to successfully create a NFS export of the installation
> > disk and perform a install from there. The target machines boot over
> > PXE and fetch "stuff" from the NFS.
> >
> > However I am unable to figure out how to get the packages working. I
> > have a list of about 180 packages which needs to be installed. But I
> > am unable to figure out how to go about it. I would like to use
> > precompiled packages, but the CD do not contain the packages I am
> > looking for. One of the option is to mirror the whole package
> > directory from the freebsd mirrors, but that story involves a lot of
> > data transfer and bandwidth. Is there something obvious I am missing?
> >
> > Any help would be highly appreciated.
>
> There are a number of ways to do this general sort of thing.  For the
> base system approach, with pkg_add(1), setting PACKAGEROOT (or
> possibly PACKAGESITE depending on exactly how you configure the server
> for network fetch, or PKG_PATH if the clients have the NFS directory
> mounted) should be good enough.
>
> On the other hand, the way I do it is to have a master server, where I
> build everything (or fetch everything, if I don't want to build it
> myself).  Then the other machines mount /usr/ports from the master
> server.  I use portupgrade to do the installs from the clients, which
> knows how to use packages when available locally and only fetch them
> if they aren't.
>
> I hope this helps.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Release Build

2008-04-10 Thread Subhro
Hello everyone,

I am trying to create a customized release build. The idea is to have
a NFS export which can be used during installation over the network.
My build box is running the same version of BSD(6.2) as the NFS export
I intend to create. So instead of mirroring the cvs repository
(bandwidth woes :-S) I am using /usr/src.

I have built the release using


make release CHROOTDIR=/tmp/release BUILDNAME=FreeBSD-custom-6.2
EXTSRCDIR=/usr/src EXTPORTSDIR=/usr/ports WORLD_FLAGS='-j16
-march=prescott' KERNEL_FLAGS='-j16 -march=prescott' -DNOPORTS -DNODOC
RELEASETAG=RELENG_6_2

This had completed successfully with my newly built release in
/tmp/release/R/. The next thing I did was to export the disc1 folder
inside cdrom over NFS and try to boot over the network. I have checked
that my netboot works using a CDROM as a NFS export. This time it
locks up with Extracting packages.

Any clues about where I should start looking??

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


NFS drops with em0 driver

2008-05-31 Thread Subhro
Hello,

I am facing a strange problem on my systems. I am running
FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am
facing a lot of issues where the NFS connections are dying randomly.
Is there any known bug with the em driver? I am using the SCHED_ULE
scheduler.

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


Re: NFS drops with em0 driver

2008-06-02 Thread Subhro
Thanks everyone for the replies so far. I have disabled ACPI on my
boxes. However the drops still persist. I would be grateful if someone
can provide more ideas.

Thanks
Subhro

On Sun, Jun 1, 2008 at 2:17 PM, Catalin Miclaus <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Subhro
> Sent: Sunday, June 01, 2008 7:06 AM
> To: freebsd-questions@freebsd.org
> Subject: NFS drops with em0 driver
>
> Hello,
>
> I am facing a strange problem on my systems. I am running
> FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am
> facing a lot of issues where the NFS connections are dying randomly.
> Is there any known bug with the em driver? I am using the SCHED_ULE
> scheduler.
>
> Thanks
> Subhro
>
>
>
> Check this:
>
> http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues
>
>
>
>
>
> Best Regards
> Catalin Miclaus
> Network/Security ISP-Data
> Starcomms Ltd.
>
>
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>



-- 
Subhro Kar
Software Engineer
Dynamic Digital Technologies Pvt. Ltd.
EPY-3, Sector: V
Salt Lake City
700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


VPN not working

2006-02-03 Thread Subhro
): sending packet to
220.225.82.250 my_port 500 peer_port 500 (I) MM_NO_STATE
*Feb  3 22:01:28.147: %SYS-2-CHUNKBADMAGIC: Bad magic number in chunk
header, chunk 0  data 446BFA58  chunkmagic 400B97A8  chunk_freemagic
43EDF2FC
-Process= "IP Input", ipl= 4, pid= 74
-Traceback= 0x40ABDEE8 0x400BC510 0x402FF6B4 0x40ED1738 0x40ED48EC
0x40ED2F8C 0x40ED325C 0x40ED3318 0x40ED34BC
-


I am using the method mentioned in the freebsd handbook. Please help
me out by telling me what exactly is wrong.

Thanks and Best Regards
Subhro
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mozilla Crashing

2006-03-27 Thread Subhro
Hello,

Recently I upgraded to flashplugin 7 from flashplugin6. Eversince when
I try to open a webpage with flash, I get the following error and
mozilla automatically closes.

/libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so:
Undefined symbol "_dlsym"

What could be the problem?

I am using the latest verson of port tree and FreeBSD 6.1-PRERELEASE.

Thanks and Best Regards
Subhro

--
Subhro Kar
Security Engineer
iViZ Techno Solutions Pvt. Ltd.
eRevMax House, 1st Floor
Plot XI-16, Sector V
Salt Lake City
700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem building xorg

2006-03-29 Thread Subhro
Did you cvsup before building? If not then please do so. Also please
post the output of gnomelogalyzer

Subhro

On 3/28/06, RJ45 <[EMAIL PROTECTED]> wrote:
>
> I am doing it on a new installation with no previous port installed
> I do not know why it behaves liek that ...
> any hints ?
>
> thanks
>
> Rick
>
>
> On Tue, 28 Mar 2006, Subhro wrote:
>
> > Hello,
> >
> >> checking for xrender >= 0.8.2... gnome-config: not found
> >> gnome-config: not found
> >> checking for xrender >= 0... gnome-config: not found
> >> gnome-config: not found
> >> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> >> checking X11/extensions/Xrender.h usability... no
> >> checking X11/extensions/Xrender.h presence... no
> >> checking for X11/extensions/Xrender.h... no
> >> configure: error: Xrender.h not found.
> >> ===>  Script "configure" failed unexpectedly.
> >> Please run the gnomelogalyzer, available from
> >> "http://www.freebsd.org/gnome/gnomelogalyzer.sh";, which will diagnose the
> >> problem and suggest a solution. If - and only if - the gnomelogalyzer
> >> cannot
> >> solve the problem, report the build failure to the FreeBSD GNOME team at
> >> [EMAIL PROTECTED], and attach (a)
> >
> > Whats the output of that script? Are u installing xorg on a freshly
> > installed system or did this contain something earlier?
> >
> > Subhro
> >
> > --
> > Subhro Kar
> > Security Engineer
> > iViZ Techno Solutions Pvt. Ltd.
> > eRevMax House, 1st Floor
> > Plot XI-16, Sector V
> > Salt Lake City
> > 700091
> > India
> >
>


--
Subhro Kar
Security Engineer
iViZ Techno Solutions Pvt. Ltd.
eRevMax House, 1st Floor
Plot XI-16, Sector V
Salt Lake City
700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem building xorg

2006-03-29 Thread Subhro
Please answer the questions I have asked you. You are constantly
posting new errors without performing any diagnostic steps that had
been provided. Without that, it is very difficult to help you out.

Subhro

On 3/29/06, RJ45 <[EMAIL PROTECTED]> wrote:
>
> cc -O2 -fno-strict-aliasing -pipe -mcpu=ev4 -mtune=ev5 -mieee -mcpu=ev4
> -mtune=ev5 -mieee   -I/usr/X11R6/include-DCSRG_BASED
> -DFUNCPROTO=15 -DNARROWPROTO -c fvwm.c
> In file included from fvwm.c:45:
> fvwm.h:40:22: X11/Xlib.h: No such file or directory
> fvwm.h:41:23: X11/Xutil.h: No such file or directory
> fvwm.h:42:28: X11/cursorfont.h: No such file or directory
> fvwm.h:57:27: X11/Intrinsic.h: No such file or directory
> In file included from fvwm.c:45:
>
> I am not able to compile anything related to X11,
> where I can find pre compiled package of X11 for FreeBSD alpha ?
> I ahve 6.1-PRERELEASE on alpha built form ports
> I have no existent X11 include files...
>
> any hints please ?
>
> thanks
>
> Rick
>
>
> On Wed, 29 Mar 2006, Subhro wrote:
>
> > Did you cvsup before building? If not then please do so. Also please
> > post the output of gnomelogalyzer
> >
> > Subhro
> >
> > On 3/28/06, RJ45 <[EMAIL PROTECTED]> wrote:
> >>
> >> I am doing it on a new installation with no previous port installed
> >> I do not know why it behaves liek that ...
> >> any hints ?
> >>
> >> thanks
> >>
> >> Rick
> >>
> >>
> >> On Tue, 28 Mar 2006, Subhro wrote:
> >>
> >>> Hello,
> >>>
> >>>> checking for xrender >= 0.8.2... gnome-config: not found
> >>>> gnome-config: not found
> >>>> checking for xrender >= 0... gnome-config: not found
> >>>> gnome-config: not found
> >>>> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> >>>> checking X11/extensions/Xrender.h usability... no
> >>>> checking X11/extensions/Xrender.h presence... no
> >>>> checking for X11/extensions/Xrender.h... no
> >>>> configure: error: Xrender.h not found.
> >>>> ===>  Script "configure" failed unexpectedly.
> >>>> Please run the gnomelogalyzer, available from
> >>>> "http://www.freebsd.org/gnome/gnomelogalyzer.sh";, which will diagnose the
> >>>> problem and suggest a solution. If - and only if - the gnomelogalyzer
> >>>> cannot
> >>>> solve the problem, report the build failure to the FreeBSD GNOME team at
> >>>> [EMAIL PROTECTED], and attach (a)
> >>>
> >>> Whats the output of that script? Are u installing xorg on a freshly
> >>> installed system or did this contain something earlier?
> >>>
> >>> Subhro
> >>>
> >>> --
> >>> Subhro Kar
> >>> Security Engineer
> >>> iViZ Techno Solutions Pvt. Ltd.
> >>> eRevMax House, 1st Floor
> >>> Plot XI-16, Sector V
> >>> Salt Lake City
> >>> 700091
> >>> India
> >>>
> >>
> >
> >
> > --
> > Subhro Kar
> > Security Engineer
> > iViZ Techno Solutions Pvt. Ltd.
> > eRevMax House, 1st Floor
> > Plot XI-16, Sector V
> > Salt Lake City
> > 700091
> > India
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
>


--
Subhro Kar
Security Engineer
iViZ Techno Solutions Pvt. Ltd.
eRevMax House, 1st Floor
Plot XI-16, Sector V
Salt Lake City
700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Gateway Setup

2004-08-01 Thread Subhro
Greetings,

I am facing a problem in setting up my gateway so I am asking for help.
Let me describe me my setup.

My ISP gateway is *.*.144.49. I am assigned a few static IPS.

*.*.144.54
*.*.147.229
*.*.147.230

I would like to set up a FreeBSD packet filtering gateway. I have currently
laid out my network as:


--
-
|   |   | |
| |
|ISP|*.*.144.49 | FreeBSD Box |*.*.147.229
|   Linux |
|  GATEWAY  |---| |---|
NAT|
|   | *.*.144.54| |
*.*.147.230|  |
-   ---
-

| 172.16.0.1

|

|

|

|172.16.0.200

--

|   |

|LAN|

|Host   |

|   |

|   |

---

My rc.conf looks like:

ifconfig_fxp0="inet 61.95.147.118  netmask 255.255.255.252"
ifconfig_sis0="inet  61.95.147.229 netmask 255.255.255.252"
ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0"
gateway_enable="YES"
routed_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
arpproxy_all="YES"   # replaces obsolete kernel option
ARP_PROXYALL.
firewall_script="/etc/rc.firewall" # Which script to run to set up the
firewall
ip_portrange_first="1" # Set first dynamically allocated port
ip_portrange_last="2"  # Set last dynamically allocated port
tcp_drop_synfin="YES"# Set to YES to drop TCP packets with
SYN+FIN
icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT
packets

I have still not configured the firewall. I would be highly obliged if
anyone helps me by telling what are the things I am missing out? Another
point to be taken care of is, a couple of systems inside the LAN are having
a public IP. For example one of the host is having an IP of *.*.144.82. I am
not allowed to mess with the Linux NAT box in any way because of some
preinstalled commercial software solutions. However I can change the IPs of
the NAT box if necessary. Please help me out.

Thanks and Best Regards

Subhro


smime.p7s
Description: S/MIME cryptographic signature


Gateway Setup

2004-08-01 Thread Subhro


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Subhro
Sent: Sunday, August 01, 2004 14:28
To: [EMAIL PROTECTED]
Subject: Gateway Setup

Greetings,

I am facing a problem in setting up my gateway so I am asking for help.
Let me describe me my setup.

My ISP gateway is *.*.144.49. I am assigned a few static IPS.

*.*.144.54
*.*.147.229
*.*.147.230

I would like to set up a FreeBSD packet filtering gateway. I have currently
laid out my network as:


--
-
|   |   | |
| |
|ISP|*.*.144.49 | FreeBSD Box |*.*.147.229
|   Linux |
|  GATEWAY  |---| |---|
NAT|
|   | *.*.144.54| |
*.*.147.230|  |
-   ---
-

| 172.16.0.1

|

|

|

|172.16.0.200

--

|   |

|LAN|

|Host   |

|   |

|   |

---

My rc.conf looks like:

ifconfig_fxp0="inet 61.95.147.118  netmask 255.255.255.252"
ifconfig_sis0="inet  61.95.147.229 netmask 255.255.255.252"
ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0"
gateway_enable="YES"
routed_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
arpproxy_all="YES"   # replaces obsolete kernel option
ARP_PROXYALL.
firewall_script="/etc/rc.firewall" # Which script to run to set up the
firewall
ip_portrange_first="1" # Set first dynamically allocated port
ip_portrange_last="2"  # Set last dynamically allocated port
tcp_drop_synfin="YES"# Set to YES to drop TCP packets with
SYN+FIN
icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT
packets

I have still not configured the firewall. I would be highly obliged if
anyone helps me by telling what are the things I am missing out? Another
point to be taken care of is, a couple of systems inside the LAN are having
a public IP. For example one of the host is having an IP of *.*.144.82. I am
not allowed to mess with the Linux NAT box in any way because of some
preinstalled commercial software solutions. However I can change the IPs of
the NAT box if necessary. Please help me out.

Thanks and Best Regards

Subhro




Sorry the figure messed up. Actually What I meant is,

The ISP gateway is *.*.144.49

The FreeBSD router is supposed to have two interfaces with IPS *.*.144.54,
which is in the next hop of ISP gateway. The other interface is *.*.147.229.
This interface is supposed to have the packets filtered from *.54. The
interface is connected to a Linux NAT box having one interface, *.*.147.230
and another interface connected to the LAN 172.16.0.1. I am not allowed to
play with the NAT box. Another point to be taken care of is, the LAN
contains a couple of hosts which are assigned a public ip statically. Could
anyone help me setup the above network please?


smime.p7s
Description: S/MIME cryptographic signature


RE: Totally lost

2004-12-10 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mário Gamito
> Sent: Saturday, December 11, 2004 4:16
> To: Erik Norgaard
> Cc: [EMAIL PROTECTED]
> Subject: Re: Totally lost
> 
> Hi,
> 
> Well, actuallly, after i make a port upgrade with cvsup, i go to
> /usr/ports (there's) a Makefile there, and do a "make install".
> That Makefile enters an endless loop asking for libtool 1.8 (i think
> this is the version), that it's not in the ports.
> 
> BTW, what's the difference in using cvsup or portupdate to update the
> ports ?
> 
> This is so confusing, and i already read a lot about it.
> Mybe i'm simply dumb, but i'm a Linux system's administrator for years
> (i remember walking with Slackware in a pack of floppies, LOL :) )
> 
> Regards.
> Mário Gamito
>

Cvsup basically updates your port tree. By update I mean it updates the
makefiles, Although it does not touch the already installed port binaries.
When you run portupgrade, it parses through the makefiles of the already
installed ports, check for dependencies and updates the port binaries if
required.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


RE: Help if u can pritty please

2004-12-10 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Saturday, December 11, 2004 8:13
> To: [EMAIL PROTECTED]
> Subject: Re: Help if u can pritty please
> 
> Hello hello , I was wondering if you would be able to give me a hand to
> find a few serials, ive searched and searched and searched some more on
> the net but i dont think anyone has done them yet?
> 
> Thanks for that
> 
> do u have msn?
> 
> 

ROFLMAO

This is definitely the joke of the year. Any contradictions?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: From a mild user of UNIX

2004-12-10 Thread Subhro
Have a glance at www.freebsd.org/handbook

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of syed zaidi
> Sent: Saturday, December 11, 2004 8:23
> To: [EMAIL PROTECTED]
> Subject: From a mild user of UNIX
> 
> Dear sir/madam,
> my name is  syed zaidi and I am writing to you
> concerning FreeBSD UNIX. I am currently using and learning RedHat Linux 9
> and  I am trying to have a taste of most types of famous and useful
> UNIX/LINUX operating systems. I wanted to know the differences between
> FreeBSD UNIX and redhat Linux 9, I know many exist. But I would like to
> dig
> deeper into the heart of UNIX. As you  know most of LINUX is extremely
> related to UNIX. Can you please contact me back.
> Thank you
> Syed zaidi
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: Un-GNOME-ing a FreeBSD box

2004-12-11 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Brett Glass
> Sent: Sunday, December 12, 2004 7:24
> To: Lowell Gilbert; Chuck Swiger
> Cc: [EMAIL PROTECTED]
> Subject: Re: Un-GNOME-ing a FreeBSD box
> 

> it's refusing to delete things due to dependency
> issues. I'm not sure, but I'll bet that the dependencies here aren't
> a clean, hierarchical tree but rather more of a "web". If there's
> a circular dependency, he's stuck.

As far as I know, there is nothing as such called cyclic dependendancy.
Please correct me if I am wrong. Regarding uninstalling the ports, you can
always use the -f option which would force pkg_delete to clean up the ports
without checking the dependency tree.

> 
> Again, I really find it hard to believe that there would be no provision
> for deleting a port AND the ports on which it depends cleanly. I tend
> to use a minimal number of ports and packages, and so didn't realize
> that this was such a difficult thing until now.
> 
> --Brett

You can create a script/binary which looks up the B-Deps and R-Deps from the
INDEX.db in /usr/ports and supply the port names to pkg_delete which would
in turn clean things up.

Regards
S.
 
Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: FreeBSD 5.3-RC1 + Speedtouch 330 USB

2004-12-12 Thread Subhro
Consider cvsupping to RELEASE or preferably STABLE.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Marcel Falkiewicz
> Sent: Sunday, December 12, 2004 19:33
> To: [EMAIL PROTECTED]
> Subject: FreeBSD 5.3-RC1 + Speedtouch 330 USB
> 
> Hello,
>  I have been trying to run a Thomson Speedtouch 330 USB modem for a
> few days now and I just become more and more upset with this
> situation. I installed the pppoa
> drivers from ports (/usr/ports/net/pppoa) - the most recent version.
> I made required changes in /etc/ppp/ppp.conf, changed the script
> extension (adsl.sh) and when I tried to run the startup script I found
> myself in a very uncomfortable situation:
> 
> [...]
> Dec 12 14:30:24  kernel: ugen0: THOMSON Speed Touch 330, rev 1.10/4.00,
> addr 2
> Dec 12 14:30:37  modem_run[5731]: Unable to locate firmware in
> /usr/local/libdata/mgmt.o
> [...]
> 
> But:
> # ls -l /usr/local/libdata/mgmt.o
> -r--r--r--  1 root  wheel  535856 Dec 12 14:27 /usr/local/libdata/mgmt.o
> 
> # uname -a
> FreeBSD  5.3-RC1 FreeBSD 5.3-RC1 #0: Sun Oct 17 01:25:37 UTC 2004
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
> 
> Did some engage a similar problem with running this damn modem? Thanks
> in advance for any help.
> 
> --
> Regards,
>  Marcel Falkiewicz
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: trying to locate Teddy Field's son

2004-12-14 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of sasha.roxie
> Sent: Wednesday, December 15, 2004 8:24
> To: [EMAIL PROTECTED]
> Subject: trying to locate Teddy Field's son
> 
> Hi Justin,
> 
> I'm trying to locate Teddy's son, so googled your name.  If you're the
> one, please contact me -- I'm doing genealogical research and have a
> few questions.  Will try not to bother you overmuch.  Am related to
> your grandfather Abe.
> 
> Thanks,
> Nina Bunin
> Arlington, VA
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Eh???!!

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Why reccomend Bash shell?

2004-12-15 Thread Subhro
MY personal opinion is, the shell one uses depends a lot on the personal
taste of the user. For example, although people had said lots of good (and
probably bad?) things about bash, I feel it's a bit too linuxish. My
personal preference is the zsh shell. 

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Adam
> Sent: Thursday, December 16, 2004 8:41
> To: [EMAIL PROTECTED]
> Subject: Why reccomend Bash shell?
> 
> In Greg Lehey's book "The Complete FreeBSD" he reccomends changing the
> default shell for users to bash shell. -p. 94
> 
> What are the Pro's/Con's of using bash as opposed to the other shells?
> 
> Thanks,
> Adam
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: 5.3-RELEASE-i386-disc2.iso

2004-12-14 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Jerry Hoover
> Sent: Wednesday, December 15, 2004 4:42
> To: [EMAIL PROTECTED]
> Subject: 5.3-RELEASE-i386-disc2.iso


> 5.3-RELEASE-i386-disc2.iso continues to lock up Nero, the others didn't.


Nero has the annoying habit of caching files smaller than 64K with the
defaults settings. Either switch off the caching or use some other burning
software like CloneCD to burn the ISO.


> And what is the differance between  bootonly.iso and miniinst.iso?
> 
Bootonly ISO helps you to boot up the system and enable the network cards so
that you can connect the the FreeBSD mirrors to download the installation
files which are needed and continue the setup.

On the other hand, the Miniinst ISO is a complete FreeBSD installation
medium. It does not contain the precompiled Binaries (as ports) which are
available on the regular installation medium. You can install a complete
working system with the miniinst ISO even if do not have access to the
internet, which is not possible with the bootonly ISO.



Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Timothy Smith
> Sent: Wednesday, December 15, 2004 5:14
> To: James; [EMAIL PROTECTED]
> Subject: Re: cannot mount cdrom - not a newbie problem
> 
> titan# mount -t cd9660 /dev/cd0a /mount
> cd9660: /dev/cd0a: Invalid argument
> 
> the exact same issue.
> reinstalling etc is not an option since this is a development machine
> and i need to work on it all the time, can't afford for it to be down.
> 
> fyi i am using freebsd 4.10 release
> 
> is there a way i can delete /dev/acd0* and remake the device, could this
> be a fix?

As far as remaking the devices are concerned, you can use the MAKEDEV script
for remaking all devices. Are you sure that you drive is jumpered properly
and the data cables connected to the drives are in good condition?

Regards
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: How can I make a program keep running even after I logout?

2004-12-15 Thread Subhro
Man nohup

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Rae Kim
> Sent: Thursday, December 16, 2004 0:03
> To: [EMAIL PROTECTED]
> Subject: How can I make a program keep running even after I logout?
> 
> I connect to my computer from school computer.
> 
> I want to cvsup or/and portupgrade and logout but the program keep
> running?
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: 5.3 buildworld fails

2004-12-22 Thread Subhro
Any non standard CFLAGS?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Koos van den Hout
> Sent: Wednesday, December 22, 2004 19:12
> To: freebsd-questions@freebsd.org
> Subject: 5.3 buildworld fails
> 
> 
> I guess I managed to get into a circular dependency problem ;)
> 
> I have a machine, running at the moment
> 
> FreeBSD master.idefix.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Nov  9
> 22:49:23 CET 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IDEFIX
> i386
> 
> I cvsupped the source to RELENG_5_3, and am trying to do a buildworld
> (after a buildkernel).
> 
> But, it fails at a known place:
> 
> cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200408120\"
> -D__FBSDID=__RCSID -DDEFSHELL=1   -static -o make arch.o buf.o compat.o
> cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o
> util.o var.o var_modify.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o
> lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o
> lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o
> lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o
> lstOpen.o lstRemove.o lstReplace.o lstSucc.o
> /usr/lib/crt1.o: In function `_start':
> /usr/lib/crt1.o(.text+0x64): undefined reference to `_init_tls'
> *** Error code 1
> 
> Searching for solutions using google, I found 'rebuild your libc using cd
> /usr/src/lib/libc && make obj && make depend && make all && make install'
> which
> gives the error:
> 
>  -O -pipe -mcpu=pentiumpro -I/usr/src/lib/libc/include
> -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6
> -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale
> -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD
> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c
> nslexer.c
> /dev/stdout: In function `_nsyylex':
> /dev/stdout:711: warning: label `find_rule' defined but not used
> /usr/src/lib/libc/net/nslexer.l: At top level:
> /dev/stdout:1678: warning: `yy_flex_realloc' defined but not used
> *** Error code 1
> 
> Stop in /usr/src/lib/libc.
> 
> The next suggestion I find is 'rebuild yacc' .. which fails with _init_tls
> or 'rebuild lex' which points back at '_init_tls'.
> 
> A nice circulair dependency. Any way to get out of this?
> 
> I already re-cvsupped from a clear /usr/src.
> 
>Koos
> 
> --
> Koos van den Hout,   PGP keyid RSA/1024 0xCA845CB5 via keyservers
> [EMAIL PROTECTED]or DSS/1024 0xF0D7C263
> -?)
> Fax +31-30-2817051 Camp Wireless, wireless Internet access
> /\\
> http://idefix.net/~koos/   at campsites http://www.camp-wireless.org/
> _\_V


smime.p7s
Description: S/MIME cryptographic signature


RE: Problems with RAM

2004-12-23 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Vladimir Chernykh
> Sent: Thursday, December 23, 2004 15:39
> To: freebsd-questions@FreeBSD.org
> Subject: Problems with RAM
> 
> I've set RAM 640 Mb. I've corrected file GENERIC - inserted line: options
> MAXMEM="(640*1024)". Then run the follow commands: configure GENERIC, make
> depend and make install. I reboot computers. But system write, that real
> memory is 128 Mb. Why? Processor Pentium III-350Mh, OS FreeBSD-4.7. The
> memory is determened by BIOS correctly.
> 
> Truly yours, Vladimir
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

There may be multiple reasons. One of them is, your RAM chips are bad. Also
I haven't seen many PIII boards which support more than 512MB RAM. Also
check with your motherboard manufacturer

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Is this new hard drive going to be useless with freebsd?

2004-12-24 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark Jayson Alvarez
> Sent: Friday, December 24, 2004 20:27
> To: freebsd-questions@freebsd.org
> Subject: Is this new hard drive going to be useless with freebsd?
> 
> 
> Good day,
> 
> I currently have this setup at home and its
> working fine with FreeBSD 4.10.
> 
> Motherboard:  Jetway 830CH
> Hard Drive:   10 Gb Samsung
> Video Card:   SiS on-board
> Processor:AMD Athlon 1200 Mhz  (this is not an
> Athlon XP)
> Memory:   256 mb PC100 SDRAM
> 
> I bought a new 80 Gb Seagate 7200 rpm Hard Drive and
> installed it on the primary master my pc.
> The access mode for my hard drive  ST380011A> in BIOS which shows these choices is set to
> Auto:
> 
>CHS
>LBA
>Large
>Auto
> 
> I boot into FreeBSD 5.3 cd and proceed with the
> installation. Some time after choosing the X-User in
> the installation method, it ended up failing to
> install some packages(perl and xorg). Still, it says,
> Congratulations... FreeBSD is now installed... (and
> I'm really hoping that nothing went wrong with the
> base system, and thinking to just install perl and
> xorg later).
> 
> I removed the cd, and boot the pc. The kernel boots
> silently until this error message showed up:
> 
> 
> ad0 Warning_Read_DMA UDMA ICRC error(retrying request)
> LBA=1518639
> ad0: Failure_Read_DMA status=51
> error=84  LBA=1518639
> spec_getpages:(ad0s1a) I/O read failure:(error=5)
> bp0xc65fe2ec vp0xc16f7d68
> size: 32768,resid:32768,a_count:37268, valid: 0x0
> nread:0, reqpage:7, pindex:61, pcount:8
> vm_fault:pager read error, pid 55(sh)
> pid 55(sh),uid 0:exited on signal 11
> Dec 24 17:28:39 init: /bin/sh on /etc/rc terminated
> abnormally, going to single user mode
> Enter full pathname of shell or RETURN for /bin/sh:

I suspect a bad Drive Cable. Could you tell us about how you have installed
the drives? I mean master slave-configuration,etc

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Problems with switch view and FreeBSD

2004-12-25 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Ricardo Pichler
> Sent: Tuesday, December 21, 2004 19:05
> To: [EMAIL PROTECTED]
> Subject: Problems with switch view and FreeBSD


> I've various FreeBSD box running, they are working without keyboard and
> when
> I try connect the keyboard, the system don't respond but the system be
> working. 


The reason why it is not working for you is, the BIOS of your mother board
does not enable the Keyboard PS2 port till it "sees" the keyboard. Turn off
the autodetection of keyboard from the BIOs and it will work fine.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: create device

2004-12-25 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Leon
> Sent: Sunday, December 26, 2004 4:18
> To: freebsd-questions@FreeBSD.org
> Subject: create device
> 
> Hi,
> 
> I have 5.3 "BSD".
> I'm trying to create device with command "MAKEDEV"
> But this command is not recognizable.
> Which command can I use to create device?
> 
> Thanks,
> Leon.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

The MAKEDV script is only present on a 4.* system and is not there on a
5.3system. A 5.3 system automatically creates all required device nodes.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: make.conf file & CPUTYPE?

2004-12-25 Thread Subhro

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Gerard Seibert
> Sent: Sunday, December 26, 2004 6:47
> To: freebsd-questions
> Subject: make.conf file & CPUTYPE?
> 
> When I ran 'buildkernel' as well as 'buildworld', I used
> the 'CPUTYPE?=i686' directive in the 'make.conf' file. I was wondering if
> it is correct to leave it in the 'make.conf' file now that I am finished
> building a new kernel and updating the system. Would I be better off if I
> just removed it, or changed it to 'CPUTYPE=i686'. I assumed that the '?'
> was just for the 'buildworld' procedure.
> 


The "?" is required onlyif you build a kernel for one architecture on a
different architecture. For example, you try to build a kernel for a P1 on a
P4 box. You would be better of with CPUTYPE=i686 or more precisely something
like CPUTYPE=p3 (in case you are building the world/kernel) for a Pentium
III system. And I wuld recommend to leave the same in make.conf even after
completion of the building because, all subsequent builds would be optimized
for the processor mentioned in CPUTYPE

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Program Backward compatibility for FreeBSD 2.25

2004-12-27 Thread Subhro
Recompile the application on the 5.3 box and it should run fine.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Twatchai Saelao
> Sent: Monday, December 27, 2004 13:05
> To: [EMAIL PROTECTED]
> Subject: Program Backward compatibility for FreeBSD 2.25
> 
> Hi
>  I have 1 application develope on FreeBSD 2.2.5 (a long time but still
> in use). I need to upgrade OS from 2.25 to 5.3 but Application can not
> run of this version.
> Message after call application is "cannot execute binary file". Please
> help/advise me. Thank you.
> 
> 
> Best Regards,
> TWATCHAI SAELAO
> Technical Operations Supervisor
> Thailand Data Centre
> REUTERS (Thailand) Limited.
> 34-35th Floor U Chu Liang Building
> 968 Rama IV Road Silom, Bangrak
> Bangkok 10500 Thailand.
> Direct  Tel: +662 648 9640
> REUTERS  Tel: +662 648 9600
> REUTERS FAX: +662 648 9700
> REUTERS Messaging: [EMAIL PROTECTED]
> REUTERSWebsite: www.reuters.com <http://www.reuters.com/>
> 
> 
> 
> 
> -
> Visit our Internet site at http://www.reuters.com
> 
> Get closer to the financial markets with Reuters Messaging - for more
> information and to register, visit http://www.reuters.com/messaging
> 
> Any views expressed in this message are those of  the  individual
> sender,  except  where  the sender specifically states them to be
> the views of Reuters Ltd.
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: after upgrading xorg / error driver

2004-12-27 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of gustaaf wijnands
> Sent: Tuesday, December 28, 2004 2:56
> To: freebsd-questions@freebsd.org
> Subject: after upgrading xorg / error driver
> 
> Hello,
> 
> after portupgrading xorg to 6.8.1, X still works but there seems to be a
> problem with the drivers. It produces next error:
> 
> drm0:  port 0x9000-0x90ff mem 0xd0300
> 000-0xd030,0xd800-0xdfff at device 5.0 on pci1
> info: [drm] Initialized radeon 1.11.0 20020828 on minor 0
> error: [drm:pid526:radeon_cp_init] *ERROR* radeon_cp_init called without
> lock he
> ld
> error: [drm:pid526:radeon_unlock] *ERROR* Process 526 using kernel context
> 0
> 
> In /var/log/Xorg.0.log I see
> 
> (WW) RADEON(0): [agp] AGP not available
> (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
> (II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
> 
> Anyone a solution?
> 
> --
> 
> Gustaaf Wijnands
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Is "agp" either compiled into the kernel or loaded as a KLM? If you want to
load "agp" as a KLM then use "kldload agp.ko"

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Trouble determining configure options in ports

2004-12-27 Thread Subhro




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Jonathan Reeder
> Sent: Tuesday, December 28, 2004 3:01
> To: freebsd-questions@freebsd.org
> Subject: Trouble determining configure options in ports
> 
> I'm trying to install the samba3 port, and I'm having trouble figuring out
> whether or not the --with-pam config option is being set.  I've looked
> through the Makefile in /usr/ports/net/samba3, but I have to admit its not
> making all that much sense to me.
> 
> I really don't want to install samba from source, but it doesn't appear to
> me that --with-pam is being set by ports' Makefile, since I don't have a
> /etc/pam.d/samba file when all is said and done.  Can anyone offer me any
> pointers?
> 
> I guess a broader question is, how can you control the options that you
> could normally set in ./configure when installing via ports?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"

You can control the compile time options, using make -DOption make_option.

Something like make -Dwith_samba install or sth

Regards
S.

 Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Dual boot WinXP and FreeBSD 5.3

2004-12-27 Thread Subhro




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Tom Connolly
> Sent: Tuesday, December 28, 2004 5:14
> To: FreeBSD_Questions
> Subject: Dual boot WinXP and FreeBSD 5.3
> 
> Hello list.  I wish to put FreeBSD 5.3 on a new hard drive and have it
> dual boot with the existing Windows XP system (separate HD).  Can I just
> simply go through the FreeBSD install and have it install the FreeBSD
> boot manager/loader on the XP drive?  I can't risk doing any damage to
> the XP system as it has a thermal analyzer program on it that won't run
> on FreeBSD (otherwise I would have no use for XP at all).  I would like
> to know if there are any "gotchas" or anything that could be a problem.
> I would really like to hear comments from anyone who has set up such a
> system.
> 
> Thanks in advance,
> 
> Tom
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Yes go ahead and install the BSD boot loader on the XP drive. It will work
fine. BTW I haven't come across many "Sorry does not work under FreeBSD"
messages. Could you tell us something about that thermal monitor? I think
there must be some compatible port.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Vanishing RAID?

2004-12-27 Thread Subhro
Hi folks,

This is a strange problem. I own a AMD Athlon 64 bit on a Asus K8V SE Deluxe
motherboard. This motherboard has an onboard VIA SATA RAID controller. Two
SATA hard drives (120G each) are connected in RAID-0. The already has an
installation of Windows XP (32 bit edition) and the RAID works properly. It
shows a net hard disk space of ~240G as expected.

I tried to install FreeBSD adm64 (5.3-R) from the CD. But I am really
surprised to see the installation utility detect the two hard disks
separately. The strangest part is, the first hard disk shows the windows
partitions, however the second hard disk shows empty.

To cross check I disconnected the second Hard disk from the controller and
windows refused to boot as expected. Could anyone guide me about what is
happening out there and how I can make the RAID controller work under
FreeBSD amd64?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


RE: Kernel Panic

2004-12-28 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Steven Adams
> Sent: Tuesday, December 28, 2004 13:58
> To: freebsd-questions@FreeBSD.ORG
> Subject: Kernel Panic
> 
> Hi,
> 
> 
> 
> I started with FreeBSD 5.2.1, every few weeks I was getting kernel panics.
> 
> 
> 
> I then tired to update to 5.3 with the same thing, see the screen shots.
> 
> 
> 
> http://66.90.65.210/crash1.jpg
> 
> http://66.90.65.210/crash2.jpg
> 
> 
> 
> Does anyone know what theses means. I am curious to why its not rebooting
> after a kernel panic, I was under the impression that's what's suppose to
> happen.
> 
> 
> 
> Any help would be greatly appreciated.
> 
> 
> 
> 
> 
> SYSTEM: Acer Altos 510
> 
> 
> Dual Xeon 2.4 (w/ HT)
> 
> 1GIG ECC RAM
> 
> Mega raid scsi
> 

Try disabling HT and see if that helps. Also your RAM modules may be bad.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: CPUTYPE directive options in /etc/make.conf

2004-12-28 Thread Subhro
Yeh that would further optimize the compiled code. Go ahead and use it.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Gerard Seibert
> Sent: Wednesday, December 29, 2004 7:33
> To: freebsd-questions
> Subject: CPUTYPE directive options in /etc/make.conf
> 
> In regards to using the 'CPUTYPE=' directive in the '/etc/make.conf' file,
> would it be advisable to use the CPU type; i.e., p2 for instance rather
> than i686. This is assuming that the processor is detected by FreeBSD as
> an Intel PII, i686 as an example.
> 
> Is there an advantage to using the 'p?' designation over the numeric
> (i686) designation?
> 
> Thanks!
> 
> Gerard Seibert
> [EMAIL PROTECTED]
> 
> An architect's most useful tools are an eraser at the drafting board, and
> a wrecking bar at the site
> 
> - Frank Lloyd Wright
> 
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: VERY slow browsing KDE

2004-12-28 Thread Subhro

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Richard Cadwalader
> Sent: Wednesday, December 29, 2004 7:22
> To: Chuck Swiger
> Cc: freebsd-questions@freebsd.org
> Subject: Re: VERY slow browsing KDE
> 
> Well, I tried a few DNS's that are known to be good. I tried static and
> dynamic (behind the router, of course). The settings are the same in
> FreeBSD
> as they are on the two windows PC's.
> 
> The only thing I haven't done is set it up as a DNS. I am in Windows on
> this
> thing right now, (it's a dual boot) and I am fixing a few things that are
> going to take a couple hours, so I won't be able to check my resolv.conf
> for
> a while. But how would one go about setting up the DNS (better yet, where
> would one go to find out)? How would that affect performance? How would it
> affect security while running X?

If you want to know how to set up a DNS server then have a look at the
Handbook at http://www.freebsd.org/handbook. Regarding the performance
issue, you should not notice a performance loss if you don't "publicize"
your DNS. Regarding the problem while running X, X is inherently insecure as
it does lots of things which could be exploited. Running DNS would not
further degrade its security. However make sure your DNS is designed only to
server "YOU" and not the entire world if asked for.

Is the box running some kind of firewall? Sometimes these types of problems
are noticed if the firewall blocks UDP.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Can't start up the FreeBSD install disk on dual Xeon Nocona rig (itworks on other systems)

2004-12-28 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Chandler May
> Sent: Wednesday, December 29, 2004 8:28
> To: freebsd-questions@freebsd.org
> Subject: Can't start up the FreeBSD install disk on dual Xeon Nocona rig
> (itworks on other systems)
> 
> Hi!
> 
> I just recently switched to FreeBSD on my primary computer, an Intel
> Pentium 4 Prescott rig, and I'm loving it. I came from Gentoo Linux,
> and, if at all possible, I never want to go back.
> 
> Just a few days ago I set up a dual Intel Xeon Nocona system on the
> Tyan i7520 (S5360) motherboard. Gentoo Linux installed flawlessly on
> it, but when I tried FreeBSD, the install disk stopped before it had
> even fully started. When I select "Verbose Logging" from the start-up
> menu, it stops immediately after these four lines come up:
> 
> atkbdc0:  port 0x64, 0x60 irq 1 on acpi0
> atkbd0:  irq 1 on atkbdc0
> kbdc: RESET_KBD return code:00fa
> kbdc: RESET_KBD return status:00aa
> 
> I've let it run for hours, but it never gets beyond that point. I'm
> definitely new to FreeBSD, but I'm relatively familiar with computers
> in general, so the first line of that message tipped me off, and I
> decided to try to boot it with ACPI disabled. I did, but it still
> stopped. Here is the last line that was shown before it stopped:
> 
> cpu0 on motherboard
> 
> Does anyone know why this is happening and/or has a solution to solve it?
> 
> Chandler
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Looks to me as if the keyboard controller is broken. Does this thing work or
worked recently in anything else?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: nvidia display driver problem

2004-12-31 Thread Subhro
You need to hav the linux comptibility layer instyalled before you try make
install.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Emon
> Sent: Saturday, January 01, 2005 1:59
> To: freebsd-questions@freebsd.org
> Subject: nvidia display driver problem
> 
> 
> 
> Hello every one
> 
> I am a nwebie and I am trying to install the nvidia driver for
> my (GeForce4 MX 440) display card. I running Freebsd 4.10
> 
> I have downloaded the driver from nvidia website but i am unable
> to install it, I am pasting the output after I tried to "make
> install".
> 
> ***
> Magic-Box# make install
> ===> src
> install -o root -g wheel -m 555   nvidia.ko /modules
> ===> lib
> find: /compat/linux/lib: No such file or directory
> find: /compat/linux/usr/lib: No such file or directory
> find: /compat/linux/usr/X11R6/lib: No such file or directory
> ===> lib/libGL
> ===> lib/libnvidia-tls
> ===> lib/libGLcore
> ===> lib/libXvMCNVIDIA
> ===> lib/compat
> ===> lib/compat/libGL
> install: /compat/linux/usr/lib: No such file or directory
> *** Error code 71
> Stop in /root/NVIDIA-FreeBSD-x86-1.0-6113/lib/compat/libGL.
> *** Error code 1
> Stop in /root/NVIDIA-FreeBSD-x86-1.0-6113/lib/compat.
> *** Error code 1
> Stop in /root/NVIDIA-FreeBSD-x86-1.0-6113/lib.
> *** Error code 1
> Stop in /root/NVIDIA-FreeBSD-x86-1.0-6113.
> Magic-Box#
> **
> 
> I hardly have any clue to what the above lines mean
> 
> Any sugession or pointer will be welcome
> -
> Free POP3 Email from www.Gawab.com
> Sign up NOW and get your account @gawab.com!!
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: BTX halted

2005-01-01 Thread Subhro
The first advice I would give is, go and trying flashing your BIOS with an
updated version.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of kalin mintchev
> Sent: Saturday, January 01, 2005 10:04
> To: freebsd-stable@freebsd.org
> Cc: freebsd-questions@freebsd.org
> Subject: BTX halted
> 
> hi all...
> 
> i'm trying to install 5.3 on an amd machine...
> i got the discs and they are ok but when i start the off the disk the boot
> stops with BTX halted no matter which boot mode i chose.
> i looked on google and i found a few posts about bios issues but non of
> that helped - i couldn't find how to disable DMA. the only location i saw
> the DMA mentioned was under PnP/PCI configurations => Resources Controlled
> by in the bios but there the setting is Auto(ESCD). i tried al the options
> there and it still stops at the same place...
> 
> anybody can help?!
> 
> thanks
> 
> 
> --
> 
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: make installworld - permission denied

2005-01-05 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark
> Sent: Thursday, January 06, 2005 9:44
> To: freebsd-questions@freebsd.org
> Subject: make installworld - permission denied
> 
> Urgh, it was all going so well. I suppose it had to happen:
> 
> I did as the hallowed handbook commanded:
> 
> #make buildworld
> #make buildkernel KERNCONF=L004
> #make installkernel
> 
> I rebooted into single user mode:
> 
> #mount -a
> #cd /usr/src
> #mergemaster -p
> #make installworld
> (setting of variables omitted, i'm typing from the screen!)
> /tmp/install. make -f Makefile.inc1 reinstall
> make: Permission denied
> 
> ***Error code 126
> Stop in /usr/src
> 
> ***Error code 1
> Stop in /usr/src
> 
> Any ideas? AFAIK my permissions are still at their defaults.
> 
> Apologies for any major errors I may have unwittingly made,
> this is my first buildworld. Please tell me my setup is NOT
> ruined, it still had that two-week-old-fresh-install feel to
> it and I had everything just how I like it.
> 
> Putting on a brave face.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

sysctl kern.securelevel ?


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: make installworld - permission denied

2005-01-05 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark
> Sent: Thursday, January 06, 2005 12:53
> To: freebsd-questions@freebsd.org
> Subject: Re: make installworld - permission denied
> 
> > kern.securelevel?
> 
> kern.securelevel = 0
> 

Cool, now cat /etc/fstab

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: make installworld - permission denied

2005-01-06 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark
> Sent: Thursday, January 06, 2005 14:25
> To: freebsd-questions@freebsd.org
> Subject: make installworld - permission denied
> 
> 
> > Do you have /tmp setup so that it is "no exec"?
> 
> > cat /etc/fstab
> 
> I think you may have both stumbled onto the cause of the
> problem. :)
> 
> /dev/ad3s1e  /tmpufs   rw,noexec,nosuid,nodev,nosymfollow
> 
> I didn't realise that non-exec /tmp was a no-no.

Nopes that's not right. For enhancing security even I mount /var/tmp with
noexec and softlink /tmp to /var/tmp. Doing that prevents people from hiding
binaries in the world writable /tmp, /var/tmp whatever. Just remember to
remount it without "noexec" before installworld.

Regards
S. 


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Remote upgrade possible?

2005-01-06 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Joseph Koenig (jWeb)
> Sent: Friday, January 07, 2005 3:13
> To: FreeBSD Mailing List
> Subject: Remote upgrade possible?
> 
> I have a freebsd 4.9 system that I'd like to get upgraded to 4.10 and then
> soon to 4.11. However, the server is not physically in front of me, nor do
> I
> have physical access to it. Is it possible still to upgrade it, or do I
> need
> to physically get in front of the machine somehow? Thanks,
> 
> Joe Koenig
> Production Manager
> jWeb New Media Design
> [EMAIL PROTECTED]
> http://www.jwebmedia.com/
> 636.928.3162
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" \

You can very well upgrade it although upgrading a server remotely over ssh
or putty always has that extra bit of risk associated with it. I would not
recommend it unless you are old hands at the business.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: SCSI Hardware problem?

2005-01-06 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Tom Vilot
> Sent: Friday, January 07, 2005 3:48
> To: FreeBSD Questions
> Subject: SCSI Hardware problem?
> 
> This looks to me like I've got a hardware problem. SCSI drive 0:4:0 --
> or is this perhaps something else?
> 
> I had to manually type this in ... :) copying it off the screen since I
> don't see this stuff in a log anywhere.
> 
> FreeBSD 5.3 on a dual 450MHz Xeon with SCSI and IDE. GENERIC kernel.
> 
> There was stuff above this, but it had scrolled off the screen and the
> console was locked up.
> 
> da1 (scsi 4 on bus 0) is my boot drive.
> 
> ---
> 
> <<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>
> 
> (da1:ahc1:0:4:0): SCB 0x3 - timed out
> 
> sg[0] - Addr 0x2574b000
> 
> (da1:ahc1:0:4:0): Queuing a BDR SCB
> (da1:ahc1:0:4:0): no longer in timeout, status = 24a
> ahc1: Timedout SCBs already complete. Interrupts may not be functioning.
> (da1:ahc1:0:4:0): WRITE(10). CDB: 2a, 0 0 47 49 23 0 0 4 0
> (da1:ahc1:0:4:0): CAM Status: SCSI Status Error
> (da1:ahc1:0:4:0): SCSI Status: Check Condition
> (da1:ahc1:0:4:0): UNIT ATTENTION asc:29,1
> (da1:ahc1:0:4:0): Power on occurred
> (da1:ahc1:0:4:0): Retrying Command (per sense Data)
> (da1:ahc1:0:4:0): WRITE(10). CDB: 2a, 0 0 47 49 23 0 0 4 0
> (da1:ahc1:0:4:0): CAM Status: SCSI Status Error
> (da1:ahc1:0:4:0): CAM  Status: Check Condition
> (da1:ahc1:0:4:0): UNIT ATTENTION asc:29,1
> (da1:ahc1:0:4:0): Power on occurred
> (da1:ahc1:0:4:0): Retries Exhausted
> (da1:ahc1:0:4:0): lost device
> (da1:ahc1:0:4:0): invalidating pack
> panic: initiate_write_inodeblock_ufs2: already started
> Uptime: 3d12h50m3s

Is the SCSI bus terminated properly. Changing LUNs help?


> 
> ---
> 
> I'm guessing I will want to copy this entire drive over to another one.
> What's the best way  dd?

dd works only and only if the source drive and the target drive are *exact*
clones of each other, which is not something seen very frequently. Why don't
you use dump?

> 
> Oh, one other question ...
> 
> I'm used to runlevels on Linux. When I reset this machine, I'm presented
> with the prompt asking me for the default shell (/bin/sh). I hit enter,
> and I'm in sh where I can fsck the other drives and mount them. Cool.
> But once I have done that, how do I tell BSD to basically "continue"
> where it left off (i.e. run /etc/netstart sshd, httpd, psqld, zope, etc)
> without manually invoking each of those items?

Ctrl+D

> Thanks in advance.

Welcome :-)

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Olaf Greve
> Sent: Friday, January 07, 2005 16:53
> To: freebsd-questions@freebsd.org
> Subject: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?
> 
> Hi all,
> 
> On two distinct machines (both running FreeBSD 5.3 release, one is the
> AMD-64 version, the other is the i386 version) I am experiencing
> problems when trying to SSH to the machine using PuTTY.
> 
> PuTTY shows the login prompt just fine, but when entering the proper
> username/password (yes, I am positive I typed it correctly -multiple
> times, in fact- :) ). Yet, for some reason this combination does not
> seem to get accepted.
> 
> Does anyone know the reason for this (note: I am not starting the SSH
> daemon from inetd)? Is there perhaps some (new) setting that changed
> between 5.2.1 and 5.3 that causes this, or am I doing something else
> terribly wrong? :)
> 
> Thanks in advance for any answers, and cheers!
> Olafo
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Can we have the putty connect logs? Also is anything shown up in the
syslogs? Are you sure the host is not in the deny list? Last but not the
least, I would prefer a S/Key authentication more than a normal interactive
password based authentication. Have you tried that?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Gable Barber
> Sent: Sunday, January 09, 2005 20:18
> To: [EMAIL PROTECTED]
> Subject: make depend error - FreeBSD 5.2.1
> 
> Howdy all,
> I am trying to build a new kernel to support the on board sound on my
> motherboard.
> 
> When I try to " make depend " I get this error:
> 
> make: don't know how to make depend. Stop
> 
> Anyhelp would be greatly appreciated.
> 
> Thank you,
> Gable
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 

Use the new way of building the kernel i.e.

make buildkernel KERNCONF=my_kernel_config_file
make installkernel KERNCONF=my_kernel_config_file

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Cant join Irc - FreeBSD Channel

2005-01-11 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of jboadas
> Sent: Tuesday, January 11, 2005 19:04
> To: freebsd-questions@freebsd.org
> Subject: Cant join Irc - FreeBSD Channel
>=20
> Grettings every body.
>=20
> Im triyng to join the #freebsd channel in
> irc.freenode.org an i get the follow messaje:
>=20
> * #freebsd :You need to be identified to join that
> channel
>=20
> im new in irc if anyone can help me in this
> shortcomming.
>=20
> Thank in advance.
>=20
> Jesus Boadas
>=20
>=20
>=20
> __
> Do you Yahoo!?
> All your favorites on one personal page =16 Try My Yahoo!
> http://my.yahoo.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"=20

First of all, IRC is not official FBSD support means. Although some =
really
learned people hang out there. The problem you are facing is, you need =
to
have a registered nick to join the channel. Register your nick with the
services to join the channel

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

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


RE: Hyperthreading hurts 5.3?

2005-01-12 Thread Subhro




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Anthony Atkielski
> Sent: Thursday, January 13, 2005 6:14
> To: freebsd-questions@freebsd.org
> Subject: Re: Hyperthreading hurts 5.3?
> 
> Andrea Venturoli writes:
> 
> Where these computations in which all threads were doing pretty much the
> same thing?  And was it floating-point?  (Doesn't the processor have
> just one FPU, or something like that?)

Yes Dual cored CPUs have a single FPU.

> 
> An AMD processor will also melt or catch fire if the CPU fan fails,
> whereas an Intel processor won't. I found this out the hard way, and so
> henceforth I'll be installing Intel processors. The cost savings one
> gets from buying AMD isn't enough to pay for a new motherboard or PC.

This *used* to be true. I am using a AMD64 3000+ and the idle temperature is
28C. The room temp is around 12-14C. After asking this kid to crunch FPs for
over 16 hrs, the processor temperature rose to only 38C. I am not using any
special cooling gears, just the stock heatsink fan combo that came with the
box pack.



Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


M$ mouse working?

2005-01-14 Thread Subhro
Hello folks,

I have managed to get hold of a New Microsoft Optical Desktop. I have been
trying to use its USB interface with Xorg but without any success (This box
is running 5.3-Stable, amd64). During boot I can see that both the mouse and
the keyboard are detected once and then detached. Again later it had been
detected as "Microsoft Optical Desktop". Fair enough. But unfortunately the
mouse does not work in console or in Xorg. Moused runs with an argument of
-p /dev/ums0 from rc.conf. The keyboard works fine though, or should I call
it apparently fine (??). While booting I also get a couple of "Device Busy"
messages from kbdcontrol and moused. 

Also I have noticed that although my rc.conf says cursor="destructive", the
cursor still appears as a blinking block block and not an "under_score". 

Anyone can help me out in getting there devices work correctly?

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


RE: USB2.0 support for Intel ICH5 chipset?

2005-01-14 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Abel Coca Marín
> Sent: Saturday, January 15, 2005 6:06
> To: freebsd-questions@freebsd.org
> Subject: USB2.0 support for Intel ICH5 chipset?
> 
> Hello Kelsey:
> 
> I also have an Asus P4P8x motherboard. What can I do for using USB 2.0
> under Windows xp ?



Well, unfortunately we do not support Wind0ze, cause M$ takes your hard
earned oney for providing that.

For using USB 2.0 in FBSD, you need to recompile the kernel with

Device ehci

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Growing out a second head

2005-01-15 Thread Subhro
Hello folks,

I am running FBSD 5.3-R amd64 on a AMD 3000+ with a nVidia GeForce Fx 5700LE
(256M) card plugged into the AGP slot. Two monitors are fixed to the card.
One goes in the normal VGA slot, the other goes into the DVI slot via a
VGA-DVI converter. I have been trying to get Xorg running on this setup.
However I have not been successful so far. The "nvidia" driver supports dual
headed setups. But it is only limited to the i386 platform. Anyone would
please help me out by suggesting how to setup "Twinview" with the "nv"
driver? Any pointers would be welcome.

Thanks and best Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


RE: Growing out a second head

2005-01-15 Thread Subhro



> -Original Message-
> From: Stijn Hoop [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 16, 2005 2:10
> To: Subhro
> Cc: freebsd-questions@freebsd.org
> Subject: Re: Growing out a second head
> 
> Hi,
> 
> On Sun, Jan 16, 2005 at 02:06:30AM +0530, Subhro wrote:
> > I am running FBSD 5.3-R amd64 on a AMD 3000+ with a nVidia GeForce Fx
> 5700LE
> > (256M) card plugged into the AGP slot. Two monitors are fixed to the
> card.
> > One goes in the normal VGA slot, the other goes into the DVI slot via a
> > VGA-DVI converter. I have been trying to get Xorg running on this setup.
> > However I have not been successful so far. The "nvidia" driver supports
> dual
> > headed setups. But it is only limited to the i386 platform. Anyone would
> > please help me out by suggesting how to setup "Twinview" with the "nv"
> > driver? Any pointers would be welcome.
> 
> My experience with setting up a dual-head nVidia FX 5200 last week was
> that
> I really needed the binary driver -- the open source 'nv' one just gave
> me messed up blinking colors on the second head.
> 
That's precisely the problem a messed up blinking second head :-S. If
only nvdia driver team is fast enough to get on with the amd64 edition of
nvidia for FreeBSD. They already have the linux editions for both amd64 and
IA64 on their page. *sigh*

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Data Limiting

2005-01-16 Thread Subhro
Hello folks,

 

I need your suggestion about limiting the data that can be transferred by
each of the hosts on a LAN. Let me explain my setup. The hosts get internet
access from a box running as a gateway (NAT). This box can't be touched as
my boss won't allow me to do so. I have decided to run a FreeBSD box as a
bridge between the NAT and the rest of the hosts of the LAN. Is it possible
to limit the amount of Data transferred per month by each of the hosts of
the LAN? If yes then how? It would also be nice if I could allow the users
to see how much data they have already transferred.

 

Thanks

S.

 

Indian Institute of Information Technology

Subhro Sankha Kar

Block AQ-13/1, Sector V

Salt Lake City

PIN 700091

India

 



smime.p7s
Description: S/MIME cryptographic signature


uPnP Support

2005-01-17 Thread Subhro
Hello folks,

 

Many popular routers support uPnP nowadays. Does FreeBSD support
broadcasting to uPnP devices?

 

Best Regards,

S.

 

Indian Institute of Information Technology

Subhro Sankha Kar

Block AQ-13/1, Sector V

Salt Lake City

PIN 700091

India

 



smime.p7s
Description: S/MIME cryptographic signature


RE: Optimising FreeBSD

2005-02-27 Thread Subhro

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Richard Danter
> Sent: Sunday, February 27, 2005 22:03
> To: freebsd-questions@freebsd.org
> Subject: Optimising FreeBSD
> 
> First, I think I need to edit the /etc/make.conf file. This is what I
> think I should have in place:
> 
>CPUTYPE ?= p2  # or p3 on my workstation
>CFLAGS   = -O -pipe# O2 and above not recommended?
>COPTFLAGS= -O -pipe

Make that CPUTYPE=p2 instead of CPUTYPE?=p2. The later is used if you build
for p2 on a different platform. CFLAGS and COPTFLAGS look ok. You can try
-O2 for COPTFLAGS but expect some instabilities.

> 
> I am not sure I understand the difference between CFLAGS and COPTFLAGS.
> Am I right in saying that COPTFLAGS is used for kernel builds and CFLAGS
> is used for everything else? 

That's correct

> 
> Is there anything else I need to set?

Go through /usr/local/sys/i386/conf/NOTES. Read through the different
processor flags.

> 
> Assuming the settings above are right, now I guess I can rebuild my
> kernel again without changing the configuration but I should now have p2
> specific code? Is there anything in the kernel config file I need to
> check? Do I even need to rebuild since I had the I686_CPU setting?

Just rebuilding the kernel after modifying make.conf should be enough.

> 
> Next I guess I need to re-build the rest of the userland apps. Is it
> simply a case of building world, or do I have to go through the whole
> upgrade procedure as described in the Handbook?

Yeh a rebuild of world is necessary. Well, not necessary but definitely
recommended.


> 
> I want to stick to -RELEASE, does this change (bug/security fixes)? If
> so, how do I update? I can see CVSup config files for -CURRENT and
> -STABLE, but not for -RELEASE.

RELENG_X means FreeBSD X-STABLE, RELENG_X_Y means FreeBSD X.Y-RELEASE.
Read through the "make world" section of the handbook again.

> 
> I guess the last step is to recompile the ports I have installed. Is
> there a quick way to rebuild just the ports I have installed or do I
> need to go through them all one by one and 'make install clean' them?
> 
> Anything else I have missed?

The simplest way I would do is pkg_delete -ad. This would delete *all* the
installed ports. Then selectively rebuild the ports as required.

> Sorry for so many questions in one go!

You don't learn something unless you have the guts to ask, so be proud about
it. :-)

Regards,
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Upgrading hardware from P3 to AMD 64

2005-02-27 Thread Subhro

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of RW
> Sent: Sunday, February 27, 2005 23:06
> To: freebsd-questions@freebsd.org
> Subject: Upgrading hardware from P3 to AMD 64
> 
> I'm thinking about upgrading my hardware from an Intel P3 to an AMD 64,
> and
> replacing the graphics card, without buying a new hard disk. Has anyone
> done
> this kind of thing successfully?
> 
> I've recompiled kernel+world for 686 and I've done a portupgrade -fR on
> cvsup
> and portupgrade.

Most likely your system would stop booting up if you try to run a p3 kernel
on a amd64. And AFAIK you *cant* build for 64 bit architecture on a 32 bit
one.

> 
> Typical motherboards now have a couple of sata connections in addition to
> the
> normal ide connections. Can I expect my current ide drives to still be ad0
> and ad1?

Yeh they would remain ad0 and ad1. The SATAs are generally at higher
numbers. For me ad10 onwards are the SATA controllers.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: No ports without ftp ?

2005-02-27 Thread Subhro

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Claudiu Bichir
> Sent: Sunday, February 27, 2005 23:12
> To: freebsd-questions@freebsd.org
> Subject: No ports without ftp ?
> 
> Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any
> chance for me to install aplications from ports ?
> Thank you !

Not all ports are from ftp sources. And generally allwell...most of them
have a http mirror as well.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


FW: Optimising FreeBSD

2005-02-27 Thread Subhro



> -Original Message-
> From: Richard Danter [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 27, 2005 23:13
> To: Subhro
> Subject: Re: Optimising FreeBSD
> 
> Subhro wrote:
> >
> > Yeh a rebuild of world is necessary. Well, not necessary but definitely
> > recommended.
> 
> So just to be clear, just doing a 'make buildworld' is enough? I don't
> need to do the install and mergemaster steps? How about rebooting?
> 
> Thanks for taking the time to answer my questions, I really do
> appreciate it.
> 
> Rich 

Richard, just a friendly advice, make it a point to always CC to the
freebsd-questions because there are people who learn from here.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Upgrading hardware from P3 to AMD 64

2005-02-27 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of RW
> Sent: Sunday, February 27, 2005 23:29
> To: freebsd-questions@freebsd.org
> Subject: Re: Upgrading hardware from P3 to AMD 64
> 
> On Sunday 27 February 2005 17:49, Subhro wrote:
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> > > [EMAIL PROTECTED] On Behalf Of RW
> > > Sent: Sunday, February 27, 2005 23:06
> > > To: freebsd-questions@freebsd.org
> > > Subject: Upgrading hardware from P3 to AMD 64
> > >
> > > I'm thinking about upgrading my hardware from an Intel P3 to an AMD
> 64,
> > > and
> > > replacing the graphics card, without buying a new hard disk. Has
> anyone
> > > done
> > > this kind of thing successfully?
> > >
> > > I've recompiled kernel+world for 686 and I've done a portupgrade -fR
> on
> > > cvsup
> > > and portupgrade.
> >
> > Most likely your system would stop booting up if you try to run a p3
> kernel
> > on a amd64. And AFAIK you *cant* build for 64 bit architecture on a 32
> bit
> > one.
> >
> 
> As I said, I'm recompiling for 686 (which I think is pentium pro), my
> undestanding is that the AMD 64 is back-compatible to 686.

Negative. AFAIK there are incompatible in both the ways.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: only 1 card is "active", why

2005-02-27 Thread Subhro
No carrier means, the NIC does not see a switch/hub at the other end. Thus you 
need to plug in one card into the switch connected to your LAN and the other 
to the modem.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of ??
> Sent: Monday, February 28, 2005 12:53
> To: freebsd-questions@freebsd.org
> Subject: only 1 card is "active", why
>
> I use freebsd-5.3release as a gateway. I have 2 realtek 8139 card, one
> for Internet and the other for LAN. But when I execute "ifconfig", only
> 1 card(rl0) is shown "active", and the other(rl1) is shown "no carrier".
> And when I exchange the wire, rl0 changes to "no carrier", and rl1
> changes to "no carrier". It seems that only 1 card can be in use. What
> can I do? Thanks.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: tcpdump install issues

2005-02-28 Thread Subhro
libpcap is missing. Rebuild and install that.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of FreeBSD MailingLists
> Sent: Monday, February 28, 2005 13:32
> To: questions
> Subject: tcpdump install issues
> 
> I have recently installed FreeBSD 5.3 from CD onto a couple of
> servers.  I updated the /usr/src and /usr/ports to  RELENG_5.  When I
> try to install tcpdump from the ports, the make fails with the last
> line being
> 
> Error: shared library "pcap.2" does not exist
> *** Error code 1
> 
> I know I didn't have this problem when I installed 5.3 on a couple of
> servers last month, so does anyone know what is causing this?
> 
> TIA,
> Tomoki Taniguchi
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: only 1 card is "active", why

2005-02-28 Thread Subhro
Maybe the wire is faulty then?

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: gr [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 28, 2005 13:33
> To: Subhro
> Subject: Re: only 1 card is "active", why
> 
> The wire that is always "no carrier" is definitely connected to a hub.
> 
> Subhro wrote:
> 
> >No carrier means, the NIC does not see a switch/hub at the other end.
> Thus you
> >need to plug in one card into the switch connected to your LAN and the
> other
> >to the modem.
> >
> >Regards
> >S.
> >
> >Indian Institute of Information Technology
> >Subhro Sankha Kar
> >Block AQ-13/1, Sector V
> >Salt Lake City
> >PIN 700091
> >India
> >
> >
> >>-Original Message-
> >>From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> >>[EMAIL PROTECTED] On Behalf Of ??
> >>Sent: Monday, February 28, 2005 12:53
> >>To: freebsd-questions@freebsd.org
> >>Subject: only 1 card is "active", why
> >>
> >>I use freebsd-5.3release as a gateway. I have 2 realtek 8139 card, one
> >>for Internet and the other for LAN. But when I execute "ifconfig", only
> >>1 card(rl0) is shown "active", and the other(rl1) is shown "no carrier".
> >>And when I exchange the wire, rl0 changes to "no carrier", and rl1
> >>changes to "no carrier". It seems that only 1 card can be in use. What
> >>can I do? Thanks.
> >>___
> >>freebsd-questions@freebsd.org mailing list
> >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>To unsubscribe, send any mail to "freebsd-questions-
> >>[EMAIL PROTECTED]"
> >>
> >>



smime.p7s
Description: S/MIME cryptographic signature


RE: ipfw lost its mind?

2005-03-03 Thread Subhro
Do you block UDP?
I am asking this because, I *used* do a block on all UDP except the DNS port
and had exactly the same problem.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Paul Schmehl
> Sent: Friday, March 04, 2005 1:09
> To: FreeBSD questions
> Subject: Re: ipfw lost its mind?
> 
> --On Thursday, March 03, 2005 01:48:16 PM -0500 Chuck Swiger
> <[EMAIL PROTECTED]> wrote:
> >
> > TCP connections are bidirectional, therefore you need to add rules which
> > allow traffic from all back to your workstation, or else use keep-state
> > and check-state to use dynamic rules
> 
> The firewall script already had a rule for that:
> allow ip from {server} to any
> 
> The problem wasn't that the firewall was *stopping* legitimate packets.
> It
> was just *slowing them down* like crazy.  Very weird.
> 
> Paul Schmehl ([EMAIL PROTECTED])
> Adjunct Information Security Officer
> The University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: ipfw lost its mind?

2005-03-03 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Paul Schmehl
> Sent: Friday, March 04, 2005 1:51
> To: 'FreeBSD questions'
> Subject: RE: ipfw lost its mind?
> 
> --On Friday, March 04, 2005 01:21:11 AM +0530 Subhro
> <[EMAIL PROTECTED]>
> wrote:
> 
> > Do you block UDP?
> 
> First question would be - which direction?

Incoming.

> 
> I allow udp *to* port 53.  I allow *ip* outgoing, so any response to a dns
> request would be answered.

Not relevant, as far as my knowledge goes.

> Even though it doesn't make sense to me.  If my *first* rule is "allow ip
> from x.x.x.x/32 to {server}" and I also have a rule that says "allow ip
> from {server} to any", then I can't imagine why a restriction on udp would
> interfere with that since "ip" includes both tcp and udp.

That's a point. If this is the case, i.e. you are using "ip" then tcp/udp
makes no difference. Did you lately do any builds or partial builds of the
source tree?


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: D-Link NIC.

2005-03-05 Thread Subhro


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of gabriel
> Sent: Sunday, March 06, 2005 2:57
> To: freebsd-questions
> Subject: Re: D-Link NIC.
> 
> Can anyone provide any insight?
> 
> ndis0: flags=8802 mtu 1500
> ether 00:11:95:87:8b:e4
> media: IEEE 802.11 Wireless Ethernet autoselect
> status: no carrier
> ssid ""
> channel -1 authmode OPEN powersavemode OFF powersavesleep 100
> rtsthreshold 2312 protmode CTS
> wepmode OFF weptxkey 1
> dolores#
> 
> if I try to use dhcp the ip address will just go to zeroes. :\


Are you positive that the DHCP function of your AP works perfectly? I am
asking thing because I have come across a couple of routers which happily
routes packets to static IPs but messes everything up as soon as it is asked
to handle DHCP.

Also I strongly feel something fishy in the WLAN interface being detected as
ndisX instead of wiX. The first thing I would do is use the default driver
*even* if some documentation says that it is buggy.

Regards,
S.



smime.p7s
Description: S/MIME cryptographic signature


RE: dma/sysctl

2005-03-05 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Luciano Musacchio
> Sent: Sunday, March 06, 2005 3:05
> To: freebsd-questions@freebsd.org
> Subject: dma/sysctl
> 
> Hi,
> I've a fbsd machine that hangs once in a while, I've this
> en /var/log/messages:
> ...
> Mar  5 14:44:58 chiba kernel: ad2: WARNING - WRITE_DMA UDMA ICRC error
> (retrying request) LBA=2949471
> ...
> 
> So, this means my hd is about to crash?
> How can I tell the kernel to reboot on such cases? (via sysctl?)

Not necessarily. It may just be a faulty drive interface cable.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: OT please comment on my underconstruction open source website ...

2005-03-07 Thread Subhro
Where is the site???

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of faisal gillani
> Sent: Tuesday, March 08, 2005 11:11
> To: FreeBSD
> Subject: OT please comment on my underconstruction open source website ...
> 
> i am making a regional open sources softwares site , &
> would like to here comments of professionals like you.
> this sites is made , maintain , & hosted by me only ,
> :-( , need help .
> 
> thanks :-)
> 
> 
> 
> *:$., 88,.$:*(((*$ Allah-hu-Akber*:$., 88,.$:*((*$
> God is the Greatest
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: OT please comment on my underconstruction open source website...

2005-03-09 Thread Subhro
There are a few spelling and grammatical mistakes. Rest looks OK for a start

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of faisal gillani
> Sent: Wednesday, March 09, 2005 12:45
> To: Subhro
> Cc: [EMAIL PROTECTED]
> Subject: RE: OT please comment on my underconstruction open source
> website...
> 
> oppsss :-S
> www.openpakistan.org
> 
> 
> --- Subhro <[EMAIL PROTECTED]> wrote:
> 
> > Where is the site???
> >
> > Indian Institute of Information Technology
> > Subhro Sankha Kar
> > Block AQ-13/1, Sector V
> > Salt Lake City
> > PIN 700091
> > India
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:owner-freebsd-
> > > [EMAIL PROTECTED] On Behalf Of faisal gillani
> > > Sent: Tuesday, March 08, 2005 11:11
> > > To: FreeBSD
> > > Subject: OT please comment on my underconstruction
> > open source website ...
> > >
> > > i am making a regional open sources softwares site
> > , &
> > > would like to here comments of professionals like
> > you.
> > > this sites is made , maintain , & hosted by me
> > only ,
> > > :-( , need help .
> > >
> > > thanks :-)
> > >
> > >
> > >
> > > *:$., 88,.$:*(((*$ Allah-hu-Akber*:$., 88,.$:*((*$
> > > God is the Greatest
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > >
> >
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > "freebsd-questions-
> > > [EMAIL PROTECTED]"
> >
> 
> 
> *:$., 88,.$:*(((*$ Allah-hu-Akber*:$., 88,.$:*((*$
> God is the Greatest
> 
> 
> 
> 
> 
> __
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: Why not?

2005-03-12 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Aperez
> Sent: Saturday, March 12, 2005 23:09
> To: freebsd-questions@freebsd.org
> Subject: Why not?
> 
> 
> Why not all three teams work together for just one BSD version?

Well, your notion is not 100% correct. There are indeed different teams for
the development of FreeBSD, OpenBSD and NetBSD but they are extremely
friendly and toleant towards each other and often share lot of code and
modules. For example, NetBSD and FreeBSD share the same USB subsystem.

As far as my understanding goes, each of the different flavours of BSD are
developed with a particular viewset in mind. For example, NetBSD is built no
to squeeze out the last drop of juice from the hardware. Instead it is
designed to be highly portable and literally run on anything you throw at
it. Similarly OpenBSD developers prefers more to swear by security than
anything else. They are entirely different projects although not entirely
independent.

> 
> At the moment there are three groups of developers and users working in
> the same issues. I think if we should all work together and create well
> rounded BSD version for us users and corporate clients. Imagine a BSD
> version that is portable (NetBSD), that is very secured (OpenBSD) and that
> is a good Destop solution (FreeBSD).

Well there are quite a few things which are mutually exclusive in nature. In
those cases you need to have tradeoffs.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


begin 666 smime.p7s
M,( &"2J&2(;W#0$'`J" ,( "`0$Q"S )[EMAIL PROTECTED]@,"&@4`,( &"2J&2(;W#0$'
M`0``H(()X3""`CTP@@&F`A$`S;I_5O#?Y+Q4_B*LLW*J53 [EMAIL PROTECTED]&]PT!
M`0(%`#!?,0LP"08#500&$P)54S$7,!4&`U4$"A,.5F5R:5-I9VXL($EN8RXQ
M-S [EMAIL PROTECTED] L3+D-L87-S([EMAIL PROTECTED]'5B;&EC(%!R:6UA<[EMAIL 
PROTECTED]&EF:6-A=&EO
M;B!!=71H;W)I='DP'A<-.38P,3(Y,# P,# P6A<-,[EMAIL PROTECTED] Q,C,U.34Y6C!?
M,0LP"08#500&$P)54S$7,!4&`U4$"A,.5F5R:5-I9VXL($EN8RXQ-S [EMAIL PROTECTED]
M! L3+D-L87-S([EMAIL PROTECTED]'5B;&EC(%!R:6UA<[EMAIL 
PROTECTED]&EF:6-A=&EO;B!!=71H
M;W)I='[EMAIL PROTECTED])*H9(AO<[EMAIL PROTECTED],(&)`H&!`.49OVVC5F$MF4AQ
M]F?>N8WKMYZ&@ J1#OHX):]&B(+E<[EMAIL PROTECTED],96X,L-!6A!B'F@:;$*%S
MW[18.6MNP?85U:BH/ZH2!HTQK'^P-->/-&>(").159I'W@"@-K<1Y$I
MNS;)8US%X-S"Z*B\QJNZC9]K;`@,!``$P#08)*H9(AO<-`0$"
[EMAIL PROTECTED],PY=Z:;+!X1->C/_DAOT-JW8E2(V:!%L?$+,\YPN
MQ <_%+ /3_^0DG;YXKQ*Z8_-H( *]\4I\8(B7;BQW8$CHWLE%48P>1;[EMAIL PROTECTED]
ME'\=PAS(X[?T$$ \$\-?'U/H2.2&M'NA-;![);JXTXZK/SB=`#0`F//1<90P
M@@-F,(("SZ [EMAIL PROTECTED]"`A -BT_NJM(86_1U:ITIX7_[, T&"2J&2(;[EMAIL 
PROTECTED]
M,%\Q"S )[EMAIL PROTECTED] 83`E53,12!#97)T:69I8V%T:6]N($%U
M=&AO3 >%PTY.# U,3(P,# P,#!:%PTP.# U,3(R,S4Y-3E:,(',,1HHME$\5>#:X#4JR;YQ4O[SH=RJ=N?!HNY79,4%P
M>[EMAIL PROTECTED]'".&$0JO HI*K1%RJ0O""[EMAIL PROTECTED]".[N^R2<*7;:P-D(SM6Y4
MB$^'2K\9VOD5Z ^'MASCS,::CG]J))+C_.!ENJ>Q?N_)VS=JR$K("0;DF0(#
M`0`!HX&T,(&Q,!$&"6"&2 &&^$(!`00$`P(!!C [EMAIL PROTECTED]'1\$+C L,"[EMAIL 
PROTECTED] F
MAB1H='1P.B\O8W)L+G9E4RLOPCL354O4([EMAIL 
PROTECTED]
M+EZ5,IMYK641"QQ*4L35J#$ACMX0FVP(Q0?F`[GGR#1X"0GRO 9"^%J,@]&*
MWJHB]=GC(=+/98P&,[#-(+(SS0J]/N&=P36I9+"GI21;Z?%HZQ/$?#?TE&0-
MFL6],[EMAIL PROTECTED]@/N6J/J[8[EMAIL PROTECTED];W)P+B!">2!2
M968N+$Q)04(N3%1$*&,[EMAIL PROTECTED]&[EMAIL PROTECTED] 
,3/U9E%PTP-#$Q,3$P,# P,#!:%PTP-3 W,[EMAIL PROTECTED],S4Y-3E:,((!$C$7,!4&`U4$
M"A,.5F5R:5-I9VXL($EN8RXQ'S [EMAIL PROTECTED] L3%E9E*="@C]MBPY5= 6VK7H..XWY"AVFC!RE);X]3%#?RZW
MZ%PT%YBC5NR(PM500 -HB,("!9\,(9RK!2*]_/RH'>(3LG(H"N<$XJ8&D++W
M"8SBCH4_B9&P`2TBB?['VC)+`@,!``&C@;L&:;])
MO1]KAWM]6:@[EMAIL PROTECTED](Q42$7BX$"7M29M$%I+ZR-4J^_FQ$7O&[17
MT/>T3YB4+F)QQKS.W0OG0P@>$P@[EMAIL PROTECTED]&"RJ&
M2(;W#0$)$ (+,8'DH('A,(',,1*U#+GO.'=D.?)N,-4\"D%!>W,&
MQ!>W*4Y.(2V2_3G;UDO_79/$I&PZ6IP+>.WV([EMAIL PROTECTED])[EMAIL 
PROTECTED])O_6KM-0,$
@9?I6:C!XH4.;?,@,63\?GZ,>:PI,HP?\`UH`
`
end

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


RE: subversion on FreeBSD 4.10

2005-03-15 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Rene C. Mendoza
> Sent: Wednesday, March 16, 2005 9:38
> To: freebsd-questions@freebsd.org
> Subject: Re: subversion on FreeBSD 4.10
> >
> Here's some more info on my problem.  When I run the following command
> manually, it just doesn't seem to do anything at all.  Has anyone here
> able been successful in compiling subversion with mod_dav_svn?  I tried
> upgrading to FreeBSD 5.3 with updated ports and I still get the same
> problem.
> 
> /usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n
> dav libexec/apache2/mod_dav.so


When you run apxs manually, then do you find it consuming any processor
time? You can check from top.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: subversion on FreeBSD 4.10

2005-03-15 Thread Subhro


> -Original Message-
> From: Rene C. Mendoza [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 16, 2005 10:01
> To: Subhro
> Cc: freebsd-questions@freebsd.org
> Subject: Re: subversion on FreeBSD 4.10
> 
> Subhro wrote:
> 
> >
> >>Here's some more info on my problem.  When I run the following command
> >>manually, it just doesn't seem to do anything at all.  Has anyone here
> >>able been successful in compiling subversion with mod_dav_svn?  I tried
> >>upgrading to FreeBSD 5.3 with updated ports and I still get the same
> >>problem.
> >>
> >>/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n
> >>dav libexec/apache2/mod_dav.so
> >>
> >>
> >
> >
> >When you run apxs manually, then do you find it consuming any processor
> >time? You can check from top.
> >
> yup. here is the top command result:
> 
> last pid: 88945;  load averages:  1.00,  1.00,  0.93up 0+05:01:38
> 19:02:31
> 32 processes:  2 running, 30 sleeping
> CPU states: 98.1% user,  0.0% nice,  1.9% system,  0.0% interrupt,  0.0%
> idle
> Mem: 16M Active, 237M Inact, 82M Wired, 48K Cache, 60M Buf, 158M Free
> Swap: 1006M Total, 1006M Free
> 
>   PID USERNAME PRI NICE   SIZERES STATETIME   WCPUCPU COMMAND
> 88849 root 1320  4740K  4316K RUN 36:18 98.88% 98.88%
> perl5.8.6
>   543 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
>   480 rene  960  5084K  2212K select   0:03  0.00%  0.00% sshd
>   387 root  960  8420K  5256K select   0:01  0.00%  0.00% httpd
>   345 root  960  3120K  2548K select   0:01  0.00%  0.00% sendmail
>   580 root  200  2432K  1956K pause0:00  0.00%  0.00% tcsh
>   238 root  960  1408K   964K select   0:00  0.00%  0.00% syslogd
>   364 root   80  1448K  1096K nanslp   0:00  0.00%  0.00% cron
>   481 rene  200  2432K  1940K pause0:00  0.00%  0.00% tcsh
> 88945 rene  960  2412K  1632K RUN  0:00  0.00%  0.00% top
>   544 rene  200  2428K  1892K pause0:00  0.00%  0.00% tcsh
>   478 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
>   541 root   40  5084K  2204K sbwait   0:00  0.00%  0.00% sshd
>   579 rene   80  1700K  1360K wait 0:00  0.00%  0.00% su
>   351 smmsp 200  3016K  2388K pause0:00  0.00%  0.00% sendmail
>   425 root   50  1372K   988K ttyin0:00  0.00%  0.00% getty
>   391 root  960  2492K  2068K select   0:00  0.00%  0.00% sshd
> 
> I tried installing without mod_dav_svn and subversion installed
> cleanly.   Problem  with apxs/mod_dav_svn?

When was perl built on this system? And may I have a look at /etc/make.conf?


Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: flash plugin?

2005-03-15 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Tom Vilot
> Sent: Wednesday, March 16, 2005 9:51
> To: Jason Henson
> Cc: FreeBSD Questions
> Subject: Re: flash plugin?
> 
> Jason Henson wrote:
> 
> > How about http://www.freshports.org/www/flashplugin-firefox/
> >
> > And put WITH_MOZILLA=firefox ine /etc/make.conf.  You may have had
> > mozilla installed as a dependancy of the falsh plugin without that
> > flag  set.
> >
> Nah, same problem :c(
> ---
> 
> Mar 15 21:20:01 bsdlaptop kernel: pid 5564 (firefox-bin), uid 1001:
> exited on signal 11 (core dumped)

Any non standard build flags like f* or -O and likes?

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Odhiambo Washington
> Sent: Tuesday, March 22, 2005 21:25
> To: freebsd-questions@freebsd.org
> Subject: Accessing Windows XP Desktop (Home Edition) remotely
> 
> Hello dudes,
> 
> I have this big curse that I have to access the office computer from
> home. The office PC runs WinXP Home, not Professional.
> I have turned the Internet upside-down trying to get an app that will
> enable me access the goddamn XP desktop, using something like krdesktop,
> from home. Something that can run on the Windows XP and provide me
> access to it's desktop from a FreeBSD box running KDE.
> 
> I am sure there is something, but I just can't find it!!
> 
> All pointers will be appreciated.

What you need is called a VNC. Have a look at TightVNC. It's a wonderful
application.

http://www.tightvnc.org

There is also a FreeBSD port. Have a look at the ports collection.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Nick Pavlica
> Sent: Tuesday, March 22, 2005 21:39
> To: daniel
> Cc: freebsd-questions@freebsd.org
> Subject: Re: Accessing Windows XP Desktop (Home Edition) remotely
> 
> VNC works very well for me, good suggestion!
> 
> --Nick
> 
> 
> On Tue, 22 Mar 2005 11:02:48 -0500, daniel <[EMAIL PROTECTED]>
> wrote:
> > On March 22, 2005 10:54 am, Odhiambo Washington wrote:
> > > I have this big curse that I have to access the office computer from
> > > home. The office PC runs WinXP Home, not Professional.
> > > I have turned the Internet upside-down trying to get an app that will
> > > enable me access the goddamn XP desktop, using something like
> krdesktop,
> > > from home. Something that can run on the Windows XP and provide me
> > > access to it's desktop from a FreeBSD box running KDE.
> >
> > i'd suggest vnc:
> >   http://www.realvnc.com/
> >   http://www.tightvnc.com/
> >
> > you use realvnc to install the server, then tightvnc to connect (i find
> it's
> > faster than the normal vnc client.  then to connect all you need is X
> running
> > and:
> >
> >   $ vncviewer 
> >
> > security note:
> > vnc is *not* encrypted and is not generally considered secure.  any
> ports you
> > open/forward should be directed to your ip only.  even better, try a
> knocking
> > daemon.
> >
> > --
> > i hope that we shall crush in its birth the aristocracy of our monied
> > corporations, which dare already to challenge our government to a trial
> of
> > strength, and bid defiance to the laws of our country.
> >   - thomas Jefferson, 1816
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"
> >
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]" 


Please do not Top Post. Its kinda irritating. :-(

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: cvsup core dumps

2005-03-22 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Greg McClure
> Sent: Wednesday, March 23, 2005 10:54
> To: freebsd-questions@freebsd.org
> Subject: cvsup core dumps
> 
> Thanks in advance to anyone who can let me know what's going on.
> 
> I'm running FreeBSD 4.7-RELEASE.

I would suggest you to rebuild cvsup from the ports collection without any
non standard CFLAGS (if you are using some).

Regards
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: missing desktop icons

2005-03-23 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Warren
> Sent: Thursday, March 24, 2005 10:16
> To: freebsd-questions@freebsd.org
> Subject: missing desktop icons
> 
> im running FreeBSD 5.4 and after the comp hung and i re-booted 3/4 of all
> my
> desktop icons have dissapeard into oblivion .. any way i can recover them
> or


Probably there are some errors on your hard disk which were created due to
the improper shutdown. Do a fsck on all the volumes after booting into
single user mode. Everything should be fine then

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: AMD64 much slower than i386 on FreeBSD 5.4-pre

2005-03-24 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Thursday, March 24, 2005 20:53
> To: freebsd-questions@freebsd.org
> Subject: Re: AMD64 much slower than i386 on FreeBSD 5.4-pre
> 
> I think that warning people that the good name of "FreeBSD" is being
> tainted by the current band of clowns is very productive. Its more like
> a religion now; I've never seen so many people in total denial that
> their



OH NO!!! ANOTHER AOLer.

One more entry added to my kill list.

THIS IS MY EARNEST REQUEST TO ALL THE LIST MEMBERS. BANDWIDTH IS VERY COSTLY
HERE SO PLEASE PLEASE PLEASE DO NOT WASTE BANDWIDTH AND TIME BY FEEDING
TROLLS.

Best Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


SQL glitches

2005-03-24 Thread Subhro
Hello Folks,

I am running a 5.3-R-p5 system. I have just installed mysql41-server from
the ports collection. But when I try to start the mysqld daemon I get this
error:

zurich# /usr/local/libexec/mysqld -u mysql
050324  9:58:07  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
050324  9:58:07  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 36808.
InnoDB: Doing recovery: scanned up to log sequence number 0 43634
050324  9:58:07  InnoDB: Starting an apply batch of log records to the
database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
96 97 98 99
InnoDB: Apply batch completed
050324  9:58:08  InnoDB: Flushing modified pages from the buffer pool...
050324  9:58:08  InnoDB: Started; log sequence number 0 43634
050324  9:58:08 [ERROR] Fatal error: Can't open privilege tables: Table
'mysql.host' doesn't exist

Anyone can help me out in solving this?

Best regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


Re: SQL Glitches

2005-03-24 Thread Subhro
Bad of me :-(

I should have RTFM.

I have run mysql_install_db but now I get

zurich# /usr/local/libexec/mysqld -u mysql
050324 10:57:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
050324 10:57:19  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 43634.
InnoDB: Doing recovery: scanned up to log sequence number 0 43634
050324 10:57:19  InnoDB: Flushing modified pages from the buffer pool...
050324 10:57:19  InnoDB: Started; log sequence number 0 43634
050324 10:57:19 [ERROR] /usr/local/libexec/mysqld: Can't find file: 
'./mysql/host.frm' (errno: 13)
050324 10:57:19 [ERROR] Fatal error: Can't open privilege tables: Can't find 
file: './mysql/host.frm' (errno: 13)

Whats next?

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


Re: CVSup questions

2005-03-26 Thread Subhro
Jay O'Brien wrote:
pkg_version, however, failed. "Unable to open INDEX in pkg_do"
I found that pkg_version http://www.FreeBSD.org/ports/INDEX-5 
ran ok, so the problem was the missing /usr/ports/INDEX-5. In
fact there was no /usr/ports directory.
 

This is because you didn't install the ports collection. IT is 
recommended either to download the port tarred port collection from the 
FTP or use cvsup to get the ports collection.

I built src-all and ports-all. Now, there is a /usr/ports 
directory and and lots of directories and files therein. In 
/usr/ports, I did make fetchindex. It failed. The 
/usr/ports/Makeindex file was really Makeindex,v. I copied it 
as Makeindex, and tried make fetchindex again. It showed many 
errors, finally "fatal errors encountered -- cannot continue".

You probably used CVS instead of cvsup. CVS, also known as Concurrent 
Version System is a mechanism which allows developers to manage codebase 
on which more than one individual is working simultaneously. When some 
change is made to a file "foo.bar" managed by a CVS, a file called 
"foo.bar,v" is created by the CVS. This file contains all the 
information about what changed and who changed it along with the 
comments which a developer might have provided during updating the file 
"foo.bar". Just to add, using the foo.bar,v file along with foo.bar, any 
version of the file may be created that ever existed.


Obviously I need to start over, this time using the CD with 
the full iso image. I'll do that, but
 

Well, its not always feasible to get hold of the full CD and also its 
most of the times not required. I generally use either the bootonly CD 
or the floppies to get a box on the network and pull off everything 
required over the network. However it is implied that you have a descent 
connection or you should arrange for some coffee while you install.  :-)

Best of Luck and welcome to the wonderful world where most of the things 
are free :-)

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


Re: MySQL client only

2005-04-07 Thread Subhro
Irina wrote:

Not sure what to do.
Or, may be my mistake was that I CVSUPed only ports/databases?
 

Partial updates are never a good idea. However in this case it seems to 
me as if your link is givig you problems. Can you access other things on 
the internet?

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


Re: httpd.core

2005-04-09 Thread Subhro
Tom Vilot wrote:
What tools do I use to examine a core dump file?
For examining any core file you need a debugger. A very popular debugger 
is the GNU Debugger also known as gdb

man gdb for more information
Regards
S.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Subhro
Tom Vilot wrote:
What tools do I use to examine a core dump file?
For examining any core file you need a debugger. A very popular debugger 
is the GNU Debugger also known as gdb

man gdb for more information
Regards
S.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Subhro
On Apr 9, 2005 9:45 PM, Tom Vilot <[EMAIL PROTECTED]> wrote:
> Thank you, Subhro, for such a quick response to my question.
> 
> Now ... the only problem is that if I examine the httpd.core file, it
> evidently has no debugging information in it (naturally):

This is because you need to explicitly build debugging symbols in the
binary. Otherwise the whole debugging procedure is very crippled

> How do I build Apache with debugging information?

For getting this information you need to read through the Makefile.
Generally the compile time option is DEBUG.

So the procudere would be 

make -DDEBUG -Dother_compile_options_as_required

This also applies for Apache.

Best Regards,
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: environment variables

2005-04-10 Thread Subhro
Michael S wrote:
Hi all.
In order to set an environment variable at boot time,
something like http_proxy, where would I do that?
 

Environment variables are not set at boot time. They are set when you o 
into your shell. For doing that, set yhe environment variable in .login.

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


RE: 1 cpu + 2 monitors + 2 keybord/mouse + FreeBSD, is it possible??

2005-01-23 Thread Subhro
Dumb terminals are "dumb" because they cant work on their own. In other
words they are useless if they cant set up a link with the backend computer.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark Jayson Alvarez
> Sent: Sunday, January 23, 2005 18:37
> To: freebsd-questions@freebsd.org
> Subject: 1 cpu + 2 monitors + 2 keybord/mouse + FreeBSD, is it possible??
> 
> Hi,
>FreeBSD is multi-user right? I know this setup but
> only when other users are logging in remotely via
> another pc. I just want to know if it is possible for
> me to just buy 1 more monitor, a mouse and a keyboard
> and just dig a hole between my brother's room and mine
> and share with him my pc. I really wanted him to learn
> the inner workings of computer, but we cannot afford
> to buy another computer. Used computers are cheaper
> but not as cheap as just buying another used monitor
> and a keyboard. I've heard something like a dumb
> terminal but I guess it still requires another cpu.
> Just hoping if it's possible :(
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: FreeBSD for i386 ISO 5.3 - Softpedia Pick Award

2005-01-25 Thread Subhro
One more feather in the hat of a great OS.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Softpedia Team
> Sent: Tuesday, January 25, 2005 21:45
> To: [EMAIL PROTECTED]
> Subject: FreeBSD for i386 ISO 5.3 - Softpedia Pick Award
> 
> Congratulations !
> 
> Your product FreeBSD for i386 ISO 5.3 has been awarded by us with 5 stars
> and SoftPedia Pick Award !
> 
> You can check the following page to see the various graphical formats of
> the award:
> http://www.softpedia.com/awards/
> 
> Your product review page is located at:
> http://www.softpedia.com/get/UNIX/Distributions/FreeBSD-for-i386-ISO.shtml
> 
> Please feel free to link to us using the URL above.
> Don't hesitate to contact us for more information.
> 
> Sincerely,
> The Softpedia Team
> 
> 
> --
> -
> Softpedia is a library of over 40,000 free and free-to-try software
> programs for Windows and Unix/Linux, games, mac software and drivers.
> We review and categorize these products in order to allow the visitor/user
> to find the exact product they and their system needs.
> We strive to deliver only the best products to the visitor/user
> together with self-made evaluation and review notes.
> --
> -
> Softpedia - the encyclopedia of free software downloads
> http://www.softpedia.com/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: kernel info question

2005-01-25 Thread Subhro
None of them. Put CPUTYPE=k6 in /etc/make.conf and go ahead as the handbook
says.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Andrew L. Gould
> Sent: Wednesday, January 26, 2005 3:56
> To: Freebsd-Questions (E-mail)
> Subject: kernel info question
> 
> I'm about to recompile a kernel on a computer with an AMD K6-2 450
> processor.  Is the K6-2 an i586 or i686 CPU?
> 
> Thanks,
> 
> Andrew
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: FreeBSD 4.11 Release

2005-01-27 Thread Subhro
How about fluxbox?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Ted Mittelstaedt
> Sent: Friday, January 28, 2005 10:52
> To: gabriel
> Cc: freebsd-questions@freebsd.org; Kris Kennaway
> Subject: RE: FreeBSD 4.11 Release
> 
> 
> Well, why else would I suggest Enlightenment! :-)
> 
> Ted
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of gabriel
> > Sent: Thursday, January 27, 2005 10:10 AM
> > To: Ted Mittelstaedt
> > Cc: freebsd-questions@freebsd.org; Kris Kennaway
> > Subject: Re: FreeBSD 4.11 Release
> >
> >
> > And I quote. "eww!" =P
> >
> >
> > On Wed, 26 Jan 2005 00:22:19 -0800, Ted Mittelstaedt
> > <[EMAIL PROTECTED]> wrote:
> > > [EMAIL PROTECTED] wrote:
> > > > On Tue, Jan 25, 2005 at 01:46:25PM -0600, Andrew L. Gould wrote:
> > > >> I just noted that FreeBSD 4.11 has been released and that
> > there are
> > > >> now 2 CD#1's -- one for gnome and one for kde.
> > > >>
> > > >> Does anyone know how exclusive these CD's are?  That is, does the
> > > >> gnome CD have kde-lite, or no kde at all?  Does kde lack all gnome
> > > >> stuff?
> > > >
> > > > None at all.  The set of packages became too big to have both
> > > > gnome-lite and kde-lite on disc 1.
> > > >
> > >
> > > Good riddance.  This is FreeBSD, no reason to have your new server
> > > look like every other Linux box brought online.  If your
> > going to make
> > > it easy to put a window manager on for the newbies, pick
> > something that's
> > > going to definitely make them say "hoo boy! I ain't in
> > Kansas anymore!"
> > > such as
> > > Enlightenment.
> > >
> > > Ted
> > >
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> > >
> >
> >
> > --
> > gabriel,
> >
> > Member of:
> > FreeBSD-Announce
> > FreeBSD-Hardware
> > FreeBSD-Multimedia
> > FreeBSD-questions
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> >
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: cannot boot after updating to 5.3 stable

2005-01-28 Thread Subhro
Your problem is, somehow the mountpoint entries in /etc/fstab have messed
up. As a result the system cant find the root file system. At the 
Mount>
Prompt type ? to get a list of all the valid mountpoints. Then manually
mount all the mount points. Once you point the system the "root" it will
straight go into the single user mode. You can then go into /dev and see
what partitions are there. Mount the partitions manually and then open up
/etc/fstab in your favorite text editor and make the necessary changes. The
nnext boot onwards the box won't complain.
BTW, you wont be able to open any text editor until and unless /usr is
mounted. Because all the binaries (including the text editor, vi in my case)
resides in /usr.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Rino M Nur
> Sent: Saturday, January 29, 2005 8:03
> To: freebsd-questions@freebsd.org
> Subject: cannot boot after updating to 5.3 stable
> 
> 
> Dear all,
> 
> I've been updating to 5.3 stable. but after make installkernel, my box
> won't boot and error says :
> 
> boot:boot -s
> 
> ...
> 
> Mounting root from ufs:/dev/ad0s1a
> setrootbyname failed
> ffs_mountroot: can't find rootvp
> Root mount failed: 6
> 
> Manual root filesystem specification:
>:  Mount  using filesystem 
> eg. ufs:da0s1a
>?  List valid disk boot devices
>   Abort manual input
> 
>  mountroot>
> 
> 
> my device.hints :
> 
> 
> hint.fdc.0.at="isa"
> hint.fdc.0.port="0x3F0"
> hint.fdc.0.irq="6"
> hint.fdc.0.drq="2"
> hint.fd.0.at="fdc0"
> hint.fd.0.drive="0"
> hint.fd.1.at="fdc0"
> hint.fd.1.drive="1"
> hint.ata.0.at="isa"
> hint.ata.0.port="0x1F0"
> hint.ata.0.irq="14"
> hint.ata.1.at="isa"
> hint.ata.1.port="0x170"
> hint.ata.1.irq="15"
> #hint.adv.0.at="isa"
> #hint.adv.0.disabled="1"
> #hint.bt.0.at="isa"
> #hint.bt.0.disabled="1"
> #hint.aha.0.at="isa"
> #hint.aha.0.disabled="1"
> hint.aic.0.at="isa"
> hint.aic.0.disabled="1"
> hint.atkbdc.0.at="isa"
> hint.atkbdc.0.port="0x060"
> hint.atkbd.0.at="atkbdc"
> hint.atkbd.0.irq="1"
> hint.psm.0.at="atkbdc"
> hint.psm.0.irq="12"
> hint.vga.0.at="isa"
> hint.sc.0.at="isa"
> hint.sc.0.flags="0x100"
> hint.vt.0.at="isa"
> hint.vt.0.disabled="1"
> hint.apm.0.disabled="1"
> hint.apm.0.flags="0x20"
> hint.pcic.0.at="isa"
> # hint.pcic.0.irq="10"  # Default to polling
> 
> # hint.pcic.0.irq="10"  # Default to polling
> hint.pcic.0.port="0x3e0"
> hint.pcic.0.maddr="0xd"
> hint.pcic.1.at="isa"
> hint.pcic.1.irq="11"
> hint.pcic.1.port="0x3e2"
> hint.pcic.1.maddr="0xd4000"
> hint.pcic.1.disabled="1"
> hint.sio.0.at="isa"
> hint.sio.0.port="0x3F8"
> hint.sio.0.flags="0x10"
> hint.sio.0.irq="4"
> hint.sio.1.at="isa"
> hint.sio.1.port="0x2F8"
> hint.sio.1.irq="3"
> hint.sio.2.at="isa"
> hint.sio.2.disabled="1"
> hint.sio.2.port="0x3E8"
> hint.sio.2.irq="5"
> hint.sio.3.at="isa"
> hint.sio.3.disabled="1"
> hint.sio.3.port="0x2E8"
> hint.sio.3.irq="9"
> hint.ppc.0.at="isa"
> hint.ppc.0.irq="7"
> hint.ed.0.at="isa"
> hint.ed.0.disabled="1"
> hint.ed.0.port="0x280"
> hint.ed.0.irq="10"
> hint.ed.0.maddr="0xd8000"
> hint.cs.0.at="isa"
> hint.cs.0.disabled="1"
> hint.cs.0.port="0x300"
> hint.sn.0.at="isa"
> hint.sn.0.disabled="1"
> hint.sn.0.port="0x300"
> hint.sn.0.irq="10"
> hint.ie.0.at="isa"
> hint.ie.0.disabled="1"
> hint.ie.0.port="0x300"
> hint.ie.0.irq="10"
> hint.ie.0.maddr="0xd"
> hint.fe.0.at="isa"
> hint.fe.0.disabled="1"
> hint.fe.0.port="0x300"
> hint.lnc.0.at="isa"
> hint.lnc.0.disabled="1"
> hint.lnc.0.port="0x280"
> hint.lnc.0.irq="10"
> hint.lnc.0.drq="0"
> 
> my /etc/fstab :
> 
> # of network filesystems before modifying this file.
> #
> # DeviceMountpoint  FStype  Options Dump
> Pass#
> /dev/ad0s1b noneswapsw  0   0
> /dev/ad0s1a /   ufs rw  1   1
> /dev/ad0s1g /cache  ufs rw  2   2
> /dev/ad0s1f /home   ufs rw  2   2
> /dev/ad0s1e /usrufs rw  2   2
> /dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
> proc/proc   procfs  rw  0   0
> 
> 
> 
> anyone can help me ?
> 
> Dl. Vg.
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: starting mt-daapd

2005-01-28 Thread Subhro
Can we have a look at the configuration file?

Best Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Alan Curtis
> Sent: Saturday, January 29, 2005 8:30
> To: freebsd-questions@freebsd.org
> Subject: starting mt-daapd
> 
> I installed mt-daapd and used the default config file in
> 
> but when I try to start it using
> 
> /usr/local/etc/rc.d/mt-daapd.sh start
> 
> I get the following message
> 
> Invalid config directive:
> Error reading config file (/usr/local/etc/mt-daapd.conf)
> 
> I deleted all the empty lines and now get the message
> 
> 2005-01-29 02:53:24: Starting rendezvous daemon
> 2005-01-29 02:53:24: Starting signal handler
> 2005-01-29 02:53:24: Loading playlists
> 2005-01-29 02:53:24: Initializing database
> 2005-01-29 02:53:24: Starting mp3 scan
> 2005-01-29 02:53:24: Starting web server from
> /usr/local/share/mt-daapd/admin-root on port 3689
> 2005-01-29 02:53:24: Rendezvous pipe closed... Exiting
> 2005-01-29 02:53:24: Aborting
> 
> in the log file.
> 
> How do I get this thing running?
> 
> Alan
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: cannot boot after updating to 5.3 stable

2005-01-28 Thread Subhro
Thanks Mike :-)

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: Mike Jeays [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 29, 2005 9:28
> To: Subhro
> Cc: 'Rino M Nur'; freebsd-questions@freebsd.org
> Subject: RE: cannot boot after updating to 5.3 stable
> 
> On Fri, 2005-01-28 at 22:35, Subhro wrote:
> > Your problem is, somehow the mountpoint entries in /etc/fstab have
> messed
> > up. As a result the system cant find the root file system. At the
> > Mount>
> > Prompt type ? to get a list of all the valid mountpoints. Then manually
> > mount all the mount points. Once you point the system the "root" it will
> > straight go into the single user mode. You can then go into /dev and see
> > what partitions are there. Mount the partitions manually and then open
> up
> > /etc/fstab in your favorite text editor and make the necessary changes.
> The
> > nnext boot onwards the box won't complain.
> > BTW, you wont be able to open any text editor until and unless /usr is
> > mounted. Because all the binaries (including the text editor, vi in my
> case)
> > resides in /usr.
> 
> There is a primitive but usable editor called "ed" in /bin. It dates
> back to the stone age of computing, and you will do better if you can
> practise with it (or at least print out the manual on paper) before you
> really need it.  It is there for emergencies like fixing up /etc/fstab.


smime.p7s
Description: S/MIME cryptographic signature


RE: remote login & default gateway problem

2005-01-28 Thread Subhro
Are you trying to log in as root or as a member of wheel via ftp or ssh? If
yes then don't do that. Alternatively check hosts.deny in /etc.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Ilia Rassadzin
> Sent: Saturday, January 29, 2005 9:22
> To: freebsd-questions@freebsd.org
> Subject: remote login & default gateway problem
> 
> Hello list,
> 
> I've recently installed FBSD 5.3-Release at my amd64
> laptop.
> I faced with the following problems:
> 
> 1) ftpd works only locally. When I trying to login
> from remote hosts, it asks for username
> and then displays "530 Unknown user"
> under the very same user name I can login locally.
> 2)sshd works only locally and refuses remote
> connections
> 3) I cannot ping my default gateway obtained through
> DHCP - it returns "Host is down"
> 
> I guess that for the problem #3 I have to blame a
> router misbehavior, but how can I fix #1 & #2?
> 
> No firewalls installed.
> 
> Any ideas?
> 
> Thanks,
> Ilia
> 
> PS
> I am not a list member, so could you please cc me.
> 
> 
> 
> 
> 
> 
> 
> __
> Do you Yahoo!?
> All your favorites on one personal page  Try My Yahoo!
> http://my.yahoo.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: make buildworld error

2005-01-29 Thread Subhro


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Donald J. O'Neill
> Sent: Sunday, January 30, 2005 0:57
> To: Gert Cuykens
> Cc: freebsd-questions@freebsd.org
> Subject: Re: make buildworld error
> 


> You see the bottom 4 lines? I see a "bad  value (amd64) for -march=
> switch" and a "bad (amd64) for -mtune= switch" . Try changing you
> make.conf file to use "CPUTYPE=?hammer", if that works go on to the
> next step. If it fails, see if you've got a similar error message.

The correct way would be CPUTYPE=k8 as all "Hammers" are basically having K8
cores. This is also revealed in dmesg.



Regards
S.
Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: cannot boot after updating to 5.3 stable

2005-01-30 Thread Subhro
You can boot off a live file system (the fixit CD/floppy) and examine the 
mountpoints which are already available on the hard disk. I have the feeling 
that the reason why it is not booting is, you are not setting the proper mount 
point.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: Della Virgina [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 31, 2005 6:51
> To: Subhro
> Cc: freebsd-questions@freebsd.org
> Subject: RE: cannot boot after updating to 5.3 stable
>
> Thanks for the answer,
>
>
> But i have no luck, it still won't boot :
>
> mountroot>?
>
> ad0
> fd0
>
> mountroot>ufs:ad0s1a
>
> Mounting root from ufs:/dev/ad0s1a
> setrootbyname failed
> ffs_mountroot: can't find rootvp
> Root mount failed: 6
>
> Manual root filesystem specification:
> :  Mount  using filesystem 
> eg. ufs:da0s1a
>?  List valid disk boot devices
>Abort manual input
>
> mountroot>
>
>
> Thanks for the answer.
>
>
> DL vG.


smime.p7s
Description: S/MIME cryptographic signature


RE: FSCK on Reboot

2005-02-16 Thread Subhro
Read through the @reboot tag of cron.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Matt LaPlante
> Sent: Thursday, February 17, 2005 4:11
> To: freebsd-questions@freebsd.org
> Subject: FSCK on Reboot
> 
> Right now I've got a server running FreeBSD 4.11.  My question is, is
> there a way to automatically run fsck on a system reboot, without
> having to go through the process of sitting at the computer, changing
> the run level, etc, etc. Clearly it's beneficial in a work environment
> to be able to wait till night hours to run such operations, but I
> personally have no desire to hang around the office until midnight
> just to run a file system check.  I know on any Windows machine this
> is easily accomplished by running chkdsk and answering "y" when it
> prompts if you want the system checked on the next reboot...you can go
> home, wait till midnight, and reboot the system, it will automatically
> check itself and come back online.  Can this be accomplished in
> FreeBSD?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


RE: how long does it takes you to do a make buildworld

2005-02-23 Thread Subhro
Mine took about 23 mins for the whole buildworld buildkernel cycle.

AMD64 3000+
ASUS K8V SE DELUXE
1024M PC400 DDR RAM
2*120G Maxtor SATA Drives in RAID-0 ARRAY


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Wouter van Rooij
> Sent: Thursday, February 24, 2005 1:35
> To: freebsd-questions@freebsd.org
> Subject: how long does it takes you to do a make buildworld
> 
> I'm very curious about how long it took you guys to do a make buildworld.
> So I thought let's start a topic about it.;-)
> See who is the most fast and please also put your hardware in the reply:
> like for example
> HP 3.4ghz
> 250gb hd
> 1024mb ram
> Wouter van Rooij
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"


smime.p7s
Description: S/MIME cryptographic signature


Autoinstall

2005-02-26 Thread Subhro
Hello Folks,

I am trying to create a custom install CD for a few systems which are exact
clones of each other. I am trying to make the CD such that whenever the
systems are booted off the CDs, it would be auto partitioned and all the
predefined packages would be installed without any user intervention. Anyone
can help me by sending me pointers or procedure about how to create it?

Thanks
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India



smime.p7s
Description: S/MIME cryptographic signature


  1   2   3   4   5   >