Re: disklabel messup.

2006-03-12 Thread [EMAIL PROTECTED]
On 3/11/06, Steve P. [EMAIL PROTECTED] wrote:
 I have been reading up on how to clone a disk, so I can boot into a copy. 
 Seems like some say tar can do it, but I have seen a place that said to only 
 use dump.

I tend to use pax, since it's a bit more straightforward* than tar for copying,
but dump/restore is the one true way, if you have an investment in the
validity of the copy.

tar (and pax) require that you make the slice bootable (via bsdlabel or else-
wise), the dump and restore cycle cares not a whit for such conventions.

*lies, pax is about as backwards and arcane as you could possibly
hope for.
--
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cg 0: bad magic number (used to be Disappointed with version 6.0)

2006-03-12 Thread Peter

--- Donald J. O'Neill [EMAIL PROTECTED] wrote:

  Ok, I have narrowed down my problem a great deal.  It appears that
  FreeBSD cannot read the partition table of my 300 GB Seagate
  Barracuda. My dos diagnostic utility works because it accesses the
  disk in a different way.
 
  I used the entire disk (one slice/partition) and attempted to
 format
  it.  This is what I get after it reaches the end of the disk:
 
  cg 0: bad magic number
 
  It also slows down significantly about 3/4 through the procedure.
 
 
 Are you doing this through sysinstall or are you manually running
 fdisk 
 and bsdlabel.
 

Through sysinstall.  Both disklabel and fdisk don't work.  The former
gives input/output error and output to the latter I gave in my last
post.


  Now the funny part.  I create two partitions and the newfs output
 is
  exactly the same as before when I try to format the first
 partition!
  It tries to format as if there is only one partition and produces
 the
  same error.
 
  If I remove the slice via sysinstall and then try fdisk I get this:
 
  # fdisk -vBI ad3
  *** Working on device /dev/ad3 ***
  parameters extracted from in-core disklabel are:
  cylinders=581421 heads=16 sectors/track=63 (1008 blks/cyl)
 
  Figures below won't work with BIOS for partitions not in cyl 1
  parameters to be used for BIOS calculations are:
  cylinders=581421 heads=16 sectors/track=63 (1008 blks/cyl)
 
  Information from DOS bootblock is:
  1: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
  start 63, size 586072305 (286168 Meg), flag 80 (active)
  beg: cyl 0/ head 1/ sector 1;
  end: cyl 812/ head 15/ sector 63
  2: UNUSED
  3: UNUSED
  4: UNUSED
  fdisk: Geom not found


 Is this a brand new disk? Has it ever been used before? Is it still 
 under warrantee? If it is, take it back and get it replaced.


Yeah, I'm leaning that way too.


 Hey, I just saw it. You made Google search.


Huh?


 It looks to me like things just went through the motions and not the 
 actuality of installing ufs on the drive. That's happened to me a 
 couple of times and from what I remember, I had to start the install 
 over from the beginning - and I seem to recall something about having
 
 to install windows first and reformatting all the hard-drives with 
 NTFS, then I could go back in and install FreeBSD. Otherwise, I 
 couldn't get FreeBSD to install, it just went through the motions, 
 wiping out whatever was on the hard-drives but not putting in
 FreeBSD. 
 Without a CDROM, it's going to be a little bit rough to do.

I don't understand why you mention Windows.  Surely I don't require
Windows to get this drive to work.  As for the cdrom, I can always put
it back to do an install.  It doesn't cause  trouble -just slows down
the boot drive.

--
Peter

__
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 [EMAIL PROTECTED]


Re: Re: GNOME Gdk

2006-03-12 Thread Fabio Cecamore

[EMAIL PROTECTED] ~]$ gedit
(gedit:50388): Gdk-WARNING **: shmget failed: error 28 (No space left on 
device)

or ..
(gedit:23354): Gdk-WARNING **: shmget failed: error 12 (Cannot allocate 
memory)


df and ulimit?


[EMAIL PROTECTED] ~]$ ulimit -a
core file size  (blocks, -c) unlimited
data seg size   (kbytes, -d) 524288
file size   (blocks, -f) unlimited
max locked memory   (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files  (-n) 11095
pipe size(512 bytes, -p) 1
stack size  (kbytes, -s) 65536
cpu time   (seconds, -t) unlimited
max user processes  (-u) 5547
virtual memory  (kbytes, -v) unlimited
[EMAIL PROTECTED] ~]$ df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad4s1a496M269M187M59%/
devfs  1.0K1.0K  0B   100%/dev
linprocfs  4.0K4.0K  0B   100%/compat/linux/proc
/dev/ad4s1e496M 76K456M 0%/tmp
/dev/ad4s1f143G 99G 32G75%/usr
/dev/ad4s1d1.9G 88M1.7G 5%/var
/dev/ad6   184G 91G 78G54%/mnt/maxtor
[EMAIL PROTECTED] ~]$

_
Blocca le pop-up pubblicitarie con MSN Toolbar! http://toolbar.msn.it/

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


Re: gmirror on a laptop.

2006-03-12 Thread [EMAIL PROTECTED]
On 3/11/06, Patrick Bowen [EMAIL PROTECTED] wrote:
 List;

 I wanted to fiddle around with gmirror(8) on a Dell C-600 Laptop. It has
 a 2-slice, 20 Gig HD, and I essentially wanted to mirror ad0s1 to ad0s2.
 I realize this will put the HD under stress, but otherwise it seems do-able.

 What I want to know is whether this is such an incredibly bad idea I
 shouldn't even consider it --or-- it seems like a good way to get
 familiar with gmirror, so go for it.

Besides slowing down your I/O, it shouldn't be a huge deal.
I don't know that there's a whole lot to learn about gmirror,
but in the interest of furthering debate, I've done more than
a little bit of learning in those areas thanks to the joys of
qemu.  It does have the advantage of not trashing your desktop
if you should do something horribly silly, as I would admit to
being wont.

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


NIC BCM5751 not supported

2006-03-12 Thread Martin Alejandro Paredes Sanchez
Hi:

I am installing FreeBSD in a IBM ThinkCentre 8136-KSQ, it has a network card 
Boradcom in the mother board. I see a chip with this numbers:

Broadcom
BCM5751FKFB
HS0521 P21
744910 N

Whit dmesg | grep -i ethe I got:

pci2: network, ethernet at device 0.0 (no driver attached)

With pciconf -lv I got:

[EMAIL PROTECTED]:0:0: class=0x02 card=0x02f71014 chip=0x167e14e4 rev=0x11 
hdr=0x00
    vendor   = 'Broadcom Corporation'
    device   = 'BCM5751F NetXtreme Fast Ethernet PCI Express'
    class    = network
    subclass = ethernet

The manual for bge(4), says:

bge -- Broadcom BCM570x/5714/5721/5750/5751/5789 PCI Gigabit Ethernet adapter 
driver

The GENERIC kernal has the device bge, I confirm it loading the module:

# kldload if_bge
module_register: module pci/miibus already exists!
Module pci/miibus failed to register: 17
module_register: module pci/bge already exists!
Module pci/bge failed to register: 17
kldload: can't load if_bge: File exists

is this nic supported?

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


Re: Unable to build or update vcdimager

2006-03-12 Thread Matthew D. Fuller
On Sat, Mar 11, 2006 at 08:29:36PM -0800 I heard the voice of
Ade Lovett, and lo! it spake thus:
 
 Since libtool has precisely nothing to do with texinfo files, I'm
 curious as to how you came to this co-incidental guess.  libtool is
 merely a wrapper around compiling and linking executable code and
 libraries.  Nothing more, nothing less.

In that it's the only relatively major structural change in ports I'm
aware of recently, and I had the same problem with 2 seemingly
unrelated ports at the same time (earlier today, in fact) after
pulling myself across that boundary, both of which use libtool.  I
have only the vaguest clue what libtool actually does; the two just
seemed to come about at the same time.  I've never seen the info
errors before either, and I've built both ports before.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The FreeBSD Diary: 2006-02-19 - 2006-03-11

2006-03-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 

These are the articles posted during this period:

8-Mar : IBM ThinkPad T41 - going from ipw(4) to ath(4)
 ipw frooze.  ath is hot. 
 http://freebsddiary.org/ibm-thinkpad-t41-ath.php?2

1-Mar : Mailman - a mailing list manager
 Perhaps I'll like this better than Majordomo? 
 http://freebsddiary.org/mailman.php?2

27-Feb : How I test tapes and tape drives
 This is the desciption 
 http://freebsddiary.org/tape-testing.php?2

25-Feb : Bacula - Digital DLT MiniLibrary - TL891
 Getting Bacula working with a tape library 
 http://freebsddiary.org/digital-tl891.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: cg 0: bad magic number (used to be Disappointed with version 6.0)

2006-03-12 Thread Donald J. O'Neill
On Saturday 11 March 2006 21:08, you wrote:
 Hi Donald.  It's me again.  I sent this to the list and saw I didn't
 include you.

I haven't seen the one on the list yet, this one got here first.
 .

 Ok, I have narrowed down my problem a great deal.  It appears that
 FreeBSD cannot read the partition table of my 300 GB Seagate
 Barracuda. My dos diagnostic utility works because it accesses the
 disk in a different way.

 I used the entire disk (one slice/partition) and attempted to format
 it.  This is what I get after it reaches the end of the disk:

 cg 0: bad magic number

 It also slows down significantly about 3/4 through the procedure.


Are you doing this through sysinstall or are you manually running fdisk 
and bsdlabel.

Well, maybe with a disk that big , it was getting tired and wanted to 
rest up before giving you the bad news.

 Now the funny part.  I create two partitions and the newfs output is
 exactly the same as before when I try to format the first partition!
 It tries to format as if there is only one partition and produces the
 same error.

 If I remove the slice via sysinstall and then try fdisk I get this:

 # fdisk -vBI ad3
 *** Working on device /dev/ad3 ***
 parameters extracted from in-core disklabel are:
 cylinders=581421 heads=16 sectors/track=63 (1008 blks/cyl)

 Figures below won't work with BIOS for partitions not in cyl 1
 parameters to be used for BIOS calculations are:
 cylinders=581421 heads=16 sectors/track=63 (1008 blks/cyl)

 Information from DOS bootblock is:
 1: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
 start 63, size 586072305 (286168 Meg), flag 80 (active)
 beg: cyl 0/ head 1/ sector 1;
 end: cyl 812/ head 15/ sector 63
 2: UNUSED
 3: UNUSED
 4: UNUSED
 fdisk: Geom not found

 Anyone?

 --
 Peter

 __
Peter,

Is this a brand new disk? Has it ever been used before? Is it still 
under warrantee? If it is, take it back and get it replaced.

Hey, I just saw it. You made Google search.

It looks to me like things just went through the motions and not the 
actuality of installing ufs on the drive. That's happened to me a 
couple of times and from what I remember, I had to start the install 
over from the beginning - and I seem to recall something about having 
to install windows first and reformatting all the hard-drives with 
NTFS, then I could go back in and install FreeBSD. Otherwise, I 
couldn't get FreeBSD to install, it just went through the motions, 
wiping out whatever was on the hard-drives but not putting in FreeBSD. 
Without a CDROM, it's going to be a little bit rough to do.

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


Re: Unable to build or update vcdimager

2006-03-12 Thread Ade Lovett


On Mar 11, 2006, at 18:32 , Matthew D. Fuller wrote:

My offhand guess (based on coincidence, not any knowledge that it
actually is so) is that it's fallout from the recent libtool changes.


Since libtool has precisely nothing to do with texinfo files, I'm  
curious as to how you came to this co-incidental guess.  libtool is  
merely a wrapper around compiling and linking executable code and  
libraries.  Nothing more, nothing less.


-aDe

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


Re: dd - cloning a disk.

2006-03-12 Thread Glenn Dawson

At 03:29 PM 3/11/2006, Joseph Vella wrote:

On Saturday 11 March 2006 14:43, Wojciech Puchar wrote:
 
  Here is a simple (I think!) question for the I/O savy among you:
 
  If I had two identical disks, say, 73 GB Seagate 10K SCSIs, one 
completely

  operational fully setup FreeBSD with all the trimmings, and the other
blank,
  or perhaps loaded but no longer usable, is 'dd' and appropriate tool to
  completely clone the Good disk to the not so good 
disktherefor making

the
  second disk identical to the first? Bootable and all?

 yes

 dd if=/dev/firstdisk of=/dev/seconddisk bs=64k

 and yes it is bootable, but if you boot from second disk, FreeBSD kernel
 will mount root from first disk anyway, unless you will reconfigure it.


Would this also work to copy CDs?  If so, does it matter what os 
and/or format

they would have?


You can get an image of a data cd with:

dd if=/dev/acd0 of=foo.iso bs=2048

You can then use burncd to make a copy.  Also note that the block 
size is important here.


-Glenn



___
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: GNOME help PLEASE

2006-03-12 Thread Heliocentric
On 3/11/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
 while i'm not regular user of gnome, i have to configure it for users.

 the problem is how to make configuration template default for every new
 user.

 i tried to copy whole or partial user directory to other users+chown but
 no success. always something crashes or doesn't work. only copying desktop
 icons ends in full success.

/usr/share/skel/ is where default config files usually go, any file
starting with . has to be renamed to dot. (so .fvwm2rc becomes
dot.fvwm2rc).

As far as I know, this only works with a normal adduser.conf and
using the adduser command or pw.

Also, (with X11 programs especially) you'll have to edit all absolute
paths in the config files to point to either relative, of if the app
supports it, $HOME or ~/, so the programs won't attempt to write or
read from the user you copied the configs from.

Example:

IconPath /root/icons

would become:

IconPath $HOME/icons

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]


Re: GNOME help PLEASE

2006-03-12 Thread Wojciech Puchar

As far as I know, this only works with a normal adduser.conf and
using the adduser command or pw.

Also, (with X11 programs especially) you'll have to edit all absolute
paths in the config files to point to either relative, of if the app
supports it, $HOME or ~/, so the programs won't attempt to write or
read from the user you copied the configs from.

Example:

IconPath /root/icons

would become:

IconPath $HOME/icons

hope this helps :)


thank you very much but it would not. i know this and use this.

the problem is where to find documentation about what gnome file does 
what, and how to make these skeleton files.


any attempt to create clean user, configure gnome in it, move files to 
skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.


now i know how to move desktop icons themselves, but not configuration.
no idea what files defines what. gnome is even worse than windows in it.

if you have some description about it - will be very helpful
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dd - cloning a disk.

2006-03-12 Thread Wojciech Puchar

list sometime in the last 3-5 weeks.  Giorgios Keramidas
commented that dd was too slow for his tastes and


dd is the fastest, but probably he used small block size. 64K is OK

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


RE: Problem Installing FreeBSD 6.0, asking for help

2006-03-12 Thread ehrhard . herbst
 I believe you are saying that 5.2 is currently installed on
 the hard drive and you want to do a fresh install from scratch of
 6.0.

 You have to change the pc bios setup to boot from the cd drive
 instead of from the hard drive.
 The pc will then boot from the 6.0 cd and install 6.0 destroying the
 5.2 system on the hard drive along with any user data you had. After
 6.0 is installed you have to change the bios back to booting from
 the hard drive.

 Be sure you have a backup of any user data on the 5.2 system you
 want saved.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Saturday, March 11, 2006 5:44 PM
 To: [EMAIL PROTECTED]
 Subject: Problem Installing FreeBSD 6.0, asking for help


 Hello,

 may I ask you for help with the following Problem:
 When I try to install FreeBsd6.0, there is the following error
 during the
 boot process (because the system is not able to boot from CD, I have
 to boot
 from floppy) occurs:
 ahc0: probe1:ahc0:0:1:0: SCB 6: immediate reset Flags 0x620
 ahc0: probe1:ahc0:0:1:0: No longer in timeout, status=25b
 ahc0: Issued channel A bus reset, SCBs 6 aborted.
 ...
 ...
 ...

 There are variants of the messages with different SCB, flags and
 status.

 As a result, the install program does not find any disk.
 FreeBSD5.2 is running and dmesg produces the following output:

 Copyright (c) 1992-2004 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
 1994
 The Regents of the University of California. All rights
 reserved.
 FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 Preloaded elf kernel /boot/kernel/kernel at 0xc0a35000.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc0a351f4.
 Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: Intel Pentium III (797.97-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x686  Stepping = 6

 Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,M
 CA,CMOV,PAT,PSE36,MMX,FXSR,SSE
 real memory  = 268369920 (255 MB)
 avail memory = 251047936 (239 MB)
 Pentium Pro MTRR support enabled
 npx0: [FAST]
 npx0: math processor on motherboard
 npx0: INT 16 interface
 acpi0: GBTAWRDACPI on motherboard
 pcibios: BIOS version 2.10
 Using $PIR table, 6 entries at 0xc00fdee0
 acpi0: Power Button (fixed)
 Timecounter ACPI-fast frequency 3579545 Hz quality 1000
 acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on
 acpi0
 acpi_cpu0: CPU on acpi0
 acpi_button0: Power Button on acpi0
 acpi_button1: Sleep Button on acpi0
 pcib0: ACPI Host-PCI bridge port
 0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
 pci0: ACPI PCI bus on pcib0
 pcib0: slot 9 INTA is routed to irq 10
 pcib0: slot 10 INTA is routed to irq 12
 pcib0: slot 11 INTA is routed to irq 5
 agp0: VIA 82C691 (Apollo Pro) host to PCI bridge mem
 0xd800-0xdbff at device 0.0 on pci0
 pcib1: PCI-PCI bridge at device 1.0 on pci0
 pci1: PCI bus on pcib1
 pcib0: slot 1 INTA is routed to irq 11
 pcib1: slot 0 INTA is routed to irq 11
 pci1: display, VGA at device 0.0 (no driver attached)
 isab0: PCI-ISA bridge at device 7.0 on pci0
 isa0: ISA bus on isab0
 atapci0: VIA 82C596B UDMA66 controller port 0xd000-0xd00f at
 device 7.1
 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata0: [MPSAFE]
 ata1: at 0x170 irq 15 on atapci0
 ata1: [MPSAFE]
 pci0: bridge, HOST-PCI at device 7.3 (no driver attached)
 rl0: RealTek 8139 10/100BaseTX port 0xd800-0xd8ff mem
 0xe3001000-0xe30010ff irq 10 at device 9.0 on pci0
 rl0: Ethernet address: 00:40:33:ab:df:66
 miibus0: MII bus on rl0
 rlphy0: RealTek internal media interface on miibus0
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 pci0: multimedia, audio at device 10.0 (no driver attached)
 ahc0: Adaptec 2940 SCSI adapter port 0xe000-0xe0ff mem
 0xe300-0xe3000fff irq 5 at device 11.0 on pci0
 aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs
 fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port
 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 sio0 port 0x3f8-0x3ff irq 4 on acpi0
 sio0: type 16550A
 sio1 port 0x2f8-0x2ff irq 3 on acpi0
 sio1: type 16550A
 ppc0 port 0x378-0x37f irq 7 on acpi0
 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
 ppbus0: Parallel port bus on ppc0
 plip0: PLIP network interface on ppbus0
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 ppi0: Parallel I/O on ppbus0
 atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
 atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
 kbd0 at atkbd0
 orm0: Option ROMs at iomem 0xc8000-0xca7ff,0xc-0xc7fff on isa0
 pmtimer0 on isa0
 sc0: System console at flags 0x100 on isa0
 sc0: VGA 16 virtual consoles, flags=0x300
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
 isa0
 Timecounter TSC frequency 797967629 Hz quality 800
 Timecounters tick every 

weird ports error

2006-03-12 Thread Andrew Spott
I get a weird error when i try to make, or use portmanager.  it says
that bsd.port.mk doesn't exist, and it doesn't.

where can I get a copy of this file?

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


pkgdb warning message

2006-03-12 Thread Gerard Seibert
When running the following command: pkgdb -Fv, I receive the following 
message:

Duplicated origin: devel/libtool15 - libtool-1.5.22_1 libtool-1.5.22_2
Unregister any of them? [no]

I am unsure of what action to take, therefore I have chosen the default 
[no] one suggested. Would it be prudent to delete one of these 
duplicates, and if so does it matter which one?

-- 
Gerard Seibert
[EMAIL PROTECTED]

PGP: http://www.seibercom.net/sig/gerard.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build or update vcdimager

2006-03-12 Thread Gerard Seibert
Matthew D. Fuller wrote:

 On Sat, Mar 11, 2006 at 03:37:59PM +0900 I heard the voice of

 Norikatsu Shigemura, and lo! it spake thus:
  SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916

 I got a similar error from dirmngr.  It seems like the program
 installs its own INFO files, then the port tries to install INFO
 again (note the --quiet; that only appears in the bsd.port.mk
 version, not in the port's makefiles).  I hacked around it by just
 using make -k install to make it ignore the error.

Would it be possible or feasible to remove these 'INFO' files manually 
prior to building and installing or updating this port? I have never 
undertaken a procedure like this before so I am unsure of its 
requirements or success rate.

-- 
Gerard Seibert
[EMAIL PROTECTED]

PGP: http://www.seibercom.net/sig/gerard.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PS/2 mouse problem

2006-03-12 Thread Byron Campbell
I experienced that same issue one time, and the problem was the 
mouse protocall chosen during X configuration.  For me the problem 
was corrected by choosing mouse systems when re-running the X 
configuration. i.e. as root:

 xorgcfg -text mode

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


Re: Unable to build or update vcdimager

2006-03-12 Thread Norikatsu Shigemura
On Sun, 12 Mar 2006 08:30:55 -0500
Gerard Seibert [EMAIL PROTECTED] wrote:
 SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916
  I got a similar error from dirmngr.  It seems like the program
  installs its own INFO files, then the port tries to install INFO
  again (note the --quiet; that only appears in the bsd.port.mk
  version, not in the port's makefiles).  I hacked around it by just
  using make -k install to make it ignore the error.
 Would it be possible or feasible to remove these 'INFO' files manually 
 prior to building and installing or updating this port? I have never 
 undertaken a procedure like this before so I am unsure of its 
 requirements or success rate.

Yes, I'm waiting for portmgr's approval.  I'll commit
with following message.

Index: UPDATING
===
RCS file: /home/ncvs/ports/UPDATING,v
retrieving revision 1.294
diff -u -r1.294 UPDATING
--- UPDATING7 Mar 2006 18:50:37 -   1.294
+++ UPDATING12 Mar 2006 06:00:31 -
@@ -6,6 +6,29 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20060312:
+  AFFECTS: users of multimedia/vcdimager and security/dirmngr
+  AUTHOR: [EMAIL PROTECTED]
+
+  These versions of the ports which have been installed in
+  your system accidentally installed some malformed entries
+  to $PREFIX/info/dir, which prevent them from being upgraded
+  to the latest versions.  Please remove the following entries
+  manually from $PREFIX/info/dir before upgrading them to
+  vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
+  respectively.
+
+  multimedia/vcdimager
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  * vcd-info: (vcdimager)vcd-info.  Video CD diagnostic tool
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+  security/dirmngr
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  * dirmngr: (gnupg). X.509 CRL and OCSP server.
+  * dirmngr-client: (gnupg).  X.509 CRL and OCSP client.
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 20060307:
   AFFECTS: users of print/acroread7 and the localized versions
   AUTHOR: [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: cg 0: bad magic number (used to be Disappointed with version 6.0)

2006-03-12 Thread Donald J. O'Neill
On Saturday 11 March 2006 23:51, Peter wrote:

  Are you doing this through sysinstall or are you manually running
  fdisk
  and bsdlabel.

 Through sysinstall.  Both disklabel and fdisk don't work.  The former
 gives input/output error and output to the latter I gave in my last
 post.

 
  Is this a brand new disk? Has it ever been used before? Is it still
  under warrantee? If it is, take it back and get it replaced.

 Yeah, I'm leaning that way too.

  Hey, I just saw it. You made Google search.

 Huh?

Yeah. Do a google search for Seagate ST3300831A, then search within for 
problems and there it is, at the bottom of the first page:
Google Group results for Seagate ST3300831A problem
Disappointed in version 6.0 - list.freebsd.questions - March 11, 2006
Seagate hard drive warranty - comp.sys.ibm.pc.hardware.stora ...

If you search for petermatulis, there are about 263 hits. It appears at 
one time you were doing OpenBSD. Just a piece of trivia. I can be found 
also. 

  It looks to me like things just went through the motions and not
  the actuality of installing ufs on the drive. That's happened to me
  a couple of times and from what I remember, I had to start the
  install over from the beginning - and I seem to recall something
  about having
 
  to install windows first and reformatting all the hard-drives with
  NTFS, then I could go back in and install FreeBSD. Otherwise, I
  couldn't get FreeBSD to install, it just went through the motions,
  wiping out whatever was on the hard-drives but not putting in
  FreeBSD.
  Without a CDROM, it's going to be a little bit rough to do.

 I don't understand why you mention Windows.  Surely I don't require
 Windows to get this drive to work.  As for the cdrom, I can always
 put it back to do an install.  It doesn't cause  trouble -just slows
 down the boot drive.

I had a hard drive one time that I just couldn't get FreeBSD to format, 
no matter what I did. I finally gave up and put WindowsXP on it, which 
was somewhat of struggle too. After that, since what I wanted was 
FreeBSD, I retried installing it, it worked this time, I don't know why 
but it did. I can only think that there was something wrong with the 
original installation of FreeBSD and I wasn't experienced enough, at 
that time to figure out what it was, other than it wasn't working 
right. If I'm remembering correctly, a while later the drive would 
operate intermittently and I put it in the basement.

 --
 Peter

Hi Peter,

Since you can play around a bit. Try reconnecting the CDROM and just the 
300GB Seagate on the other ata channel. Then see if FreeBSD will 
successfully install on the drive.

How much time do you have to work with this problem?

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


Re: dd - cloning a disk.

2006-03-12 Thread Andrew Pantyukhin
On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
 
  It is, with a few 'buts'. Firstly, the source should be mounted

 but may not - unless system is generally idle. fsck will be checking the
 copy then, but with success.

No matter what fsck says later, it's too dangerous. A FreeBSD
system (as well as any other complicated OS) is never really
idle in terms of disk I/O.


On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
  list sometime in the last 3-5 weeks.  Giorgios Keramidas
  commented that dd was too slow for his tastes and

 dd is the fastest, but probably he used small block size. 64K is OK

dd can be slower than dump/restore in quite a few cases,
especially when disk is far from full.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PS/2 mouse problem

2006-03-12 Thread Byron Campbell
When X system is loaded my mouse freezes on upper-right corner and 
when i try to move it then screen blinks.
What could be wrong?

Oops, correction:

I experienced that same issue one time, and the problem was the 
mouse protocall chosen during X configuration.  For me the problem 
was corrected by choosing mouse systems when re-running the X 
configuration. i.e. as root:

 xorgcfg -text mode

xorgcfg -textmode

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


Re: pkgdb warning message

2006-03-12 Thread Donald J. O'Neill
On Sunday 12 March 2006 07:07, Gerard Seibert wrote:
 When running the following command: pkgdb -Fv, I receive the
 following message:

 Duplicated origin: devel/libtool15 - libtool-1.5.22_1
 libtool-1.5.22_2 Unregister any of them? [no]

 I am unsure of what action to take, therefore I have chosen the
 default [no] one suggested. Would it be prudent to delete one of
 these duplicates, and if so does it matter which one?

If it was me, I would think that when libtool-1.5.22_1 was upgraded to 
libtool-1.5.22_2, the registration for libtool-1.5.22_1 wasn't removed 
from the database properly. So, yes, it would be best to delete the 
registration of libtool-1.5.22_2 through pkgdb -F. Answer [no] yes cr 
and get rid of it.

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


Re: gmirror on a laptop.

2006-03-12 Thread Chuck Swiger
Patrick Bowen wrote:
 I wanted to fiddle around with gmirror(8) on a Dell C-600 Laptop. It has
 a 2-slice, 20 Gig HD, and I essentially wanted to mirror ad0s1 to ad0s2.
 I realize this will put the HD under stress, but otherwise it seems
 do-able.
 
 What I want to know is whether this is such an incredibly bad idea I
 shouldn't even consider it --or-- it seems like a good way to get
 familiar with gmirror, so go for it.

If you want to do this for the sake of practice, by all means, feel free.

However, mirroring onto the same device is going to result in almost no benefit
to reliability and will cause a very large performance hit, as well as reducing
the usable amount of disk space in half.  (In other words, actually leaving the
machine set up that way would be an incredibly bad idea.)

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


Re: weird ports error

2006-03-12 Thread Andrew Pantyukhin
On 3/12/06, Andrew Spott [EMAIL PROTECTED] wrote:
 I get a weird error when i try to make, or use portmanager.  it says
 that bsd.port.mk doesn't exist, and it doesn't.

 where can I get a copy of this file?

# rm -rf /usr/ports  portsnap fetch  portsnap extract
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pkgdb warning message

2006-03-12 Thread Per olof Ljungmark

Gerard Seibert wrote:
When running the following command: pkgdb -Fv, I receive the following 
message:


Duplicated origin: devel/libtool15 - libtool-1.5.22_1 libtool-1.5.22_2
Unregister any of them? [no]

I am unsure of what action to take, therefore I have chosen the default 
[no] one suggested. Would it be prudent to delete one of these 
duplicates, and if so does it matter which one?



/usr/ports/UPDATING:

20060223:
  AFFECTS: all ports using libtool as part of the build process
  AUTHOR: [EMAIL PROTECTED]

  The way in which ports that require libtool to build has been
  completely reworked to bring the ports system in line with other
  environments, such as Linux, and pkgsrc.

  devel/libtool13 no longer exists.  devel/libtool15 has been modified
  to (a) install in the canonical locations and (b) remove a number
  of long-standing FreeBSD-specific patches that resulted in a very
  different libtool than is present on other systems.

  The main visible change will be that a large number of ports have
  had their plists modified (we now install libtool .la archives)
  and, as such, PORTREVISIONS have been bumped on ~2000 ports (roughly
  1/7th of the tree).

  Unfortunately, there is no simple upgrade path.  Short of removing
  all packages and reinstalling from scratch, the only other viable
  alternative would be careful use of portupgrade.  Given the large
  number of different ways in which libtool is used by other ports
  in the tree, this is a process that is likely to vary considerably
  from system to system, and as such, folks should be very mindful
  of running automatic updating software, such as portupgrade, making
  extensive use of the -n flag (and equivalents for other updaters)
  to see what will actually be rebuilt, before actually performing
  the upgrade.

  The good news is that the system now in place will make the handling
  of libtool-using ports considerably easier going forward.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pkgdb warning message

2006-03-12 Thread Lowell Gilbert
Gerard Seibert [EMAIL PROTECTED] writes:

 When running the following command: pkgdb -Fv, I receive the following 
 message:
 
 Duplicated origin: devel/libtool15 - libtool-1.5.22_1 libtool-1.5.22_2
 Unregister any of them? [no]
 
 I am unsure of what action to take, therefore I have chosen the default 
 [no] one suggested. Would it be prudent to delete one of these 
 duplicates, and if so does it matter which one?

libtool is typically a build dependency, but not a runtime
dependency.  Therefore, I would recommend removing *both* 
of them.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Apache configuration for www/rt34 port?

2006-03-12 Thread stan
I'm trying to implement the www/rt34 port on a machine that I already have
wordpress, and a few other things running on. 

I'm using Apache 1.3 (from ports). I've  run the db setup script and set up
the .pm files corectly (I think). Then I put the follosing snippet of code
in httpd.conf



VirtualHost aldevelop.xxx.com:81
ServerName aldevelop.xxx.com
DocumentRoot /usr/local/rt3/share/html
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl

Location /
 SetHandler perl-script
 PerlHandler RT::Mason
/Location
/VirtualHost

Now, I really don't want to run this on a seperate port. I'd rather be able
to connect to it like, asy, http://aldevelop.xxx.com/rt

In any case, after restarting apache, I can't connect to port 81 on this
machine.

What am I doing wrong?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ERROR: version of config(8) does not match kernel

2006-03-12 Thread Kiffin Gish
I've update my src directory, but keep getting the following error (see
below).

Yes I understand what it is saying, but how can I fix it?! I ran cvsup a
couple of times, but it doesn't seem to help.

# cat cvs-supfile
*default host=cvsup3.nl.freebsd.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default tag=RELENG_6_0
*default release=cvs delete use-rel-suffix compress
src-all
ports-all tag=.
doc-all tag=.

# make buildkernel KERNCONF=WEBSERVER

--
 Kernel build for WEBSERVER started on Sun Mar 12 16:36:23 CET 2006
--
=== WEBSERVER
mkdir -p /usr/obj/usr/src/sys

--
 stage 1: configuring the kernel
--
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/u
sr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src
/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:
/bin:/usr/sbin:/usr/bin  config
-d /usr/obj/usr/src/sys/WEBSERVER  /usr/src/sys
/i386/conf/WEBSERVER
ERROR: version of config(8) does not match kernel!
config version = 500013, version required = 63

Make sure that /usr/src/usr.sbin/config is in sync
with your /usr/src/sys and install a new config binary
before trying this again.

If running the new config fails check your config
file against the GENERIC or LINT config files for
changes in config syntax, or option/device naming
conventions

*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

-- 
Kiffin Gish [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: dd - cloning a disk.

2006-03-12 Thread Mike Jeays
On Sun, 2006-03-12 at 16:53 +0300, Andrew Pantyukhin wrote:
 On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
  
   It is, with a few 'buts'. Firstly, the source should be mounted
 
  but may not - unless system is generally idle. fsck will be checking the
  copy then, but with success.
 
 No matter what fsck says later, it's too dangerous. A FreeBSD
 system (as well as any other complicated OS) is never really
 idle in terms of disk I/O.
 
 
 On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
   list sometime in the last 3-5 weeks.  Giorgios Keramidas
   commented that dd was too slow for his tastes and
 
  dd is the fastest, but probably he used small block size. 64K is OK
 
 dd can be slower than dump/restore in quite a few cases,
 especially when disk is far from full.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

I have done this 'safely', by booting Knoppix, and using dd to copy the
disk in the knowledge that all the UFS filesystems are closed and clean.
Use a large blocksize; you can go a lot bigger than 64K.
-- 
Mike Jeays
http://ca.geocities.com/[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: GNOME help PLEASE

2006-03-12 Thread Heliocentric
On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
  As far as I know, this only works with a normal adduser.conf and
  using the adduser command or pw.
 
  Also, (with X11 programs especially) you'll have to edit all absolute
  paths in the config files to point to either relative, of if the app
  supports it, $HOME or ~/, so the programs won't attempt to write or
  read from the user you copied the configs from.
 
  Example:
 
  IconPath /root/icons
 
  would become:
 
  IconPath $HOME/icons
 
  hope this helps :)

 thank you very much but it would not. i know this and use this.

 the problem is where to find documentation about what gnome file does
 what, and how to make these skeleton files.

 any attempt to create clean user, configure gnome in it, move files to
 skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.

I just did a clean gnome2 install, in a new user, changed the
configuration, copied the entirety to skel, and then adduser'd it.
gnome seems to start fine using gnome-session, and the user accounts
are independent, so it is indeed kept entirely under the user's home
directory.

The clean install created these directories:

.gconf
.gconfd
.gnome
.gnome2
.gnome2_private
.gstreamer-0.8
.icons
.metacity
.nautilus
.themes
Desktop

Most of the important elements are under .gnome2 and .gconf, but the
others are gnome components, metacity is the windowmanager, nautilus
is the file manager/desktop, etc.


 any attempt to create clean user, configure gnome in it, move files to
 skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.

 now i know how to move desktop icons themselves, but not configuration.
 no idea what files defines what. gnome is even worse than windows in it.

From the looks of it, the only things you'd really need to worry about
with a default config are in .gnome2/ and .gconf/

Most of the meat in .gconf/ is in the %gconf.xml files.

Skeleton files are nothing special, just have to change the name a bit
and some of the paths like I said.


 if you have some description about it - will be very helpful


That's all I can think of, it seems pretty straightforward. I'd be
careful to check all %gconf.xml files in gnome2 to make sure they are
'safe' to use in skel (ie, user is changed, paths to private areas in
another's home, etc)

This is gnome 2.10 under freebsd 6.0-rc1, but the version shouldn't
matter that much unless it's 2.6 or less.

If not any info on things that you have done with your install up till
this point might help me to reproduce the problem, or at least
understand it a bit better.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ERROR: version of config(8) does not match kernel

2006-03-12 Thread Fabian Keil
Kiffin Gish [EMAIL PROTECTED] wrote:

 I've update my src directory, but keep getting the following error
 (see below).
 
 Yes I understand what it is saying, but how can I fix it?! I ran
 cvsup a couple of times, but it doesn't seem to help.
 
 # cat cvs-supfile
 *default host=cvsup3.nl.freebsd.org
 *default base=/usr/local/etc/cvsup
 *default prefix=/usr
 *default tag=RELENG_6_0
 *default release=cvs delete use-rel-suffix compress
 src-all
 ports-all tag=.
 doc-all tag=.
 
 # make buildkernel KERNCONF=WEBSERVER
 
 --
  Kernel build for WEBSERVER started on Sun Mar 12 16:36:23 CET 2006
 --
 === WEBSERVER
 mkdir -p /usr/obj/usr/src/sys
 
 --
  stage 1: configuring the kernel
 --
 cd /usr/src/sys/i386/conf;
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/u
 sr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src
 /tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:
 /bin:/usr/sbin:/usr/bin  config
 -d /usr/obj/usr/src/sys/WEBSERVER  /usr/src/sys
 /i386/conf/WEBSERVER
 ERROR: version of config(8) does not match kernel!
 config version = 500013, version required = 63
 
 Make sure that /usr/src/usr.sbin/config is in sync
 with your /usr/src/sys and install a new config binary
 before trying this again.
 
 If running the new config fails check your config
 file against the GENERIC or LINT config files for
 changes in config syntax, or option/device naming
 conventions
 
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 

Did you do a make buildworld before you tried building the kernel?

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: dd - cloning a disk.

2006-03-12 Thread Andrew Pantyukhin
On 3/12/06, Mike Jeays [EMAIL PROTECTED] wrote:
 I have done this 'safely', by booting Knoppix, and using dd to copy the
 disk in the knowledge that all the UFS filesystems are closed and clean.
 Use a large blocksize; you can go a lot bigger than 64K.

Single-user mode is more than enough and arguably less
hassle-free.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache configuration for www/rt34 port?

2006-03-12 Thread Matthew Seaman
stan wrote:
 I'm trying to implement the www/rt34 port on a machine that I already have
 wordpress, and a few other things running on. 
 
 I'm using Apache 1.3 (from ports). I've  run the db setup script and set up
 the .pm files corectly (I think). Then I put the follosing snippet of code
 in httpd.conf
 
 
 
 VirtualHost aldevelop.xxx.com:81
 ServerName aldevelop.xxx.com
 DocumentRoot /usr/local/rt3/share/html
 AddDefaultCharset UTF-8
 
 PerlModule Apache::DBI
 PerlRequire /usr/local/rt3/bin/webmux.pl
 
 Location /
  SetHandler perl-script
  PerlHandler RT::Mason
 /Location
 /VirtualHost
 
 Now, I really don't want to run this on a seperate port. I'd rather be able
 to connect to it like, asy, http://aldevelop.xxx.com/rt

http://wiki.bestpractical.com/index.cgi?ManualInstallation

Particularly the section SETTING UP THE WEB INTERFACE -- gives an example
of how to do exactly that.

 In any case, after restarting apache, I can't connect to port 81 on this
 machine.
 
 What am I doing wrong?
 

Got a Listen *:81 line in your apache config?

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: Natd with Multiple DSL Connections

2006-03-12 Thread Nagilum
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

How about interface bonding/aggregation ? Check ng_fec(4) for details.
Hope this helps,
Nagilum.

Ramiz Sardar wrote:

 Dears, I am using freebsd machine in office as a gateway and using
 ipfw+natd for internet sharing. I have two dsl connections but i
 using just one at a time. when ever first dsl connection create any
 problem then i have to switch to second connection manually. Tell
 me any solution that i can use both dsl at a time and whenever one
 goes down, all traffice begin using other connection.

 Thanks

 Rameez

 - Yahoo! Mail Use Photomail to
 share photos without annoying attachments.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 [EMAIL PROTECTED]


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEFF80AKWN2UY+sLwRA+cXAJ97OVRFYp6FV9qKm9ciQXchUjcwYgCgsbUz
Jml4LdBMitwj8sKJH+x16pk=
=o1Aq
-END PGP SIGNATURE-

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


Re: Authentication with auto replication

2006-03-12 Thread Nagilum
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Olivier Nicole wrote:

 Hi,

 I have a system that needs user authentication.

 Right now I am using NIS to share the users password between all
 the machines that need it: one machine is the primary server,
 others clients are also running a secondary server: so would a
 machine get isolated, it could still do authentication with the
 secondary server that it is running. This is all smooth and
 transparent, files replication is done automatically.

 I am considering moving away from NIS (because its lack of
 security). Radius could do the trick, I can run several radius
 servers. But then I need to manually synchronize the data between
 the various radius servers.

 Does it exists another authentication system that would do the
 automatic data replication like NIS does?

I'm not entirely sure but I think ldap should do the trick (pam_ldap +
nss_ldap).
Good luck,
Nagilum.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEFGiyAKWN2UY+sLwRA901AJ0a0pqCZ9+Pv82Z04VW4pCbQfthRQCgu5eW
tr1J3JMd3mv9F9ddxFYs/Dc=
=2YiR
-END PGP SIGNATURE-

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


Re: Unable to build or update vcdimager

2006-03-12 Thread Matthew D. Fuller
On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of
Norikatsu Shigemura, and lo! it spake thus:

 +  to the latest versions.  Please remove the following entries
 +  manually from $PREFIX/info/dir before upgrading them to
 +  vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
 +  respectively.

I don't think that's right.  I DID remove them.  The problem is that
when doing the 'make install', the program's own installation process
installs then, THEN the bsd.ports.mk's INFO= process tries to install
them again and blows up.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Missing Disk Space?

2006-03-12 Thread Freesbie
I was just wondering if anyone could tell me why I am missing so much space on 
my /home partition(approx 15G).

Thanks for your time, I appreciate it.

Freesbie

$ uname -a
FreeBSD alexander.rmnanetworks.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Mar 
12 05:47:59 MST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ALEXANDER  i386

$ df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a7.7G 47M7.1G 1%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1d201G 13G173G 7%/home
/dev/ad0s1f9.6G2.0G6.8G22%/usr
/dev/ad0s1e4.8G 56M4.4G 1%/var
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Anyone seen this scsi error before ?

2006-03-12 Thread Graham Bentley
Recently swapped out my Sony for a HP DAT and
got this first time in dmesg

(sa0:ahc0:0:6:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0 
(sa0:ahc0:0:6:0): CAM Status: SCSI Status Error
(sa0:ahc0:0:6:0): SCSI Status: Check Condition
(sa0:ahc0:0:6:0): UNIT ATTENTION asc:28,0
(sa0:ahc0:0:6:0): Not ready to ready change, medium may have changed
(sa0:ahc0:0:6:0): Unretryable error

Anyone shed any light upon it ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Missing Disk Space?

2006-03-12 Thread Erik Trulsson
On Sun, Mar 12, 2006 at 12:33:22PM -0700, Freesbie wrote:
 I was just wondering if anyone could tell me why I am missing so much space 
 on my /home partition(approx 15G).
 
 Thanks for your time, I appreciate it.
 
 Freesbie
 
 $ uname -a
 FreeBSD alexander.rmnanetworks.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun 
 Mar 12 05:47:59 MST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ALEXANDER 
  i386
 
 $ df -h
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a7.7G 47M7.1G 1%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s1d201G 13G173G 7%/home
 /dev/ad0s1f9.6G2.0G6.8G22%/usr
 /dev/ad0s1e4.8G 56M4.4G 1%/var

See the FAQ, questions 9.26 and (perhaps) 9.25

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#MANUFACTURER-DISK-SIZE



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0 - SMP Generic Kernels via freebsd-update

2006-03-12 Thread Kenneth Bond
Hello,
I am trying to confirm whether or not Generic SMP kernels for
FreeBSD 6.0-RELEASE are offered via freebsd-update, as they
were with 5.3-RELEASE, 5.4-RELEASE, etc.

Basically does the procedure described at the URL below work
for the 6.0-RELEASE?
http://lists.freebsd.org/pipermail/freebsd-security/2005-June/002975.html

Please advise.
Thanks for your help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 - SMP Generic Kernels via freebsd-update

2006-03-12 Thread Colin Percival
Kenneth Bond wrote:
 I am trying to confirm whether or not Generic SMP kernels for
 FreeBSD 6.0-RELEASE are offered via freebsd-update, as they
 were with 5.3-RELEASE, 5.4-RELEASE, etc.
 
 Basically does the procedure described at the URL below work
 for the 6.0-RELEASE?
 http://lists.freebsd.org/pipermail/freebsd-security/2005-June/002975.html

Yes.  Starting with 6.1-RELEASE, this sort of ugly hack should be
unnecessary, since SMP kernels are going to be distributed as part
of the release.

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


Re: Missing Disk Space?

2006-03-12 Thread Freesbie

Erik,

Thanks for the quick reply. For others, you can adjust this value via tunefs 
although it may adversly affect system performance.


Freesbie

- Original Message - 
From: Erik Trulsson [EMAIL PROTECTED]

To: Freesbie [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 1:01 PM
Subject: Re: Missing Disk Space?



On Sun, Mar 12, 2006 at 12:33:22PM -0700, Freesbie wrote:
I was just wondering if anyone could tell me why I am missing so much 
space on my /home partition(approx 15G).


Thanks for your time, I appreciate it.

Freesbie

$ uname -a
FreeBSD alexander.rmnanetworks.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: 
Sun Mar 12 05:47:59 MST 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ALEXANDER  i386


$ df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a7.7G 47M7.1G 1%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1d201G 13G173G 7%/home
/dev/ad0s1f9.6G2.0G6.8G22%/usr
/dev/ad0s1e4.8G 56M4.4G 1%/var


See the FAQ, questions 9.26 and (perhaps) 9.25

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#MANUFACTURER-DISK-SIZE



--
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
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: ERROR: version of config(8) does not match kernel

2006-03-12 Thread Kris Kennaway
On Sun, Mar 12, 2006 at 04:58:49PM +0100, Kiffin Gish wrote:
 I've update my src directory, but keep getting the following error (see
 below).
 
 Yes I understand what it is saying, but how can I fix it?! I ran cvsup a
 couple of times, but it doesn't seem to help.

Follow the upgrading procedure from /usr/src/UPDATING and the handbook.

Kris


pgpW4HbiK9NMV.pgp
Description: PGP signature


Sending error messages to a cell phone?

2006-03-12 Thread Nikolas Britton
I have an email address setup for my cell phone and I would like
FreeBSD to send critical error messages to this address.

How do I tell FreeBSD to do this and more importantly should I do
this, because it costs 10 cents for each message?




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


Re: Sending error messages to a cell phone?

2006-03-12 Thread robert
On Sun, 2006-03-12 at 15:13 -0600, Nikolas Britton wrote:
 I have an email address setup for my cell phone and I would like
 FreeBSD to send critical error messages to this address.
 
 How do I tell FreeBSD to do this and more importantly should I do
 this, because it costs 10 cents for each message?
 
 

Nickolas,

You can get all messages sent to root forwarded to another address by
adding that address to the /etc/aliases file, this is read by sendmail
or rather the database created when you run newaliases when it needs to
know where to send mail. You can decide which messages to send too.

As to the value - well that is up to you and how critical the machine
is.

hope this helps

Rob

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


Re: gmirror on a laptop.

2006-03-12 Thread Patrick Bowen

Chuck Swiger wrote:


Patrick Bowen wrote:
 


I wanted to fiddle around with gmirror(8) on a Dell C-600 Laptop. It has
a 2-slice, 20 Gig HD, and I essentially wanted to mirror ad0s1 to ad0s2.
I realize this will put the HD under stress, but otherwise it seems
do-able.

What I want to know is whether this is such an incredibly bad idea I
shouldn't even consider it --or-- it seems like a good way to get
familiar with gmirror, so go for it.
   



If you want to do this for the sake of practice, by all means, feel free.

However, mirroring onto the same device is going to result in almost no benefit
to reliability and will cause a very large performance hit, as well as reducing
the usable amount of disk space in half.  (In other words, actually leaving the
machine set up that way would be an incredibly bad idea.)

 


Mr. Swiger;

I agree, except that I had anticipated absolutely *no* benefit to 
reliability. If the disk goes bad, then having a mirror on the same 
disk, different slice, would still give me...no disk. I simply wanted to 
get the practice by actually doing, instead of just reading about it. 
I'll probably re-install Slackware on the other slice when I get done 
playing around.


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


Re: Unable to build or update vcdimager

2006-03-12 Thread Gerard Seibert
Matthew D. Fuller wrote:

 On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of

 Norikatsu Shigemura, and lo! it spake thus:
  +  to the latest versions.  Please remove the following entries
  +  manually from $PREFIX/info/dir before upgrading them to
  +  vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
  +  respectively.

 I don't think that's right.  I DID remove them.  The problem is that
 when doing the 'make install', the program's own installation process
 installs then, THEN the bsd.ports.mk's INFO= process tries to install
 them again and blows up.

I can confirm that (I think). I tried removing all of the info files I 
could find and still the install failed. The files I removed had been 
replaced however. I am, of course, assuming that I did in fact remove 
all of the correct files.

-- 
Gerard Seibert
[EMAIL PROTECTED]

PGP: http://www.seibercom.net/sig/gerard.asc


pgpQekRA7jM8j.pgp
Description: PGP signature


dvd-slideshow

2006-03-12 Thread Chris Maness
I would like to see if others are getting similar errors with 
dvd-slideshow.  If you have the current ports tree, try to install and 
run dvd-slideshow.  The ports tree has version 7.2.  When I try to run 
the script, I get error messages like crazy.  Anyone else get this?  I 
used the example files to try to get it to work.  If I simply download 
the latest version from sourceforge and run the script in the directory 
it seems to MUCH further, but still fails.


sample output:

dvd-slideshow -n test -f simple.txt .
[dvd-slideshow]dvd-slideshow 0.7.2
[dvd-slideshow]Licensed under the GNU GPL
[dvd-slideshow]Copyright 2003-2005 by Scott Dylewski
[dvd-slideshow]
[dvd-slideshow] Output directory not specified.
[dvd-slideshow] Using /home/chris/Desktop/examples/simple
package sox is not installed
package ImageMagick is not installed
package dvdauthor is not installed
package ffmpeg is not installed
find: /usr/share/fonts/: No such file or directory
find: /usr/share/fonts/: No such file or directory
[dvd-slideshow] Cannot find required fonts.  Using default ImageMagick font.
[dvd-slideshow] Parsing input .txt file simple.txt
[dvd-slideshow] wc: illegal option -- -
usage: wc [-clmw] [file ...]
/usr/local/bin/dvd-slideshow: line 986: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 989: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 992: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 995: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 2150: 0 + [dvd-slideshow] Error: too 
many decimals specified
[dvd-slideshow] cleanup... : syntax error: operand expected (error token 
is [dvd-slideshow] Error: too many decimals specified

[dvd-slideshow] cleanup... )
##
[dvd-slideshow] Found 0 images and 0 audio files.
[dvd-slideshow] Video: NTSC  Audio: AC3
[dvd-slideshow] Debug=0  Autocrop=0 Subtitles=render
[dvd-slideshow] Total video length = 0:0:0.0
[dvd-slideshow] Temporary directory is 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249

[dvd-slideshow] Creating black background
convert: unable to open image 
`/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/slideshow_background.ppm': 
No such file or directory.

[dvd-slideshow]
/usr/local/bin/dvd-slideshow: line 2388: seq: command not found
wc: illegal option -- -
usage: wc [-clmw] [file ...]
/usr/local/bin/dvd-slideshow: line 986: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 989: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 992: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 995: [: : integer expression expected
rmdir: /home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249: No 
such file or directory
/usr/local/bin/dvd-slideshow: line 2444: 2997 * [dvd-slideshow] Error: 
too many decimals specified
[dvd-slideshow] cleanup... / 100 / 100 : syntax error: operand expected 
(error token is [dvd-slideshow] Error: too many decimals specified

[dvd-slideshow] cleanup... / 100 / 100 )
[1]+  Terminated: 15  mpeg2enc -v $verbosity -q 4 -4 2 -2 1 -a 2 
-M 3 -f 8 -o $tmpdir/video_$mpegid.mpg $yuvfifo 
$outdir/$logfile 21
cat: 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/test.spumux: 
No such file or directory

[dvd-slideshow] waiting for mpeg2enc to finish...
/usr/local/bin/dvd-slideshow: line 2491: wait: pid 89406 is not a child 
of this shell
mv: rename 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/video_0.mpg 
to 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/video.mpg: 
No such file or directory

[dvd-slideshow]###
[dvd-slideshow] Processing audio...
[dvd-slideshow]###
[dvd-slideshow] No audio files passed.  Using  silence.
[dvd-slideshow] Working on track 1 audio file 0
[dvd-slideshow] silence
[dvd-slideshow] fade_in_time=0:0:0.0 fade_out_time=0:0:0.0
[dvd-slideshow] creating silence .wav file for 0:0:0.5
sox: Can't open output file 
'/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1_.raw': 
No such file or directory

[dvd-slideshow] ###
sox: Can't open output file 
'/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1.wav': 
No such file or directoryls:
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1_.raw: 
No such file or directory

[dvd-slideshow] Creating ac3 audio...
[dvd-slideshow] Creating ac3 audio...
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1.wav: 
Error while opening file

[dvd-menu] ERROR during ffmpeg execution!
[dvd-menu] see /home/chris/Desktop/examples/simple/dvd-slideshow.log for 
details


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


Re: Unable to build or update vcdimager

2006-03-12 Thread Norikatsu Shigemura
On Sun, 12 Mar 2006 17:22:29 -0500
Gerard Seibert [EMAIL PROTECTED] wrote:
 Matthew D. Fuller wrote:
  On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of
  Norikatsu Shigemura, and lo! it spake thus:
   +  to the latest versions.  Please remove the following entries
   +  manually from $PREFIX/info/dir before upgrading them to
   +  vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
 ~ ~~~
*NOTE*These ports are not released.

   +  respectively.
  I don't think that's right.  I DID remove them.  The problem is that
  when doing the 'make install', the program's own installation process
  installs then, THEN the bsd.ports.mk's INFO= process tries to install
  them again and blows up.
 I can confirm that (I think). I tried removing all of the info files I 
 could find and still the install failed. The files I removed had been 
 replaced however. I am, of course, assuming that I did in fact remove 
 all of the correct files.

I'll commit above message and to fix .texi's typos.  Yes, there
are still typos in these ports's .text file.  So there is still
a problem.

Now I'm waiting for portmgr's approval.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


specifying ftp mirror for port installs

2006-03-12 Thread Peter
Hi, how can I specify what ftp mirror my system will use when
downloading distfiles during a port installation?  I'm using 6.0.

__
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 [EMAIL PROTECTED]


Re: dvd-slideshow

2006-03-12 Thread Chris Maness

Chris Maness wrote:
I would like to see if others are getting similar errors with 
dvd-slideshow.  If you have the current ports tree, try to install and 
run dvd-slideshow.  The ports tree has version 7.2.  When I try to run 
the script, I get error messages like crazy.  Anyone else get this?  I 
used the example files to try to get it to work.  If I simply download 
the latest version from sourceforge and run the script in the directory 
it seems to MUCH further, but still fails.


sample output:

dvd-slideshow -n test -f simple.txt .
[dvd-slideshow]dvd-slideshow 0.7.2
[dvd-slideshow]Licensed under the GNU GPL
[dvd-slideshow]Copyright 2003-2005 by Scott Dylewski
[dvd-slideshow]
[dvd-slideshow] Output directory not specified.
[dvd-slideshow] Using /home/chris/Desktop/examples/simple
package sox is not installed
package ImageMagick is not installed
package dvdauthor is not installed
package ffmpeg is not installed
find: /usr/share/fonts/: No such file or directory
find: /usr/share/fonts/: No such file or directory
[dvd-slideshow] Cannot find required fonts.  Using default ImageMagick 
font.

[dvd-slideshow] Parsing input .txt file simple.txt
[dvd-slideshow] wc: illegal option -- -
usage: wc [-clmw] [file ...]
/usr/local/bin/dvd-slideshow: line 986: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 989: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 992: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 995: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 2150: 0 + [dvd-slideshow] Error: too 
many decimals specified
[dvd-slideshow] cleanup... : syntax error: operand expected (error token 
is [dvd-slideshow] Error: too many decimals specified

[dvd-slideshow] cleanup... )
##
[dvd-slideshow] Found 0 images and 0 audio files.
[dvd-slideshow] Video: NTSC  Audio: AC3
[dvd-slideshow] Debug=0  Autocrop=0 Subtitles=render
[dvd-slideshow] Total video length = 0:0:0.0
[dvd-slideshow] Temporary directory is 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249

[dvd-slideshow] Creating black background
convert: unable to open image 
`/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/slideshow_background.ppm': 
No such file or directory.

[dvd-slideshow]
/usr/local/bin/dvd-slideshow: line 2388: seq: command not found
wc: illegal option -- -
usage: wc [-clmw] [file ...]
/usr/local/bin/dvd-slideshow: line 986: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 989: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 992: [: : integer expression expected
/usr/local/bin/dvd-slideshow: line 995: [: : integer expression expected
rmdir: /home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249: No 
such file or directory
/usr/local/bin/dvd-slideshow: line 2444: 2997 * [dvd-slideshow] Error: 
too many decimals specified
[dvd-slideshow] cleanup... / 100 / 100 : syntax error: operand expected 
(error token is [dvd-slideshow] Error: too many decimals specified

[dvd-slideshow] cleanup... / 100 / 100 )
[1]+  Terminated: 15  mpeg2enc -v $verbosity -q 4 -4 2 -2 1 -a 2 
-M 3 -f 8 -o $tmpdir/video_$mpegid.mpg $yuvfifo 
 $outdir/$logfile 21
cat: 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/test.spumux: 
No such file or directory

[dvd-slideshow] waiting for mpeg2enc to finish...
/usr/local/bin/dvd-slideshow: line 2491: wait: pid 89406 is not a child 
of this shell
mv: rename 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/video_0.mpg 
to 
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/video.mpg: 
No such file or directory

[dvd-slideshow]###
[dvd-slideshow] Processing audio...
[dvd-slideshow]###
[dvd-slideshow] No audio files passed.  Using  silence.
[dvd-slideshow] Working on track 1 audio file 0
[dvd-slideshow] silence
[dvd-slideshow] fade_in_time=0:0:0.0 fade_out_time=0:0:0.0
[dvd-slideshow] creating silence .wav file for 0:0:0.5
sox: Can't open output file 
'/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1_.raw': 
No such file or directory

[dvd-slideshow] ###
sox: Can't open output file 
'/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1.wav': 
No such file or directoryls:
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1_.raw: 
No such file or directory

[dvd-slideshow] Creating ac3 audio...
[dvd-slideshow] Creating ac3 audio...
/home/chris/Desktop/examples/simple/dvd-slideshow_temp_89249/audio1.wav: 
Error while opening file

[dvd-menu] ERROR during ffmpeg execution!
[dvd-menu] see /home/chris/Desktop/examples/simple/dvd-slideshow.log for 
details


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


I tired 

What is the meaning of following message

2006-03-12 Thread Jeffrey

I am getting the following message:

inetd[624]: ssh/tcp: bind: Address already use

Anyone could tell me what is the meaning of this message?

Thanks,

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


Re: What is the meaning of following message

2006-03-12 Thread Michael Hernandez

On Mar 12, 2006, at 6:28 PM, Jeffrey wrote:


I am getting the following message:

inetd[624]: ssh/tcp: bind: Address already use

Anyone could tell me what is the meaning of this message?



It is possible that you have sshd running standalone already and you  
also have inetd trying to start sshd.



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


Re: What is the meaning of following message

2006-03-12 Thread Glenn Dawson

At 03:28 PM 3/12/2006, Jeffrey wrote:

I am getting the following message:

inetd[624]: ssh/tcp: bind: Address already use

Anyone could tell me what is the meaning of this message?


It means that you are running sshd as a daemon _and_ starting it from 
inetd.  You can't do both.


-Glenn



Thanks,

Jeffrey
___
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: What is the meaning of following message

2006-03-12 Thread Rob W.

Acutally, I had the same problem the other day.

I found out that there where multipule copies of inetd running on my 
system...


ps aux | grep inetd

If you kill em all and restart it, it should fix the problem. That's how I 
fixed mine anyway's.



- Original Message - 
From: Jeffrey [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 5:28 PM
Subject: What is the meaning of following message



I am getting the following message:

inetd[624]: ssh/tcp: bind: Address already use

Anyone could tell me what is the meaning of this message?

Thanks,

Jeffrey
___
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]


RC scripts HOWTO

2006-03-12 Thread Bob Goodman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guys,
could you please direct me to some info, the detailed the better,
on how RC and RCng scripts work in FreeBSD.
Can't seem to find in handbook or google.
Thanks in advance

Bob
-BEGIN PGP SIGNATURE-
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 2.5

wkYEARECAAYFAkQUsd0ACgkQAQ09syE0bn5mhgCeM2CQ/Gb5GidLTeVMNXIovz2SLqsA
nietTLt+WDO699fx4X4ig7aK//B5
=og+9
-END PGP SIGNATURE-




Concerned about your privacy? Instantly send FREE secure email, no account 
required
http://www.hushmail.com/send?l=480

Get the best prices on SSL certificates from Hushmail
https://www.hushssl.com?l=485

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


Re: What is the meaning of following message

2006-03-12 Thread Jeffrey

Thanks Glenn, Michael and Chris,

I had enabled ssh from inetd.conf. I have disabled ssh from inetd.conf.

Jeffrey
- Original Message - 
From: Glenn Dawson [EMAIL PROTECTED]

To: Jeffrey [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Sent: Monday, March 13, 2006 10:36 AM
Subject: Re: What is the meaning of following message



At 03:28 PM 3/12/2006, Jeffrey wrote:

I am getting the following message:

inetd[624]: ssh/tcp: bind: Address already use

Anyone could tell me what is the meaning of this message?


It means that you are running sshd as a daemon _and_ starting it from 
inetd.  You can't do both.


-Glenn



Thanks,

Jeffrey
___
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]




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


Problem doing Buildworld

2006-03-12 Thread Warren Liddell
2 days ago i was able to do a buildworld  installworld quite fine .. now im 
getting an error on my FreeBSD 6.1-PreRelease system and reading UPDATING 
gives me nothing

=== etc/sendmail (all)
rm -f freebsd.cf
m4 
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/   
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 
/usr/src/etc/sendmail/freebsd.mc 
 freebsd.cf
chmod 444 freebsd.cf
rm -f freebsd.submit.cf
m4 
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/   
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 
/usr/src/etc/sendmail/freebsd.submit.mc 
 freebsd.submit.cf
chmod 444 freebsd.submit.cf
ERROR: Required audit group is missing, see /usr/src/UPDATING.
*** Error code 1

Stop in /usr/src.
*** Error code 1

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


Re: Problem doing Buildworld

2006-03-12 Thread Freesbie

You need to do a:
cd /usr/src
mergemaster -p

Freesbie
- Original Message - 
From: Warren Liddell [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 5:24 PM
Subject: Problem doing Buildworld


2 days ago i was able to do a buildworld  installworld quite fine .. now 
im

getting an error on my FreeBSD 6.1-PreRelease system and reading UPDATING
gives me nothing

=== etc/sendmail (all)
rm -f freebsd.cf
m4
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ 
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 
/usr/src/etc/sendmail/freebsd.mc

freebsd.cf

chmod 444 freebsd.cf
rm -f freebsd.submit.cf
m4
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ 
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 
/usr/src/etc/sendmail/freebsd.submit.mc

freebsd.submit.cf

chmod 444 freebsd.submit.cf
ERROR: Required audit group is missing, see /usr/src/UPDATING.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
___
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 cluseter ?

2006-03-12 Thread Erin Fortenberry
Take a look at Cyrus Imapd with the Murder plugin.

This is working very well for me.

-Erin


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of RJ45
 Sent: Friday, March 10, 2006 1:59 PM
 To: freebsd-questions@freebsd.org
 Subject: FreeBSD cluseter ?
 
 
 Hello,
 I have the tastk to make a project of a server cluster for 
 20.000 mailboxes.
 In which way may I create a cluseter of imap servers using FreeBSD ?
 any suggestions or hints ?
 The is the problem of the imap mailboxes. How can I 
 syncronize them in real time on both machines ?
 I as thinking to cyrus imapd or dovecot as imap server, but 
 anyway 20.000 mailboxes are really huge...
 And with cyrus imapd is impossible to achieve a real fail 
 over system even using cyrus murder.
 Anyone knows which kind of solutions are used by yahoo for example ?
 thank you
 
 Rick
 
 ___
 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: RC scripts HOWTO

2006-03-12 Thread Eric Schuele

Bob Goodman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guys,
could you please direct me to some info, the detailed the better,
on how RC and RCng scripts work in FreeBSD.
Can't seem to find in handbook or google.


man pages for rc and rcorder not provide what you are looking for either?


Thanks in advance

Bob
-BEGIN PGP SIGNATURE-
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 2.5

wkYEARECAAYFAkQUsd0ACgkQAQ09syE0bn5mhgCeM2CQ/Gb5GidLTeVMNXIovz2SLqsA
nietTLt+WDO699fx4X4ig7aK//B5
=og+9
-END PGP SIGNATURE-




Concerned about your privacy? Instantly send FREE secure email, no account 
required
http://www.hushmail.com/send?l=480

Get the best prices on SSL certificates from Hushmail
https://www.hushssl.com?l=485

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




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


Re: Problem doing Buildworld

2006-03-12 Thread Kent Stewart
On Sunday 12 March 2006 16:24, Warren Liddell wrote:
 2 days ago i was able to do a buildworld  installworld quite fine ..
 now im getting an error on my FreeBSD 6.1-PreRelease system and
 reading UPDATING gives me nothing

 === etc/sendmail (all)
 rm -f freebsd.cf
 m4
 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
 /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4
 /usr/src/etc/sendmail/freebsd.mc

  freebsd.cf

 chmod 444 freebsd.cf
 rm -f freebsd.submit.cf
 m4
 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
 /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4
 /usr/src/etc/sendmail/freebsd.submit.mc

  freebsd.submit.cf

 chmod 444 freebsd.submit.cf
 ERROR: Required audit group is missing, see /usr/src/UPDATING.
 *** Error code 1

This is a little bit obscure but you basically didn't follow the generic 
instructions on updating your system. You can get away without doing 
the 
mergemaster -p
most of the time but when you see a message about a missing user or 
group, you have to add them to the appropriate file and carefully 
running mergemaster -p will let you fix the problem.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Postfix doesn't do anything when I connect to it through telnet or Mozilla Thunderbird

2006-03-12 Thread tom
Hi,

  I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11).  I
read the cheat notes here http://www.mostgraveconcern.com/freebsd/mail.html
and I can get Postfix running.  However, when I try to telnet in or connect
with Mozilla Thunderbird nothing happens.

Here is an example:

[EMAIL PROTECTED] telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to localhost.angrycoder.org.
Escape character is '^]'.
[some time goes by here...]
[I get angry and mash the escape character like a monkey] ^]
telnet quit
Connection closed.

Here is some [hopefully!] useful info:

[EMAIL PROTECTED] ps auxw | grep post
postfix   275  0.0  0.2  1328 1032  ??  I 9:48PM   0:00.02 proxymap -t unix
-u
postfix   175  0.0  0.2  1384 1084  ??  I 9:47PM   0:00.02 qmgr -l -t fifo
-u
postfix   174  0.0  0.2  1348 1060  ??  I 9:47PM   0:00.02 pickup -l -t fifo
-u
root  173  0.0  0.2  1328 1040  ??  Is9:47PM   0:00.08
/usr/local/libexec/postfix/master


[EMAIL PROTECTED] uname -a
FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Apr
22 01:01:47 EDT 2005
[EMAIL PROTECTED]:/usr/src/sys/compile/TOMKERNEL  i386

[TOMKERNEL is just generic with SSE instructions enabled]

Thank you in advance for any help FreeBSD Gurus!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem doing installworld

2006-03-12 Thread Warren Liddell
 This is a little bit obscure but you basically didn't follow the generic
 instructions on updating your system. You can get away without doing
 the
 mergemaster -p
 most of the time but when you see a message about a missing user or
 group, you have to add them to the appropriate file and carefully
 running mergemaster -p will let you fix the problem.

 Kent

I do things different. I run portupgrade, followed by buildworld installworld 
and then kernel update and since i started back with 4.x i havent had any 
problems doing it that way, untill this minor problem when trying to do 
installworld :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: connection reset by peer from one location but not another

2006-03-12 Thread Brian Ross

On Mar 10, 2006, at 4:36 AM, Alex Zbyslaw wrote:


Bill Campbell wrote:


On Thu, Mar 09, 2006, Brian Ross wrote:

I'm getting a connection reset by peer disconnect after about  
10  minutes (or less) when I SSH to my 5.4-STABLE server from my  
home  connection (cable DHCP), but I can stay connected all day  
long from  work (DSL DHCP). I couldn't find any mention of  
connection reset by  peer in the list archive, so I was wondering  
what I could monitor  (running SSH in verbose mode doesn't tell  
me much) to find where I'm  actually getting booted off from.  
Since it only happens with one  connection, I'm thinking it isn't  
my actual server that's causing the  reset. But I do not know  
what log file to monitor in order to  investigate further.




My guess is that your connection to the remote machine is via a
NAT (Masquerading) connection, and there's no activity on the
connection.  Running something like top when you're not actively
using the connection will probably prevent the timeout.


If that's the case then running ssh -o ServerAliveInterval 60  
would do that.  If it works, you can stick the option in your .ssh  
config file.


--Alex


Just what I was looking for!

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


where is mergemaster?

2006-03-12 Thread Peter
Where can I find mergemaster?  I would like to upgrade my box.

__
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 [EMAIL PROTECTED]


Re: where is mergemaster?

2006-03-12 Thread Freesbie

To locate use the command:

which mergemaster
- Original Message - 
From: Peter [EMAIL PROTECTED]

To: freebsd-questions freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 9:21 PM
Subject: where is mergemaster?



Where can I find mergemaster?  I would like to upgrade my box.

__
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 
[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: Postfix doesn't do anything when I connect to it through telnet orMozilla Thunderbird

2006-03-12 Thread Freesbie

Either you forgot to do the command  /usr/local/bin/newaliases
or a series of postmap commands. I think it is the first one causing you
grief

Freesbie

- Original Message - 
From: [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 8:20 PM
Subject: Postfix doesn't do anything when I connect to it through telnet 
orMozilla Thunderbird




Hi,

 I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11). 
I
read the cheat notes here 
http://www.mostgraveconcern.com/freebsd/mail.html
and I can get Postfix running.  However, when I try to telnet in or 
connect

with Mozilla Thunderbird nothing happens.

Here is an example:

[EMAIL PROTECTED] telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to localhost.angrycoder.org.
Escape character is '^]'.
[some time goes by here...]
[I get angry and mash the escape character like a monkey] ^]
telnet quit
Connection closed.

Here is some [hopefully!] useful info:

[EMAIL PROTECTED] ps auxw | grep post
postfix   275  0.0  0.2  1328 1032  ??  I 9:48PM   0:00.02 proxymap -t 
unix

-u
postfix   175  0.0  0.2  1384 1084  ??  I 9:47PM   0:00.02 qmgr -l -t 
fifo

-u
postfix   174  0.0  0.2  1348 1060  ??  I 9:47PM   0:00.02 
pickup -l -t fifo

-u
root  173  0.0  0.2  1328 1040  ??  Is9:47PM   0:00.08
/usr/local/libexec/postfix/master


[EMAIL PROTECTED] uname -a
FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri 
Apr

22 01:01:47 EDT 2005
[EMAIL PROTECTED]:/usr/src/sys/compile/TOMKERNEL  i386

[TOMKERNEL is just generic with SSE instructions enabled]

Thank you in advance for any help FreeBSD Gurus!
___
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: Help with lost MBR on USB HDD

2006-03-12 Thread Jarrod O'Flaherty

Hi fbsd_user,

Happy to help!

The tools I used were:
 dd (pre-installed in FreeBSD)
 chexedit (available under /usr/ports/editors/chexedit)

In terms of literature I read a great deal, all of which was helpful.

Perhaps the most helpful links though were:

o http://www.ata-atapi.com/hiwchs.htm

o http://support.microsoft.com/kb/q140418/

o http://www.ranish.com/part/primer.htm
o http://cnlart.web.cern.ch/cnlart/236/disk_partition.html

o http://www.faqs.org/docs/Linux-HOWTO/Large-Disk-HOWTO.html#s6

o http://mirror.href.com/thestarman/asm/mbr/DiskTerms.htm

o http://home.att.net/~rayknights/pc_boot/w95b_mbr.htm

o http://www.linuxjournal.com/article/8661

o http://www.digit-life.com/articles/bootman/index.html

o http://www.uneraser.com/mbr-damaged.htm

o http://www.storagereview.com/guide2000/ref/hdd/file/part.html

o http://linux.com.hk/penguin/man/8/gpart.html

You might also like to look into the tool gpart, the last link in the
list above. I didn't need anything that sophisticated fortunately.

Good luck!!

Regards,
Jarrod.


 -Original Message-
 From: fbsd_user [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 11, 2006 2:41 AM
 To: Jarrod O'Flaherty
 Subject: RE: Help with lost MBR on USB HDD
 
 
 I am having problem with my mbr.
 Interested in knowing what tool you used to manipulate the 
 mbr. Also would like to receive your bookmarks on this 
 subject. Any other tips or things you learned would be helpful.
 
 Thanks
 
 

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


Re: Tippingpoint SMS client software

2006-03-12 Thread Norberto Meijome
On Sat, 11 Mar 2006 08:36:45 +1100
Edwin Groothuis [EMAIL PROTECTED] wrote:

 Greetings,
 
 We recently obtained a Tippingpoint SMS server which is currently
 safe guarding our network against the bad guys.
 
 Unfortunately, the client software for Linux (which is nothing more
 than a Java program) does and doesn't really work on my FreeBSD
 machine:
 
 - It tries to install the a Linux JRE.
 - The installation program aborts halfway with errors in the Java
 program.
 

Hi Edwin, have you tried installing it while being  chrooted
in /usr/compat/linux
also make sure to have /usr/compat/linux/proc mounted.

this has usually helped me with some linux software. Haven't tried with
your software in particular.

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


make installkernel doesn't work?

2006-03-12 Thread Cstdenis
I don't get it. I'm trying to switch from a custom kernel named SERVER to a
generic kernel.

%uname -imrs
FreeBSD 6.0-RELEASE-p4 amd64 SERVER

cd /usr/src
make clean
rm -rf /usr/obj
make buildkernel
make installkernel
reboot
%sysctl kern.ident
kern.ident: SERVER

Why isn't the GENERIC kernel taking effect? The make installkernel does say
generic.

--
 Installing kernel
--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=amd64  MACHINE=amd64  CPUTYPE=
GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi
n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o
bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/
usr/bin  make KERNEL=kernel install
thiskernel=`sysctl -n kern.bootfile` ;  if [ ! `dirname $thiskernel` -ef
/boot/kernel ] ; then  chflags -R noschg /boot/kernel ;  rm -rf /boot/kernel
;  else  if [ -d /boot/kernel.old ] ; then  chflags -R noschg
/boot/kernel.old ;  rm -rf /boot/kernel.old ;  fi ;  mv /boot/kernel
/boot/kernel.old ;  sysctl kern.bootfile=/boot/kernel.old/`basename
$thiskernel` ;  fi
kern.bootfile: /boot/kernel/kernel - /boot/kernel.old/kernel
mkdir -p /boot/kernel
install -p -m 555 -o root -g wheel kernel /boot/kernel
cd /usr/src/sys/modules;
MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC/modules KMODDIR=/boot/kernel
DEBUG_FLAGS=-g MACHINE=amd64 KERNBUILDDIR=/usr/obj/usr/src/sys/GENERIC
make  install


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


Re: Postfix doesn't do anything when I connect to it through telnet or Mozilla Thunderbird

2006-03-12 Thread Logan
On 3/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi,

   I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11
 ).  I
 read the cheat notes here 
 http://www.mostgraveconcern.com/freebsd/mail.html
 and I can get Postfix running.  However, when I try to telnet in or
 connect
 with Mozilla Thunderbird nothing happens.

 Here is an example:

 [EMAIL PROTECTED] telnet 127.0.0.1 25
 Trying 127.0.0.1...
 Connected to localhost.angrycoder.org.
 Escape character is '^]'.
 [some time goes by here...]
 [I get angry and mash the escape character like a monkey] ^]
 telnet quit
 Connection closed.

 Here is some [hopefully!] useful info:

 [EMAIL PROTECTED] ps auxw | grep post
 postfix   275  0.0  0.2  1328 1032  ??  I 9:48PM   0:00.02 proxymap -t
 unix
 -u
 postfix   175  0.0  0.2  1384 1084  ??  I 9:47PM   0:00.02 qmgr -l -t
 fifo
 -u
 postfix   174  0.0  0.2  1348 1060  ??  I 9:47PM   0:00.02 pickup -l
 -t fifo
 -u
 root  173  0.0  0.2  1328 1040  ??  Is9:47PM   0:00.08
 /usr/local/libexec/postfix/master


 [EMAIL PROTECTED] uname -a
 FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri
 Apr
 22 01:01:47 EDT 2005
 [EMAIL PROTECTED]:/usr/src/sys/compile/TOMKERNEL  i386

 [TOMKERNEL is just generic with SSE instructions enabled]


What does your log file say?

What do your inet_interfaces  lines in  /usr/local/etc/postfix/main.cf look
like?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix doesn't do anything when I connect to it through telnetor Mozilla Thunderbird

2006-03-12 Thread Freesbie
I have had this problem before, it was one of the commands I posted, almost 
100% sure.


Kieran
- Original Message - 
From: Logan [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 9:58 PM
Subject: Re: Postfix doesn't do anything when I connect to it through 
telnetor Mozilla Thunderbird



On 3/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi,

  I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11
).  I
read the cheat notes here 
http://www.mostgraveconcern.com/freebsd/mail.html
and I can get Postfix running.  However, when I try to telnet in or
connect
with Mozilla Thunderbird nothing happens.

Here is an example:

[EMAIL PROTECTED] telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to localhost.angrycoder.org.
Escape character is '^]'.
[some time goes by here...]
[I get angry and mash the escape character like a monkey] ^]
telnet quit
Connection closed.

Here is some [hopefully!] useful info:

[EMAIL PROTECTED] ps auxw | grep post
postfix   275  0.0  0.2  1328 1032  ??  I 9:48PM   0:00.02 proxymap -t
unix
-u
postfix   175  0.0  0.2  1384 1084  ??  I 9:47PM   0:00.02 qmgr -l -t
fifo
-u
postfix   174  0.0  0.2  1348 1060  ??  I 9:47PM   0:00.02 pickup -l
-t fifo
-u
root  173  0.0  0.2  1328 1040  ??  Is9:47PM   0:00.08
/usr/local/libexec/postfix/master


[EMAIL PROTECTED] uname -a
FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri
Apr
22 01:01:47 EDT 2005
[EMAIL PROTECTED]:/usr/src/sys/compile/TOMKERNEL  i386

[TOMKERNEL is just generic with SSE instructions enabled]



What does your log file say?

What do your inet_interfaces  lines in  /usr/local/etc/postfix/main.cf look
like?
___
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]


Network: not found problem

2006-03-12 Thread dh
I have been having a problem as of late with programs not running at 
startup. When I finally goto to my local startup directory and call the 
scripts directly I get an error of: Network: not found. I can ping 
properly out to the Internet, traceroute etc. The only firewall I have 
on my box is IPF version 3.4.35 . Sudoing and also SUing produce the 
same error message. More specifically I am getting the error message the 
ports package 'milter-greylist'. I have also got this error message from 
other programs in the past; although off the top of my head I can't 
think of what these binaries are. This leads me to believe that it is 
some esoteric network config issue.


-Thank you in advance for your suggestions
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make installkernel doesn't work?

2006-03-12 Thread Garrett Cooper

On Mar 12, 2006, at 8:55 PM, Cstdenis wrote:

I don't get it. I'm trying to switch from a custom kernel named  
SERVER to a

generic kernel.

%uname -imrs
FreeBSD 6.0-RELEASE-p4 amd64 SERVER

cd /usr/src
make clean
rm -rf /usr/obj
make buildkernel
make installkernel
reboot
%sysctl kern.ident
kern.ident: SERVER

Why isn't the GENERIC kernel taking effect? The make installkernel  
does say

generic.

--

Installing kernel

--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=amd64  MACHINE=amd64  CPUTYPE=
GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/ 
legacy/usr/bi
n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/ 
sbin:/usr/o
bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/ 
usr/sbin:/

usr/bin  make KERNEL=kernel install
thiskernel=`sysctl -n kern.bootfile` ;  if [ ! `dirname  
$thiskernel` -ef
/boot/kernel ] ; then  chflags -R noschg /boot/kernel ;  rm -rf / 
boot/kernel

;  else  if [ -d /boot/kernel.old ] ; then  chflags -R noschg
/boot/kernel.old ;  rm -rf /boot/kernel.old ;  fi ;  mv /boot/kernel
/boot/kernel.old ;  sysctl kern.bootfile=/boot/kernel.old/`basename
$thiskernel` ;  fi
kern.bootfile: /boot/kernel/kernel - /boot/kernel.old/kernel
mkdir -p /boot/kernel
install -p -m 555 -o root -g wheel kernel /boot/kernel
cd /usr/src/sys/modules;
MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC/modules KMODDIR=/boot/ 
kernel
DEBUG_FLAGS=-g MACHINE=amd64 KERNBUILDDIR=/usr/obj/usr/src/sys/ 
GENERIC

make  install


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


grep KERNCONF /etc/make.conf yields what? Also, are you making your  
kernel via a script?

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


make release / automated install / install.cfg woes

2006-03-12 Thread Allen
Is there some extra magic to making install.cfg work when rolling a 
release?  I spent a fair amount of time this weekend preparing a custom 
release based off releng_6_0, and it works great but for one tiny 
detail..


After the installation is 'finished' and I reboot the system without 
the CD, it hangs with the bios complaining that it can't find anything 
to boot, which sounds suspiciously like the MBR wasn't written out 
correctly. The disk part of my install.cfg says:


=
disk=da0
bootManager=boot
partition=all
diskPartitionEditor

da0s1-1=ufs 524288 /
da0s1-2=swap 2097152 none
da0s1-3=ufs 524288 /var
da0s1-4=ufs 524288 /tmp
da0s1-5=ufs 0 /usr 1
diskLabelEditor
=

The disk itself is setup absolutely correctly, the partitions are made, 
and the instally goes according to task up to and including the package 
installation... it just doesn't appear to Do The Right Thing when it 
comes to actually making the hdd bootable.


Does this look like it should work?  I've fiddled with various changes 
to the bootManager and partition lines, so far to no avail.  Am I 
missing something here or should I start trying to figure out if the 
test system will boot off *any* hard drive?


On a related note, when I make a change to this file, can I get away 
with something less than a new full make release?  Is make rerelase 
or something else suitable when everything else is done and I'm just 
fiddling with this file?


Thanks for any pointers.  When I'm done with this I think I'm going to 
submit a doc patch for the 'make release' instructions.  They are 
woefully inadequate for doing anything other than making a copy of your 
own release (unautomated) installations, and the example install.cfg 
still dates back to 4.x and jkh's laptop.. heh.


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


Re: make installkernel doesn't work?

2006-03-12 Thread Cstdenis
(Resending, didn't get the mailing list in the last copy)

No script, just running those commands manually.

%grep KERNCONF /etc/make.conf
%
All make.conf contains is a few WITH_ and WITHOUT_ switches for some ports
and the perl stuff. I commented out the optimization stuff a few tries ago.

%env | grep KERNCONF
%

I don't think its a KERNCONF issue because the Installing kernel output
starts with cd /usr/obj/usr/src/sys/GENERIC

Full output of make (about 2.6MB)
http://www.fanart-central.net/files/make_kernel.txt

- Original Message - 
From: Garrett Cooper [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Sunday, March 12, 2006 9:38 PM
Subject: Re: make installkernel doesn't work?


 On Mar 12, 2006, at 8:55 PM, Cstdenis wrote:

  I don't get it. I'm trying to switch from a custom kernel named
  SERVER to a
  generic kernel.
 
  %uname -imrs
  FreeBSD 6.0-RELEASE-p4 amd64 SERVER
 
  cd /usr/src
  make clean
  rm -rf /usr/obj
  make buildkernel
  make installkernel
  reboot
  %sysctl kern.ident
  kern.ident: SERVER
 
  Why isn't the GENERIC kernel taking effect? The make installkernel
  does say
  generic.
 
  --
  Installing kernel
  --
  cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj
  MACHINE_ARCH=amd64  MACHINE=amd64  CPUTYPE=
  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
  GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
  GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
  PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/
  legacy/usr/bi
  n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/
  sbin:/usr/o
  bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/
  usr/sbin:/
  usr/bin  make KERNEL=kernel install
  thiskernel=`sysctl -n kern.bootfile` ;  if [ ! `dirname
  $thiskernel` -ef
  /boot/kernel ] ; then  chflags -R noschg /boot/kernel ;  rm -rf /
  boot/kernel
  ;  else  if [ -d /boot/kernel.old ] ; then  chflags -R noschg
  /boot/kernel.old ;  rm -rf /boot/kernel.old ;  fi ;  mv /boot/kernel
  /boot/kernel.old ;  sysctl kern.bootfile=/boot/kernel.old/`basename
  $thiskernel` ;  fi
  kern.bootfile: /boot/kernel/kernel - /boot/kernel.old/kernel
  mkdir -p /boot/kernel
  install -p -m 555 -o root -g wheel kernel /boot/kernel
  cd /usr/src/sys/modules;
  MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC/modules KMODDIR=/boot/
  kernel
  DEBUG_FLAGS=-g MACHINE=amd64 KERNBUILDDIR=/usr/obj/usr/src/sys/
  GENERIC
  make  install
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-
  [EMAIL PROTECTED]

 grep KERNCONF /etc/make.conf yields what? Also, are you making your
 kernel via a script?
 -Garrett
 ___
 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: RC scripts HOWTO

2006-03-12 Thread Andrew Pantyukhin
On 3/13/06, Bob Goodman [EMAIL PROTECTED] wrote:
 Guys,
 could you please direct me to some info, the detailed the better,
 on how RC and RCng scripts work in FreeBSD.
 Can't seem to find in handbook or google.

I'm afraid the only way to get comprehensive knowledge
at this time is to carefully study /etc/rc and /etc/rc.subr.

/etc/rc.d/* are nice examples.

It takes a couple of hours of reading the sources, in case
you're pretty familiar with sh.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


changing INMBCLUSTERS kernel configuration option

2006-03-12 Thread XP 2600
I have a FreeBSD 5.4 server i try to change iNMBCLUSTERS kernel
configuration option using sysctl nmbclusters but its giving me sysctl:
unknown oid 'nmbclusters', am i missed something ? or its no longer
available in FreeBSD 5 ??







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


Re: make installkernel doesn't work?

2006-03-12 Thread [EMAIL PROTECTED]

Maybe you set your ident to something else:

$ grep ident /usr/src/sys/i386/conf/GENERIC

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