Boot Error and stop at : plip0:PLIP network interface on ppbus0 - FreeBSD v4.8 i386

2005-03-25 Thread Ann Lee
Hi All,

When I try to boot from CD-ROM to install my FreeBSD 4.8 i386

my computer stops to work. I do:

1) Booting from CD-ROM
2) Skip kernel configuration.
3) Then I see:

[...something before...]
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
plip0:PLIP network interface on ppbus0
[That is all. Now he stops.]


I have:
SATA Hard Disk
Ultra ATA Storage Controller - Onboard
Intel Pro100MT Gigabit Ethernet Adapter - Onboard


Any idea?

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


Cannot build picobsd under

2005-03-25 Thread jumbler chi
Hi :
My box is  FreeBSD 5.2-R
PICOBSD is interesting to me.

I cvsup all source code , and create a picobsd image via
picobsd command.
but when it run to  link kernel , it raised some error as following.
what's matter ?!
Does anyone can share the expeirence  ?!

regards!

Jumbler
--
sh /usr/src/sys/conf/newvers.sh PICOBSD
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric
t-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fforma
t-extensions -std=c99  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/
dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr
/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include
 opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing  -mno-align-
long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
linking kernel
init_main.o: In function `proc0_init':
init_main.o(.text+0x2b9): undefined reference to `kse0_sched'
init_main.o(.text+0x2c3): undefined reference to `ksegrp0_sched'
init_main.o(.text+0x2cd): undefined reference to `proc0_sched'
init_main.o(.text+0x2d7): undefined reference to `thread0_sched'
kern_clock.o: In function `statclock':
kern_clock.o(.text+0x714): undefined reference to `sched_clock'
kern_condvar.o: In function `cv_wait':
kern_condvar.o(.text+0x1ad): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_wait_sig':
kern_condvar.o(.text+0x457): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_timedwait':
kern_condvar.o(.text+0xadd): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_timedwait_sig':
kern_condvar.o(.text+0xe27): undefined reference to `sched_sleep'
kern_exit.o: In function `exit1':
kern_exit.o(.text+0x14ae): undefined reference to `sched_exit'
kern_fork.o: In function `fork1':
kern_fork.o(.text+0xd74): undefined reference to `sched_fork'
kern_idle.o: In function `idle_proc':
kern_idle.o(.text+0x1f1): undefined reference to `sched_runnable'
kern_thr.o: In function `thr_exit1':
kern_thr.o(.text+0xe8): undefined reference to `sched_exit_kse'
kern_thr.o(.text+0x17b): undefined reference to `sched_exit_thread'
kern_thr.o: In function `thr_create':
kern_thr.o(.text+0x461): undefined reference to `sched_fork_kse'
kern_thr.o(.text+0x473): undefined reference to `sched_fork_thread'
kern_proc.o: In function `procinit':
kern_proc.o(.text+0xf1): undefined reference to `sched_sizeof_proc'
kern_proc.o: In function `fill_kinfo_thread':
kern_proc.o(.text+0x16b0): undefined reference to `sched_pctcpu'
kern_resource.o: In function `donice':
kern_resource.o(.text+0x9a8): undefined reference to `sched_nice'
kern_resource.o: In function `rtp_to_pri':
kern_resource.o(.text+0xd75): undefined reference to `sched_class'
kern_resource.o(.text+0xda8): undefined reference to `sched_prio'
kern_subr.o: In function `uio_yield':
kern_subr.o(.text+0x623): undefined reference to `sched_prio'
kern_switch.o: In function `choosethread':
kern_switch.o(.text+0x11): undefined reference to `sched_choose'
kern_switch.o: In function `kse_reassign':
kern_switch.o(.text+0x101): undefined reference to `sched_add'
kern_switch.o: In function `adjustrunqueue':
kern_switch.o(.text+0x18f): undefined reference to `sched_rem'
kern_switch.o(.text+0x197): undefined reference to `sched_add'
kern_switch.o(.text+0x1d4): undefined reference to `sched_rem'
kern_switch.o: In function `setrunqueue':
kern_switch.o(.text+0x2b8): undefined reference to `sched_rem'
kern_switch.o(.text+0x390): undefined reference to `sched_add'
kern_synch.o: In function `msleep':
kern_synch.o(.text+0x55c): undefined reference to `sched_sleep'
kern_synch.o: In function `mi_switch':
kern_synch.o(.text+0xe57): undefined reference to `sched_switch'
kern_synch.o: In function `setrunnable':
kern_synch.o(.text+0xf26): undefined reference to `sched_wakeup'
kern_synch.o: In function `yield':
kern_synch.o(.text+0x1184): undefined reference to `sched_prio'
kern_thread.o: In function `kse_create':
kern_thread.o(.text+0x158d): undefined reference to `sched_fork_ksegrp'
kern_thread.o(.text+0x16ed): undefined reference to `sched_fork_kse'
kern_thread.o: In function `threadinit':
kern_thread.o(.text+0x1ad7): undefined reference to `sched_sizeof_thread'
kern_thread.o(.text+0x1b21): undefined reference to `sched_sizeof_ksegrp'
kern_thread.o(.text+0x1b6b): undefined reference to `sched_sizeof_kse'
kern_thread.o: In function `thread_exit':
kern_thread.o(.text+0x2ceb): undefined reference to `sched_exit_thread'
kern_thread.o(.text+0x2cfd): undefined reference to `sched_exit_kse'
kern_thread.o(.text+0x2d31): undefined reference to `sched_exit_ksegrp'
kern_thread.o: In function `thread_schedule_upcall':
kern_thread.o(.text+0x3223): undefined reference to `sched_fork_thread'
subr_trap.o: In function `userret':
subr_trap.o(.text+0x12): undefined reference to `sched_userret'

xfce4 error

2005-03-25 Thread Matt Juszczak
Installed xorg and xfce4 
Then I get the following.  Any ideas?  Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD 
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar 25 03:26:15 2005
(==) Using config file: /etc/X11/XF86Config
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion 
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be 
created.
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
xfce4-session: Unable to establish ICE listeners: Cannot establish any 
listening sockets
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager' 
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.

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


Re: xfce4 error

2005-03-25 Thread Rob
Matt Juszczak wrote:
 Installed xorg and xfce4 
 
 Then I get the following.  Any ideas?  Thank you!

[...cut...]

 _IceTransmkdir: ERROR: euid != 0,directory
 /tmp/.ICE-unix will not be 
 created.

You either need to update your system to get the
newer /etc/rc.d/cleartmp, or do manually what
is done in there at the bottom of the script:

x11_socket_dirs=/tmp/.X11-unix /tmp/.ICE-unix \
 /tmp/.font-unix /tmp/.XIM-unix
 
# Create socket directories with correct permissions
# to avoid security problem.
rm -fr ${x11_socket_dirs}
mkdir -m 1777 ${x11_socket_dirs}


---
Rob.



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread J. Martin Petersen
Matt Juszczak wrote:
Installed xorg and xfce4 
Then I get the following.  Any ideas?  Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD 
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar 25 03:26:15 2005
(==) Using config file: /etc/X11/XF86Config
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion 
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be 
created.
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
xfce4-session: Unable to establish ICE listeners: Cannot establish any 
listening sockets
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager' 
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
|  propper rights. For further informations about that, please refer to
|  2004122
|  Please update all your plugins as well when you update from 4.0.6 to
|  4.2. They all need recompiling to link against the new xfce libraries
Cheers, Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mot de passe root

2005-03-25 Thread Peter Risdon
On Thu, 2005-03-24 at 16:42 -0500, Bob Johnson wrote:
 Peter Risdon wrote:

 
 I have no idea why you're trying to misrepresent what I was saying.
It's
 starting to feel mildly bizarre.
 
 Peter.
 
 I am not trying to misrepresent anything, and I don't believe that I
am.
 
  From your initial posting:
 
  Perhaps, though I'm not sure myself what is said in Russian to them
  whereas I can read the French. But the reply in, I think, Swedish to
  this question in French was a very good indication of what an
impossible
  babel this or any other list would be if a single language were not
  declared and respected.

Reading this again, it seems completely reasonable and obvious. I'm very
happy to stand by it.

  
  Peter
 
 If you were not saying that -questions should be an English-only list,
then
 which single language were you referring to?

The single language I referred to is of course English. But, my obtuse
friend, that's not the point at issue. It's the words *should be* and
*English-only* in your question. These are not my words but that doesn't
stop you trying to put them into my mouth. The simple fact is that
-questions _is_ an English language, as opposed to an English-only, list
(see below). You haven't noticed that? Hmmm... 

Try reading the etiquette guide I quoted, from the FreeBSD website
(-questions is English in theory), and count the percentage of postings
in English, which is well above 99% (and English in practice). This is
pretty obvious stuff, Bob.

But people sometimes post in other languages and then other people try
to help them, including me if I feel competent. And that's great.


 How can I interpret your statement above to mean anything other than
 that you believe this should be an English-only list? 

By reading it in a straightforward way and not trying to distort it for
your own, unfathomable, purposes.

  Are you arguing
 that declaring and respecting a single language is not the same as
 prohibiting other languages?

At last! That's right. This has absolutely nothing to do with
prohibition. Prohibition is imposed , respect is self-imposed. Again,
pretty obvious stuff.

People _are_ asked, politely, (declaring) by FreeBSD.org, on their
website, in the bit about mailing lists, to use an appropriate language
for lists and it's entirely clear they mean English unless otherwise
stated. 

I've quoted this to you since and I echoed it when someone seemed to be
calling for a _CHANGE_ in policy. I've already made that perfectly clear
[1]. I think the guidance on the website should be borne in mind by list
subscribers (respecting).

That's why I say you are trying to misrepresent what I said. A list
moderator might prohibit non-English posts and that would create an
*English-only* list. I am absolutely not calling for that. 

By contrast, individual posters might respect guidelines and in this
context that would make for an *English language* list. Nothing
authoritarian, just a guideline that people respect of their own
volition. There's nothing new about this idea - respecting guidelines is
a normal part of netiquette.

Now, remember that declare and respect were the words I used in my
initial posting, and you have demonstrated this by quoting them for me,
above. They have been there all along, clearly, and have nothing
whatsoever to do with the sort of authoritarianism you seem determined
to try to contrive from my words.

To repeat myself one last time, I was DISAGREEING with SOMEBODY ELSE who
seemed to be CALLING FOR A CHANGE. You are stating, falsely, that I
called for a change, then disagreeing with the change you are falsely
claiming I advocate. How pointless can you get?

This is already repetitious and must be deeply tedious to other
subscribers by now. I attempted, in my last post, to agree to disagree
in a friendly way with you. After all, we've both said our piece and
they are in the archives if anyone ever gives a damn. You have chosen to
ignore that amicable overture. 

So I am going to spare subscribers the tedium of any further posts to
this thread.

Peter.

[1] From an earlier post:

On Thu, 2005-03-24 at 12:49 -0500, Bob Johnson wrote:

  
 
 There is no call to splinter into many languages. 

*sigh*

The starting point for this was a post which seemed to me to be doing
just that. If you interpret that posting differently, and you haven't
said whether you do, then that's our point of difference. Perhaps I
misread the OP, in which case there's nothing to discuss and
everything's fine and dandy. 







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


Re: Scripting oddness (sh) - SOLVED (kind of)

2005-03-25 Thread David J. Weller-Fahy
After some experimenting I believe that I've discovered how to fix the
problem, and the reason for it - I'd been thinking of the '' shortcut
as functionally identical to the if-then-fi construct.  That's obviously
(now ;) not the case.  If, as in the previous message, the following
'' shortcut is used:

#v+
[ -z $RB_TEMP ]  PKGLIST=$PKGLIST $PKG
#v-

Then, if RB_TEMP is not of zero length, the exit status of that command
is one.  Since that command is the last performed in the
list_required_by function, the exit status of the function is one.
Because I used 'set -e' at the top of the script, any command (a
function being a complex command) that exits with a value of one halts
the execution of the script.  However, if we change that line to:

#v+
if [ -z $RB_TEMP ] ; then
PKGLIST=$PKGLIST $PKG
fi
#v-

Then, following the fi, the exit status is zero for both the command and
the function, and all following commands are executed.  The following
also works:

#v+
[ ! -z $RB_TEMP ] || PKGLIST=$PKGLIST $PKG
#v-

Because the exit status of the first command on the line is zero if
RB_TEMP is not zero length.

So, there's a fix for it.  Figured I'd post this FTR, just in case
someone else has a lack of brain bytes similar to mine. ;]

Regards,
-- 
dave [ please don't CC me ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Anthony's drive issues.Re: ssh password delay

2005-03-25 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 Chris writes:

 Your legacy hardware finally gave up the ghost...

 Uh, no.  The production server is about 90 days old, and state of the
 art.  The drives are brand new.

That is right around the time that brand new drives fail, if they are
going to, that is.

Modern drives with the exception of high end SCSI ones, are as a friend
of
mine put it once: slapped together a million miles a second on the
assembly line

Ted

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


FreeBSD 5.3R SMP Kernel not detecting 2nd CPU in a HP DL360

2005-03-25 Thread Greg Eden
Hello All,
I have a co-located HP DL360G3 server to which I do not have physical  
access. It has 2 x 2.8GHz Xeon CPUs with HTT. One of the ISP's  
engineers has confirmed that both CPUs are detected when the BIOS  
POSTs.

I have cvsup'd to the latest 5.3R security release and successfully  
built 'world', something I have done successfully many times with 4.x  
releases, using the instructions from the handbook. I used a custom  
kernel configuration which included options SMP and device apic. On  
reboot dmesg confirmed that the custom kernel was used, however SMP was  
not active and the additional CPUs were not launched.

Thinking that perhaps my custom kernel conf was at fault, I compiled a  
GENERIC smp kernel with:

# cd /usr/obj
# chflags -R noschg *
# rm -rf *
/usr/src/# make buildkernel KERNCONF=SMP
/usr/src/# make installkernel KERNCONF=SMP
After reboot the dmesg output is as follows:
FreeBSD 5.3-RELEASE-p5 #0: Thu Mar 24 14:37:29 GMT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2799.22-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf29  Stepping = 9
   
Features=0xbfebf9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA, 
CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Hyperthreading: 2 logical CPUs
real memory  = 2147459072 (2047 MB)
avail memory = 2095996928 (1998 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: COMPAQ P31 on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 32-bit timer at 3.579545MHz port 0x920-0x923 on acpi0
cpu0: ACPI CPU on acpi0
acpi_tz0: Thermal Zone on acpi0
pcib0: ACPI Host-PCI bridge on acpi0
ACPI link \\_SB_.IN31 has invalid initial irq 3, ignoring
pci0: ACPI PCI bus on pcib0
pci0: display, VGA at device 3.0 (no driver attached)
ciss0: Compaq Smart Array 5i port 0x2800-0x28ff mem  
0xf5df-0xf5df3fff,0xf5f8-0xf5fb irq 11 at device 4.0 on  
pci0
ciss0: [GIANT-LOCKED]
pci0: base peripheral at device 5.0 (no driver attached)
pci0: base peripheral at device 5.2 (no driver attached)
isab0: PCI-ISA bridge at device 15.0 on pci0
isa0: ISA bus on isab0
atapci0: ServerWorks CSB5 UDMA100 controller port  
0x2000-0x200f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on  
pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
ohci0: OHCI (generic) USB controller mem 0xf5e7-0xf5e70fff irq 10  
at device 15.2 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
pcib1: ACPI Host-PCI bridge on acpi0
pci1: ACPI PCI bus on pcib1
bge0: Broadcom BCM5703 Gigabit Ethernet, ASIC rev. 0x1002 mem  
0xf7ef-0xf7ef irq 11 at device 2.0 on pci1
miibus0: MII bus on bge0
brgphy0: BCM5703 10/100/1000baseTX PHY on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,  
1000baseTX-FDX, auto
bge0: Ethernet address: 00:11:85:6b:07:d8
pcib2: ACPI Host-PCI bridge on acpi0
pci4: ACPI PCI bus on pcib2
bge1: Broadcom BCM5703 Gigabit Ethernet, ASIC rev. 0x1002 mem  
0xf7ff-0xf7ff irq 15 at device 2.0 on pci4
miibus1: MII bus on bge1
brgphy1: BCM5703 10/100/1000baseTX PHY on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,  
1000baseTX-FDX, auto
bge1: Ethernet address: 00:11:85:6b:07:db
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sio0: Standard PC COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
fdc0: floppy drive controller (FDE) port 0x3f2-0x3f5 irq 6 drq 2 on  
acpi0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
orm0: ISA Option ROMs at iomem  
0xee000-0xe,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc-0xc7fff on isa0
pmtimer0 on isa0
ppc0: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on  
isa0
Timecounter TSC frequency 2799224924 Hz quality 800
Timecounters tick every 10.000 msec
acd0: CDROM CRN-8245B/2.19 at ata0-master PIO4
da0 at ciss0 bus 0 target 0 lun 0
da0: COMPAQ RAID 1  VOLUME OK Fixed Direct Access SCSI-0 device
da0: 135.168MB/s transfers
da0: 69459MB (142253280 512 byte sectors: 255H 32S/T 17433C)
Mounting root from ufs:/dev/da0s1a

and
~ sysctl kern.smp.active
kern.smp.active: 0
I just don't understand why the kernel isn't running SMP. To my mind  
it's either something in my method (most likely), a hardware problem,  
or something odd in the way 5.3R detects the CPUs on the hardware.

I have successfully compiled SMP kernels on 

Compaq DL 320...

2005-03-25 Thread Alberto
Hi all, is there a way to slow down system fans in an HP DL 320 with BSD 
5.3?
Perhaps using hpasm driver and linux emulation?

any help will be apreciated.
Thanks 
   Alberto

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


Re: Anthony's drive issues.Re: ssh password delay

2005-03-25 Thread Alexander Chamandy
On Fri, 25 Mar 2005 02:23:36 -0800, Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
  Chris writes:
 
  Your legacy hardware finally gave up the ghost...
 
  Uh, no.  The production server is about 90 days old, and state of the
  art.  The drives are brand new.
 
 That is right around the time that brand new drives fail, if they are
 going to, that is.
 
 Modern drives with the exception of high end SCSI ones, are as a friend
 of
 mine put it once: slapped together a million miles a second on the
 assembly line
 
 Ted

Typically when there's an SSH password delay issue in authentication
it has to do with the name resolution.  Check your /etc/resolv.conf --
it may be your name servers that are responding slowly or if the hosts
do not reverse, that may be it as well.   Anyway, just a hunch, I've
had that happen to me before.

-- 
Best wishes,

Alexander G. Chamandy
Webmaster
www.bsdfreak.org
Your Source For BSD News!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compaq DL 320...

2005-03-25 Thread Doug Paquette
How about with the HP DL380 as well?

Doug

--- Alberto [EMAIL PROTECTED] wrote:
 Hi all, is there a way to slow down system fans in
 an HP DL 320 with BSD 
 5.3?
 Perhaps using hpasm driver and linux emulation?
 
 any help will be apreciated.
 Thanks 
 Alberto
 
 ___
 freebsd-questions@freebsd.org mailing list

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



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Splitting linuxpluginwrapper

2005-03-25 Thread Nicholas Wieland
I've installed www/linuxpluginwrapper to enable Flash inside my browser,
but I don't really need all the stuff it installs (for example acrobat reader)
and I'd like to remove it.
I've tried manually with pkg_deinstall, but now flash doesn't work
anymore (and I see with pkg_info that it's installed), so obviously
linuxpluginwrapper isn't a meta-port, but actually a package.
What do I have to do in order to have just flash without Real and
Acrobat Reader ?

TIA,
  ngw

-- 
checking for life_signs in -lKenny... no
Oh my god, make (1) killed Kenny ! You, bastards !

nicholas_wieland-at-yahoo-dot-it

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


Re: looking for a shell editor

2005-03-25 Thread Gert Cuykens
On Thu, 24 Mar 2005 18:43:44 +0100, Frank Staals [EMAIL PROTECTED] wrote:
  Dan Nelson wrote: 
  In the last episode (Mar 24), Gert Cuykens said: 
  Looking for a shell editor that can open two files at the same time on the
 same screen splitting the screen horizontal ? Please dont answer emac or vi
 they are not made for teletubies :( I like the ee or mc editor but i dont
 think mc editor can open two files at the same time/ Try editors/joe-devel
 (which should probably be renamed to plain editors/joe) Jep joe is realy
 cool, its my default text-editor and it can be used in a split-screen mode. 
  
  you should probably get used to the commands you can use, first ctrl+ k
 seems a litle weird but when you get used to it it realy rules ( in fact
 when I'm working at school in word or notepad and I want to save my stuff I
 automatically do ctrl + k + d ) :D 
  
  ctrl + k rules after you get used to it 
  
  Good Luck
  
  Frank Staals
  

Yep joe looks great. But i dont understand why they use ^K so much ?
What is the logic behind ^K what does K stand for ? I would understand
^J on all the special joe key bindings but ^K ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mot de passe root

2005-03-25 Thread Josh Ockert
Good God this is all non-sensical. Peter, there is absolutely nothing
to give the impression that questions is meant to be entirely,
exclusively, or even primarily English-language list. Consider the
following:

1) FreeBSD is a US project, and the US has no official
language, so there is no implied language for the project. In
addition, many people in the US speak languages (natively) other than
English. I should know. I'm from Northern Michigan and if you want to
try explaining to a big burly fur-trader descendant named Reuben who
lives on Bois Blanc island that he is not supposed to speak French,
you're likely to get the crap beaten out of you. In short, even if you
look at freebsd.org as being country-specific (I disagree with this in
the first place, but anyway) that still doesn't mean English should
necessarily dominate on its lists.

2) There are NO official french-language lists. There is a
French-language list, but it is not official. I am subscribed to it,
and as such I can assure you that, per day, more francophones read the
official list than they do the unofficial french-language list. This
makes it quite unreasonable to expect francophones to use the
unofficial list, knowing they won't receive support.

If you would like to continue with this connerie, you may do so; but
if you do, don't expect thereafter that your messages will continue to
show up in my inbox. By the way, I assume you are indeed a native
anglophone, so even according to the guidelines there is no excuse for
your spelling of xenophobic with a z.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nNCL:registering deferred (0)

2005-03-25 Thread Gert Cuykens
On Sat, 19 Mar 2005 14:23:10 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 On Thu, 17 Mar 2005 13:13:10 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
  I wanted to reinstall mozilla but this time with the mail thingie enabled.
  I did make config make deinstall make reinstall but it get stuck doing
  nothing at the end saying nNCL:registering deferred (0)
 
 
 Any body knows how to fix this ?
 
 The google bowl tels me this
 http://lists.freebsd.org/pipermail/freebsd-gnome/2004-September/008360.html
 

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


Re: looking for a shell editor

2005-03-25 Thread Erik Trulsson
On Fri, Mar 25, 2005 at 01:09:52PM +0100, Gert Cuykens wrote:
 On Thu, 24 Mar 2005 18:43:44 +0100, Frank Staals [EMAIL PROTECTED] wrote:
   Dan Nelson wrote: 
   In the last episode (Mar 24), Gert Cuykens said: 
   Looking for a shell editor that can open two files at the same time on the
  same screen splitting the screen horizontal ? Please dont answer emac or vi
  they are not made for teletubies :( I like the ee or mc editor but i dont
  think mc editor can open two files at the same time/ Try editors/joe-devel
  (which should probably be renamed to plain editors/joe) Jep joe is realy
  cool, its my default text-editor and it can be used in a split-screen mode. 
   
   you should probably get used to the commands you can use, first ctrl+ k
  seems a litle weird but when you get used to it it realy rules ( in fact
  when I'm working at school in word or notepad and I want to save my stuff I
  automatically do ctrl + k + d ) :D 
   
   ctrl + k rules after you get used to it 
   
   Good Luck
   
   Frank Staals
   
 
 Yep joe looks great. But i dont understand why they use ^K so much ?
 What is the logic behind ^K what does K stand for ? I would understand
 ^J on all the special joe key bindings but ^K ?

The default keybindings in Joe are based on those used in WordStar
which used ^K (as well as ^Q) for many commands, so it is mainly
historical reasons.  WordStar used to be very popular so many people
are already familiar with those keybindings (either directly from
WordStar, or from one of the many other programs that also used some
variant of them.)

I don't think K stands for anything really - I think it was chosen
mainly because it was placed in a convenient position on the keyboard.

The WordStar keybindings might not seem very logical at first glance,
but ones fingers very quickly learn them. (Unlike e.g. the default
keybindings in Emacs which are quite logical, but which I usually find
difficult to remember.)


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


Re: looking for a shell editor

2005-03-25 Thread Lars Eighner
On Fri, 25 Mar 2005, Erik Trulsson wrote:
On Fri, Mar 25, 2005 at 01:09:52PM +0100, Gert Cuykens wrote:
Yep joe looks great. But i dont understand why they use ^K so much ?
What is the logic behind ^K what does K stand for ? I would understand
^J on all the special joe key bindings but ^K ?
The default keybindings in Joe are based on those used in WordStar
which used ^K (as well as ^Q) for many commands, so it is mainly
historical reasons.  WordStar used to be very popular so many people
are already familiar with those keybindings (either directly from
WordStar, or from one of the many other programs that also used some
variant of them.)
I don't think K stands for anything really - I think it was chosen
mainly because it was placed in a convenient position on the keyboard.
The WordStar keybindings might not seem very logical at first glance,
but ones fingers very quickly learn them. (Unlike e.g. the default
keybindings in Emacs which are quite logical, but which I usually find
difficult to remember.)
I might add that Joe is exceedingly easy to configue (no lisp!)
besides coming with a choice of (once) popular bindings --
simply invoke it with one of its other names.  You can
reconfigure each of them so you can have several versions of
the one you prefer or the configuration you like.  Macros can do
pipe stuff through any pipe-aware command you have on
your system, so things get done exactly as they would on the
command line and not with some internal sort-of-like.
Despite the C in EMACS, it is exceedingly hard to configure, and
some things really are impractical to change.  If you want to do
something else with control-X and control-c, you should be able
to map those functions elsewhere. (To many people control-x,
control-c, and control-v seem logically connected to cut,
copy, and paste, respectively.) But just try it.  Too many
packages have been written that assume you won't move those
keys.
--
Lars Eighner
[EMAIL PROTECTED]
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvs question?

2005-03-25 Thread Osmany Guirola Cruz
Hi again
The option -R does not work :-(
i do  this
#setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
#cvs -R co -rRELENG_5 src
and get this
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: 
Permission denied
and if i do
#socksify cvs -R co src
WORKS PERFECTLY

What can i do?
Osmany

Giorgos Keramidas wrote:
On 2005-03-24 17:00, Osmany Guirola Cruz [EMAIL PROTECTED] wrote:
 

Hi people
I am learning in the use of cvs for sync my src and ports i use this
command line and works perfectly
# cvs -d [EMAIL PROTECTED]:/home/ncvs co src
but this line update my source tree with the current version 6.0
   

True.
 

but i don't want this version then i do this
# cvs -d [EMAIL PROTECTED]:/home/ncvs co -rRELENG_5 src
and get this error
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
Permission denied
   

Use the -R option of cvs (read-only repository):
   # CVSROOT='[EMAIL PROTECTED]:/home/ncvs'
   # export CVSROOT
   # cvs -R co -rRELENG_5 src
 


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


Apache 2.0 + Tomcat 4.1 + mod_jk build on FreeBSD 4.4

2005-03-25 Thread Danny Rubis
Hey!
Can you direct me to someone who can give some clues about
this jakarta-tomcat-connectors-1.2.8-src (mod_jk) build error
message:
/bin/sh /usr/local/share/apache2/build/libtool --silent --mode=install 
cp  `pwd`/mod_jk.so
libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
*** Error code 1

Notice the cp  `pwd`/mod_jk.so
Seems something is missing after the cp.  Hmm.  But what?
mod_jk is the connector between Apache and Tomcat.  It handles
the passoff of JSP requests from Apache webserver to Tomcat
servlet engine.
Any help would be much appreciated.
Sans adieu,
Danny
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mot de passe root

2005-03-25 Thread Peter Risdon
Josh,

On the grounds that this a new front, I'll post on this thread one last
time, but I have been suggesting for several posts now that we've all
expressed our views and other people can make up their minds without
constant repetition from us.

On Fri, 2005-03-25 at 13:18 +0100, Josh Ockert wrote:
 Good God this is all non-sensical. 

If you really want to pick up my spelling mistake, which I happily
acknowledge I made, it's ironic to see you make one yourself (nonsense
is not hyphenated). But English is perhaps not your langue de naissance?
If not, I compliment you on your facility with it. J'essaye de utiliser
la francaise mais je ne suis pas du tout pres de votre niveau en
anglais.

 Peter, there is absolutely nothing
 to give the impression that questions is meant to be entirely,
 exclusively, or even primarily English-language list.

True enough for the first two (entirely, exclusively), but people _are_
encouraged to use English and I quoted from the FreeBSD website to
demonstrate that. I don't know why you haven't accepted this, even if
you disagree with it, or explained why you do not.

I have never responded to anyone who posted in a language other than
English that they should not have done so - and lots of other people
have. I think the list should be, and generally is, welcoming for
everyone, regardless of whether or not they have sufficient competence
in English to use it to ask a question.

But I do disagree with you about the idea that the list should be
officially linguistically agnostic. I think people should be encouraged
to use one language if possible, and that for a variety of reasons
English is the obvious choice. In this, I seem to be closer to the
guidelines expressed on the FreeBSD website than you are. But that
doesn't mean I'm right, or that a majority would agree. However, it is a
valid, genuine opinion and it's a shame you choose to respond to it with
insults, even in French, and mail filtering.

I guess I should have realised that there's a fairly bitter
philosophical divide underlying this sort of debate. It's similar to
multiculturalism vs. integration, or the occasional battles within the
European Union over language. FWIW, I also think the EU should adopt one
language primarily, but that for historical reasons this should be
French.

And that really is it. I subscribed to this list for technical
questions, not for this sort of circular and needlessly personal sort of
debate.


Peter.

  Consider the
 following:
 
 1) FreeBSD is a US project, and the US has no official
 language, so there is no implied language for the project. In
 addition, many people in the US speak languages (natively) other than
 English. I should know. I'm from Northern Michigan and if you want to
 try explaining to a big burly fur-trader descendant named Reuben who
 lives on Bois Blanc island that he is not supposed to speak French,
 you're likely to get the crap beaten out of you. In short, even if you
 look at freebsd.org as being country-specific (I disagree with this in
 the first place, but anyway) that still doesn't mean English should
 necessarily dominate on its lists.
 
 2) There are NO official french-language lists. There is a
 French-language list, but it is not official. I am subscribed to it,
 and as such I can assure you that, per day, more francophones read the
 official list than they do the unofficial french-language list. This
 makes it quite unreasonable to expect francophones to use the
 unofficial list, knowing they won't receive support.
 
 If you would like to continue with this connerie, you may do so; but
 if you do, don't expect thereafter that your messages will continue to
 show up in my inbox. By the way, I assume you are indeed a native
 anglophone, so even according to the guidelines there is no excuse for
 your spelling of xenophobic with a z.
 

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


Re: xfce4 error

2005-03-25 Thread Matt Juszczak
I should read more.  Thanks. :)
J. Martin Petersen wrote:
Matt Juszczak wrote:
Installed xorg and xfce4 
Then I get the following.  Any ideas?  Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD 
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar 25 03:26:15 2005
(==) Using config file: /etc/X11/XF86Config
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion 
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be 
created.
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, 
errno = 2
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
xfce4-session: Unable to establish ICE listeners: Cannot establish 
any listening sockets
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager' 
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.

Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
|  propper rights. For further informations about that, please refer to
|  2004122
|  Please update all your plugins as well when you update from 4.0.6 to
|  4.2. They all need recompiling to link against the new xfce libraries
Cheers, Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

!DSPAM:4243cd6916672801758732!

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


Postfix and Queues

2005-03-25 Thread Vladimir Dvorak
Hi *,
I have little, but not annoying problem with Postfix and queuing 
management. When two or more big (understand 2 MB) emails are in active 
queue, Postfix is trying to deliver them simultaneously. But moth ago 
began to apear following message in /var/log/mail :

5BCED8EFE3* 4534286 Fri Mar 25 14:25:35  [EMAIL PROTECTED]
(lost connection with mailserver.domain.com [aa.bb.cc.dd] while sending 
message body)

^^ this message is in defer queue and wait for its time, when next try 
to deliver comes. During this time comes another big email from local 
user, which get stucked in defer queue too. The link start to have very 
high load of outgoing mail traffic, but all of them are unsuccesfully 
delivered.

Well, is there any chance to reduce queue to one mail in active queue ?
The system runs postfix-19991231pl08-29 - I know its very old.
Thank you in advance.
Vladimir
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sFTP nologin

2005-03-25 Thread Grant Peel
Hi all,
Going blind again.
Is there a quick - secure way to allow the sshd sFTP subsystem to allows 
sftp connections without allowing shell accounts?

If so, I will keep searching but I have not found it yet.
-Grant 

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


Re: update on the dual-boot and newfs hassles

2005-03-25 Thread Jerry McAllister
 
   People,
 
   I'm almost done with the installation on my test platform.
   The reason newfs was erroring was a WRITE err; I finally
   booted single-user and fsck's /usr, then tried the 
   CD sysinstall for the Nth time N =1, = 70  :-|  
   Everything worked; from there is was a matter of getting
   files in /etc set.  
 
   For sure,  the past few days have been a learning experience.
   Understanding how to partition the 4 slices is a major win.
 
   I have one question.  Now when I boot I see
 
   F1: ???
   F2  FreeBSD
 
   Can anybody tell me what to add to /boot (??) so the loader
   prints DOS instead of ???  If the sysinstall scripts
   recognize NTFS, what's wrong with the loader?

If you are using the standard FreeBSD MBR, nothing, unless you want
to hack the code yourself.   It is written to fit in a minimum of
space and no one has taken the time to figure out how to cram
recognition of NTFS and a label string in to the block.Some
other third party MBRs use up more space - which almost all of the
time nowdays you can get away with - and identify more things and
even allow you to configure how you want them to be described in 
your menu.   But, I believe they are still considered not 100%
compatible, or more likely, backward compatible.   So, the standard 
FreeBSD MBR is designed to work with even old clunkers.   

Now, if you are feeling bored and need something to do, you might
extend the standard MBR and then ammend sysinstall to offer that
additional alternative and submit those changes.   Some people 
would probably love you for it - and you would learn more than you
ever wanted to know about boot code and sector 0 formats, etc.

jerry

 
   thanks for the help,
 
   gary
 
 -- 
Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix
 
 ___
 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]


How download installed packages' sourcesfiles

2005-03-25 Thread O. Hartmann
Hello.
I run into the follwoing problem.
Using an internet connected at my lab makes me happy installing each 
package I need from source.
At home I have only a very slow moem connection, but I need also the 
same packages (not precompiled,
the sources) there.

One idea was to fetch every source tarball of every installed 
port-package as reported in /var/db/pkg,
burn /usr/ports/distfiles in conjunction with a up to date 
/usr/Ports-tree on one or two DVDs and
the copy this at home on the disk (capacity is not an issue).

Unforunately portupdate does not have a simple functionality to gather 
all tarballs from each installed
port and its friends it depends on.
Maybe someone of you has a similar limitation and can help.

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


Re: Issue with FreeBSD, Compact Flash

2005-03-25 Thread Matt Juszczak
These options were already set.  Any other ideas?  otherwise we're going 
to have to skip the flash card option and put a hard drive in this box 
:-( :-(

Thank you,
Matt
Emanuel Strobl wrote:
Am Mittwoch, 23. März 2005 21:02 schrieb Matt Juszczak:
 

Howdy,
Does anyone have any ideas on the following?  Trying to load m0n0wall,
which uses a FreeBSD 5 kernel.  Keep getting the boot errors you see in
the paste link below.
http://paste.atopia.net/107
We really dont want to have to switch back to a hard drive :-( Any ideas
are appreciated in advance.
   

Maybe your CF-Card doesn't implement the ATA-Mode correctly. I once had a card 
which had wrong ATA-mode support but it didn't even boot.
But I don't know why these errors occur, I'd suggest trying the following 
in /boot/loader.conf:
hw.ata.ata_dma=0
hw.ata.wc=0

Good luck,
-Harry
 

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


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


Re: How download installed packages' sourcesfiles

2005-03-25 Thread Chuck Swiger
O. Hartmann wrote:
[ ... ]
Unforunately portupdate does not have a simple functionality to gather 
all tarballs from each installed port and its friends it depends on.
Maybe someone of you has a similar limitation and can help.
Try using make fetch-recursive from a port's directory to fetch the source 
tarballs for that port and it's dependencies.  Note that you can also create 
packages from the installed ports and copy those over to another machine, and 
install them directly rather than recompiling everything.

[ Start with a mkdir /usr/ports/packages, and the ports system will create 
package tarballs automaticly under there... ]

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


Re: How download installed packages' sourcesfiles

2005-03-25 Thread John Mitchell
This one time, at band camp, Chuck Swiger wrote:
 O. Hartmann wrote:
 [ ... ]
  Unforunately portupdate does not have a simple functionality to gather 
  all tarballs from each installed port and its friends it depends on.
  Maybe someone of you has a similar limitation and can help.
 
 Try using make fetch-recursive from a port's directory to fetch the 
 source tarballs for that port and it's dependencies.  Note that you can 
 also create packages from the installed ports and copy those over to 
 another machine, and install them directly rather than recompiling 
 everything.
 
 [ Start with a mkdir /usr/ports/packages, and the ports system will 
 create package tarballs automaticly under there... ]

Actually a make checksum-recursive might be better if he is goint to
burn the distfiles to a DVD, that way if there is a partial distfile
already make will notice it and resume downloading it.


smime.p7s
Description: S/MIME cryptographic signature


Re: Postfix and Queues

2005-03-25 Thread Vladimir Dvorak
Vladimir Dvorak wrote:
Hi *,
I have little, but not annoying problem with Postfix and queuing 
management. When two or more big (understand 2 MB) emails are in 
active queue, Postfix is trying to deliver them simultaneously. But 
moth ago began to apear following message in /var/log/mail :

5BCED8EFE3* 4534286 Fri Mar 25 14:25:35  [EMAIL PROTECTED]
(lost connection with mailserver.domain.com [aa.bb.cc.dd] while 
sending message body)

^^ this message is in defer queue and wait for its time, when next try 
to deliver comes. During this time comes another big email from local 
user, which get stucked in defer queue too. The link start to have 
very high load of outgoing mail traffic, but all of them are 
unsuccesfully delivered.

Well, is there any chance to reduce queue to one mail in active queue ?
The system runs postfix-19991231pl08-29 - I know its very old.
Thank you in advance.

I found solution.
There is (in front of this mailserver) OpenBSD firewall with scrub in 
all. Problem appears, when this messages are targeted to Microsoft MX. 
MS servers badly handle with IP headers and sets Dont fragment bit, 
when this packet is fragmented. :-)

Excerpt from man pf.conf:
Some operating systems are known to generate fragmented packets with 
the dont-fragment bit set. 

If you want to avoid this problem, leave scrub in all and use scrub 
in no-df.

If you have another solution, you are welcome! :-)
Vladimir Dvorak
--
* VDSOFT.ORG   [EMAIL PROTECTED]  *
* (+420) 602 944 941 http://www.vdsoft.org *
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Trouble updating ports

2005-03-25 Thread Nigel Moore
Hello
I've been trying to update the ports on a FreeBSD 5.3 install without 
success. I've just taken the standard ports-supfile, changed the 
default base to /usr and added my local cvsup mirror, but I get 
continual connection time-outs (transcript below).

I've also tried other cvsup servers in Germany, the UK, as well as the 
central mirrors. Same deal across the board, and this has been going on 
for over a week.

The machine is behind a firewall, but I've managed to download packages 
from the FreeBSD FTP server.

Any pointers as to how to resolve this?
Thanks
N
=
merlin# cvsup -g -L 2 /usr/share/examples/cvsup/myports-supfile
Parsing supfile /usr/share/examples/cvsup/myports-supfile
Connecting to cvsup.ch.FreeBSD.org
Connected to cvsup.ch.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection ports-all/cvs
 Checkout ports/MOVED
Detailer failed: Network write failure: Connection timed out
Will retry at 15:39:38
Retrying
Connecting to cvsup.ch.FreeBSD.org
Connected to cvsup.ch.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection ports-all/cvs
 Checkout ports/MOVED
Detailer failed: Network write failure: Connection timed out
Will retry at 15:56:30
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


view contrib stuff online

2005-03-25 Thread bob
Is there a place I can go to over the internet to browse the contrib
stuff?

I don't want to have to download all the /usr/src/contrib/
content because I don't have room on my HD.
So looking for FTP site to browse and select just what I find
interesting.



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


Re: cvs question?

2005-03-25 Thread Giorgos Keramidas
On 2005-03-25 09:07, Osmany Guirola Cruz [EMAIL PROTECTED] wrote:
 Hi again

 The option -R does not work :-(
 i do  this
 #setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
 #cvs -R co -rRELENG_5 src
 and get this
 cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
 Permission denied
 and if i do
 #socksify cvs -R co src
 WORKS PERFECTLY

 What can i do?

% Not sure.  I tried using a tag too and it fails to work :-(
%
% $ cvs -d [EMAIL PROTECTED]:/home/ncvs co -l -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -d [EMAIL PROTECTED]:/home/ncvs co -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs co -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs co src/bin/cat
% U src/bin/cat/Makefile
% U src/bin/cat/cat.1
% U src/bin/cat/cat.c
%
% $ cd src/bin/cat
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs up -APd -r RELENG_5
% cvs [update aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied

I vaguely remember a problem report about val-tags, so I checked the history
of the CVS version we have in the tree.  Dag-Erling Smorgrav has fixed a bug
related to this in revision 1.2 of the file: src/contrib/cvs/src/tag.c.

This seems to be a server issue.  If the server running at anoncvs.freebsd.org
doesn't have the fix of DES, you can try a different server I guess.  I'll let
DES know about this and see if the fix has been backported to non-CURRENT
FreeBSD versions.

- Giorgos

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


Re: view contrib stuff online

2005-03-25 Thread Giorgos Keramidas
On 2005-03-25 09:58, [EMAIL PROTECTED] wrote:
 Is there a place I can go to over the internet to browse the contrib
 stuff?

 I don't want to have to download all the /usr/src/contrib/
 content because I don't have room on my HD.
 So looking for FTP site to browse and select just what I find
 interesting.

http://cvsweb.freebsd.org/src/contrib/

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


Re: sFTP nologin

2005-03-25 Thread Peter Risdon
On Fri, 2005-03-25 at 09:19 -0500, Grant Peel wrote:
 Hi all,
 
 Going blind again.
 
 Is there a quick - secure way to allow the sshd sFTP subsystem to allows 
 sftp connections without allowing shell accounts?

I can't answer this directly - I did look for the same thing but
couldn't see how to do it (so I'd be really interested if you finda
way). I got the feeling that it needs a shell by definition.

But when I was looking, I noticed that security/openssh-portable has the
make option:

WITH_OPENSSH_CHROOT

which doesn't seem to exist for security/openssh and maybe tightens
things up a bit.

Closer to what you want might be would be rssh, but I've never tried
using it so can't comment further:

#less /usr/ports/shells/rssh/pkg-descr
rssh is a Restricted Secure SHell that allow only the use of sftp or
scp.
It could be use when you need an account (and a valid shell) in order to
execute sftp or scp but when you don't want to give the possibility to
log
in to this user.

WWW: http://www.pizzashack.org/rssh/index.shtml

- enigmatyc


HTH

Peter.

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


Re: looking for a shell editor

2005-03-25 Thread Gert Cuykens
When you open a shell window in joe and do for example man radeon and
push enter to scroll down it puts byte... before each line

byte 844   ing ATI chips
byte 865
byte 866   R100Radeon 7200
byte 901
byte 902   RV100   Radeon 7000(VE), M6
byte 948
byte 949   RS100   Radeon IGP320(M)
byte 992
byte 993   RV200   Radeon 7500, M7, FireGL 7800
byte 1048
byte 1049   RS200   Radeon IGP330(M)/IGP340(M)
byte 1102
byte 1103   RS250   Radeon Mobility 7000 IGP

how do you get rit of byte...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for a shell editor

2005-03-25 Thread [EMAIL PROTECTED]
On Fri, 25 Mar 2005 16:17:54 +0100
Gert Cuykens [EMAIL PROTECTED] wrote:

 When you open a shell window in joe and do for example man radeon and
 push enter to scroll down it puts byte... before each line
 
 byte 844   ing ATI chips

in joe you can do a search (^K^F) and then choose (R)eplace, fill in
byte and replacing it by a space is possible, then choose all


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


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

2005-03-25 Thread Boris Spirialitious

--- Subhro [EMAIL PROTECTED] wrote:
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:owner-freebsd-
  [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
  Sent: Thursday, March 24, 2005 20:53
  To: freebsd-questions@freebsd.org
  Subject: Re: AMD64 much slower than i386 on
 FreeBSD 5.4-pre
  
  I think that warning people that the good name of
 FreeBSD is being
  tainted by the current band of clowns is very
 productive. Its more like
  a religion now; I've never seen so many people in
 total denial that
  their
 
 snip
 
 OH NO!!! ANOTHER AOLer.
 
 One more entry added to my kill list.
 
 THIS IS MY EARNEST REQUEST TO ALL THE LIST MEMBERS.
 BANDWIDTH IS VERY COSTLY
 HERE SO PLEASE PLEASE PLEASE DO NOT WASTE BANDWIDTH
 AND TIME BY FEEDING
 TROLLS.

You use gmail, so what bandwidth of yours is
it using? 

Boris



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wmf file browser ?

2005-03-25 Thread bsdzz

Search freshports.org
That was a good suggestion.  I went to freshports.org, but all I found 
were several WindowMaker utilities, and the same libwmf I found earlier. 
I checked package names and long descriptions.

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


Re: looking for a shell editor

2005-03-25 Thread Gert Cuykens
On Fri, 25 Mar 2005 16:21:52 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 On Fri, 25 Mar 2005 16:17:54 +0100
 Gert Cuykens [EMAIL PROTECTED] wrote:
 
  When you open a shell window in joe and do for example man radeon and
  push enter to scroll down it puts byte... before each line
 
  byte 844   ing ATI chips
 
 in joe you can do a search (^K^F) and then choose (R)eplace, fill in
 byte and replacing it by a space is possible, then choose all
 

Can you configure joe it doesnt put byte  when you scroll ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trouble updating ports

2005-03-25 Thread Michael C. Shultz
On Friday 25 March 2005 06:49 am, Nigel Moore wrote:
 Hello

 I've been trying to update the ports on a FreeBSD 5.3 install without
 success. I've just taken the standard ports-supfile, changed the
 default base to /usr and added my local cvsup mirror, but I get
 continual connection time-outs (transcript below).

 I've also tried other cvsup servers in Germany, the UK, as well as
 the central mirrors. Same deal across the board, and this has been
 going on for over a week.

 The machine is behind a firewall, but I've managed to download
 packages from the FreeBSD FTP server.

 Any pointers as to how to resolve this?

 Thanks

 N
See /etc/services, make sure port 5999 is open

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


5.4 release date

2005-03-25 Thread bob
Does anybody know the release date of 5.4?

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


Re: 5.4 release date

2005-03-25 Thread Albert Shih
 Le 25/03/2005 à 10:43:12-0500, [EMAIL PROTECTED] a écrit
 Does anybody know the release date of 5.4?
 
http://www.freebsd.org/releases/5.4R/schedule.html

add one week to schedule (please don't troll ;-)) ).

Regards.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Fri Mar 25 16:56:39 CET 2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sFTP nologin

2005-03-25 Thread Eric McCoy
Grant Peel wrote:
Is there a quick - secure way to allow the sshd sFTP subsystem to allows 
sftp connections without allowing shell accounts?
Create the account and set its shell to /sbin/nologin.  You can safely 
add that to /etc/shells: it does its name and just prints a terse 
message before booting the user if he tries to connect via vanilla SSH.

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


Re: cvs question?

2005-03-25 Thread Osmany Guirola Cruz
Ok i probed this
%setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
% cvs -R co -r RELENG_5 src
cvs server: warning: cannot open /home/ncvs/CVSROOT/val-tags read/write: 
Read-only file system
cvs server: Updating src
etc etc etc
...
WORKS perfectly with this server  now i have the src-tree from 5-stable 
:-)

and i tested(paranoia :-) ) with RELENG_4 and works  :-)  ..the problem 
is with anoncvs.FreeBSD.org server

Thanks for your help
Osmany

Giorgos Keramidas wrote:
On 2005-03-25 09:07, Osmany Guirola Cruz [EMAIL PROTECTED] wrote:
 

Hi again
The option -R does not work :-(
i do  this
#setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
#cvs -R co -rRELENG_5 src
and get this
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
Permission denied
and if i do
#socksify cvs -R co src
WORKS PERFECTLY
What can i do?
   

% Not sure.  I tried using a tag too and it fails to work :-(
%
% $ cvs -d [EMAIL PROTECTED]:/home/ncvs co -l -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -d [EMAIL PROTECTED]:/home/ncvs co -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs co -r RELENG_5 src/bin/cat
% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
%
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs co src/bin/cat
% U src/bin/cat/Makefile
% U src/bin/cat/cat.1
% U src/bin/cat/cat.c
%
% $ cd src/bin/cat
% $ cvs -R -d [EMAIL PROTECTED]:/home/ncvs up -APd -r RELENG_5
% cvs [update aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission 
denied
I vaguely remember a problem report about val-tags, so I checked the history
of the CVS version we have in the tree.  Dag-Erling Smorgrav has fixed a bug
related to this in revision 1.2 of the file: src/contrib/cvs/src/tag.c.
This seems to be a server issue.  If the server running at anoncvs.freebsd.org
doesn't have the fix of DES, you can try a different server I guess.  I'll let
DES know about this and see if the fix has been backported to non-CURRENT
FreeBSD versions.
- Giorgos
 


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


File corruption on uploaded files occuring (even under light load)

2005-03-25 Thread Stefan Haglund
I have an IWILL KK266-R (VIA KT133A/686B) board with an 1.4GHz processor 
running as a FreeBSD file  web server. The NIC is an Intel EtherExpress 
PRO/100 (I think it's called, fxp anyway). This board has an AMI RAID 
controller (CMD 649) onboard, which I use for all four drives (although 
not in RAID).

My problem:
Files uploaded to this server are sometimes corrupted. It doesn't have 
to be under high load, like directly uploading from a computer. It can 
also occur when I'm downloading from the internet on a computer, and 
save the file to the server. Another thing that is wierd, is that when 
the computer is fresh from a boot, there is always a few netstat Oerrs 
(5-30 I've seen this far) errors occuring when downloading or uploading, 
and never again.

I have run mprime stresstest for a good while, with no complaints. I 
have also tried another NIC, and also moving the NIC to other PCI slots. 
I've tried with kernels without APIC, tried disabling ACPI, and I've 
also disabled throttling. My friend is running a similar setup on his 
server, although a KT266A chipset, and no RAID controller (southbridge 
IDE), and it is solid as a rock.

Anyone have any ideas what might be causing these corruptions? Chipset? 
NIC? RAID controller?

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


A Riddle

2005-03-25 Thread em1897
Q: Why are FreeBSD users like Liberals?
A: They panic and start to call you names when you tell them the truth.
-Original Message-
From: Subhro [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Sent: Thu, 24 Mar 2005 21:37:12 +0530
Subject: RE: AMD64 much slower than i386 on FreeBSD 5.4-pre

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, March 24, 2005 20:53
To: freebsd-questions@freebsd.org
Subject: Re: AMD64 much slower than i386 on FreeBSD 5.4-pre
I think that warning people that the good name of FreeBSD is being
tainted by the current band of clowns is very productive. Its more 
like
a religion now; I've never seen so many people in total denial that
their
snip
OH NO!!! ANOTHER AOLer.
One more entry added to my kill list.
THIS IS MY EARNEST REQUEST TO ALL THE LIST MEMBERS. BANDWIDTH IS VERY 
COSTLY
HERE SO PLEASE PLEASE PLEASE DO NOT WASTE BANDWIDTH AND TIME BY FEEDING
TROLLS.

Best Regards
S.
Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sFTP nologin

2005-03-25 Thread Peter Risdon
On Fri, 2005-03-25 at 10:59 -0500, Eric McCoy wrote:
 Grant Peel wrote:
  Is there a quick - secure way to allow the sshd sFTP subsystem to allows 
  sftp connections without allowing shell accounts?
 
 Create the account and set its shell to /sbin/nologin.  You can safely 
 add that to /etc/shells: it does its name and just prints a terse 
 message before booting the user if he tries to connect via vanilla SSH.

Hmmm... I tried that myself before and it didn't work. I get:

Received message too long 1416128883

from sftp if I try to log in to an account with /sbin/nologin as the
shell. That's why I suggested rssh to the OP.

Peter.

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


Re: quick timestamp question (ctime/mtime)

2005-03-25 Thread Eric McCoy
Emanuel Strobl wrote:
is it possible that mtime of a file can be changed without also changing 
ctime?
No.  See stat(2), it shows what operations do what.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A Riddle

2005-03-25 Thread Duo
On Fri, 25 Mar 2005 [EMAIL PROTECTED] wrote:
Q: Why are FreeBSD users like Liberals?
A: They panic and start to call you names when you tell them the truth.
Q: Why are AOL users like Religious Neo-Conservatives?
A: They like to pay a high price for their service, despite lower cost 
alternatives, and will tell you, their way is the only way.

Is it any wonder AOL CD's are like Gideon Bibles?
Now, piss off, lamer.
*plonk*
--
Duo
Although the Buddhists will tell you that desire is the root of 
suffering, my personal experience leads me to point the finger at system 
administration.
	--Philip Greenspun

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


Re: sFTP nologin

2005-03-25 Thread [EMAIL PROTECTED]
On Fri, 25 Mar 2005 11:11:51 -0500
Grant Peel [EMAIL PROTECTED] wrote:

 Yes, been trying that all morning. sbin/nologin kills the connection
 after  it prints the message.
 
 i have been tring scponly it has been less that workable so far too.

you could set up a jail for that user (or group of users) and let them
do regular ftp within localhost from the jail to your host-system,
then they have a restricted shell and still can upload/download

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


Re: NDIS installation problem with WMP54G v4 wireless card

2005-03-25 Thread Fabian Keil
Texas Consultant [EMAIL PROTECTED] wrote:

 Just put together a new BSD 5.3 machine, and compiled NDIS for use with a 
 Linksys WMP54g v4 card; it's a wireless card that uses the Ralink RT2500 
 chipset.
 
 Everything works so far; major steps are:
 
 1. make ndis
 2. copy over NDIS driver files
 3. make if_ndis
 4. kldload ndis
 
 However, kldload if_ndis returns an error:
 
 /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko
 kldload: can't load
 link_elf: symbol rt2500_sys_drv_data_start undefined
 /usr/src/sys/modules/if_ndis/if_ndis.ko: No such file or directory
 *** Error code 1
 
 Stop in /usr/src/sys/modules/if_ndis.

I had a similar problem after updating from 5.3 to 5.4-PRERELEASE.
I rebuilded if_ndis, but forgot to first recreate ndis_driver_data.h.

After rebuilding ndis_driver_data.h with the right sources it worked again.

Could your sources by out of sync with the system?

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


Re: A Riddle

2005-03-25 Thread em1897

-Original Message-
From: Boris Spirialitious [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Fri, 25 Mar 2005 08:24:31 -0800 (PST)
Subject: Re: A Riddle
--- Duo [EMAIL PROTECTED] wrote:
On Fri, 25 Mar 2005 [EMAIL PROTECTED] wrote:
 Q: Why are FreeBSD users like Liberals?

 A: They panic and start to call you names when you
tell them the truth.

Q: Why are AOL users like Religious
Neo-Conservatives?
A: They like to pay a high price for their service,
despite lower cost
alternatives, and will tell you, their way is the
only way.

AOL web mail is free, you know-nothing idiot.
Which not only confirms the riddle, but explains
about why you are so wrong about just about
everything you've said in the last week. You
are a downright riot actaully!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sFTP nologin

2005-03-25 Thread Steven Howe
what about the scponly shell, found in /usr/ports/shells ??
I have no experience with it, but you may want to create a user to use 
that shell and transfer the files for you.

Here's the pkg-descr
[EMAIL PROTECTED] more pkg-descr
[Excerpted from the README:]  scponly is an alternative shell (of sorts)
for system administrators who would like to provide access to remote 
users to
both read and write local files without providing any remote execution
privileges.  Functionally, it is best described as a wrapper to the
tried-and-true ssh suite.

scponly validates remote requests by examining the third argument passed 
to the
shell upon login.  (The first argument is the shell itself, and the 
second is
-c.)  The only commands allowed are scp, sftp-server and ls.  
Arguments
to these commands are passed along unmolested.

WWW: http://www.sublimation.org/scponly/

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: looking for a shell editor

2005-03-25 Thread Erik Trulsson
On Fri, Mar 25, 2005 at 04:27:12PM +0100, Gert Cuykens wrote:
 On Fri, 25 Mar 2005 16:21:52 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] 
 wrote:
  On Fri, 25 Mar 2005 16:17:54 +0100
  Gert Cuykens [EMAIL PROTECTED] wrote:
  
   When you open a shell window in joe and do for example man radeon and
   push enter to scroll down it puts byte... before each line
  
   byte 844   ing ATI chips
  
  in joe you can do a search (^K^F) and then choose (R)eplace, fill in
  byte and replacing it by a space is possible, then choose all
  
 
 Can you configure joe it doesnt put byte  when you scroll ?

It is not joe which puts those lines. It is the pager that man uses
which outputs them (those lines should normally be at the bottom of
the page.)

Full-screen programs (like man) seem to get a bit confused when
running inside joe, probably because joe does *not* supply a full
terminal-emulator.  I would recommend that you don't run such programs
inside joe - just use a normal shell instead.



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


Re: A Riddle

2005-03-25 Thread Jerry McAllister
 
 Q: Why are FreeBSD users like Liberals?
 
 A: They panic and start to call you names when you tell them the truth.
 

Last I knew that was a technique most perfected by the right wing
especially when they begin noticing that reality does not correspond
to their need to support sagging egos.

Sorry about clogging the bandwidth.   Could resist taking a shot at
a troll.

jerry

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


How to get best results from FreeBSD-questions

2005-03-25 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2004/09/19 02:40:48 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2005-03-25 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


Re: A Riddle

2005-03-25 Thread Jacob S
On Fri, 25 Mar 2005 11:05:42 -0500
[EMAIL PROTECTED] wrote:

 Q: Why are FreeBSD users like Liberals?
 
 A: They panic and start to call you names when you tell them the
 truth.

Please don't associate yourself with the conservatives/non-liberals. We
don't like trolls either!

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


Re: Boot Error and stop at : plip0:PLIP network interface on ppbus0 - FreeBSD v4.8 i386

2005-03-25 Thread Kent Stewart
On Friday 25 March 2005 12:14 am, Ann Lee wrote:
 Hi All,

 When I try to boot from CD-ROM to install my FreeBSD 4.8 i386

 my computer stops to work. I do:

 1) Booting from CD-ROM
 2) Skip kernel configuration.
 3) Then I see:

 [...something before...]
 ppc0: FIFO with 16/16/8 bytes threshold
 ppbus0: Parallel port bus on ppc0
 plip0:PLIP network interface on ppbus0
 [That is all. Now he stops.]


 I have:
 SATA Hard Disk
 Ultra ATA Storage Controller - Onboard
 Intel Pro100MT Gigabit Ethernet Adapter - Onboard


 Any idea?


FreeBSD-4.8 is probably too old for SATA. You will probably have to use 
something recent such as 4.11 or 5.3. For a new system, I would use 5.3 
since 4.11 is now considered legacy. I would move up to trying 5.3 
before I worry about why it doesn't boot 4.8.

Kent

 Cheers,
 Ann
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
 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]

-- 
Kent Stewart
Richland, WA

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]


Re: shell stdin redirection: possible for ssh-password input?

2005-03-25 Thread Danny Howard
Rob wrote:
I take for granted that my password will be there
in clear text! Are there other options?
 

Rob,
Check out expect.  There's even a Perl module for it.  Expect is the bad 
old way we used to handle such problems.  It is this funky sub-language 
designed for completing interactive sessions in an automated way.

Also, please post from a legitimate e-mail address, in case someone were 
sufficiently good-natured to hit Reply instead of Reply All.

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


irc msn yahoo shell chat

2005-03-25 Thread Gert Cuykens
Anything better then centericq ? I would like a very simple IRC style
shell chat ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix and Queues

2005-03-25 Thread Danny Howard
Vladimir Dvorak wrote:
Well, is there any chance to reduce queue to one mail in active queue ?
The system runs postfix-19991231pl08-29 - I know its very old. 
Vladimir,
I know you can do this in qmail, but not obvious way for me to do with 
with Postfix.  Perhaps you can find the Postfix list and ask there?  
Vietse is very helpful -- he will scold you as to just which part of the 
documentation you should have read before asking him. :)

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


Re: Issue with FreeBSD, Compact Flash

2005-03-25 Thread Emanuel Strobl
Am Freitag, 25. März 2005 15:32 schrieb Matt Juszczak:
 These options were already set.  Any other ideas?  otherwise we're going
 to have to skip the flash card option and put a hard drive in this box

Well, I have no idea other than replacing the card with a generally knwon 
working one. I had no problems with Kingston CF cards and if you prefer 
DMA-capable cards I'd recommend SanDisk ultraII. But if your CF-Connector 
hasn't the neccessary DMA hardwired lines you need to disable ata_dma, though 
it's working fine.
I'd perfer experimenting, using a rotating HD is no solution. Have you checked 
your card in any other (ata-mode) device? In what kind of hardware do you 
plug in your card, Soekris, EPIA, WRAP, or general IDE-CF adapter?

-Harry


 :-( :-(

 Thank you,

 Matt

 Emanuel Strobl wrote:
 Am Mittwoch, 23. März 2005 21:02 schrieb Matt Juszczak:
 Howdy,
 
 Does anyone have any ideas on the following?  Trying to load m0n0wall,
 which uses a FreeBSD 5 kernel.  Keep getting the boot errors you see in
 the paste link below.
 
 http://paste.atopia.net/107
 
 We really dont want to have to switch back to a hard drive :-( Any ideas
 are appreciated in advance.
 
 Maybe your CF-Card doesn't implement the ATA-Mode correctly. I once had a
  card which had wrong ATA-mode support but it didn't even boot.
 But I don't know why these errors occur, I'd suggest trying the following
 in /boot/loader.conf:
 hw.ata.ata_dma=0
 hw.ata.wc=0
 
 Good luck,
 
 -Harry
 
 Thanks,
 
 Matt
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
 
 !DSPAM:42425048649491091553215!

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


pgpeABlQbsYPd.pgp
Description: PGP signature


Re: looking for a shell editor

2005-03-25 Thread Dan Nelson
In the last episode (Mar 25), Gert Cuykens said:
 When you open a shell window in joe and do for example man radeon and
 push enter to scroll down it puts byte... before each line
 
 byte 844   ing ATI chips
 byte 865
 byte 866   R100Radeon 7200
 
 how do you get rit of byte...

That's actually your pager doing that.  Joe's terminal emulator when
in shell mode is exceedingly simple, only understanding newline and
backspace.  You can run man radeon | cat to avoid going through any
pagers, and just use pgup/down to page through the text from within
joe.

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



losing the war

2005-03-25 Thread Don Lawrence

Hello fellow newbies and hacks.  I am 2/3 up with my first freebsd system 
(v5.3) but it has been a tough 3 weeks.  
I am ready to call it quits.

I need help, and I am willing to pay a modest consultant fee to
the hack that can help me get over my problems with: 

usbd
apsfilter or cups
wine
packages (without an internet connection)

thanks..don

[EMAIL PROTECTED]

ps disregard previous flame/anger outburst
..


___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wmf file browser ?

2005-03-25 Thread Lowell Gilbert
bsdzz [EMAIL PROTECTED] writes:

  Google for libwmf - see if that helps
 
 I find the main website for libwmf has been taken over by a spammer:
 
 http://www.wvware.com/libwmf.html
 
 I thought a library was an enabler for an application, and that to use
 this WMF library I would have to use a application that used it.  But
 I can't find which apps use this WMF library.  Since their website
 seems to be taken over by a spammer, maybe they are not around anymore?

libwmf is in the FreeBSD ports system, and quite a few ports seem to
use it (cd /usr/ports;make search key=libwmf).  

Also note that while you are correct about the difference between a
library and an executable program (application), libwmf comes with
several little programs that use the library to convert wmf files into
other formats.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: losing the war

2005-03-25 Thread Brian
Don Lawrence wrote:
Hello fellow newbies and hacks.  I am 2/3 up with my first freebsd system (v5.3) but it has been a tough 3 weeks.  
I am ready to call it quits.

I need help, and I am willing to pay a modest consultant fee to
the hack that can help me get over my problems with: 

usbd
apsfilter or cups
wine
packages (without an internet connection)
thanks..don
[EMAIL PROTECTED]
ps disregard previous flame/anger outburst
.
I'd have a read of http://www.catb.org/~esr/faqs/smart-questions.html
then try again :-)
Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Discrepancy between ps -i -o inblk and figuring numbers by hand

2005-03-25 Thread Jonathan Stewart
--- GiGiorgoseKeramidaskekeramidaeceidpupatrasr wrote:
 On 2005-03-24 19:53, Jonathan Stewart [EMAIL PROTECTED] wrote:
 --- Dan Nelson dndnelsonlallantgroupom wrote:
 In the last episode (Mar 24), Jonathan Stewart said:
  In that case how would I track how much information a process has
  actually read from a drive?  I occasionally run processes that
  will read as much as 40+ gig in a single run which takes quite a
  while and on windows :P I can see bytes read and bytes
 written
  per process which lets me track how much the program has read so
  far and thus get an idea of how close it is to done.  Sorry for
  the run-on sentence there.
 
  I use lslsofwhich can tell you the file offset of each open
  fifiledescriptor lslsofo -o20 -p ### will print all the files
  currently opened by pipid##, and their current offset.
 
  HmHmmthat almost works but the program opens 1000's of files each
  time.  The program is Unison which is a file synchronizer and I
 have
  it synchronizing files sets 40GB with and 1000's or more files.
  Based on your description once the file is closed I can't even tell
 if
  it was read or not :P
 
 So, what you are looking for is a single byte count that increases
 sequentially for all read() and write() system calls?
 
Pretty much, yes. To be specific all read() and write() calls for a
given process.  Even something that counted in 512 byte or UFUFSlocks
would be useful.

Thanks,
Jonathan



__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kaudiocreator

2005-03-25 Thread dick hoogendijk
kaudiocreator is a nice program for extracting audio tracks and
converting them w/ almost any encoder. Only pittfall is hat kde is
needed.

Is there another program that comes close to the abilities and easy of
use of this kaudicreator?
-(My WM is fvmw)-
I like fast running progs.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Issue with FreeBSD, Compact Flash

2005-03-25 Thread Matt Juszczak
We're trying to run m0n0wall on a Nexcom Nexgate 1045.

The card that came with it is a Sandisk card.  The card works in other
devices (we can extract the full image to it with no problems).

I prefer experimenting too, but the boss really wants it up :-( :-(

I can try to hunt down some other cards, but please let me know if you
have any other suggestions.

 Am Freitag, 25. März 2005 15:32 schrieb Matt Juszczak:

 These options were already set.  Any other ideas?  otherwise we're
 going to have to skip the flash card option and put a hard drive in this
 box

 Well, I have no idea other than replacing the card with a generally knwon
  working one. I had no problems with Kingston CF cards and if you prefer
 DMA-capable cards I'd recommend SanDisk ultraII. But if your CF-Connector
  hasn't the neccessary DMA hardwired lines you need to disable ata_dma,
 though it's working fine. I'd perfer experimenting, using a rotating HD is
 no solution. Have you checked your card in any other (ata-mode) device? In
 what kind of hardware do you plug in your card, Soekris, EPIA, WRAP, or
 general IDE-CF adapter?

 -Harry



 :-( :-(


 Thank you,


 Matt


 Emanuel Strobl wrote:

 Am Mittwoch, 23. März 2005 21:02 schrieb Matt Juszczak:

 Howdy,


 Does anyone have any ideas on the following?  Trying to load
 m0n0wall, which uses a FreeBSD 5 kernel.  Keep getting the boot
 errors you see in the paste link below.

 http://paste.atopia.net/107


 We really dont want to have to switch back to a hard drive :-( Any
 ideas are appreciated in advance.

 Maybe your CF-Card doesn't implement the ATA-Mode correctly. I once
 had a card which had wrong ATA-mode support but it didn't even boot.
 But I don't know why these errors occur, I'd suggest trying the
 following in /boot/loader.conf: hw.ata.ata_dma=0 hw.ata.wc=0

 Good luck,


 -Harry


 Thanks,


 Matt


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



 ---
 -


 !DSPAM:42425048649491091553215!


 ___
 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: Issue with FreeBSD, Compact Flash

2005-03-25 Thread Matt Juszczak
Adding to my response below, I'd like to also say that we have two of
these units, and both units have failed (with two different readers, and
cards).

-Matt

 We're trying to run m0n0wall on a Nexcom Nexgate 1045.


 The card that came with it is a Sandisk card.  The card works in other
 devices (we can extract the full image to it with no problems).

 I prefer experimenting too, but the boss really wants it up :-( :-(


 I can try to hunt down some other cards, but please let me know if you
 have any other suggestions.

 Am Freitag, 25. März 2005 15:32 schrieb Matt Juszczak:


 These options were already set.  Any other ideas?  otherwise we're
 going to have to skip the flash card option and put a hard drive in
 this box

 Well, I have no idea other than replacing the card with a generally
 knwon working one. I had no problems with Kingston CF cards and if you
 prefer DMA-capable cards I'd recommend SanDisk ultraII. But if your
 CF-Connector
 hasn't the neccessary DMA hardwired lines you need to disable ata_dma,
 though it's working fine. I'd perfer experimenting, using a rotating HD
 is no solution. Have you checked your card in any other (ata-mode)
 device? In what kind of hardware do you plug in your card, Soekris,
 EPIA, WRAP, or
 general IDE-CF adapter?

 -Harry




 :-( :-(



 Thank you,



 Matt



 Emanuel Strobl wrote:


 Am Mittwoch, 23. März 2005 21:02 schrieb Matt Juszczak:


 Howdy,



 Does anyone have any ideas on the following?  Trying to load
 m0n0wall, which uses a FreeBSD 5 kernel.  Keep getting the boot
 errors you see in the paste link below.

 http://paste.atopia.net/107



 We really dont want to have to switch back to a hard drive :-(
 Any
 ideas are appreciated in advance.

 Maybe your CF-Card doesn't implement the ATA-Mode correctly. I once
  had a card which had wrong ATA-mode support but it didn't even
 boot. But I don't know why these errors occur, I'd suggest trying
 the following in /boot/loader.conf: hw.ata.ata_dma=0 hw.ata.wc=0

 Good luck,



 -Harry



 Thanks,



 Matt



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






 !DSPAM:4244570e98971663317813!




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


KDE on FreeBSD 5.3

2005-03-25 Thread Rhys Campbell
KDE on my FreeBSD machine is very slow to start up application. Once the 
application is open it is very responsive and user input. The K menu is also 
displayed with speed it's just that any application seems to take several 
minutes to open.

I'm fairly new to *nix so maybe I've missed something obvious. The only 
thing I can think of is that maybe there are a lot of pocess running in the 
background that have a higher priority than desktop applications. Any ideas?

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


Re: Issue with FreeBSD, Compact Flash

2005-03-25 Thread Emanuel Strobl
Am Freitag, 25. März 2005 19:23 schrieb Matt Juszczak:
 We're trying to run m0n0wall on a Nexcom Nexgate 1045.

 The card that came with it is a Sandisk card.  The card works in other
 devices (we can extract the full image to it with no problems).

 I prefer experimenting too, but the boss really wants it up :-( :-(

 I can try to hunt down some other cards, but please let me know if you
 have any other suggestions.

Okay, I'm not really an ATA expert nor do I know the code, but what I found is 
that it could be a LBA/CHS problem.
Which version do you use? Have you tried to slice/lable the card inside the 
NSA 1045 (from a temporary FreeBSD holding HD)?
If I'm right you dump a preformatted image onto the card, maybe you have 
addressing problems
I gave up using images, PXE-booting (or installing a HD on machines which have 
the possibillity) and installing the base system right on the destination 
hardware turned out to be much safer and is not really more time consuming...

Mayby playing with BIOS LBA/CHS settings gives some hint's, I don't expect 
that, but I'd try that and if that all fails you may want to contact Søren, 
the ATA author.

-Harry


  Am Freitag, 25. März 2005 15:32 schrieb Matt Juszczak:
  These options were already set.  Any other ideas?  otherwise we're
  going to have to skip the flash card option and put a hard drive in this
  box
 
  Well, I have no idea other than replacing the card with a generally knwon
   working one. I had no problems with Kingston CF cards and if you prefer
  DMA-capable cards I'd recommend SanDisk ultraII. But if your CF-Connector
   hasn't the neccessary DMA hardwired lines you need to disable ata_dma,
  though it's working fine. I'd perfer experimenting, using a rotating HD
  is no solution. Have you checked your card in any other (ata-mode)
  device? In what kind of hardware do you plug in your card, Soekris, EPIA,
  WRAP, or general IDE-CF adapter?
 
  -Harry
 
  :-( :-(
 
  Thank you,
 
 
  Matt
 
  Emanuel Strobl wrote:
  Am Mittwoch, 23. März 2005 21:02 schrieb Matt Juszczak:
  Howdy,
 
 
  Does anyone have any ideas on the following?  Trying to load
  m0n0wall, which uses a FreeBSD 5 kernel.  Keep getting the boot
  errors you see in the paste link below.
 
  http://paste.atopia.net/107
 
 
  We really dont want to have to switch back to a hard drive :-( Any
  ideas are appreciated in advance.
 
  Maybe your CF-Card doesn't implement the ATA-Mode correctly. I once
  had a card which had wrong ATA-mode support but it didn't even boot.
  But I don't know why these errors occur, I'd suggest trying the
  following in /boot/loader.conf: hw.ata.ata_dma=0 hw.ata.wc=0
 
  Good luck,
 
 
  -Harry
 
  Thanks,
 
 
  Matt
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 
 
  ---
  -
 
 
  !DSPAM:42425048649491091553215!
 
  ___
  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]


pgpGTb53rOUBM.pgp
Description: PGP signature


more Cameron Grant info

2005-03-25 Thread David Gerard
I was asked to forward this URL too:
   http://www.idea-inc.com/~bee/cam/index.html
Please forward to any relevant FreeBSD list or whatever!
- d.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: irc msn yahoo shell chat

2005-03-25 Thread Paul Waring
On Fri, 25 Mar 2005 18:21:17 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 Anything better then centericq ? I would like a very simple IRC style
 shell chat ?

I've not used it myself, but several people I know swear by BitlBee:

http://www.bitlbee.org/

Paul

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


firefox and mozilla ports broken?

2005-03-25 Thread cpghost
Hello,

is it just me, or are the firefox _and_ mozilla ports currently
broken?

c++ -o nsFontMetricsPS.o -c -DOSTYPE=\FreeBSD5\ -DOSARCH=\FreeBSD\ -DHAVE_DE
PENDENT_LIBS -I../.. -I./..  -I../../../dist/include/xpcom -I../../../dist/inclu
de/string -I../../../dist/include/widget -I../../../dist/include/pref -I../../..
/dist/include/caps -I../../../dist/include/locale -I../../../dist/include/uconv 
-I../../../dist/include/view -I../../../dist/include/necko -I../../../dist/inclu
de/imglib2 -I../../../dist/include/unicharutil -I../../../dist/include/gfx -I../
../../dist/include -I/usr/local/ports/www/mozilla/work/mozilla/dist/include/nspr
  -I/usr/local/include -I/usr/local/include  -I. -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include  -I/usr/
X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcas
t-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dto
r -Wno-long-long -O -pipe -O2 -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2 -DXTHR
EADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.
0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/li
b/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/loc
al/include/freetype2 -I/usr/local/include-I/usr/X11R6/include  -I/usr/X11R6/
include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsFontMetricsPS.cpp
nsFontMetricsPS.cpp: In member function `nsresult nsFontPSFreeType::Init(nsITrue
TypeFontCatalogEntry*, nsPSFontGenerator*)':
nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no member named 
'face_id'
nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no member named 
'width'
nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no member named 
'height'
nsFontMetricsPS.cpp: In member function `FT_FaceRec_* nsFontPSFreeType::getFTFac
e()':
nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no member named 
'face_id'
nsFontMetricsPS.cpp: In member function `virtual void nsFT2Type8Generator::Gener
atePSFont(FILE*)':
nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member named 
'face_id'
nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member named 
'width'
nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member named 
'height'
nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member named 
'face_id'
gmake[4]: *** [nsFontMetricsPS.o] Error 1
gmake[4]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla/gfx/src/p
s'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla/gfx/src'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla/gfx'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Thanks,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox and mozilla ports broken?

2005-03-25 Thread Ty Hoeffer
Try going to ports/print/freetype2 and rebuild that port with a make  
make install, that fixed it for me.

Ty

On Friday 25 March 2005 14:01, [EMAIL PROTECTED] wrote:
 Hello,

 is it just me, or are the firefox _and_ mozilla ports currently
 broken?

 c++ -o nsFontMetricsPS.o -c -DOSTYPE=\FreeBSD5\ -DOSARCH=\FreeBSD\
 -DHAVE_DE PENDENT_LIBS -I../.. -I./..  -I../../../dist/include/xpcom
 -I../../../dist/inclu de/string -I../../../dist/include/widget
 -I../../../dist/include/pref -I../../.. /dist/include/caps
 -I../../../dist/include/locale -I../../../dist/include/uconv
 -I../../../dist/include/view -I../../../dist/include/necko
 -I../../../dist/inclu de/imglib2 -I../../../dist/include/unicharutil
 -I../../../dist/include/gfx -I../ ../../dist/include
 -I/usr/local/ports/www/mozilla/work/mozilla/dist/include/nspr
 -I/usr/local/include -I/usr/local/include  -I.
 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include  
 -fPIC  -I/usr/X11R6/include  -I/usr/ X11R6/include -fno-rtti
 -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcas t-align
 -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dto r
 -Wno-long-long -O -pipe -O2 -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2
 -DXTHR EADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0
 -I/usr/local/include/glib-2. 0 -I/usr/local/lib/glib-2.0/include
 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/li b/gtk-2.0/include
 -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/loc
 al/include/freetype2 -I/usr/local/include-I/usr/X11R6/include 
 -I/usr/X11R6/ include -DMOZILLA_CLIENT -include ../../../mozilla-config.h
 nsFontMetricsPS.cpp nsFontMetricsPS.cpp: In member function `nsresult
 nsFontPSFreeType::Init(nsITrue TypeFontCatalogEntry*, nsPSFontGenerator*)':
 nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no member
 named 'width'
 nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no member
 named 'height'
 nsFontMetricsPS.cpp: In member function `FT_FaceRec_*
 nsFontPSFreeType::getFTFac e()':
 nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp: In member function `virtual void
 nsFT2Type8Generator::Gener atePSFont(FILE*)':
 nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member
 named 'width'
 nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member
 named 'height'
 nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 gmake[4]: *** [nsFontMetricsPS.o] Error 1
 gmake[4]: Leaving directory
 `/usr/local/ports/www/mozilla/work/mozilla/gfx/src/p s'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory
 `/usr/local/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs]
 Error 2
 gmake[2]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla/gfx'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2

 Thanks,
 -cpghost.

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What is it doing?! HP DVD 630i (aka 630c)

2005-03-25 Thread Fafa Diliha Romanova
Hey.

My HP DVD 630c all of a sudden stopped working. It ejects half-way out and is 
really difficult to eject back in, or even out when I want that. It won't burn 
any CDs or DVDs, and I can't control it from the computer (reading disc info, 
ejecting it etc).

So what's going on?
Has anyone experienced this before?

My computer (HP DC7100) and its HP DVD 630c are all new, I've barely even used 
them before this happened!

Thanks,
-- Fafa

-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


gnome_upgrade hangs on accessibility/gnomespeech

2005-03-25 Thread darren david
hey all-
so i'm in the midst of the gnome_upgrade script -- it ends up getting to 
gnomespeech and then hangs after configure runs. I'm running 5.3-STABLE 
as of Jan 27. I've tried restarting a few times with no success. the 
script is running at 60% CPU - is it possible that there's some magic 
happening that i'm not aware of? it's been running for quite some time 
with no output.

here's the relevant ( and final ) output from the upgrade log. nothing 
looks too out of place to me...

thanks in advance.

[snip]
=== Running /usr/local/sbin/portinstall -O -m BATCH=yes 
GNOME_UPGRADE_SH_VER=2.10-3 DISABLE_VULNERABILITIES=1  access
ibility/gnomespeech
INFO: Running /usr/local/sbin/portinstall -O -m BATCH=yes 
GNOME_UPGRADE_SH_VER=2.10-3 DISABLE_VULNERABILITIES=1  acces
sibility/gnomespeech
---  Installing 'gnomespeech-0.3.6_2' from a port 
(accessibility/gnomespeech)
---  Building '/usr/ports/accessibility/gnomespeech' with make flags: 
BATCH=yes GNOME_UPGRADE_SH_VER=2.10-3 DISABLE_VUL
NERABILITIES=1
===  Cleaning for libiconv-1.9.2_1
===  Cleaning for ORBit2-2.12.1_1
===  Cleaning for bison-1.75_2
===  Cleaning for gettext-0.14.1
===  Cleaning for glib-2.6.3_1
===  Cleaning for gmake-3.80_2
===  Cleaning for libIDL-0.8.5_1
===  Cleaning for libbonobo-2.8.1_1
===  Cleaning for libtool-1.3.5_2
===  Cleaning for libtool-1.5.10_1
===  Cleaning for m4-1.4.1
===  Cleaning for pkgconfig-0.15.0_1
===  Cleaning for popt-1.7
===  Cleaning for perl-5.8.6_2
===  Cleaning for expat-1.95.8
===  Cleaning for intltool-0.33
===  Cleaning for libxml2-2.6.18
===  Cleaning for p5-XML-Parser-2.34_1
===  Cleaning for gnomespeech-0.3.6_2
===  Vulnerability check disabled
===  Extracting for gnomespeech-0.3.6_2
= Checksum OK for gnome2/gnome-speech-0.3.6.tar.bz2.
===  Patching for gnomespeech-0.3.6_2
===  Applying FreeBSD patches for gnomespeech-0.3.6_2
===   gnomespeech-0.3.6_2 depends on executable: gmake - found
===   gnomespeech-0.3.6_2 depends on file: /usr/local/bin/libtool15 - found
===   gnomespeech-0.3.6_2 depends on executable: pkg-config - found
===   gnomespeech-0.3.6_2 depends on shared library: glib-2.0.600 - found
===   gnomespeech-0.3.6_2 depends on shared library: bonobo-2.0 - found
===   gnomespeech-0.3.6_2 depends on shared library: IDL-2.0 - found
===   gnomespeech-0.3.6_2 depends on shared library: xml2.5 - found
===   gnomespeech-0.3.6_2 depends on shared library: ORBit-2.0 - found
===  Configuring for gnomespeech-0.3.6_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking for strerror in -lcposix... no
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wn
o-sign-compare
checking what language compliance flags to pass to the C compiler...
checking build system type... i386-portbld-freebsd5.3
checking host system type... i386-portbld-freebsd5.3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line 

Re: remove all xfce4

2005-03-25 Thread T.F. Cheng

 portupgrade -faRr, or portmanager. Try cd
 /usr/ports/x11-wm/xfce4  
 make all-depends-list. You don't need to rebuild
 unless you have 
 upgraded a dependancy(then portupgrade or
 portmanager will do it for 
 you) or you want to change build options(then
 portupgrade will do it).
 

yeah, so my problem is that after upgrading
gnome-related stuff with gnome_upgrade.sh, my xfce4
stop to work, though they are also re-compiled during
the process. So i think I will do it myself, just
don't know which one is the most painless... :-)

TFC

Best Regards,

Tsu-Fan Cheng

_
Do You Yahoo!?
 @yahoo.com  @ http://chinese.mail.yahoo.com
Get your free @yahoo.com address at http://chinese.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: Discrepancy between ps -i -o inblk and figuring numbers by hand

2005-03-25 Thread Giorgos Keramidas
On 2005-03-25 10:08, Jonathan Stewart [EMAIL PROTECTED] wrote:
 --- Giorgos Keramidas keramida at ceid dot upatras dot gr wrote:
  So, what you are looking for is a single byte count that increases
  sequentially for all read() and write() system calls?

 Pretty much, yes. To be specific all read() and write() calls for a
 given process.  Even something that counted in 512 byte or UFUFSlocks
 would be useful.

To what end, may I ask?  Per process statistics may include byte counts from a
few thousand threads that read and/or write from a few hundred descriptors.

Even per file descriptor statistics quickly get useless when one considers
that a single byte read may cause the read-ahead of a few thousand bytes or
that a single write may reach the corresponding device several seconds later.

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


Re: How download installed packages' sourcesfiles

2005-03-25 Thread O. Hartmann
Chuck Swiger schrieb:
O. Hartmann wrote:
[ ... ]
Unforunately portupdate does not have a simple functionality to 
gather all tarballs from each installed port and its friends it 
depends on.
Maybe someone of you has a similar limitation and can help.

Try using make fetch-recursive from a port's directory to fetch the 
source tarballs for that port and it's dependencies.  Note that you 
can also create packages from the installed ports and copy those over 
to another machine, and install them directly rather than recompiling 
everything.

[ Start with a mkdir /usr/ports/packages, and the ports system will 
create package tarballs automaticly under there... ]

All right, this works, but I still have to check what port is installed.
The reason for this uncommon way is, my lab's computer is a i386 machine 
while at home I would like to run an amd64
based system without IA32 compatibility. Building packages on the source 
machine isn't an option.

Thank you very much for that hint.
Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How download installed packages' sourcesfiles

2005-03-25 Thread RW
On Friday 25 March 2005 14:25, O. Hartmann wrote:
 Hello.
 I run into the follwoing problem.
 Using an internet connected at my lab makes me happy installing each
 package I need from source.
 At home I have only a very slow moem connection, but I need also the
 same packages (not precompiled,
 the sources) there.

 One idea was to fetch every source tarball of every installed
 port-package as reported in /var/db/pkg,
 burn /usr/ports/distfiles in conjunction with a up to date
 /usr/Ports-tree on one or two DVDs and
 the copy this at home on the disk (capacity is not an issue).

 Unforunately portupdate does not have a simple functionality to gather
 all tarballs from each installed
 port and its friends it depends on.
 Maybe someone of you has a similar limitation and can help.

what about

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


Re: mot de passe root

2005-03-25 Thread Anthony Atkielski
This discussion seems very strange, since I don't really understand how
anyone could effectively use FreeBSD (or any flavor of UNIX) without
understanding English in the first place.  I've never heard of any
localized versions of UNIX (?).

More generally, it's virtually impossible to work in the IT field
anywhere today without having some reasonable command of English,
although I suppose there are a few desert islands somewhere where it
isn't absolutely necessary.

-- 
Anthony


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


Unsubscribe?

2005-03-25 Thread Doug Paquette
Group,

Sorry to have to ask this question here, but does
anyone have the address to where I unsubscribe to the
various free bsd mailing lists?

Thanks

Doug



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anthony's drive issues.Re: ssh password delay

2005-03-25 Thread Anthony Atkielski
Ted Mittelstaedt writes:

 That is right around the time that brand new drives fail, if they are
 going to, that is.

Well, I got a replacement drive today, so if this one fails, I have
another one standing by.  I'll need to see more clear indications that
the drive is actually in trouble before swapping them, however (I have
backups and only /var and /tmp are on the drive, so I can afford to wait
and see).

The self-tests I run with smartctl show no errors, but the UDMA CRC
error count for /dev/ad10 is non-zero, as is the soft error count.  I
don't know how much I can trust these numbers.

 Modern drives with the exception of high end SCSI ones, are as a
 friend of mine put it once: slapped together a million miles a second
 on the assembly line

I could buy a dozen of these drives for the cost of one equivalent SCSI
drive.  SCSI is nice, but it's awfully pricey, for no good reason that I
can see, and unless one is running a very heavily loaded server, I'm not
sure that I see the advantage to it.

I was thinking a few days ago that extremely fast static RAM might be
the single best way to boost system performance, but that was just
daydreaming.  (From what I understand, most modern processors spend most
of their time in wait states waiting for memory to reply.)

-- 
Anthony


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


Re: How download installed packages' sourcesfiles

2005-03-25 Thread RW
On Friday 25 March 2005 20:49, RW wrote:
 On Friday 25 March 2005 14:25, O. Hartmann wrote:
  Unforunately portupdate does not have a simple functionality to gather
  all tarballs from each installed
  port and its friends it depends on.
  Maybe someone of you has a similar limitation and can help.

 what about

 portupgrade -Fa

Actually 

portupgrade -FRa 

is more reliable, I think that does make checksum-recursive in the origin of 
for each entry in the package database
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unsubscribe?

2005-03-25 Thread Glyn Millington
Doug Paquette [EMAIL PROTECTED] writes:

 Group,

 Sorry to have to ask this question here, but does
 anyone have the address to where I unsubscribe to the
 various free bsd mailing lists?

 Thanks

 Doug


   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

It should be at the bottom of each mail sent to the list!! As above... 

hth


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


Re: Unsubscribe?

2005-03-25 Thread cyb
On Fri, 2005-03-25 at 13:04 -0800, Doug Paquette wrote:
 Group,
 
 Sorry to have to ask this question here, but does
 anyone have the address to where I unsubscribe to the
 various free bsd mailing lists?
 
 Thanks
 
 Doug
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

read the last line of any message written on the lists.

-- 
GnuPG key  : 0xD25FCC81  |  http://cyb.websimplex.de/pubkey.asc
Fingerprint: D182 6F22 7EEC DD4C 0F6E  564C 691B 0372 D25F CC81





signature.asc
Description: This is a digitally signed message part


Re: Unsubscribe?

2005-03-25 Thread Jerry McAllister
 
 Group,
 
 Sorry to have to ask this question here, but does
 anyone have the address to where I unsubscribe to the
 various free bsd mailing lists?

Yes, it is at the bottom of every FreeBSD Email list message - 
look below.

jerry

 
 Thanks
 
 Doug
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 
 ___
 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: A Riddle

2005-03-25 Thread em1897
There are 2 kinds of people in America, Jerry. The Rich
and those who complain about the Rich. The difference
here as opposed to some other countries  is that which
group you belong to is a personal choice. I respect your
choice. You seem very happy in your ignorance of virtually
every subject.
You taking a shot at me is about as entertaining as
it gets, Jerry. It really, really is.
-Original Message-
From: Jerry McAllister [EMAIL PROTECTED]
Q: Why are FreeBSD users like Liberals?
A: They panic and start to call you names when you tell them the 
truth.

Last I knew that was a technique most perfected by the right wing
especially when they begin noticing that reality does not correspond
to their need to support sagging egos.
Sorry about clogging the bandwidth.   Could resist taking a shot at
a troll.
Jerry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems compiling UW imapd on 5.3-STABLE

2005-03-25 Thread Ben Hockenhull
I'm trying to get UW's imapd compiled on a 5.3-STABLE system with PAM
support, as I'm trying to get imap users to authenticate to an LDAP server.
It seems that I need to compile UW IMAP with PAM support to make that
happen, as I then hand off auth to PAM, which then hands it off to LDAP via
the PADL nss_ldap module.

I get the following errors, pasted below.

Seems like I need an LDFLAG or something, but I have no idea what.


pop benh 22 /usr/src/source/imap-2004c1-test# make bsf SSLTYPE=none
PASSWDTYPE=pam
make sslnone
+
+ Building in NON-COMPLIANCE with RFC 3501 security requirements:
+ Non-compliant:
++ TLS/SSL encryption is NOT supported
++ Unencrypted plaintext passwords are permitted
+
+ In order to rectify this problem, you MUST build with:
++ SSLTYPE=nopwd
+ You must also have OpenSSL or equivalent installed.
+

Do you want to continue this build anyway? Type y or n please:
y
Applying an process to sources...
tools/an ln -s src/c-client c-client
tools/an ln -s src/ansilib c-client
tools/an ln -s src/charset c-client
tools/an ln -s src/osdep/unix c-client
tools/an ln -s src/mtest mtest
tools/an ln -s src/ipopd ipopd
tools/an ln -s src/imapd imapd
tools/an ln -s src/mailutil mailutil
tools/an ln -s src/mlock mlock
tools/an ln -s src/dmail dmail
tools/an ln -s src/tmail tmail
ln -s tools/an .
make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox'
EXTRAAUTHENTICATORS='' PASSWDTYPE=pam SSLTYPE=none IP=4 EXTRASPECIALS=''
BUILDTYPE=bsf  SPECIALS=GSSDIR=/usr SSLDIR=/usr
SSLINCLUDE=/usr/include/openssl SSLCERTS=/etc/ssl/certs
SSLKEYS=/etc/ssl/private LOCKPGM=/usr/sbin/mlock
Building c-client for bsf...
echo `cat SPECIALS`   c-client/SPECIALS
cd c-client;make bsf EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox'
EXTRAAUTHENTICATORS='' PASSWDTYPE=pam SSLTYPE=none IP=4 GSSDIR=/usr
SSLDIR=/usr SSLINCLUDE=/usr/include/openssl SSLCERTS=/etc/ssl/certs
SSLKEYS=/etc/ssl/private LOCKPGM=/usr/sbin/mlock
make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox'
EXTRAAUTHENTICATORS='' PASSWDTYPE=pam SSLTYPE=none IP=4 `cat SPECIALS`
OS=bsf  SIGTYPE=psx CRXTYPE=nfs  SPOOLDIR=/var
ACTIVEFILE=/usr/local/news/lib/active  RSHPATH=/usr/bin/rsh  BASECFLAGS=-g
-O -pipe  BASELDFLAGS=-lcrypt
sh -c 'rm -rf auths.c crexcl.c nfstest.c linkage.[ch] siglocal.c
osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true'
Once-only environment setup...
echo cc  CCTYPE
echo -g -O -pipe ''  CFLAGS
echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto
-DMAILSPOOL=\/var/mail\  -DANONYMOUSHOME=\/var/mail/anonymous\
-DACTIVEFILE=\/usr/local/news/lib/active\ -DNEWSSPOOL=\/var/news\
-DRSHPATH=\/usr/bin/rsh\ -DLOCKPGM=\/usr/sbin/mlock\  OSCFLAGS
echo -lcrypt   LDFLAGS
echo ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o
siglocal.o  dummy.o pseudo.o netmsg.o flstring.o fdstring.o  rfc822.o
nntp.o smtp.o imap4r1.o pop3.o  unix.o mbx.o mmdf.o tenex.o mtx.o news.o
phile.o mh.o mx.o;ranlib c-client.a  ARCHIVE
echo bsf  OSTYPE
./drivers mbox imap nntp pop3 mh mx mbx tenex mtx mmdf unix news phile dummy
./mkauths  md5 pla log
echo -DMD5ENABLE=\/etc/cram-md5.pwd\  OSCFLAGS
ln -s os_bsf.h osdep.h
ln -s os_bsf.c osdepbas.c
ln -s log_std.c osdeplog.c
ln -s sig_psx.c siglocal.c
ln -s crx_nfs.c crexcl.c
ln -s ip4_unix.c ip_unix.c
sh -c '(test -f /usr/include/sys/statvfs.h -a bsf != sc5 -a bsf != sco) 
ln -s nfstnew.c nfstest.c || ln -s nfstold.c nfstest.c'
PAM password authentication
echo -lpam -ldl  LDFLAGS
ln -s ckp_pam.c osdepckp.c
Building without SSL support
ln -s ssl_none.c osdepssl.c
cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c  osdep.c
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make bsf SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
`cat CCTYPE` -c `cat CFLAGS` mail.c
`cat CCTYPE` -c `cat CFLAGS` misc.c
`cat CCTYPE` -c `cat CFLAGS` newsrc.c
`cat CCTYPE` -c `cat CFLAGS` smanager.c
`cat CCTYPE` -c `cat CFLAGS` utf8.c
`cat CCTYPE` -c `cat CFLAGS` siglocal.c
`cat CCTYPE` -c `cat CFLAGS` dummy.c
`cat CCTYPE` -c `cat CFLAGS` pseudo.c
`cat CCTYPE` -c `cat CFLAGS` netmsg.c
`cat CCTYPE` -c `cat CFLAGS` flstring.c
`cat CCTYPE` -c `cat CFLAGS` fdstring.c
`cat CCTYPE` -c `cat CFLAGS` rfc822.c
`cat CCTYPE` -c `cat CFLAGS` nntp.c
`cat CCTYPE` -c `cat CFLAGS` smtp.c
`cat CCTYPE` -c `cat CFLAGS` imap4r1.c
`cat CCTYPE` -c `cat CFLAGS` pop3.c
`cat CCTYPE` -c `cat CFLAGS` unix.c
`cat CCTYPE` -c `cat CFLAGS` mbx.c
`cat CCTYPE` -c `cat CFLAGS` mmdf.c
`cat CCTYPE` -c `cat CFLAGS` tenex.c
`cat CCTYPE` -c `cat CFLAGS` mtx.c
`cat CCTYPE` -c `cat CFLAGS` news.c
`cat CCTYPE` -c `cat CFLAGS` phile.c
`cat CCTYPE` -c `cat CFLAGS` mh.c
`cat CCTYPE` -c `cat CFLAGS` mx.c
sh -c 'rm -rf c-client.a || true'
ar rc 

Re: KDE on FreeBSD 5.3

2005-03-25 Thread Bachelier Vincent
Hi,
perhaps you have a problem with you host.
Try to edit /etc/rc.conf
find hostname
if they is not one, set one

exemple:
hostname=vincent

well, edit /etc/hosts
put this:

::1 vincent
127.0.0.1 vincent

well, now reload all, perhaps it would go on
see ya

Le Fri, Mar 25, 2005 at 06:23:46PM +, Rhys Campbell a écrit:
 From: Rhys Campbell [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Date: Fri, 25 Mar 2005 18:23:46 +
 Subject: KDE on FreeBSD 5.3
 
 KDE on my FreeBSD machine is very slow to start up application. Once the 
 application is open it is very responsive and user input. The K menu is 
 also displayed with speed it's just that any application seems to take 
 several minutes to open.
 
 I'm fairly new to *nix so maybe I've missed something obvious. The only 
 thing I can think of is that maybe there are a lot of pocess running in the 
 background that have a higher priority than desktop applications. Any ideas?
 
 

-- 
Vincent Bachelier [EMAIL PROTECTED]
Language: Francais / English
Societ(e/y) : Solintech - http://www.solintech.fr - Serveurs linux

Citation (fortune):

The only problem with being a man of leisure is that you can never stop
and take a rest.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A Riddle

2005-03-25 Thread Jerry McAllister
 
 There are 2 kinds of people in America, Jerry. The Rich
 and those who complain about the Rich. The difference
 here as opposed to some other countries  is that which
 group you belong to is a personal choice. I respect your
 choice. You seem very happy in your ignorance of virtually
 every subject.
 
 You taking a shot at me is about as entertaining as
 it gets, Jerry. It really, really is.

You have a sad life it seems.

jerry

 
 -Original Message-
 From: Jerry McAllister [EMAIL PROTECTED]
 
  Q: Why are FreeBSD users like Liberals?
 
  A: They panic and start to call you names when you tell them the 
 truth.
 
 
 Last I knew that was a technique most perfected by the right wing
 especially when they begin noticing that reality does not correspond
 to their need to support sagging egos.
 
 Sorry about clogging the bandwidth.   Could resist taking a shot at
 a troll.
 
 Jerry
 

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


Xorg warning initial installation modifications

2005-03-25 Thread Anthony M. Agelastos
Hello all and thank you for your help.
I have FreeBSD 5.3-RELEASE with the Minimal pre-configure install and I 
have installed X.org 6.8.2. Anyways, I notice when I do a startx, that 
I get the following output:

xauth: (argv):1:  bad display name iqast.hsd1.ga.comcast.net:0 in 
remove command

X still works, however I want things to run as smoothly as possible. In 
addition to this problem, I was wondering what the best way of 
installing the base documentation (like manpages for the system 
commands such as tar) would be?

Thank you all for your help. For some further insight into the system, 
I wanted to mention that when I installed it and it asked me to 
configure my network via DHCP, I did and it came up with 
hsd1.ga.comcast.net. as the domain (including the trailing period) and 
I named the computer iqast. Anyways, before I clicked OK, I deleted the 
trailing period just because it did not look correct. I have no idea if 
this little tidbit of information is beneficial or not. I am new to the 
FreeBSD world (this is my first time playing with it) and I am 
horrendous at configuring networks, so I apologize now if the problem 
above is trivial. 

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


how to beautify gpg+mutt in freebsd

2005-03-25 Thread Fafa Diliha Romanova
hello

i'm a stupid newbie.

but i'm trying to get a decent gpg+mutt setup.

i've generated my public key but i think that signing using that
is a bad idea. people get confused, thinking they're attachments that
they are unable to open. besides, mutt gives them bad names like
untitled(2) or 1.dat.


1) what other options do i have for signing my messages? i like the
   way hushmail for instance signs my messages:

   btw this is a signature right ... not the public key?
   is it easy generating a signature?


   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1

   Example message

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

   wkYEARECAAYFAkJEgdgACgkQgrhgoMygEH5zuACgoKvM67sQV6aVK+3oECyZvBMhjFQA
   oLwM/S0bteviF5SD5wNhBU3DULWs
   =cTDp
   -END PGP SIGNATURE-


2) that looks, however, kinda messy.
   is it possible making my signature more good looking? like this,
   maybe, more consistent and solid?


   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1

   Example good looking message

   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.2.6 (FreeBSD)

   wkYEARECAAYFAkJEgdgACgkQgrhgoMygEH5zuACgoKvM67sQV6aV
   0bteviF5SD5wNhBU3DULWs0bteviF5SD5wNhBU3DULWs0bteviF5
   -END PGP SIGNATURE-


3) the same applies to the end of my public key.
   it ends like this:

   EORr3YWE6W98CMw/QYpjTGmxOIhJBBgRAgAJBQJBgkwYAhsMAAoJEHhe0auuyFds
   WJsAni5+AYlGlvGI83Py3yBVTs7LL8ZOAJ9jhl7rS+NublDbxLGMeTL6MTxYIw==
   =+Wyz

   being very concerned about aesthetics, that orphan =+Wyz really
   bugs me. is there no way of telling gpg that i want clean slices?


*** here is my .muttrc pertaining to gpg:

source ~/.gpgrc

set pgp_replysign
set pgp_replyencrypt
set pgp_verify_sig=yes
set pgp_sign_as=AEC8276C
set pgp_strict_enc

unset pgp_autosign
unset pgp_autoencrypt


*** and here is my .gpgrc:

set pgp_decode_command=/usr/local/bin/gpg %?p?--passphrase-fd 0? --no-verbose 
--quiet --batch --output - %f
set pgp_verify_command=/usr/local/bin/gpg --no-verbose --quiet --batch 
--output - --verify %s %f
set pgp_decrypt_command=/usr/local/bin/gpg --passphrase-fd 0 --no-verbose 
--quiet --batch --output - %f
set pgp_sign_command=/usr/local/bin/gpg --no-verbose --batch --quiet --output 
- --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f
set pgp_clearsign_command=/usr/local/bin/gpg --no-verbose --batch --quiet 
--output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f
set pgp_encrypt_only_command=pgpewrap /usr/local/bin/gpg --batch --quiet 
--no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- 
%f
set pgp_encrypt_sign_command=pgpewrap /usr/local/bin/gpg --passphrase-fd 0 
--batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? 
--armor --always-trust -- -r %r -- %f
set pgp_import_command=/usr/local/bin/gpg --no-verbose --import -v %f
set pgp_export_command=/usr/local/bin/gpg --no-verbose --export --armor %r
set pgp_verify_key_command=/usr/local/bin/gpg --verbose --batch --fingerprint 
--check-sigs %r
set pgp_list_pubring_command=/usr/local/bin/gpg --no-verbose --batch --quiet 
--with-colons --list-keys %r
set pgp_list_secring_command=/usr/local/bin/gpg --no-verbose --batch --quiet 
--with-colons --list-secret-keys %r
set pgp_good_sign=`gettext -d gnupg -s 'Good signature from ' | tr -d ''`


what am i missing out on?

i appreciate any help i can get ...

and i promise to remain in this community till i'm in you people's
shoes, so i can return this help to someone as dumb as me :)

best wishes,
-- fafa

-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


portupgrade overview

2005-03-25 Thread David Bear
I've used portupgrade for a while without really knowing much about
it. I suppose thats a benefit.

However, when it comes to really controlling the portupgrade
processes, I find the man page of minimal use.

Thats becuase the man pages seem to be written for someone who already
knows everything that portupgrade is doing, ie there seems to be a lot
of a priori knowledge expected of the reader.

I am hoping there is better documentation of portupgrade. Something
that specifies the reasons behind what it does -- why some of the
switches are necessary, how to hold back upgrade of certain ports, how
to only allow security updates to happen, etc.

Does any such document exist?
-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sFTP nologin

2005-03-25 Thread Danny Pansters
I experimented with this quite a while ago (~ 2001) and don't remember all the 
details, but I used scponly and had to prevent the Welcome to FreeBSD... 
text from being shown. That was the message too long problem IIRC. It worked 
with at least WinSCP and gFTP as clients.

You could also consider pulling an stunnel over ordinary ftpd and have no shh 
access at all except for people who need or are granted shell access. It's 
not hard to set up, you basically deal with it as if it were a proxy.

HTH,

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


Re: sFTP nologin

2005-03-25 Thread Jeff Wirth
 Yes, been trying that all morning. sbin/nologin kills the connection after
 it prints the message.
 
 i have been tring scponly it has been less that workable so far too.
 

'nologin' will work for 'ftp' and things that don't require a password
( i.e. `sudo -u user -s`)

'scponly' is the correct solution for limiting users to scp or sftp. 
I use it extensively in production for setting up secure, automated
file transfers (w/ key auth).

Once 'scponly' is installed, it should be a simple matter of adding
'scponly' to /etc/shells and configuring your user's shell
accordingly.

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


  1   2   >