Help on kernel debugger

2004-02-23 Thread sundeep.puliccott

I need to use a kernel debugger on FreeBSD 4.8 to check if
my messages to the kernel have all the info required and if
Is being processed.

DDB is the debugger mentioned in the handbook. Will DDB help
Me debug the kernel on the target itself? All that I have read
abt DDB is debugging from a remote box over a serial line.

I have rebuilt my kernel with the options

# Kernel debugger support
options DDB
options DDB_UNATTENDED

-sundeep

Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sharing Swap space

2004-03-24 Thread sundeep.puliccott

Hi,
 I have a question to satisfy my curiosity. I am not sure if I can
try this any time now, but was wondering if I was possible.

Objective : Dual boot system (Linux and FreeBSD) sharing swap
space.

Since both the OSs' need swap space, would I be able to create
just a single swap space and share it depending on the OS currently
in use ?

If this is possible, what configuration do I need to keep in mind?

rgds,
sundeep





Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installation : CD drive not detected

2003-11-21 Thread sundeep.puliccott

Hi all,
I am trying to install the FreeBSD 4.8 Release on a i386 m/c.
I have burnt the iso images onto a CD.

My problem
The m/c boots uncompressing the kernel and takes me thru the
menu. While choosing the installation Media I get the message
No CD/DVD devices found

while searching on the web I found one mail which mentioned problems
with FreeBSD and ATA, ATAPI.
The workaround provided was where in has to
set hw.ata.ata_dma=1
set hw.ata.atapi_dma=1

but  still I could not choose the CD as the installation media?

Need help in getting around this problem

-sundeep



Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Location Boot Loader Config file ?

2003-11-24 Thread sundeep.puliccott

Need to know the location of the bootloader config file
in the 4.8 release.
thanks
sundeep



Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Compiling the kernel

2003-12-01 Thread sundeep.puliccott

I'm a newbie. I built the kernel the first time yesterday
There is a new way to build the kernel documented here
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-b
uilding.html

It worked for me. I do not really sure what the difference is.
Hope it helps
-sundeep

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Valerian
Galeru
Sent: Monday, December 01, 2003 7:43 PM
To: [EMAIL PROTECTED]
Subject: Compiling the kernel


I want to build a new kernel. I have edit the GENERIC
file (like is written into the documentation). And
when i run /usr/sbin/config
/root/kernels/MYKERNEL(this is my kernel) i get a lot
of errors Command not found. What is made wrong???

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Dual-boot does not work with GRUB

2003-12-08 Thread sundeep.puliccott

Hi,
I to have a multi boot system with linux and freebsd and windows.
GRUB is my boot loader.
I did not chain load FreeBSD.

This is my menu file for GRUB
default=1
timeout=10
splashimage=(hd0,4)/grub/splash.xpm.gz
title Red Hat Linux 9 (2.4.20-8)
root (hd0,4)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
title FreeBSD 4.8
root (hd0,3,a)
kernel /boot/loader

And my fdisk -l
   Device BootStart   EndBlocks   Id  System
/dev/hda1 1   892   7164958+   7  HPFS/NTFS
/dev/hda2   893   956514080b  Win95 FAT32
/dev/hda3   957  2522  125788955  Extended
/dev/hda4   *  2523  4865  18820147+  a5  FreeBSD
/dev/hda5   957   969104391   83  Linux
/dev/hda6   970  2457  11952328+  83  Linux
/dev/hda7  2458  2522522081   82  Linux swap

This works fine for me.
I to am a beginner and still gathering info

Hope it helps
-sundeep



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Loren M. Lang
Sent: Monday, December 08, 2003 7:26 AM
To: [EMAIL PROTECTED]
Subject: Dual-boot does not work with GRUB


I've been trying to setup a dual boot Linux/FreeBSD system so I can
tryout freebsd and compare it to linux, my current main os.  I had the
freebsd easyboot bootloader installed, but I couldn't get it to boot
linux so I reinstalled GRUB as lilo doesn't even load properly on my
system.  I can now boot into linux and use the freebsd install disk to
boot into freebsd.

I've tried to get grub to boot freebsd directly, but it's not working.
I've had it chainloader the first sector of the slice with freebsd on it
and chainload /boot/boot1 directly, both just print a - in the upper
left corner and stop, like it loaded boot1 successfully but boot1
couldn't find boot2.  Chainloading /boot/boot0 does a similar result,
with that boot loader.  Using grub to try and load /boot/loader and
/kernel with the kernel command doesn't do much either.

Any suggestions.

Also, in my short experience with freebsd, it seems relatively fast, but
when there is massive i/o in the background, like untarring a massive
tarball, the system becomes rather unresponsive with certain things, is
something misconfigured on my system?  Harddrive dma is turned on
according to sysctl.  On linux there is also an option to unmask irqs
while handling a disk interrupt, is there a similar option in freebsd
and will it help?

--
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C


Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: free bsd !!!

2003-12-09 Thread sundeep.puliccott

If u want to access FreeBSD from one of the ftp mirror sites
Ftp is the best and the fastest. However u could still do it
With http. The url needs to be modified
ftp://anonymous:[EMAIL PROTECTED]:@ftp.freebsd.org
However the downloads tend to break as the files are huge.
Maybe u would have a better luck than me.

Note : in the email id do not forget to escape the '@' with
   the backslash

Note : Traversing thru symbolic links would fail.

Suggestion : use http to check what u want but download using
Freebsd.

-sundeep

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marco
Sent: Tuesday, December 09, 2003 8:36 AM
To: [EMAIL PROTECTED]
Subject: free bsd !!!


Dear



I would like to down load the free bsd,I all ready tryd on the url :free
bsd
org but I am unable to down load it, since the down load source is FTP
and
I don't know how to down load an FTP file !! So please could you suggest
me how /where can I down load the free bsd in a simple manner







Regards

Mark

Europe

Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Newbie NFS problem

2003-12-10 Thread sundeep.puliccott

Hi,
I am currently using FreeBSD 4.8 and I have a
problem with NFS.

 FBSD-A-FBSD-G

On the box FBSD-A I have set up a cvs repository
I want to have box FBSD-G as the working server.
I have mounted the cvs repository on FBSD-G with NFS.

Problem :
I checkout the repository at FBSD-G. After a couple
of files are checked out the whole session hangs. It
has something to do with NFS as I am not able to umount
the NFS. I get the message device busy.

I am not sure what logs to look at. Dmesg does not have any
info. Prior to the cvs checkout, the files were accessible
on the mounted fs.

Any help is appreciated.

TIA
Sundeep


Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]