Re: Query about FreeBSD and primary partitions requirements

2011-06-12 Thread Ian Smith
In freebsd-questions Digest, Vol 366, Issue 8, Message: 5
On Sat, 11 Jun 2011 14:23:48 -0700 per...@pluto.rain.com wrote:
 > Matthew Seaman  wrote:
 > 
 > > On 11/06/2011 08:18, Bret Busby wrote:
 > > > the current FreeBSD Handbook ... states
 > > > "FreeBSD must be installed into a primary partition."
 > > > 
 > > > However, in the last couple of days, I have been advised that
 > > > FreeBSD can be installed in, and, quite happily runs in, a
 > > > logical partition within an extended partition.
 > > > 
 > > > Has anyone other than the person who advised me of that, tested
 > > > the installation and operation of FreeBSD, within a logical
 > > > patition of an extended partition ...?
 > >
 > > FreeBSD can mount and use filesystems created on partitions inside
 > > 'extended partition' type slices (cue standard exposition of the
 > > difference between partitions and slices in FreeBSD-speak.)  True.
 > >
 > > However, I believe that you may well have difficulty *booting*
 > > FreeBSD unless the kernel (ie. /boot) can be read from a primary
 > > partition.
 > 
 > I presume the purpose of boot0ext.S is to build a boot0 (FreeBSD MBR)
 > variant capable of booting from what MS call an "extended partition"
 > -- boot0.S being used when booting from a "primary partition" -- but
 > I've never tried to use it.  I'm having enough "fun" trying to boot
 > from a _different_ "unusual" configuration.

Diffing boot0.S and boot0ext.S shows the latter to be a two-sector (1KB) 
boot with more detailed strings about different partition types, some 
difference in SIO code, support for 'BIOS EDD extensions' and CHS vs LBA 
(ie, older stuff) but nothing I could spot towards decoding 'extended 
partitions'; it seems from CVS logs to have been kept as a nod to jhk's 
original 2-sector boot0 code, and hasn't been touched for 7 years.

Having run OS/2 for several years before moving to FreeBSD in '98 I had 
to learn about mounting 'drives' within 'extended partitions' as adXs5, 
adXs6 etc, to recover about 7 OS/2 filesystems from 2 disks.  Last I 
looked the HPFS code was still in the tree, only needing compiling; very
similar to the (old) NTFS code by the same author, it worked fine R/O.

Anyway, space allocation within the 'extended partition' is implemented 
as a linked list, so booting from one of these used to need something 
like OS/2's boot manager (itself consuming a small primary partition) or 
GRUB ono to chase down and load the desired boot partition, assuming you 
managed from the command line to newfs it as UFS in the first place (?)

 > > Also, I don't think sysinstall(8) groks extended partitions very
 > > well,
 > 
 > if at all ...

Not at all; sysinstall just sees it as a primary partition (ie FreeBSD 
slice) of type 0x05 (IIRC) ie as a non-bootable partition, completely 
ignored by boot0{,ext} or any 'normal' MBR code for that matter .. the 
FreeBSD convention of naming these as s5 etc is a convenient fiction.

 > > so you will probably have some fun doing the actual installation.
 > 
 > Indeed.

Best left as an exercise for the (morbidly curious) student :)

cheers, Ian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Query about FreeBSD and primary partitions requirements

2011-06-11 Thread perryh
Matthew Seaman  wrote:

> On 11/06/2011 08:18, Bret Busby wrote:
> > the current FreeBSD Handbook ... states
> > "FreeBSD must be installed into a primary partition."
> > 
> > However, in the last couple of days, I have been advised that
> > FreeBSD can be installed in, and, quite happily runs in, a
> > logical partition within an extended partition.
> > 
> > Has anyone other than the person who advised me of that, tested
> > the installation and operation of FreeBSD, within a logical
> > patition of an extended partition ...?
>
> FreeBSD can mount and use filesystems created on partitions inside
> 'extended partition' type slices (cue standard exposition of the
> difference between partitions and slices in FreeBSD-speak.)  True.
>
> However, I believe that you may well have difficulty *booting*
> FreeBSD unless the kernel (ie. /boot) can be read from a primary
> partition.

I presume the purpose of boot0ext.S is to build a boot0 (FreeBSD MBR)
variant capable of booting from what MS call an "extended partition"
-- boot0.S being used when booting from a "primary partition" -- but
I've never tried to use it.  I'm having enough "fun" trying to boot
from a _different_ "unusual" configuration.

> Also, I don't think sysinstall(8) groks extended partitions very
> well,

if at all ...

> so you will probably have some fun doing the actual installation.

Indeed.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Query about FreeBSD and primary partitions requirements

2011-06-11 Thread Matthew Seaman
On 11/06/2011 08:18, Bret Busby wrote:
> Some time ago, I asked on this list, about installing FreeBSD, and it
> was then confirmed that FreeBSD requires to be installed in a primary
> partition.
> 
> That is consistent with the current FreeBSD Handbook, which states
> "FreeBSD must be installed into a primary partition."
> 
> However, in the last couple of days, I have been advised that FreeBSD
> can be installed in, and, quite happily runs in, a logical partition
> within an extended partition.
> 
> Has anyone other than the person who advised me of that, tested the
> installation and operation of FreeBSD, within a logical patition of an
> extended partition, that has given a result that confirms that FeeBSD
> can now be successfully installed and run, in a logical partition of an
> extended partition of a hard drive?

FreeBSD can mount and use filesystems created on partitions inside
'extended partition' type slices (cue standard exposition of the
difference between partitions and slices in FreeBSD-speak.)  True.

However, I believe that you may well have difficulty *booting* FreeBSD
unless the kernel (ie. /boot) can be read from a primary partition.
Also, I don't think sysinstall(8) groks extended partitions very well,
so you will probably have some fun doing the actual installation.
Certainly not impossible, but not something you should contemplate if
you still consider yourself just a beginner.

Of course, this discussion only applies to DOS MBR style partitioning,
which is fairly rapidly going the way of the Dodo (at least in the
FreeBSD world.)  Unless you need the backwards compatibility, GPT looks
like a much more attractive proposition for a new machine nowadays.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Query about pf.conf

2009-10-01 Thread krad
2009/10/1 Tim Judd 

> ftp-proxy(8)
>
> please read.  Especially the configuration section.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>

does passive ftp work? If so then yes read ftp-proxy. Basically normal or
active ftp requires the ftp server to connect back to the client. Therefore
the firewall needs to know to forward this connection on. ftp-proxy does
this for you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Query about pf.conf

2009-10-01 Thread Tim Judd
ftp-proxy(8)

please read.  Especially the configuration section.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Query regarding "write" system call.

2009-05-16 Thread Saifi Khan
On Sat, 16 May 2009, Abhiman Yashpal Karkera wrote:

> Hi all,
> I am a newbie to Freebsd OS. I had a query regarding performing writes onto
> a disk.
> 
> Generally when we want to write some data we first copy the data from the
> processes user space to the kernel buffer and hand this buffer to the device
> driver who then goes and initiated a write to the h/w.
> 
> Now my question here is that the kernel buffers are very limited in size ,
> what happens if i have a really huge chunk of data to be written, won't the
> above mechanism of copying from userland to kernel buffer be slow ?
> 
> thanks,
> Abhiman

RDMA is one possibility. 
Zero-copy networking is an illustration of RDMA.

You may also want to look up VIA
http://www.intel.com/intelpress/chapter-via.pdf


thanks
Saifi.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Query regarding Advertisment

2008-08-11 Thread N. Raghavendra
At 2008-08-11T08:10:02-04:00, Bill Moran wrote:

> "Biju Sreenivasan" <[EMAIL PROTECTED]> wrote:
>>
>> Dear Sir,
>>  I am planning a website with BSD FDL.
>
> What is FDL?

Perhaps "Free Documentation License", as in "G(NU)FDL".

Raghavendra.

-- 
N. Raghavendra <[EMAIL PROTECTED]> | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

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


Re: Query regarding Advertisment

2008-08-11 Thread Bill Moran
"Biju Sreenivasan" <[EMAIL PROTECTED]> wrote:
>
> Dear Sir,
>  I am planning a website with BSD FDL.

What is FDL?

> Is advertisment allowed in
> my website? If no, is there any other options.

The license has no restrictions on what you can do with the software
once you install it.

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


RE: Query on kgdb output

2008-06-06 Thread Mark
Thanks for the response!

OK, I tried this again using a new vmcore and got something more useful:


Unread portion of the kernel message buffer:
sis0: discard frame w/o packet header


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0xbfc04000
fault code  = supervisor read, page not present
instruction pointer = 0x20:0xc0a31f3a
stack pointer   = 0x28:0xe3fbbbd4
frame pointer   = 0x28:0xe3fbbc14
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 34 (irq19: sis0)
trap number = 12
panic: page fault
cpuid = 0
Uptime: 2h37m48s
Physical memory: 977 MB
Dumping 164 MB: 149 133 117 101 85 69 53 37 21 5

#0  doadump () at pcpu.h:195
195 __asm __volatile("movl %%fs:0,%0" : "=r" (td));



The network card is being detected as an SiS 900:
Jun  6 10:03:36 odin2008 kernel: sis0:  port
0x2000-0x20ff mem 0x4a10-0x4a100fff irq 19 at device 4.0 on pci0
Jun  6 10:03:36 odin2008 kernel: miibus0:  on sis0
Jun  6 10:03:36 odin2008 kernel: sis0: Ethernet address: 00:1c:c0:2e:ee:ad
Jun  6 10:03:36 odin2008 kernel: sis0: [ITHREAD]


Has anyone had any good experiences with this chipset?  I can find a few
people with similar problems dating back to 2002, but none recently.  It's
on the supported hardware list.  Any ideas as to a fix or workaround?


Thanks,
Mark


Backtrace:
(kgdb) bt
#0  doadump () at pcpu.h:195
#1  0xc0757727 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409
#2  0xc07579e9 in panic (fmt=Variable "fmt" is not available.
) at /usr/src/sys/kern/kern_shutdown.c:563
#3  0xc0a4c32c in trap_fatal (frame=0xe3fbbb94, eva=3217047552)
at /usr/src/sys/i386/i386/trap.c:899
#4  0xc0a4c5b0 in trap_pfault (frame=0xe3fbbb94, usermode=0, eva=3217047552)
at /usr/src/sys/i386/i386/trap.c:812
#5  0xc0a4cf5c in trap (frame=0xe3fbbb94) at
/usr/src/sys/i386/i386/trap.c:490
#6  0xc0a32edb in calltrap () at /usr/src/sys/i386/i386/exception.s:139
#7  0xc0a31f3a in bus_dmamap_load (dmat=0xc3fda280, map=0xc0bfe140,
buf=0x100, buflen=2048, callback=0xc0909410 ,
callback_arg=0xc3f6c378, flags=0) at pmap.h:218
#8  0xc09098ff in sis_newbuf (sc=0xc3fdd300, c=0xc3f6c378, m=0xc427)
at /usr/src/sys/pci/if_sis.c:1384
#9  0xc090b69d in sis_rxeof (sc=0xc3fdd300) at
/usr/src/sys/pci/if_sis.c:1438
#10 0xc090b993 in sis_intr (arg=0xc3fdd300) at
/usr/src/sys/pci/if_sis.c:1662
#11 0xc073a94b in ithread_loop (arg=0xc3fcd790)
at /usr/src/sys/kern/kern_intr.c:1036
#12 0xc0737749 in fork_exit (callout=0xc073a7a0 ,
arg=0xc3fcd790, frame=0xe3fbbd38) at /usr/src/sys/kern/kern_fork.c:781
#13 0xc0a32f50 in fork_trampoline () at
/usr/src/sys/i386/i386/exception.s:205
(kgdb)

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


Re: Query on kgdb output

2008-06-05 Thread Riaan Kruger
On Thu, Jun 5, 2008 at 11:59 AM, <[EMAIL PROTECTED]> wrote:

> Hi,
> I'm seeing regular kernel panics on my new box with a fresh install of
> 7.0-RELEASE.  I'm trying to get some information out of kgdb by following
> the instructions in the handbook - however, I'm getting a 'cannot access
> memory' message when I try it:
>
> odin2008# kgdb kernel.debug /var/crash/vmcore.1
> [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so:
> Undefined symbol "ps_pglobal_lookup"]
> GNU gdb 6.1.1 [FreeBSD]
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i386-marcel-freebsd".
> Cannot access memory at address 0x2fd9
> (kgdb) where
> #0  0x in ?? ()
> (kgdb) quit
>
>
> Am I doing something wrong, or does this point to a hardware failure?  (I'm
> also seeing missing characters in /var/log/messages, which I addressed in a
> separate mail; not sure if it's related).
>
> Sorry the first reply went to the wrong place.
What info does a stack trace (commadn bt in kgdb) give?

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


Re: Query: SAS Multi-pathing support on 6.2

2007-09-19 Thread Nikos Vassiliadis
On Tuesday 18 September 2007 18:28, V.SriSaiGanesh wrote:
> Does FreeBSD 6.2 supports SAS multi-pathing. 

Yes, there is geom_fox. The BUGS sections mentions:
The geom_fox framework has only seen light testing.  There definitely
 might be dragons here.

Do your own evaluation.

http://www.freebsd.org/cgi/man.cgi?query=geom_fox&sektion=4&manpath=FreeBSD+6.2-RELEASE

There is also gmultipath for 7-CURRENT. 7-CURRENT is not very
far from being released.
http://www.freebsd.org/cgi/man.cgi?query=gmultipath&sektion=8&manpath=FreeBSD+7-current

> Does FreeBSD has port for linux device mapper tool

No, but it has GEOM which provides a generic framework
for creating volume management kernel modules. Several
modules for several tasks already exist. You can do
encryption, mirroring, stripping, RAID3 and many more.
It might cover your needs(or not).

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


Re: Query PR on http://www.freebsd.org/cgi/query-pr-summary.cgi

2007-08-11 Thread Patrick Lamaiziere
Le Sat, 11 Aug 2007 11:35:29 -0400,
Kris Kennaway <[EMAIL PROTECTED]> a écrit :

> > I've got problem to query PR with
> > http://www.freebsd.org/cgi/query-pr-summary.cgi
> > 
> > By sample a query with "category: ports", "Text in single-line
> > fields: textproc/docproj", and "Closed reports too" checked, i
> > don't get any PR with the result. I think i should get this PR in
> > the result : http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113119
> > 
> > Is it a bug or a feature? Or i don't understand?
> > 
> > And, is there something else to look for a PR?
> 
> Works for me.  I get a total of 8 including 113119.

Yes me too! I'm just stupid and impatient :-) The query takes some
time to complete...

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


Re: Query PR on http://www.freebsd.org/cgi/query-pr-summary.cgi

2007-08-11 Thread Kris Kennaway
On Sat, Aug 11, 2007 at 05:28:59PM +0200, Patrick Lamaiziere wrote:
> Hello,
> 
> I've got problem to query PR with
> http://www.freebsd.org/cgi/query-pr-summary.cgi
> 
> By sample a query with "category: ports", "Text in single-line fields: 
> textproc/docproj", and "Closed reports too" checked, i don't get any PR
> with the result. I think i should get this PR in the result :
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113119
> 
> Is it a bug or a feature? Or i don't understand?
> 
> And, is there something else to look for a PR?

Works for me.  I get a total of 8 including 113119.

http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&severity=&priority=&class=&state=&sort=none&text=textproc%2Fdocproj&responsible=&multitext=&originator=&closedtoo=on&release=

Kris


pgpQd7Pf0hAiF.pgp
Description: PGP signature


Re: Query file system type for yet-to-be mounted volumes?

2007-05-07 Thread Bernd Trippel
Modulok typed on 07/05/07 11:02:
> How does one determine the file system a disk uses, for disks that are
> not yet mounted? Example: You're handed a disk that has been sitting
> around in a closet for years, with no idea what it was used for. The
> department manager tells you to see what it contains.
> 
> How do I mount it, if I don't already know what file system it uses?
> Is there a command to query this? Trial and error doesn't seem like
> the ideal solution.

You might get a clue using "file":
eg:
# file -s /dev/da0s1
/dev/da0s1: x86 boot sector, code offset 0x3c, OEM-ID "MSDOS5.0",
sectors/cluster 32, root entries 512, Media descriptor 0xf8, sectors/FAT
250, heads 255, hidden sectors 32, sectors 2044383 (volumes > 32 MB) ,
serial number 0x64650d9b, unlabeled, FAT (16 bit)

see man file

As far as I am aware parted or gparted (partition-editor running on
Linux) is not in ports, but there is a 50MB-live-cd availabe:
http://gparted.sourceforge.net/livecd.php but you might want to check
the features first.

> 
> -Modulok-
> ___
> 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: Query on building world

2005-09-04 Thread Glenn Dawson

At 06:29 AM 9/4/2005, Stuart Chalmers wrote:

I was wondering if there was something that one could
pass to the make buildworld command to set up a
different target to build the world to?  If I had
mounted the old disk under /mnt, maybe something like
'make -j4 target=/mnt/ buildworld'???

Any pointers much appreciated ...


man build

-Glenn



Thanks.


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


Re: query

2005-05-16 Thread PALMA A
thank you I amreally grateful to a whole community that takes up the
question posed by a semi ignoramus like myself.

On Mon, 16 May 2005,
Christian Hiris wrote:

> On Monday 16 May 2005 21:42:21, PALMA room #205 off#9196603065 mob#9195997065
> both have voicemail wrote:
> > danke, however the right cmd line is chfn
> >
> > cheers
> > a
>
> The chpass, chfn, chsh, ypchpass, ypchfn and ypchsh commands all the same,
> they are linked via src/usr.sbin/Makefile.
>
> Cheers,
> ch
>
> --
> Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
> OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
>

|


  Ratio, enim, nisi judex universalis esse deberet, frustra singulis datur.

  [ _Quaestiones Naturales_, Adelard of Bath ]






/begin/read__>sig.file
postal address
 PALMA



Department of Philosophy • Duke University/ BOX 90743
room# 205 -tel 1 919 660-3065  201 West Duke Building Durham, North Carolina 
27708-0743

my mobile 9195997065



















*only when in Europe*
 i. J. Nicod
off. address
I jean nicod
1bis av. lowendal

f-75007 paris france

email me for details if needed



mobileline [+33] (0) 663 243 161
w/ answering service  sms, sims, and all that jazz







This e-mail message (and attachments) is confidential, and/or privileged and is
intended for the use of the addressee only.  If you are not the intended
recipient of this e-mail you must not copy, distribute, take any action in
reliance on it or disclose it to anyone.  Any confidentiality or privilege is
not waived or lost by reason of mistaken delivery to you.  This entity is not
responsible for any information not related to the business of this entity.  If 
you
have received this e-mail in error please destroy the original and notify the
sender.

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


Re: query

2005-05-16 Thread Christian Hiris
On Monday 16 May 2005 21:42:21, PALMA room #205 off#9196603065 mob#9195997065 
both have voicemail wrote:
> danke, however the right cmd line is chfn
>
> cheers
> a

The chpass, chfn, chsh, ypchpass, ypchfn and ypchsh commands all the same, 
they are linked via src/usr.sbin/Makefile.

Cheers,
ch 

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpNWtDbLUz4E.pgp
Description: PGP signature


Re: query

2005-05-16 Thread Kirk Strauser
On Monday 16 May 2005 14:42, PALMA room #205 off#9196603065 mob#9195997065 
both have voicemail wrote:

> danke, however the right cmd line is chfn

OK, you've now officially won my personal "obnoxious GECOS" award.  Is there 
any sane reason you can't put that information in your email signature 
instead of punishing the rest of us by putting it in your username?
-- 
Kirk Strauser


pgp4N7lUBVK5R.pgp
Description: PGP signature


Re: query

2005-05-16 Thread PALMA room #205 off#9196603065 mob#9195997065 both have voicemail
danke, however the right cmd line is chfn
cheers
a
Christian Hiris wrote:
On Monday 16 May 2005 15:20:15, palma apg 42.71.63.00 wrote:
 

Good day, as you see my screen name (which I set myslef but i forgot how)
shows a phone number that is no longer in use.
would yopu please tell me what is the cmd line that effects a change in
thoseA? aI cannot find under chname tec.
thank yopu
   

Try 'man 1 chpass'.
Cheers,
ch
 

--
|
 Ratio, enim, nisi judex universalis esse deberet, frustra singulis datur.
 [ _Quaestiones Naturales_, Adelard of Bath ]


/begin/read__>sig.file
postal address
PALMA

Department of Philosophy   Duke University/ BOX 90743 room# 205 -
tel 1 919 660-3065  201 West Duke Building Durham, North Carolina 27708-0743
mobile & voicemail [1] 9195997065









*only when in Europe*
i. J. Nicod
off. address
I jean nicod
1bis av. lowendal
f-75007 paris france
email me for details if needed

mobileline [+33] (0) 663 243 161
w/ answering service sms, sims, and all that jazz



This e-mail message (and attachments) is confidential, and/or privileged and is
intended for the use of the addressee only.  If you are not the intended
recipient of this e-mail you must not copy, distribute, take any action in
reliance on it or disclose it to anyone.  Any confidentiality or privilege is
not waived or lost by reason of mistaken delivery to you.  This entity is not
responsible for any information not related to the business of this entity.  If 
you
have received this e-mail in error please destroy the original and notify the
sender.

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


Re: query

2005-05-16 Thread Christian Hiris
On Monday 16 May 2005 15:20:15, palma apg 42.71.63.00 wrote:
>  Good day, as you see my screen name (which I set myslef but i forgot how)
> shows a phone number that is no longer in use.
> would yopu please tell me what is the cmd line that effects a change in
> thoseA? aI cannot find under chname tec.
> thank yopu

Try 'man 1 chpass'.

Cheers,
ch

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpMdsV5RWpMN.pgp
Description: PGP signature


Re: Query

2004-08-22 Thread Bill Moran
"Chris Owen" <[EMAIL PROTECTED]> wrote:

> I am really confused about the concept of FreeBSD. I know it is for 
> server use, which is what I want, but wht do I download to get it
> working. I am running an AMD Athlon system NOT 64 bit. Please help me.
> Do you have an idiots guide?

Please wrap your lines around 72 characters.

While the other answers were good, I wanted to answer you more
directly.

Non-64-bit AMD systems use the same version of FreeBSD as 32-bit Intel
systems do, the i386 version.

You can purchase CDs from several locations online, as well as many
retail stores carry them.  Make sure you get 4.10, as this is the
best version for new users at this time.  If you have a fast net
connection and a CD burner, you can also download from here:
ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/4.10/

The miniinst is all you really need, but the disc1 image has some
extras that are nice as well.  Disc2 isn't required, but has some
more extras on it.

These are CD _images_, do not burn them as files.  Your burning
software will have a special option to burn images.  Some burning
software is smart enough to recognize that these are .iso images
and do the right thing, but it is totally dependent on your burning
software.

Once you've got a CD, these instructions will get you going:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html

If you hit specific problems or have specific questions, feel free
to ask the list.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Query

2004-08-22 Thread Erik Johnsson
On Sun, Aug 22, 2004 at 08:36:19PM +0100, Chris Owen wrote:
> I am really confused about the concept of FreeBSD. 
>I know it is for server use, 

Not neccessarily. FreeBSD makes an excellent desktop aswell. :)

>which is what I want, but wht do I download to get it working. I am running an AMD 
>Athlon system NOT 64 bit. Please help me. Do you have an idiots guide?
> 

A good place to start is the handbook(http://www.freebsd.org/handbook), which deals 
with installation aswell as configuration.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Query

2004-08-22 Thread Chris
Jerry McAllister wrote:
I am really confused about the concept of FreeBSD. I know it is for server use, which is what I want, but wht do I download to get it working. I am running an AMD Athlon system NOT 64 bit. Please help me. Do you have an idiots guide?

There are no idiots running FreeBSD.  It is a very wise decision to do so.
Start with the handbook available free on the FreeBSD web site.
 http://www.freebsd.org/
While you are there, look around at other things and follow some oother 
links to various FAQs and othre documentation and guidlines.

jerry

In addition to what Jerry mentions, subscribe to the lists of your 
choice. There are many there - as you will see they try to hit on just 
about any topic there is.

Searching the list archive will prove to be a valuable ally as you work 
more with FreeBSD.

And lastly, Google is your friend - there you will find many user sites 
that touch on many things uses have done, including the famous FreeBSD 
Diary (http://www.freebsddiary.org)

--
Best regards,
Chris
Teamwork is essential.  It allows you to blame someone else.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Query

2004-08-22 Thread Jerry McAllister
> 
> I am really confused about the concept of FreeBSD. I know it is for server use, 
> which is what I want, but wht do I download to get it working. I am running an AMD 
> Athlon system NOT 64 bit. Please help me. Do you have an idiots guide?

There are no idiots running FreeBSD.  It is a very wise decision to do so.

Start with the handbook available free on the FreeBSD web site.
 http://www.freebsd.org/

While you are there, look around at other things and follow some oother 
links to various FAQs and othre documentation and guidlines.

jerry

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

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


Re: Query.

2003-10-18 Thread Lowell Gilbert
Dan <[EMAIL PROTECTED]> writes:

> Basically, the problem i'm having - is that when I boot my Laptop - with the 
> Netgear HA501 wireless card, all traffic on my FreeBSD box - which acts as 
> the Gateway "stops". If I'm on IRC I ping timeout, browsing the net becomes 
> impossible, etc.

Check process and interface statistics to see if something is getting
tied up.  And make sure the interface configurations aren't getting
changed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: query for changing the User email ID in freeBSD ....

2003-09-10 Thread Shantanoo Mahajan
+-- Shrikant [freebsd] [10-09-03 11:26 IST]:
| When i send  email from freebsd machine  i reviece the email in by inbox with  from 
as the User Name  and email id as [EMAIL PROTECTED]  ,If i want to change the email as 
[EMAIL PROTECTED]  or  Domain Services  etc etc
| How do i go about and what changes do i have to make .
| Pls suggest
| 
| 
| Shrikant

I use mutt to send mails which is capable of
changing the "From:" field. Even KMail gives this
facility to you.

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


Re: query for changing the User email ID in freeBSD ....

2003-09-10 Thread Joseph Begumisa
On Wed, 10 Sep 2003, Shrikant wrote:

> I am using sendmail   ,can u pls suggest the changes .
>


edit sendmail.cf at the point that says:

#who i masquerade as
DMdomain.com

add domain.com i.e your domain just next to DM as above and restart
sendmail.

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


Re: query for changing the User email ID in freeBSD ....

2003-09-10 Thread Joseph Begumisa
On Wed, 10 Sep 2003, Shrikant wrote:

> When i send  email from freebsd machine  i reviece the email in by inbox with  from 
> as the User Name  and email id as [EMAIL PROTECTED]  ,If i want to change the email 
> as [EMAIL PROTECTED]  or  Domain Services  etc etc
> How do i go about and what changes do i have to make .
> Pls suggest

it depends on the mail transport agent your using on the freebsd box.  if
your using postfix, then set masquerade_domains = "domain.com" in the
main.cf file.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: query logging

2003-01-15 Thread Mark
- Original Message - 
From: "Ceri Davies" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 5:25 PM
Subject: Re: query logging


> On Wed, Jan 15, 2003 at 05:11:24PM +0100, Mark wrote:
> > I must be misunderstanding something. In the man for "ndc",
> >I read:
> > 
> > querylog
> >Causes named to toggle the ``query  logging''  fea-
> >ture,  which while on will result in a syslog(3) of
> >each incoming query (uses the WINCH signal.)   Note
> >that query logging consumes quite a lot of log file
> >space.  This directive may also be given as qrylog
> > 
> > Odd, I used this, then did a "ndc status", and it says: "query
> > logging is ON". Except that I do not see my queries appear in
> > /var/log/messages. Where are they supposed to go?
> 
> They go to your queries channel.
> 
> Ceri


Thanks! I got it working now. :)

- Mark


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



Re: query logging

2003-01-15 Thread Ceri Davies
On Wed, Jan 15, 2003 at 05:11:24PM +0100, Mark wrote:
> I must be misunderstanding something. In the man for "ndc", I read:
> 
> querylog
>Causes named to toggle the ``query  logging''  fea-
>ture,  which while on will result in a syslog(3) of
>each incoming query (uses the WINCH signal.)   Note
>that query logging consumes quite a lot of log file
>space.  This directive may also be given as qrylog
> 
> Odd, I used this, then did a "ndc status", and it says: "query logging is
> ON". Except that I do not see my queries appear in /var/log/messages. Where
> are they supposed to go?

They go to your queries channel.

Ceri
-- 
For the All-Father, the stone, and the heroic!

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