easiest way to install CPAN on FreeBSD

2007-10-24 Thread Noah

Hi there,

I am looking around for a really simple way to install CPAN on FreeBSD. 
 I keep running into errors in one variation or another.


Anybody have a good page to send me to?

Cheers,

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


Re: Using OpenSSL from ports

2007-10-24 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

White Hat wrote:
 Is there any real advantage to installing 'openssl'
 from ports rather than using the version installed in
 the base system? Other than the fact that the port
 version is slightly newer, is there any other major
 difference?

For RELENG_6 and earlier, you will need the ports version
of openssl in order to use rsa-sha256.  Some ported software
needs that (eg. mail/dkim-milter).  Otherwise there isn't
any great advantage either way.  RELENG_7 and above are
close to up-to-date already (version 0.9.8e rather than
0.9.8f) and support all the latest ciphers.

 Also, if I did install the port version, how would I
 insure that applications would use it as opposed to to
 the version in the base system?

Put:

WITH_OPENSSL_PORT=  yes

into /etc/make.conf

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHHt/58Mjk52CukIwRCNdOAJ9SOnjo27xBh9i0mUglDx465gvSDACeMrnx
URkoYyIavOWzDkXNYvBj/UM=
=qPbX
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Ross Penner
Hi all, I have a few questions about my Via C7 processor. In  
examples/make.conf there is an option for the CPUTYPE. It indicates that  
only the C3 and the C3-2 chips are supported. Does the C7 chip have  
support that I don't know of? If not, will it? Otherwise, will specifying  
the chipset as C3 help or hinder my environment?


My second question is in regards to the CPU frequency control. I've seen  
that the C7 gets support for cpufreq in 7 current, but I'm running 6.  
Without support in cpufreq, what speed would my processor be running at?  
I've always thought my performance has been lackluster so I suspect it's  
running at the lower clock speed.


Thanks for any help any of you can give me,

Ross

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


Re: user ppp and PPPoE bridging

2007-10-24 Thread freebsd

To answer my own question:

I had the mux type set wrong -- VC-based instead of LLC-based.
While the line comes up, the session is never opened because of the mux
mismatch.

moving right along now...

Gary


The freebsd box is connected directly via ed1 to the dsl modem;
a crossover cable is used; the packets are clearly reaching the modem,
as it records them as received.
I've simplified ppp.conf to the following, essentially the ppp.conf.sample:

default:
 set log all -timer

blackfoot:
 set device PPPoE:ed1
 enable lqr echo
 set cd 5
 set redial 0 0
 set dial
 set login
 set authname 
 set authkey 
 add! default HISADDR


#ifconfig ed1
ed1: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::220:18ff:fe72:8b72%ed1 prefixlen 64 scopeid 0x3
ether 00:20:18:72:8b:72

#tcpdump -efntl -i ed1
tcpdump: WARNING: ed1: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ed1, link-type EN10MB (Ethernet), capture size 96 bytes
00:20:18:72:8b:72  ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), 
length 32: PPPoE PADI [Host-Uniq 0x402DA4C1] [Service-Name]
00:20:18:72:8b:72  ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), 
length 32: PPPoE PADI [Host-Uniq 0x402DA4C1] [Service-Name]


It appears that no PADO reply is being received by the modem;
the modem shows two packets being transmitted, but non being received.
Since the line is marked as up by the modem,
and since the line comes up properly when the modem is operating in
full PPPoE mode, I'm puzzled as to what kind of mismatch could be
preventing the ISP end from responding.
This is a zyxel 642r modem; I can't try my other modem, a cisco 678,
because it doesn't support a vci  63.

The modem is set to use VC-based multiplexing, vpi=0, vci=100
These are the parameters used for PPPoE, and I presume are still
required as part of the ATM layer when bridging.

I am assuming there should be no need for my ISP to be notified that I
am trying to use bridging in the modem, since it should be transparent
on their end.  They claim not to support bridging, but I don't see how
they can say that, other than that they don't want to deal with the
support issues.  Is this a reasonable assumption?

Nikos Vassiliadis wrote:

On Tuesday 23 October 2007 05:31:45 [EMAIL PROTECTED] wrote:

I'm attempting to change a DSL link from using PPPoE in the DSL modem
to doing PPPoE on 6.1, with the modem in bridging mode.

I've put the DSL modem in bridging mode, and it brings up the link
properly -- or at least it reports it as up (DSL led steady; modem
status report shows it as up, rfc 1483.

Using user ppp, when I attempt to establish the PPPoE connection, I
never get very far -- ppp dies when it tries to acquire carrier.  I
don't understand this, as there isn't a carrier signal to acquire on
an ethernet.  


There is carrier on ethernet. Ethernet belongs to the CSMA/DA model
where CS means carrier sense.

I tried disabling cd in ppp.conf but as noted in the doc, it's 
required for a PPPoE connection and is forced on.


Also, how do I know know which interface it is attempting to connect to?
The debug log shows it found five interfaces, but doesn't indicate which
one it is trying to connect to.


It tries to use ed1 for PPPoE(set device PPPoE:ed1)
Can you use the minimal configuration labelled pppoe
from /usr/share/examples/ppp/ppp.conf.sample?
The only things you have to change are:
The ethernet interface it will try PPPoE.
username and password.

Is your ed1 connected to the modem directly?
Or it goes through a switch? Can you try connecting
your ed1 directly on your DSL modem's ethernet port?
You might need a crossover cable to do this(
http://en.wikipedia.org/wiki/Ethernet_crossover_cable)
or not since these days many ethernet ports do
this automatically.


Please post also ifconfig and run tcpdump on ed1
during try.


...

I dont'see anything wrong, but I may be wrong. The small
sample configuration always worked for me. Why don't you
use it as a starting point?

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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Martin Hepworth
what have you tried and what errors do you get?


-- 
martin

On 10/24/07, Noah [EMAIL PROTECTED] wrote:

 Hi there,

 I am looking around for a really simple way to install CPAN on FreeBSD.
   I keep running into errors in one variation or another.

 Anybody have a good page to send me to?

 Cheers,

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


ed1 interface sometimes not recognized

2007-10-24 Thread freebsd

Can anyone offer suggestions as to why an ed1 interface is not always
recognized when booting?  This is on 6.1 on an old P200 system.  ed1
is the second nic, ep0 is the first; ep0 is always recognized.
Rebooting usually solves the problem.  I'm also puzzled as to why it's
ed1 and not ed0.  As nearly as I can tell it's on its own irq (5).

Also, what causes the
  unknown: PNP can't assign resources
messages, and how do I map the  to something I can look for?

dmesg:

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Pentium/P54C (199.31-MHz 586-class CPU)
  Origin = GenuineIntel  Id = 0x52c  Stepping = 12
  Features=0x1bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8
real memory  = 134217728 (128 MB)
avail memory = 121806848 (116 MB)
Intel Pentium detected, installing workaround for F00F bug
kbd1 at kbdmux0
cpu0 on motherboard
pcib0: Host to PCI bridge pcibus 0 on motherboard
pci0: PCI bus on pcib0
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX3 WDMA2 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfcf0-0xfcff at device 7.1 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
bt0: Buslogic Multi-Master SCSI Host Adapter port 0xfcec-0xfcef irq 9 at 
device 17.0 on pci0
bt0: BT-946C FW Rev. 4.25J Narrow SCSI Host Adapter, SCSI ID 7, 100 CCBs
bt0: [GIANT-LOCKED]
pci0: display, VGA at device 18.0 (no driver attached)
pmtimer0 on isa0
orm0: ISA Option ROMs at iomem 0xc-0xc7fff,0xc8000-0xcbfff on isa0
ep0: 3Com 3C509-Combo EtherLink III at port 0x300-0x30f irq 10 on isa0
ep0: Ethernet address: 00:60:97:63:2f:b5
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0401 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
unknown: PNP0c02 can't assign resources (memory)
unknown: PNP0303 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)
ed1: Plug  Play Ethernet Card at port 0x280-0x29f iomem 0xcc000-0xc irq 
5 on isa0
ed1: Ethernet address: 00:20:18:72:8b:72
ed1: type NE2000 (16 bit)
unknown: Audio can't assign resources (irq)
Timecounter TSC frequency 199310275 Hz quality 800
Timecounters tick every 1.000 msec
Waiting 5 seconds for SCSI devices to settle
da0 at bt0 bus 0 target 5 lun 0
da0: SEAGATE ST15230W SUN4.2G 0738 Fixed Direct Access SCSI-2 device
da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da0: 4095MB (8386733 512 byte sectors: 255H 63S/T 522C)
cd0 at bt0 bus 0 target 2 lun 0
cd0: PLEXTOR CD-ROM PX-8XCS 1.02 Removable CD-ROM SCSI-2 device
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present
Trying to mount root from ufs:/dev/da0s1a
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, 
default to deny, logging disabled
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Ian Smith
On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz [EMAIL PROTECTED] wrote:

  I've bought an USB-Serial adapter in order to use an old serial 33.6k 
  modem. I've loaded the uplcom and ucom modules, but am unsure how to 
  proceed from here.
  
  The system runs FreeBSD 6.2-RELEASE-p8. When connecting the adapter, 
  dmesg says:
  
ucom0: Prolific Technology Inc. USB-Serial Controller D, rev 
1.10/4.00, addr 3
  
  usbdevs -v says:
  
port 6 addr 3: full speed, power 100 mA, config 1, USB-Serial
Controller D(0x2303), Prolific Technology Inc.(0x067b), rev 4.00
  
  I'd expect some device to show up in /dev, cuad1, ucom0, something like 
  that, but I get nothing. (cuad0 is taken by the onboard serial port, 
  which, alas, isn't wired to the outside of the case).

Perhaps you need to load umodem(4) also?

Cheers, Ian

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


Re: 7.0 and 6.3

2007-10-24 Thread Kris Kennaway

David J Brooks wrote:

Bill Moran wrote:

Note also that a ports freeze is starting soon for 7.0 and 6.3 release.


What are the differences between 6.3 and 7.0? Which should be considered the 
standard upgrade path from 6.2 release? Is there a compelling reason to 
upgrade to one over the other?


7.0 is the recommended choice; 6.3 is only for people who cannot update 
to the new branch yet.


http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf

Kris

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


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Erik Cederstrand

Ross Penner wrote:
 Hi all, I have a few questions about my Via C7 processor. In
 examples/make.conf there is an option for the CPUTYPE. It indicates
 that only the C3 and the C3-2 chips are supported. Does the C7 chip
 have support that I don't know of? If not, will it? Otherwise, will
 specifying the chipset as C3 help or hinder my environment?

I know this is not an answer, but why not just upgrade to 7.0 if you
need the C7 support?

 My second question is in regards to the CPU frequency control. I've
 seen that the C7 gets support for cpufreq in 7 current, but I'm
 running 6. Without support in cpufreq, what speed would my processor
 be running at? I've always thought my performance has been lackluster
 so I suspect it's running at the lower clock speed.

If cpufreq/powerd is not active, your processor is running full-speed.
You can check this with sysctl dev.cpu.0.freq if it's available on
your system.

Erik

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


Re: XScreenSaver

2007-10-24 Thread Bruce Alcock
Hi

I've determined it's a combination of mplayer and xscreensaver that causes
the problem. One of the flags I use for mplayer is the -stop-xscreensaver
option. Now this works fine, with the video not being interrupted by
xscreensaver, and after the video the xscreensaver timer starts again and
will launch in its normal period.

The problem lies with the DPMS stuff...after using mplayer
-stop-xscreensaver, although the screensaver comes on, it never blanks or
suspends. I've bound a shortcut in my Fluxbox window manager to
xscreensaver-command -restart and if I hit this, when xscreensaver comes
on it does suspend and everything as meant to...

Any ideas? I'm thinking it's possibly a bug with mplayer?

Regards
Bruce Alcock


On 10/17/07, Kelvin Woods [EMAIL PROTECTED] wrote:

 On Wed, October 17, 2007 08:48, Bruce Alcock wrote:
  Hi
 
  My XScreenSaver is configured to come on and then a bit later suspend
  the
  monitors...now this works, but only sometimes actually gets around to
  suspending the monitors. I emailed the author a while ago about it and
  he
  suggested I turned on logging...there doesn't seem to be an option in
  XScreenSaver for logging, so my question is what logging is he talking
  about
  and how do I use it? (he thought the mouse was moving ever so slightly
  every
  now and then, but this isn't the case since I unplugged my mouse last
  night
  and it still didn't suspend)
 
  Thanks
  Bruce Alcock

 Bruce,

 Read the manpage -verbose option. Logging is sent to stderr, you
 might need to pipe it to a file.

 This might be a problem with ACPI rather than the XScreenSaver
 software itself.

 --
 Kelvin
  ___
  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: user ppp and PPPoE bridging

2007-10-24 Thread Nikos Vassiliadis
On Tuesday 23 October 2007 21:04:48 [EMAIL PROTECTED] wrote:
 This is a zyxel 642r modem; I can't try my other modem, a cisco 678,
 because it doesn't support a vci  63.

Oh cisco :) Be thankful to cisco for not creating
other proprietary protocols to replace the existing
ATM/DSL combination :)


 The modem is set to use VC-based multiplexing, vpi=0, vci=100
 These are the parameters used for PPPoE, and I presume are still
 required as part of the ATM layer when bridging.

 I am assuming there should be no need for my ISP to be notified that I
 am trying to use bridging in the modem, since it should be transparent
 on their end.  They claim not to support bridging, but I don't see how
 they can say that, other than that they don't want to deal with the
 support issues.  Is this a reasonable assumption?

My knowledge about ATM is minimal. So, I don't realy know how to answer
to your question about bridging being transparent to the ISP. But I can
tell you for sure that ISPs do not bother if you cannot connect using
FreeBSD and PPPoE. You are mainly on your own.

I assume that if you use the same settings your modem uses
to do PPPoE it won't make a difference to the ISP end.

You said you had wrong encapsulation type. Did you make any progress?

 The packets are clearly reaching the modem, as it records them as
 received. 

Can you also check the number of cells going out/coming in from the ATM
interface?

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


Re: Writing Flash Driver

2007-10-24 Thread Svein Halvor Halvorsen
icantthinkofone wrote:
 My naive question is, what is involved with creating an open source 
 driver for flash for freebsd?  Is it a legal issue?  Or does it take 
 more time than anyone has to give?  Or is it just too difficult to do 
 without help from Adobe?

http://www.gnu.org/software/gnash/

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


Re: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz


Roland Smith wrote:
 On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote:
 On Tuesday 23 October 2007 19:54:44 Roland Smith wrote:
 On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote:
 I'd expect some device to show up in /dev, cuad1, ucom0, something
 like that, but I get nothing. (cuad0 is taken by the onboard serial
 port, which, alas, isn't wired to the outside of the case).
 Looking at ucom(4):

 FILES
  /dev/cuaU?

 See if that exists.
 No such luck I'm afraid. There's only cuaU0, which belongs to the 
 onboard serial port too.
 
 Does the onboard serial port work via USB? How odd! On my standard PC,
 the serial ports are driven by the sio driver, and have /dev/cuad* and
 /dev/ttyd* devices, noc cuaU. 

No, that one's a standard serial port, driven by sio as well, and
creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know.

 Do you have the correct driver for the converter loaded next to ucom?
 The ucom manual page gives a list of them.

Yes, uplcom is the right driver. (Or at least I think so, because the
device and manufacturer ids that usbdevs -v gives me match those in
/usr/src/sys/dev/usb/uplcom.c .) Besides, without the uplcom module
loaded, I only get an ugen device, so it seems to attach to the device ok.

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


Re: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz
Ian Smith wrote:
 On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz [EMAIL PROTECTED] wrote:
 
   I've bought an USB-Serial adapter in order to use an old serial 33.6k 
   modem. I've loaded the uplcom and ucom modules, but am unsure how to 
   proceed from here.
   
   The system runs FreeBSD 6.2-RELEASE-p8. When connecting the adapter, 
   dmesg says:
   
 ucom0: Prolific Technology Inc. USB-Serial Controller D, rev 
 1.10/4.00, addr 3
   
   usbdevs -v says:
   
 port 6 addr 3: full speed, power 100 mA, config 1, USB-Serial
 Controller D(0x2303), Prolific Technology Inc.(0x067b), rev 4.00
   
   I'd expect some device to show up in /dev, cuad1, ucom0, something like 
   that, but I get nothing. (cuad0 is taken by the onboard serial port, 
   which, alas, isn't wired to the outside of the case).
 
 Perhaps you need to load umodem(4) also?

Tried that, it has no effect.

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


Re: Install FreeBSD on hp notebook

2007-10-24 Thread Zhang hw
I have tried different versions of freebsd, the 6.2-stable and
6.3-prerelease. Sometimes when I start the system with acpi disable
the system will recognize some device such as the broadcom nic,the
fingerprint and so on.But the fun will run always at that time. If i
start the system default, the fun sound healthy but the system can't
recognize some devices above.When I upgrade to 7.0 with cvsup and
build/install world/kernel, the start process will stop at pci
device.I'm now downloading the 7.0-beta1.
Somebody sounds install the avivo driver for x1250 success, but I haven't now.
Hope advices!Hope help!
Thanks!
2007/10/13, Zhang hw [EMAIL PROTECTED]:
 I have installed my freebsd os with acpi disabled finally. But I could
 only enter the system with acpi disable and I will get the system
 halt , press any key to reboot result if I shutdown -p the system,
 how to deal with it? I have tried amd64 and i386 version, the amd64
 version show the cpu as k8-class and the i386 version show it as
 686-class, and there are some errors on the amd64 version but the i386
 version run without error messages show up, shouldn't I choose the
 amd64 version?
 Thanks!

 2007/10/12, Zhang hw [EMAIL PROTECTED]:
  Hello everyone!
  I have a hp 6515b notebook ,  the cpu is amd athlon(tm) 64x2 dual core
  tk-53(1700mhz), with 512m shared ddrII memory , and the gpu is ati
  radeon x1250. I've download the 6.2-release-amd64-disc1.iso , but
  there are some problems when I install the freebsd on the notebook ,
  sometimes the install process stop at probing device , and sometimes
  stop at selecting country with the keyboard has no response .
  Is there anyone who has some experience on this ?
 

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


Re: 7.0 and 6.3

2007-10-24 Thread Ian Smith
On Wed, 24 Oct 2007 09:17:12 +0200 Kris Kennaway [EMAIL PROTECTED]
  David J Brooks wrote:
   Bill Moran wrote:
   Note also that a ports freeze is starting soon for 7.0 and 6.3 release.
   
   What are the differences between 6.3 and 7.0? Which should be considered 
   the 
   standard upgrade path from 6.2 release? Is there a compelling reason to 
   upgrade to one over the other?
  
  7.0 is the recommended choice; 6.3 is only for people who cannot update 
  to the new branch yet.
  
  http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf

Very nice at 2x.  I particularly enjoyed pp 17  18 ..

Cheers, Ian

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


Re: 7.0 and 6.3

2007-10-24 Thread Vince
Kris Kennaway wrote:
 David J Brooks wrote:
 Bill Moran wrote:
 Note also that a ports freeze is starting soon for 7.0 and 6.3 release.

 What are the differences between 6.3 and 7.0? Which should be
 considered the standard upgrade path from 6.2 release? Is there a
 compelling reason to upgrade to one over the other?
 
 7.0 is the recommended choice; 6.3 is only for people who cannot update
 to the new branch yet.
 
 http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf
 

Great presentation! Is this linked to from anywhere on the FreeBSD site
or the wiki? It definitely deserves more widespread distribution.

Vince

 Kris
 
 ___
 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: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Gerard
On October 24, 2007 at 01:44AM Noah wrote:


 I am looking around for a really simple way to install CPAN on FreeBSD. 
 I keep running into errors in one variation or another.

I thought CPAN was depreciated in favor of CPANPLUS. I have installed CPANPLUS
from ports without any problems.


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


Re: Mentor for C self study wanted

2007-10-24 Thread Giorgos Keramidas
On 2007-10-23 23:24, Harald Schmalzbauer [EMAIL PROTECTED] wrote:
 Thanks all,
 here was my example, just for completeness, I found mentors for my
 needs.

 #include stdio.h

 void main()
 {
   short nnote;

   // Numerischen Notenwert einlesen
   printf(Bitte numerischen Schulnotenwert eingeben: );
   scanf(%d,nnote);

You are passing %d to scanf() so it expects to find enough 'storage'
in its pointer argument for an 'int'.  If 'short' happens to have a
smaller size (as is commonly the case), scanf() will overwrite random
memory locations after 'nnote'.  On systems where 'nnote' is stored in
the stack (because it's an automatic/local variable of main()), you are
risking stack corruption (and a SEGFAULT *may* happen).

It's also a very good idea to check the return code of scanf():

int nnote;

if (scanf(%d, nnote) != 1) {
error;
}

   switch (nnote)
   {
 case 1: printf(Die Note %d entspricht sehr gut.,nnote);
 break;
 case 2: printf(Die Note %d entspricht gut.,nnote);
 break;
 case 3: printf(Die Note %d entspricht befriedigend.,nnote);
 break;
 case 4: printf(Die Note %d entspricht ausreichend.,nnote);
 break;
 case 5: printf(Die Note %d entspricht mangelhaft.,nnote);
 break;
 case 6: printf(Die Note %d entspricht ungen?gend.,nnote);
 break;
 default: printf(%d ist keine zul?ssige Schulnote!);

There's no `int' argument to the printf() call of the default clause.

This will either cause printf() to print random garbage, or try to
access memory regions which are unmapped and SEGFAULT.

 P.S.:
 I found that declaring nnote as int soleves my problem, but I couldn?t
 understand why.
 Another one was the result of default: nnote was -1077942208 instead
 of 9 for example.

It was never assigned to 9 :)

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


how can i install gnome2 through console

2007-10-24 Thread Ananias Uushona
I was installing gnome2 through x interface but I realize that its very hard
especially to beginners but I got it right is that I did n't have the
hardware names and specifications right now I want to do it automatically so
it can detect the automatically so where do I begin to install it through
console should I remove xorg packages or what first?

 

 

Please help

 

Ananias Uushona

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


Re: best way to run vista inside freebsd

2007-10-24 Thread Frank Jahnke

On Wed, 2007-10-24 at 00:47 -0400, Francisco Reyes wrote:
 Frank Jahnke writes:
 
  VMs in general are a problem on Free.  There is an effort to port the
  most recent VMware Workstation by a very good man.
 
 VMware employee?

No.  He is the fellow who did the VMware 3 port.

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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Vince
Gerard wrote:
 On October 24, 2007 at 01:44AM Noah wrote:
 
 
 I am looking around for a really simple way to install CPAN on FreeBSD. 
 I keep running into errors in one variation or another.
 
I dont follow, CPAN.pm is installed as part of the perl port/package. Do
you mean the setup after you run perl -MCPAN -e 'shell' ?


 I thought CPAN was depreciated in favor of CPANPLUS. I have installed CPANPLUS
 from ports without any problems.
 
 
Well CPAN is part of the perl58 port while CPANPLUS is still an addon as
far as i can see. I tend to install my perl modules as ports anyway though.


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


rename file based on file's timestamp

2007-10-24 Thread andrew clarke
Hi,

Hopefully, a simple request...

I have a series of files in a directory:

-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 209.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 212.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 213.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 214.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 215.mp3

etc.

Now I want to rename these so the new filenames are based on the file's
timestamp, like so:

-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 2006-07-28.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 2006-07-31.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 2006-08-01.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 2006-08-02.mp3
-rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 2006-08-03.mp3

I can write some Python code to do this, but maybe there is another way,
perhaps using a shell script.  Any thoughts?

Thanks,

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


Low-cost online disk backup solution on FreeBSD. Hardware/Software recomendations?

2007-10-24 Thread Victor Meirans

Good day,

I need an advice. What hardware/software would you recommend for online 
disk backup server solution on FreeBSD?
99% of clients will be Windows XP/Vista users and the main requirement 
is low cost solution meaning that the client license should be free 
(GPL?) or low-priced compared to Tivoli or other vendors.


I was looking at BoxBackup as a software and gonna test it pretty soon, 
I like the encription feature. Any sucess stories with it? Pros/Cons? Or 
other recomendations?


Hardware is a big question. Any experience with Intel storage systems 
and FreeBSD? Like this one: 
http://www.intel.com/design/servers/storage/ssr212mc2/index.htm

or
http://www.intel.com/design/servers/storage/ssr212pp/index.htm

Is this hardware supported? Any experience or other hardware recomendations?

Any help would be highly appreciated.

If this should be sent to some other list, please let me know.

Thanks in advance.

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


Re: Writing Flash Driver

2007-10-24 Thread icantthinkofone

Svein Halvor Halvorsen wrote:

icantthinkofone wrote:
  
My naive question is, what is involved with creating an open source 
driver for flash for freebsd?  Is it a legal issue?  Or does it take 
more time than anyone has to give?  Or is it just too difficult to do 
without help from Adobe?



http://www.gnu.org/software/gnash/

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

  

Does that in any way answer the question?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rename file based on file's timestamp

2007-10-24 Thread Heiko Wundram (Beenic)
Am Mittwoch, 24. Oktober 2007 14:45:08 schrieb andrew clarke:
 Now I want to rename these so the new filenames are based on the file's
 timestamp, like so:

 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 2006-07-28.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 2006-07-31.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 2006-08-01.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 2006-08-02.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 2006-08-03.mp3

 I can write some Python code to do this, but maybe there is another way,
 perhaps using a shell script.  Any thoughts?

Simple bash script to do this (untested):

for i in $*
do
mv $i `stat -f %Sm -t %Y-%m-%d`.mp3
done

HTH!

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


Re: Low-cost online disk backup solution on FreeBSD. Hardware/Software recomendations?

2007-10-24 Thread Bill Moran
In response to Victor Meirans [EMAIL PROTECTED]:

 Good day,
 
 I need an advice. What hardware/software would you recommend for online 
 disk backup server solution on FreeBSD?
 99% of clients will be Windows XP/Vista users and the main requirement 
 is low cost solution meaning that the client license should be free 
 (GPL?) or low-priced compared to Tivoli or other vendors.
 
 I was looking at BoxBackup as a software and gonna test it pretty soon, 
 I like the encription feature. Any sucess stories with it? Pros/Cons? Or 
 other recomendations?

Investigate both Bacula and BackupPC.  Both might suit your needs,
depending on the exact details of your needs.

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


Re: Writing Flash Driver

2007-10-24 Thread Heiko Wundram (Beenic)
Am Mittwoch, 24. Oktober 2007 14:47:56 schrieb icantthinkofone:
 Does that in any way answer the question?

Yes, because gnash is an open-source (re)implementation of Flash Player, 
compatible with a large part of the Flash7 specification, so that you don't 
need Adobe's player to play Flash format multimedia files. Did you actually 
check out (i.e., visit _and_ read) the gnash website, if you're asking this?

By the way, this has nothing to do with drivers; Flash is a data-container 
format, which requires a program (knowing the specification, which is 
sort-of-open, with the emphasis lying on sort-of, not open, for Flash) to 
interpret, not a device. The word driver is reserved for software providing 
access to the latter (at least in my vocabulary), or at least something 
happening in kernel-space.

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


Re: best way to run vista inside freebsd

2007-10-24 Thread John Nielsen

Quoting Francisco Reyes [EMAIL PROTECTED]:


Frank Jahnke writes:


VMs in general are a problem on Free.  There is an effort to port the
most recent VMware Workstation by a very good man.


VMware employee?


No, Orlando Bassotto, who is the programmer who did much of the work 
for the original VMware Workstation 3 port and kernel modules for 
FreeBSD. If I understand it correctly, he picked up where Vladimir 
Silyaev left off after porting 2. Orlando also did quite a bit of work 
on a Workstation 4 port for FreeBSD that reached at least alpha quality.


Rsync.net code bounties and current status:
http://www.rsync.net/resources/notices/2007cb.html

Orlando's home page (currently blank):
http://www.break.net/orlando/

JN

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


OpenSSL Upgrades from ports.

2007-10-24 Thread Grant Peel

Hi all,

I need to upgrade (FreeBSD 6.2) OpenSSL due to some security concerns.

I would like to do so from ports.

If anyone cares to give me a simple how to I would be greatful.

make deinstall
make install clean

???

Are the any 'gotchas' upgrading OpenSSL I should watch for?

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


Re: multiple postgresql servers in multiple jails?

2007-10-24 Thread Oliver Peter
On Tue, Oct 23, 2007 at 10:06:08PM +0200, Oliver Fromme wrote:
 Oliver Peter wrote:
   Does anybody have a running system with more than one jail hosting
   more than one postgres server?
 
 Yes, you must configure them to use different port numbers,
 because the SysV IPC IDs are derived from the port number.
 If you try to run both servers with the default port, you'll
 get a conflict.  Configure different port numbers, and it
 will work.

Thanks for that hint.  After changing the port numbers for each
instance to a different one, it works - but only at first glance.
After making some test creates and inserts to all servers at the same
time I receive the 'out of memory' messages again...
Different UIDs, different ports, same error.

 By the way, the PostgreSQL developers do _not_ recommend to
 run multiple servers on the same machine, because of bad
 efficiency.  It is much better (performance-wise) to run
 all databases within the same server engine.  PostgreSQL
 has all the authentication and permission features you need
 to separate multiple databases within a single server, so
 there is really no need to use multiple jails.

Of course I understand that.  But I would like to setup a test server
in a different jail beside my production jail/pgsql-server to be sure
not to crash my production server.
Performance does not matter (at this time in this specific case of
course!).

 I have these on a machine with a single PostgreSQL server,
 as per recommendations of the developers:
 
 options SHMMAXPGS=65536
 options SEMMAP=1024
 options SEMMNI=64
 options SEMMNS=1024
 options SEMUME=64
 options SEMMNU=128

Is this a good recommendation for a machine with only 1GB of RAM?

-- 
Oliver PETER, eMail: [EMAIL PROTECTED], ICQ# 113969174
Worker bees can leave.  Even drones can fly away.
 The Queen is their slave.


pgpn9ie4anGY4.pgp
Description: PGP signature


Re: Writing Flash Driver

2007-10-24 Thread Benjamin M. A'Lee
On Wed, Oct 24, 2007 at 07:47:56AM -0500, icantthinkofone wrote:
 Svein Halvor Halvorsen wrote:
 icantthinkofone wrote:
   
 My naive question is, what is involved with creating an open source 
 driver for flash for freebsd?  Is it a legal issue?  Or does it take more 
 time than anyone has to give?  Or is it just too difficult to do without 
 help from Adobe?
 
 
 http://www.gnu.org/software/gnash/
 
 It can even play youtube.
   
 Does that in any way answer the question?

Yes. Obviously it's not a legal issue, as it's been done. Likewise,
it's not so difficult as to require help from Adobe, as it's been
done without such help.

As I understand it, it's mostly a case of time and effort - working
through as many different Flash files as possible, working out what
they're doing, and implementing the support for it.

-- 
Benjamin A'Lee [EMAIL PROTECTED]
http://subvert.org.uk/~bma/
I believe in equality for everyone, except reporters and
photographers. - Mahatma Gandhi


pgpA0ukKl8EB2.pgp
Description: PGP signature


Re: Live video streaming on FreeBSD?

2007-10-24 Thread Brian A. Seklecki

 /usr/ports/multimedia/mencoder can encode/recode videos to many
 different formats, including wmv9 and H.264.
 
 /usr/ports/multimedia/vlc contains a streaming server, IIRC.

Do any of these support multicast?  Cisco is pushing this big time with
AVVID.
-- 
Brian A. Seklecki [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: Q: general LaTeX mailing list

2007-10-24 Thread Byung-Hee HWANG
On Tue, 2007-10-23 at 17:45 +0200, Roland Smith wrote:
 On Tue, Oct 23, 2007 at 12:43:28PM +0900, Byung-Hee HWANG wrote:
  Hi there,
  
  Who knows a good general LaTeX mailing list? Ah yes, here is also good
  mailing list for the question. However, I want to give specific and
  professional advice about LaTeX. Unfortunately, Google disappointed my
  desire ;;
 
 Most local TeX User Groups have mailing-lists populated with knowledgeable
 people. See e.g. http://www.ktug.or.kr/
 
 There is also a good TeX related group on Usenet; comp.text.tex.
 
 There are also people who do consulting for (La)TeX;
 http://www.tug.org/consultants.html

Good! You know my local, Korea. Thanks for good guidance!

-- 
Byung-Hee HWANG * InZealBomb 
Get that man out here to me.
-- Michael Corleone, Chapter 23, page 334
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Q: general LaTeX mailing list

2007-10-24 Thread Byung-Hee HWANG
On Tue, 2007-10-23 at 17:03 +0300, Giorgos Keramidas wrote:
 On 2007-10-23 12:43, Byung-Hee HWANG [EMAIL PROTECTED] wrote:
  Hi there,
 
  Who knows a good general LaTeX mailing list? Ah yes, here is also good
  mailing list for the question. However, I want to give specific and
  professional advice about LaTeX. Unfortunately, Google disappointed my
  desire ;;
 
 If you don't have a dislike for newsgroups, then ``news:comp.text.tex''
 is a pretty good choice.

Okay I'll check that newsgroup, thanks!

-- 
Byung-Hee HWANG * InZealBomb 
Perhaps your grandchildren will become the new PEZZONOVANTI.
-- Vito Corleone, Chapter 20, page 290
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how can i install gnome2 through console

2007-10-24 Thread Byung-Hee HWANG
On Wed, 2007-10-24 at 23:06 +0900, Byung-Hee HWANG wrote:
 On Wed, 2007-10-24 at 12:30 +0200, Ananias Uushona wrote:
  I was installing gnome2 through x interface but I realize that its very hard
  especially to beginners but I got it right is that I did n't have the
  hardware names and specifications right now I want to do it automatically so
  it can detect the automatically so where do I begin to install it through
  console should I remove xorg packages or what first
 
 Please use pkg_add/pkg_delete instead of ports. It's very easy. That's
 all the way I install/remove gnome2. Of course it works through console.

Ananias, 

For install, at the command prompt type this command as root: 

pkg_add -v -r gnome2-lite

If you encounter strange problems, then send email again to
freebsd-questions@freebsd.org ;;

-- 
Byung-Hee HWANG * InZealBomb 
They shot him five times. But he's though.
-- Santino Corleone, Chapter 2, page 79
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Live video streaming on FreeBSD?

2007-10-24 Thread Nikos Vassiliadis
On Wednesday 24 October 2007 17:03:57 Brian A. Seklecki wrote:
  /usr/ports/multimedia/mencoder can encode/recode videos to many
  different formats, including wmv9 and H.264.
 
  /usr/ports/multimedia/vlc contains a streaming server, IIRC.

 Do any of these support multicast?  Cisco is pushing this big time with
 AVVID.

vlc supports multicast. Cisco has a marketing department and maybe
according to them multicast would be the new hot stuff.

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


Re: the right next step?

2007-10-24 Thread Aliya Harbouri
Hi John!

 Does your PR include a fix?

Well, I've sent my suggestion to the maintainer -- I don't know if
it's the *right* fix for the general port.  But, it works for me as a
workaround.

For what it's worth, in this particular case, I've simply asked that
the www/apache22 port be made compatible with (aware of?) the now
standard, port-installed Berkeley DB version 4.6.

 If it does, make some noise about it on the freebsd-ports mailing list and
 include the PR number and the fact that you've not heard back from the
 maintainer.

Ok, Thanks.

 If it doesn't, you might still want to bring it up on -ports, but getting it
 fixed depends on someone volunteering to take ownership of the problem (if
 not outright maintainership of the port).

Well, I guess I'll just have to see.

Seems to me that apache22 + bdb46, both being in the ports tree and
both being rather 'popular', that *someone* else would be interested
as well.  But, apparently, not (yet).

Thanks a lot!

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


Re: the right next step?

2007-10-24 Thread Aliya Harbouri
Hi Bill!

 Note also that a ports freeze is starting soon for 7.0 and 6.3 release.
 During the freeze, you'll have difficulty getting any ports changes
 through.

That's what I figured -- and why I've been trying to communicate about
this for ~ a month already.

It's not really that *I* have an issue with a workaound -- *that* I
can always do locally.  But I've recommended FreeBSD ports be used
out of the box for  installs around here.

I can understand non-functional / troublesome ports for some obscure
packages, but a working apache22 + bdb46 combo seemed a rather basic
and not-unreasonable expectation.

My own fault for *making* the recommendation, I know.

I'll keep trying to get somone to look at this.

Thanks a lot!

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


Re: Live video streaming on FreeBSD?

2007-10-24 Thread Brian A. Seklecki
On Wed, 24 Oct 2007 17:35:34 +0300
Nikos Vassiliadis [EMAIL PROTECTED] wrote:

 On Wednesday 24 October 2007 17:03:57 Brian A. Seklecki wrote:
   /usr/ports/multimedia/mencoder can encode/recode videos to many
   differen

Well, no, its just that the 99% of the managed switches  routers out
there are going to (need to) support multicast video delivery
they way they want.

~BAS



IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: how can i install gnome2 through console

2007-10-24 Thread James A. Harrison
 On Wed, 2007-10-24 at 23:06 +0900, Byung-Hee HWANG wrote:
 On Wed, 2007-10-24 at 12:30 +0200, Ananias Uushona wrote:
  I was installing gnome2 through x interface but I realize that its
 very hard
  especially to beginners but I got it right is that I did n't have the
  hardware names and specifications right now I want to do it
 automatically so
  it can detect the automatically so where do I begin to install it
 through
  console should I remove xorg packages or what first

 Please use pkg_add/pkg_delete instead of ports. It's very easy. That's
 all the way I install/remove gnome2. Of course it works through console.

 Ananias,

 For install, at the command prompt type this command as root:

 pkg_add -v -r gnome2-lite




However! There is a caveat here.

I'd say, sure, use pkg_add at first, because it's simple. However, bear in
mind that ports exist. And also bear in mind that you cannot mix packages
and ports, unless you want an inconsistent system.

Ports are well worth learning. I remember when I started using them, they
were confusing. But after I got used to them, I never, ever used/use
anything other than ports. They start making sense after a while ;)


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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread James A. Harrison
 Gerard wrote:
 On October 24, 2007 at 01:44AM Noah wrote:


 I am looking around for a really simple way to install CPAN on FreeBSD.
 I keep running into errors in one variation or another.


I'm not a very heavy perl user, but I've never *needed* to install CPAN on
FreeBSD. A little creative searching has revealed that most perl packages
are part of the FreeBSD Ports collection.

If you use more obscure CPAN packages, I can see there might be a need to
install CPAN, but try ports first.

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


Re: rename file based on file's timestamp

2007-10-24 Thread Pietro Cerutti
Heiko Wundram (Beenic) wrote:
 Am Mittwoch, 24. Oktober 2007 14:45:08 schrieb andrew clarke:
 Now I want to rename these so the new filenames are based on the file's
 timestamp, like so:

 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 2006-07-28.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 2006-07-31.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 2006-08-01.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 2006-08-02.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 2006-08-03.mp3

 I can write some Python code to do this, but maybe there is another way,
 perhaps using a shell script.  Any thoughts?
 
 Simple bash script to do this (untested):
 
 for i in $*
 do
   mv $i `stat -f %Sm -t %Y-%m-%d`.mp3
 done

just pay attention at the situation when two files have the same timestamp..

 
 HTH!
 


-- 
Pietro Cerutti

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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Aliya Harbouri
Hi everybody!

 I'm not a very heavy perl user, but I've never *needed* to install CPAN on
 FreeBSD. A little creative searching has revealed that most perl packages
 are part of the FreeBSD Ports collection.

 If you use more obscure CPAN packages, I can see there might be a need to
 install CPAN, but try ports first.

I'll just add my 2-cents.

I've had repeated 'issues' with port-installed BSDPAN perl modules.
Those have been the usual: lagging versions, source bugs, dependency
conflicts with modules installed that are unavailable of problematic
via BSDPAN, etc etc.

I've found, in those cases, that communicating with the
Port-maintainer has not always been 'fruitful', and, communicating
with the perl mod author usually results in that's a freebsd port
problem.

So, I currently use the Perl 588 *port*.  Then I install CPANPLUS and
remove all traces of BSDPAN-installed modules, replacing them with
CPANPLUS-installed modules.

A little bit of work, but, once done, I've had very few problems, and
*much* better responsiveness from perl module authors in actually
fixing problems.  And, the folks on the perl lists/channels are much
more willing/able to answer/solve problems.

Also, around here, I've got many different platforms to deal with.
Perl+CPANPLUS is platform agnostic -- it looks-n-feels the same.  Just
easier for my brain to grok than yet-another way -- ala BSDPAN.

Like I said, just my 2-cents.

HTH!

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


Re: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote:
  Does the onboard serial port work via USB? How odd! On my standard PC,
  the serial ports are driven by the sio driver, and have /dev/cuad* and
  /dev/ttyd* devices, noc cuaU. 
 
 No, that one's a standard serial port, driven by sio as well, and
 creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know.

How do you know that cuaU0 belongs to the sio driver? It should belong
to ucom.

According to the manual, sio(4) devices only create ttyd and cuad devices.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgphtsum9H1Mv.pgp
Description: PGP signature


webconference softwares ?

2007-10-24 Thread Frank Bonnet

Hello

Anyone knows if such softwares ( webconference / webminars ) are
availables in open source software world ?

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


Re: Is it difficult to move from Linux?

2007-10-24 Thread Charlie Farinella
 On 2007-10-22 Donovan R. Palmer wrote:
  Hi,
  
  I have been using Linux for over 10 years, but have for a number of
  reasons become very interested in learning to use FreeBSD. Are there
  any ex or current Linux users here and could you tell me how hard it
  is to make the shift from Linux?  Is there anything in particular
  which has been written which would be useful to read?

I have been a Linux user for a long time, but over the last year or so 
have been using either Open or Free BSD for all the servers I have to 
set up.  It's just so much cleaner.  

I'm still using Linux (Kubuntu, or Slackware) for my desktop machines, 
and am wondering if FreeBSD is an option for the desktop.  I need to 
run Audacity for instance, and would like to be able to view 
audio-video content on the web.  Has that been difficult for people to 
set up? 

-- 

Charles Farinella 
Appropriate Solutions, Inc. (www.AppropriateSolutions.com)
[EMAIL PROTECTED]
voice: 603.924.6079   fax: 603.924.8668

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


Re: resizing partitions

2007-10-24 Thread Jerry McAllister
On Tue, Oct 23, 2007 at 12:15:03PM -0600, Chad Perrin wrote:

 I have need to alter some partition sizes on a (laptop) system I use
 daily, with FreeBSD 6.2-RELEASE installed.  Are there tools you'd
 recommend for this, that should be stable and not prone to hosing up my
 filesystems?  In particular, I probably don't need to shrink any
 partitions -- only grow them -- but I'm not sure how I want to handle
 this at this time.  I worry a bit about using some Linux LiveCD's
 partition management tools on a FreeBSD system.  Any advice would be
 appreciated.

First, is there a strong reason that you must change the partition sizes?
Could you not instead just move some directories and make soft links
(Symbolic Links) from the old location to the new?   This can solve
most issues with much less hassle.

Second, are you for sure meaning partition and not slice in FreeBSD
terms?   If you mean slices, then there is no reasonable way other
than to back things up - using dump - and rebuild things and then
restore data.

If you mean FreeBSD partitions, then it is possible you could use
a utility called growfs.  But, it requires adjacent space to grow
in to.  You would have to free space in the partition that is next
higher in address space.   That would mean also backing that partition
up and blowing it away, growing the lower partition and creating the
higher one anew.Given all that trouble - and room for error, it
might be easier just to back up each partition/file system with a
reliable dump (check it before nuking things) and then rebuilding
the file systems from scratch using the fixit CD and then restoring
each file system.

If you are referring to FreeBSD partitions (and not MS partitions which
FreeBSD calls slices), then after making dumps of each file system (except
/tmp - don't bother with it)  you boot the install CD, select the fixit
shell, use disklabel to remake partitions and newfs to build the
file systems.  Make temporary mount pointss (which really exist in a 
memory file system, but you don't care about that) in the fixit's root 
and then cd in to each and restore the appropriate dump in to it with
a  'restore -rf '  Since you would, in this case be restoring a root
that you were already using, if you do not change the number and names
of partitions/file systems - just sizes, such things as /etc/fstab 
and rc.conf, etc would already be there and set up as you need them, so 
just reboot when all the restores are done.   If you change any of the 
partitions so that mount information needs to be redone, then you will 
want to go to that /etc/fstab in the temporarily mounted restored root
file system and modify it to suit the new situation.  Then reboot.

I think that if moving a directory and creating a symlink, as in my first
comment above, will not do the trick for you, then doing the complete dump 
and rebuild of partitions/file systems is a better bet that growfs.  Growfs 
is really more suitable for those situations where a person left a large 
glob of space un the slice unallocated in any partition, thinking another 
use was to be put to it later but now wants to incorporate that glob in 
to the partition next to it.   It is not really designed for moving stuff 
around in the middle of things.   But you can try it.

Third, Anyway, don't try using LINUX tools to manipulate 
the FreeBSD partitions.   There is too much difference.

jerry

 
 -- 
 CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
 John W. Russell: People point. Sometimes that's just easier. They also use
 words. Sometimes that's just easier. For the same reasons that pointing has
 not made words obsolete, there will always be command lines.
 ___
 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: cups-base woes

2007-10-24 Thread Brian A Seklecki (Mobile)
On Fri, 2007-10-05 at 19:21 -0400, E. J. Cerejo wrote:
 I've been trying to portupgrade cups-base for a week now, every time I 
 cvsup my ports I get a different error message, now this is the latest 
 one.  Any ideas on how to fix this or can someone direct me to the this 
 package so I don't have to build it?
 
 
 /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:202: warning: declaration 

Is your PHP install from src or Ports?

~BAS

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


Re: Live video streaming on FreeBSD?

2007-10-24 Thread Nikos Vassiliadis
On Wednesday 24 October 2007 17:44:13 Brian A. Seklecki wrote:
 Well, no, its just that the 99% of the managed switches  routers out
 there are going to (need to) support multicast video delivery
 they way they want.

I guess there are many possible solutions. YMMV. Many solutions
to many different problems. For example, you can keep multicast
to the edge of your network, near the clients. YMMV.

My point is, we don't have to advocate Cisco and proprietary
software here, right? In fact, we don't have to advocate
anything.

Let's let this conversation go. It's irrelevant to this list.

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


Re: the right next step?

2007-10-24 Thread Jerry McAllister
On Wed, Oct 24, 2007 at 07:43:37AM -0700, Aliya Harbouri wrote:

 Hi Bill!
 
  Note also that a ports freeze is starting soon for 7.0 and 6.3 release.
  During the freeze, you'll have difficulty getting any ports changes
  through.
 
 That's what I figured -- and why I've been trying to communicate about
 this for ~ a month already.
 
 It's not really that *I* have an issue with a workaound -- *that* I
 can always do locally.  But I've recommended FreeBSD ports be used
 out of the box for  installs around here.
 
 I can understand non-functional / troublesome ports for some obscure
 packages, but a working apache22 + bdb46 combo seemed a rather basic
 and not-unreasonable expectation.
 
 My own fault for *making* the recommendation, I know.

I am not sure I understand all of what is being said or implied here.
Ports is the recommended way of doing installs of third party stuff.

It also sounds like there is some misunderstanding on the term ports freeze.
What happens is that for a period before a new release comes out, all
ports and other things are 'frozen' so that everything can be built
and tested against the version of things about to be released.   If
changes keep being applied during that time, then there would never be
a verifiable release that things could be built against.   As soon as
the tests pass and the version is released, and some housekeeping taken
care of, the ports and the rest of things will be unfrozen and changes
again begun to be applied.

The release engineering team extablishes the freeze in order to create
the final builds and tests for a release.  It is not the ports maintainer
who creates the freeze.   The freeze is temporary.

jerry

 
 I'll keep trying to get somone to look at this.
 
 Thanks a lot!
 
 Ali
 ___
 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]


if_bridge, if_tap and wireless NICs

2007-10-24 Thread Doug Poland

Hello,

I've finally gotten emulators/qemu to work with bridge/tap networking on 
 FreeBSD-7.0-BETA1 i386 using bfe0: Broadcom BCM4401-B0 Fast Ethernet 
For reference, I used the tutorial listed at: 
http://forums.bsdnexus.com/viewtopic.php?id=1563


My issue is, however, that QEMU/bridge/tap does not work with my 
wireless NIC (ath0: Atheros 5212)


The question, is there a work-around for this issue?  My first thought 
was to bridge the loopback device.  I tried adding the loopback device 
lo0 to the bridge (ifconfig bridge0 addm lo0 up) but that failed with an 
error (ifconfig: BRDGADD lo0: Invalid argument).


Any help, pointers is much appreciated.


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


Re: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz
On 2007-10-24 17:15, Roland Smith wrote:
 On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote:
   Does the onboard serial port work via USB? How odd! On my standard PC,
   the serial ports are driven by the sio driver, and have /dev/cuad* and
   /dev/ttyd* devices, noc cuaU. 
  
  No, that one's a standard serial port, driven by sio as well, and
  creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know.
 
 How do you know that cuaU0 belongs to the sio driver? It should belong
 to ucom.
 
 According to the manual, sio(4) devices only create ttyd and cuad devices.

I'm guessing based on its timestamp pointing to the last system boot,
when the USB adapter wasn't connected, based on the device persisting
when I unplug the USB adapter.

Cheers
Benjamin


pgpUzEzgy1i5J.pgp
Description: PGP signature


Re: rename file based on file's timestamp

2007-10-24 Thread Jerry McAllister
On Wed, Oct 24, 2007 at 10:45:08PM +1000, andrew clarke wrote:

 Hi,
 
 Hopefully, a simple request...
 
 I have a series of files in a directory:
 
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 209.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 212.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 213.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 214.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 215.mp3
 
 etc.
 
 Now I want to rename these so the new filenames are based on the file's
 timestamp, like so:
 
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 28  2006 2006-07-28.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Jul 31  2006 2006-07-31.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  1  2006 2006-08-01.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  2  2006 2006-08-02.mp3
 -rw-r--r--  1 ozzmosis  ozzmosis  115201253 Aug  3  2006 2006-08-03.mp3
 
 I can write some Python code to do this, but maybe there is another way,
 perhaps using a shell script.  Any thoughts?

A script is a script whether it is in Python, Perl or one of the common
shells.   Use what works for you.  I'd use Perl, but I am already
somewhat familiar with Perl.

jerry

 
 Thanks,
 
 Regards
 Andrew
 ___
 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: USB-Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 05:23:48PM +0200, Benjamin Lutz wrote:
 On 2007-10-24 17:15, Roland Smith wrote:
  On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote:
Does the onboard serial port work via USB? How odd! On my standard PC,
the serial ports are driven by the sio driver, and have /dev/cuad* and
/dev/ttyd* devices, noc cuaU. 
   
   No, that one's a standard serial port, driven by sio as well, and
   creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't 
   know.
  
  How do you know that cuaU0 belongs to the sio driver? It should belong
  to ucom.
  
  According to the manual, sio(4) devices only create ttyd and cuad devices.
 
 I'm guessing based on its timestamp pointing to the last system boot,
 when the USB adapter wasn't connected, based on the device persisting
 when I unplug the USB adapter.

Is ucom loaded as a module? If so, try unloading and re-loading it and uplcom.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp9tLW0SulGe.pgp
Description: PGP signature


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Ross Penner
On 10/24/07, Erik Cederstrand [EMAIL PROTECTED] wrote:

 Ross Penner wrote:
  Hi all, I have a few questions about my Via C7 processor. In
  examples/make.conf there is an option for the CPUTYPE. It indicates
  that only the C3 and the C3-2 chips are supported. Does the C7 chip
  have support that I don't know of? If not, will it? Otherwise, will
  specifying the chipset as C3 help or hinder my environment?

 I know this is not an answer, but why not just upgrade to 7.0 if you
 need the C7 support?

 I probably will. I just thought I'd try and see if I could stay on stable
first.

 My second question is in regards to the CPU frequency control. I've
  seen that the C7 gets support for cpufreq in 7 current, but I'm
  running 6. Without support in cpufreq, what speed would my processor
  be running at? I've always thought my performance has been lackluster
  so I suspect it's running at the lower clock speed.

 If cpufreq/powerd is not active, your processor is running full-speed.
 You can check this with sysctl dev.cpu.0.freq if it's available on
 your system.

sounds reasonable. unfortunetly, 'sysctl dev.cpu.0.freq' doesn't seem to
work on my system. heh, it'd probably work if I upgrade to 7.0

Erik


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


Re: Writing Flash Driver

2007-10-24 Thread icantthinkofone

Heiko Wundram (Beenic) wrote:

Am Mittwoch, 24. Oktober 2007 14:47:56 schrieb icantthinkofone:
  

Does that in any way answer the question?



Yes, because gnash is an open-source (re)implementation of Flash Player, 
compatible with a large part of the Flash7 specification, so that you don't 
need Adobe's player to play Flash format multimedia files. Did you actually 
check out (i.e., visit _and_ read) the gnash website, if you're asking this?


By the way, this has nothing to do with drivers; Flash is a data-container 
format, which requires a program (knowing the specification, which is 
sort-of-open, with the emphasis lying on sort-of, not open, for Flash) to 
interpret, not a device. The word driver is reserved for software providing 
access to the latter (at least in my vocabulary), or at least something 
happening in kernel-space.


  
Thank you for that. 
Many have a problem trying to get Flash to play in their browser.  Flash 
worked for me in Firefox until the latest xorg upgrades, as many have 
also complained about.  You are right, and I should know better, that 
I'm not looking for drivers but trying to find out what would be 
needed to create a reliable interface to Adobe's flash player. 

I'm aware of gnash but have heard it doesn't play all flash files.  This 
may be not all the information to do so has been found yet and, maybe, 
as you stated, it would be better/easier to contribute to the gnash 
project instead.

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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Noah



Martin Hepworth wrote:

what have you tried and what errors do you get?



Martin


thanks for responding.  here are the errors I am receiving when I am 
attempting to update things.



sudo perl -MCPAN -e 'CPAN::Shell-install(CPAN::Shell-r)' 
[~]

Password:
Sorry, try again.
Password:
Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in 
@INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval 
4) line 1.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.

Compilation failed in require at /usr/local/lib/perl5/5.8.8/CPAN.pm line 16.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/CPAN.pm 
line 16.

Compilation failed in require.
BEGIN failed--compilation aborted.





--
martin

On 10/24/07, *Noah* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  wrote:

Hi there,

I am looking around for a really simple way to install CPAN on FreeBSD.
  I keep running into errors in one variation or another.

Anybody have a good page to send me to?

Cheers,

Noah
___
freebsd-questions@freebsd.org mailto:freebsd-questions@freebsd.org
mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
mailto:[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: Booting a GELI encrypted hard disk

2007-10-24 Thread Daniel Marsh
On 10/23/07, Steve Bertrand [EMAIL PROTECTED] wrote:


  I am voraciously attempting to get a FreeBSD system to boot from
  a GELI encrypted hard disk, but am having problems.
 
  You don't need to encrypt the whole harddisk. You can encrypt
  separate slices. There is no need to encrypt stuff like / or /usr;
  what is there that needs to be kept secret?
 
  Maybe not encryption, but integrity protection is very important for
  laptops. GELI supports integrity protection for a while now. If you
  don't protect integrity of your entire laptop disk, it is trivial to
  trojan userland utilities and/or kernel and steal your password. If
  someone needs your data, he can dump encrypted partition, trojan your
   system and once you connect to the internet and attach your
  encrypted partition, the trojan will send the password to the
  attacker. Many people often leave their laptops in hotels rooms, for
  example.

 I don't quite grasp in what level you are using the term 'integrity'
 here.

 My knowledge of encryption at the storage level is limited at best...
 I'm just finding out all the finer points (temp directories, swap
 etc).

 However, I'll throw out what I wanted, what I have and then a question:

 Want:

 - a FreeBSD system that runs from a fully encrypted disk with
 passphrase and an encryption key on a removable thumb disk that can be
 removed so that upon reboot, can not be started

 Have:

 - a FreeBSD system that runs from a fully encrypted disk with NO
 passphrase (due to known, seemingly unsolved keyboard interaction
 problems) that boots from a thumb drive that has an encryption key so
 that when rebooted, does not boot (thumb drive can be removed once
 boot procedure complete))

 Question:

 - if the disk (PC) is stolen, having the entire disk encrypted so no
 one can even tell what OS is on it, does it make it secure to the
 point that no one will know what to look for anyway (eg: what is in
 /usr)? If someone does not know the OS, then it makes it more
 difficult to know what string or text attacks to perform, right? (I'm
 not trying to start a security via obscurity/bikeshed war, I seriously
 wouldn't mind opinion).

 I think it's fantastic. I'm not a disk forensic specialist, but it's
 good enough for what I want. Again...thanks to everyone who worked on
 the GEOM infrastructure.

 Performance is adequate in my benches so far for what I need, so long
 as one has adequate memory as to not have to run a disk-based swap
 space.

 Steve


Even if all data on a drive is encrypted, the partition table is not.
Software based disk encryption works on partitions.

How far into the boot sequence do you get before your system crashes without
the key present?
I would assume as far as reading the / partition to get the kernel etc...

It would have read the partition table and the boot loader, known which
partition was the active partition and tried booting it.

Now, to identify what OS this disk has on it you can check the partition
table and see what type has been set for each slice/partition.
You will be able to see that there is a BSD style slice on the disk just by
running `fdisk /dev/mystolendiskdevice`
You now know it's a BSD OS, you could then make a guess as to what version
of BSD by the type of machine it was taken from, based on what hardware is
supported by each BSD.

I believe their slices and layout are identical but the file systems differ.

The person with your disk could then start trying to determine what kind of
disk encryption is in place.

So, a disk drive (I believe Seagate ship them now) that has an encryption
chip built in to do hardware encryption regardless of software in use would
be an excellent measure.
On top of that add your GELI.

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


Re: Is it difficult to move from Linux?

2007-10-24 Thread Adam J Richardson

Donovan R. Palmer wrote:

I have saved many of your emails for future reference.


Hi Donovan,

Welcome to the list. There's no need for you to store the emails, since 
they're all archived at http://docs.freebsd.org/mail/ anyway. :)


Regards,
Adam J Richardson

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


Re: Writing Flash Driver

2007-10-24 Thread icantthinkofone

Benjamin M. A'Lee wrote:

On Wed, Oct 24, 2007 at 07:47:56AM -0500, icantthinkofone wrote:
  

Svein Halvor Halvorsen wrote:


icantthinkofone wrote:
  
  
My naive question is, what is involved with creating an open source 
driver for flash for freebsd?  Is it a legal issue?  Or does it take more 
time than anyone has to give?  Or is it just too difficult to do without 
help from Adobe?



http://www.gnu.org/software/gnash/

It can even play youtube.
  
  

Does that in any way answer the question?



Yes. Obviously it's not a legal issue, as it's been done. Likewise,
it's not so difficult as to require help from Adobe, as it's been
done without such help.

As I understand it, it's mostly a case of time and effort - working
through as many different Flash files as possible, working out what
they're doing, and implementing the support for it.

  
To correct my previous post, I think.  It was Benjamin, here, who 
brought up working out the information involved in interfacing to Flash.

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


Re: Install on new INTEL motherboard, can't find ATA devices

2007-10-24 Thread Thomas David Rivers
 
 On Mon, 2007-10-22 at 15:13 -0400, Thomas David Rivers wrote:
  I just got a new INTEL motherboard - chock full of these new-fangled
  SATA connectors... and one legacy ATA connector.  I moved a disk
  drive from an older box to this new one..
  
  The machine can boot from the disk drive, but then after the kernel
  is up-and-running - it can't find the drive to mount the root file
  system.
 
 Can you paste your complete /var/run/dmesg.boot from the boot kernel?
 Did you try a 7-PRERELEASE snapshot?  Are there any modes to toggle in
 the BIOS?
 
 ~BAS
 

 Hi Brian, 

  Thanks for your response...

  Just to fill in some more details, this is an Intel DG33BU, part
 of the Intel Classic Series.

  I can't paste a /var/run/dmesg.boot - because, I don't have one,
 I'm trying to do an install...

  It seems to be that the BIOS treats the ATA drives as C and D;
 but after the kernel starts (after the boot) FreeBSD can't find them.
 It does find the SATA drives.
 
  I couldn't find anything in the BIOS regarding the drives except
 to treat the SATA drives as legacy or not (whatever that means...)


- Thanks! -
- Dave Rivers -

--
 Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com


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


Re: webconference softwares ?

2007-10-24 Thread Shantanoo Mahajan


On 24-Oct-07, at 8:46 PM, Frank Bonnet wrote:


Hello

Anyone knows if such softwares ( webconference / webminars ) are
availables in open source software world ?


you may have a look at http://www.dimdim.com/

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


Re: Booting a GELI encrypted hard disk

2007-10-24 Thread Pawel Jakub Dawidek
On Thu, Oct 25, 2007 at 12:46:53AM +0800, Daniel Marsh wrote:
 Even if all data on a drive is encrypted, the partition table is not.
 Software based disk encryption works on partitions.

That's not true. One can configure full disk encryption using GELI. To
do it you need to have a small USB pen-drive or CD-ROM with /boot/
directory, but that's all you need. Then you actually boot from your
unencrypted pen-drive, but mount all file systems from encrypted disk.
The pen-drive is not needed for your system to run and you can be easly
take it with you, which is not always the case for your laptop.

 How far into the boot sequence do you get before your system crashes without
 the key present?
 I would assume as far as reading the / partition to get the kernel etc...
 
 It would have read the partition table and the boot loader, known which
 partition was the active partition and tried booting it.
 
 Now, to identify what OS this disk has on it you can check the partition
 table and see what type has been set for each slice/partition.
 You will be able to see that there is a BSD style slice on the disk just by
 running `fdisk /dev/mystolendiskdevice`
 You now know it's a BSD OS, you could then make a guess as to what version
 of BSD by the type of machine it was taken from, based on what hardware is
 supported by each BSD.
 
 I believe their slices and layout are identical but the file systems differ.
 
 The person with your disk could then start trying to determine what kind of
 disk encryption is in place.

That's all irrelevant. Security of GELI (or any sane cryptographic
system) doesn't depend on secrecy of algorithms used.

-- 
Pawel Jakub Dawidek   http://www.wheel.pl
[EMAIL PROTECTED]   http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!


pgpA1kmMdGF3e.pgp
Description: PGP signature


Re: Writing Flash Driver

2007-10-24 Thread Aryeh M. Friedman
Heiko Wundram (Beenic) wrote:
 Am Mittwoch, 24. Oktober 2007 14:47:56 schrieb icantthinkofone:
   
 Does that in any way answer the question?
 

 Yes, because gnash is an open-source (re)implementation of Flash Player, 
 compatible with a large part of the Flash7 specification, 

gnash is no where near usable for some apps (static flash objects) for
example after trying every flash (and flash like) solution only
linux-flasplayer7 works on 8-Current amd64 for stites like google
ananyltics.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Sean Murphy

Noah wrote:



Martin Hepworth wrote:

what have you tried and what errors do you get?



Martin


thanks for responding.  here are the errors I am receiving when I am 
attempting to update things.



sudo perl -MCPAN -e 'CPAN::Shell-install(CPAN::Shell-r)' 
[~]

Password:
Sorry, try again.
Password:
Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in 
@INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval 
4) line 1.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
Compilation failed in require at /usr/local/lib/perl5/5.8.8/CPAN.pm 
line 16.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/5.8.8/CPAN.pm line 16.

Compilation failed in require.
BEGIN failed--compilation aborted.





--
martin

On 10/24/07, *Noah* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
wrote:


Hi there,

I am looking around for a really simple way to install CPAN on 
FreeBSD.

  I keep running into errors in one variation or another.

Anybody have a good page to send me to?

Cheers,

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



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



I don't install CPAN on FreeBSD.  I use the ports and packages from
http://www.freebsd.org/ports
Do a search for the module that you require P5- means it is a perl 
module also you can use the ports collection for PHP modules as well.  
This will automatically install any other dependent modules.


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


Now can't get past the copyright info. What next?

2007-10-24 Thread W. D.
I've got a FreeBSD 4.9 Samba file server that boots
but hangs after the Regents of the University of California
text.

Is there some way to fix this?

Boot from a CD?  Put the hard drive in another computer?

Help!


Start Here to Find It Fast!™ - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/

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


Re: reverse DNS resolution...

2007-10-24 Thread Eric F Crist
Thanks to all for their help.  I was ignoring the forward DNS, and  
many things don't resolve reverse DNS unless there's a matching  
forward DNS.


duh.

thanks!

Eric Crist

On Oct 23, 2007, at 12:00 PMOct 23, 2007, Oliver Fromme wrote:


Eric F Crist wrote:

As I already stated, if I do a host 172.30.x.x, I get a the correct
reverse resolution.  dig works as well.  What isn't working is the
reverse resolution in certain command outputs, etc.


Note that the DNS tools (host, nslookup, dig) use their
own resolver code, not the one from FreeBSD's libc, like
all other tools.  That might explain the difference.

Make sure that you have configured /etc/nsswitch.conf
and /etc/resolv.conf correctly.  Also note that /etc/hosts
overrides DNS by default.

You can use tcpdump to check if a reverse lookup request
is sent to the DNS server when the failure occurs, and
what the reply looks like.  E.g. let this command run in
one terminal:

# tcpdump -i tun0 -s 1500 -l -n -vvv udp port domain

Add an -i option to specify the interface to listen on,
if you have multiple interfaces (e.g. -i fxp0).

Then run the command (w, irc client, whatever) in another
terminal and watch the tcpdump output.  Oh by the way,
I think the addresses in IRC are resolved by the servers,
not by the clients, so you would have to run the tcpdump
command on the IRC server (if it's an internal one to
which you can login and have root access).

Best regards
   Oliver

--
Oliver Fromme, secnetix GmbH  Co. KG, Marktplatz 29, 85567 Grafing  
b. M.
Handelsregister: Registergericht Muenchen, HRA 74606,   
Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister:  
Registergericht Mün-
chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf  
Gebhart


FreeBSD-Dienstleistungen, -Produkte und mehr:  http:// 
www.secnetix.de/bsd


PI:
int f[9814],b,c=9814,g,i;long a=1e4,d,e,h;
main(){for(;b=c,c-=14;i=printf(%04d,e+d/a),e=d%a)
while(g=--b*2)d=h*b+a*(i?f[b]:a/5),h=d/--g,f[b]=d%g;}
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


-
Eric F Crist
Secure Computing Networks


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


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Erik Norgaard

Ross Penner wrote:

On 10/24/07, Erik Cederstrand [EMAIL PROTECTED] wrote:

Ross Penner wrote:

Hi all, I have a few questions about my Via C7 processor. In
examples/make.conf there is an option for the CPUTYPE. It indicates
that only the C3 and the C3-2 chips are supported. Does the C7 chip
have support that I don't know of? If not, will it? Otherwise, will
specifying the chipset as C3 help or hinder my environment?

I know this is not an answer, but why not just upgrade to 7.0 if you
need the C7 support?


 I probably will. I just thought I'd try and see if I could stay on stable
first.


AFAIK 7.0 will be stable while 6.3 will be legacy.

Cheers, Erik

--
Erik Nørgaard
Ph: +34.666334818   http://www.locolomo.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Windows SSH client?

2007-10-24 Thread Eric F Crist

Hey folks,

I'm looking for a good, free, SSH client that has line/column numbers  
at the bottom, similar to SecureCRT.  Any advice is appreciated!


-
Eric F Crist
Secure Computing Networks


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


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Ross Penner


On 10/24/07, Ross Penner [EMAIL PROTECTED] wrote:
 On 10/24/07, Erik Cederstrand [EMAIL PROTECTED] wrote:
 
  Ross Penner wrote:
   Hi all, I have a few questions about my Via C7 processor. In
   examples/make.conf there is an option for the CPUTYPE. It indicates
   that only the C3 and the C3-2 chips are supported. Does the C7 chip
   have support that I don't know of? If not, will it? Otherwise, will
   specifying the chipset as C3 help or hinder my environment?
 
  I know this is not an answer, but why not just upgrade to 7.0 if you
  need the C7 support?
 
  I probably will. I just thought I'd try and see if I could stay on stable
 first.
 
  My second question is in regards to the CPU frequency control. I've
   seen that the C7 gets support for cpufreq in 7 current, but I'm
   running 6. Without support in cpufreq, what speed would my processor
   be running at? I've always thought my performance has been lackluster
   so I suspect it's running at the lower clock speed.
 
  If cpufreq/powerd is not active, your processor is running full-speed.
  You can check this with sysctl dev.cpu.0.freq if it's available on
  your system.
 
 sounds reasonable. unfortunetly, 'sysctl dev.cpu.0.freq' doesn't seem to
 work on my system. heh, it'd probably work if I upgrade to 7.0

Apparently I'm an idiot. the sysctl command does work. when the system is 
mostly idle, It outputs '198' and when I put a high cpu load on it, it outputs 
'397'. I'm not exactly sure what this means as I'm hoping it doesn't refer to 
the MHz. It's a 1.2GHz processor. Can somebody help me interpret this result?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


First panic in 7.0-BETA1 on i386

2007-10-24 Thread Doug Poland
I'd like to report the details but I'm unfamiliar with the process. 
Should I post here on -questions or on -current mailing list?


Looks like the issue is:  kernel: current process = 46 (ath0 taskq)


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


Re: Windows SSH client?

2007-10-24 Thread Doug Clements
On 10/24/07, Eric F Crist [EMAIL PROTECTED] wrote:

 Hey folks,

 I'm looking for a good, free, SSH client that has line/column numbers
 at the bottom, similar to SecureCRT.  Any advice is appreciated!


Free for non-commercial use:

http://ssh.com/

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


Re: 7.0 and 6.3

2007-10-24 Thread Kris Kennaway

Vince wrote:

Kris Kennaway wrote:

David J Brooks wrote:

Bill Moran wrote:

Note also that a ports freeze is starting soon for 7.0 and 6.3 release.

What are the differences between 6.3 and 7.0? Which should be
considered the standard upgrade path from 6.2 release? Is there a
compelling reason to upgrade to one over the other?

7.0 is the recommended choice; 6.3 is only for people who cannot update
to the new branch yet.

http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf



Great presentation! Is this linked to from anywhere on the FreeBSD site
or the wiki? It definitely deserves more widespread distribution.

Vince


Thanks!  It hasnt yet been promoted much because it is quite new 
(presented at BSDCON-Tr in Istanbul last Friday).  We'll definitely be 
giving it more publicity though.


Kris

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


Re: First panic in 7.0-BETA1 on i386

2007-10-24 Thread Kris Kennaway

Doug Poland wrote:
I'd like to report the details but I'm unfamiliar with the process. 
Should I post here on -questions or on -current mailing list?


-stable.


Looks like the issue is:  kernel: current process = 46 (ath0 taskq)


Well, unfortunately that doesn't really say anything.  Read the chapter 
on kernel debugging in the developers' handbook to learn how to 
investigate and report this.


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


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 01:25:51PM -0600, Ross Penner wrote:
  sounds reasonable. unfortunetly, 'sysctl dev.cpu.0.freq' doesn't seem to
  work on my system. heh, it'd probably work if I upgrade to 7.0
 
 Apparently I'm an idiot. the sysctl command does work. when the system
 is mostly idle, It outputs '198' and when I put a high cpu load on it,
 it outputs '397'. I'm not exactly sure what this means as I'm hoping
 it doesn't refer to the MHz. 

I'm afraid it does;

$ sysctl -d dev.cpu.0.freq
dev.cpu.0.freq: Current CPU frequency

When I see a CPU speed of 1 GHz in conky, I get:

$ sysctl dev.cpu.0.freq
dev.cpu.0.freq: 1000

(on my athlon64)

What does 'sysctl dev.cpu.0.freq_levels' report? It should list the
available CPU frequencies.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpKR4KFp3cyJ.pgp
Description: PGP signature


Re: First panic in 7.0-BETA1 on i386

2007-10-24 Thread Doug Poland

Kris Kennaway wrote:

Doug Poland wrote:
I'd like to report the details but I'm unfamiliar with the process. 
Should I post here on -questions or on -current mailing list?


-stable.


Looks like the issue is:  kernel: current process = 46 (ath0 taskq)


Well, unfortunately that doesn't really say anything.  Read the chapter 
on kernel debugging in the developers' handbook to learn how to 
investigate and report this.


Thanks for the info,  I've followed the steps you've referenced and 
posted it to -stable.


--
Regards,
Doug

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


Re: Windows SSH client?

2007-10-24 Thread Alexandre Biancalana
On 10/24/07, Eric F Crist [EMAIL PROTECTED] wrote:
 Hey folks,

 I'm looking for a good, free, SSH client that has line/column numbers
 at the bottom, similar to SecureCRT.  Any advice is appreciated!


http://www.chiark.greenend.org.uk/~sgtatham/putty/ is great!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Windows SSH client?

2007-10-24 Thread Rob

Eric F Crist wrote:
I'm looking for a good, free, SSH client that has line/column numbers at 
the bottom, similar to SecureCRT.  Any advice is appreciated!


I've used Tera Term for years and recently discovered there's a new 
actively developed version at http://ttssh2.sourceforge.jp/  If you 
don't come up with anything else, it might be easy to add the numbering. 
 It appears to already have a current SSH implementation.


Wikipedia has a big comparison matrix, too: 
http://en.wikipedia.org/wiki/Comparison_of_SSH_clients



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


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Ross Penner
On 10/24/07, Roland Smith [EMAIL PROTECTED] wrote:
 On Wed, Oct 24, 2007 at 01:25:51PM -0600, Ross Penner wrote:
   sounds reasonable. unfortunetly, 'sysctl dev.cpu.0.freq' doesn't seem to
   work on my system. heh, it'd probably work if I upgrade to 7.0
 
  Apparently I'm an idiot. the sysctl command does work. when the system
  is mostly idle, It outputs '198' and when I put a high cpu load on it,
  it outputs '397'. I'm not exactly sure what this means as I'm hoping
  it doesn't refer to the MHz.

 I'm afraid it does;

 $ sysctl -d dev.cpu.0.freq
 dev.cpu.0.freq: Current CPU frequency

 When I see a CPU speed of 1 GHz in conky, I get:

 $ sysctl dev.cpu.0.freq
 dev.cpu.0.freq: 1000

 (on my athlon64)

 What does 'sysctl dev.cpu.0.freq_levels' report? It should list the
 available CPU frequencies.

I get:
dev.cpu.0.freq_levels: 397/-1 198/-1

Is this something I should be reporting to stable? It's not explicitly
mentioned in the hardware notes so I'm not sure if my processor is
actually supported in 6.2. Is it possible that I've been shipped the
wrong processor? If so, how would I be able to tell short of ripping
off the giant heatsink and looking?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 7.0 and 6.3

2007-10-24 Thread David J Brooks
On Wednesday 24 October 2007 02:17:12 am Kris Kennaway wrote:
 David J Brooks wrote:
  Bill Moran wrote:
  Note also that a ports freeze is starting soon for 7.0 and 6.3 release.
 
  What are the differences between 6.3 and 7.0? Which should be considered
  the standard upgrade path from 6.2 release? Is there a compelling reason
  to upgrade to one over the other?

 7.0 is the recommended choice; 6.3 is only for people who cannot update
 to the new branch yet.

 http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf

Wow! That's a really thorough answer. Thanks Kris!

David
-- 
The second best policy is dishonesty.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Windows SSH client?

2007-10-24 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 10/24/07, Doug Clements  wrote:

 Free for non-commercial use:

 http://ssh.com/


I second that.  I still use this one because putty's interface is awful.

Here's the direct link:

ftp://ftp.ssh.com/pub/ssh/SSHSecureShellClient-3.2.9.exe



- --
Andy Harrison
public key: 0x67518262
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHH607NTm8fWdRgmIRAj1gAJ95EWlKbmCbERSzPc7yQD4dLgv8qQCgoOBt
SL3cpy3ppcZ3PrpzF6JtuCA=
=8JBI
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 02:25:11PM -0600, Ross Penner wrote:
  What does 'sysctl dev.cpu.0.freq_levels' report? It should list the
  available CPU frequencies.
 
 I get:
 dev.cpu.0.freq_levels: 397/-1 198/-1
 
 Is this something I should be reporting to stable? It's not explicitly
 mentioned in the hardware notes so I'm not sure if my processor is
 actually supported in 6.2. Is it possible that I've been shipped the
 wrong processor? If so, how would I be able to tell short of ripping
 off the giant heatsink and looking?

Have a look at the dmesg output with 'dmesg |head -n 24'. There should
be some info about the CPU in there. Post those lines here.

And have a look at the bios. It could have some settings to regulate the
CPU speed.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpPdjsPyuFMi.pgp
Description: PGP signature


forcing compilation/run time linking of lib32 on amd64

2007-10-24 Thread Aryeh M. Friedman
I am writing some demo code (for teaching C) and need to have the same
program run on a 32 bit machine and a 64 bit machine (showing that int's
are always word length)... I have 8-current amd64 how do I force it to
compile with 32 bit words?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Ross Penner
On 10/24/07, Roland Smith [EMAIL PROTECTED] wrote:
 On Wed, Oct 24, 2007 at 02:25:11PM -0600, Ross Penner wrote:
   What does 'sysctl dev.cpu.0.freq_levels' report? It should list the
   available CPU frequencies.
  
  I get:
  dev.cpu.0.freq_levels: 397/-1 198/-1
 
  Is this something I should be reporting to stable? It's not explicitly
  mentioned in the hardware notes so I'm not sure if my processor is
  actually supported in 6.2. Is it possible that I've been shipped the
  wrong processor? If so, how would I be able to tell short of ripping
  off the giant heatsink and looking?

 Have a look at the dmesg output with 'dmesg |head -n 24'. There should
 be some info about the CPU in there. Post those lines here.

Lines from dmesg:

 Timecounter i8254 frequency 1193182 Hz quality 0
CPU: VIA C7 Esther+RNG+AES+AES-CTR+SHA1+SHA256+RSA (399.40-MHz 686-class CPU)
  Origin = CentaurHauls  Id = 0x6a9  Stepping = 9
  
Features=0xa7c9bbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,CMOV,PAT,CLFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
  Features2=0x181SSE3,EST,TM2

It clearly indicates that it's a 400MHz processor, but the timecounter
makes me think it' the 1.2 GHz it's supposed to be.

 And have a look at the bios. It could have some settings to regulate the
 CPU speed.

The BIOS didn't seem to have anything to adjust the CPU speed, but
while booting I did notice that it declared itself as a via C7 400MHz
processor.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: user ppp and PPPoE bridging

2007-10-24 Thread freebsd

Nikos Vassiliadis wrote:


You said you had wrong encapsulation type. Did you make any progress?


Yes.
Changing the encapsulation type brought the line up,
and things hobbled along...
However, the line is dropped after a few minutes,
apparently a result of not being able to determine line quality:

Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: ** Too many LQR 
packets lost **
Oct 24 12:39:06 nightmare ppp[859]: tun0: LQM: deflink: Too many LQR packets 
lost
Oct 24 12:39:06 nightmare ppp[859]: tun0: CCP: deflink: State change Stopped 
-- Closed
Oct 24 12:39:06 nightmare ppp[859]: tun0: CCP: deflink: State change Closed -- 
Initial
Oct 24 12:39:06 nightmare ppp[859]: tun0: LCP: deflink: LayerDown
Oct 24 12:39:06 nightmare ppp[859]: tun0: LCP: deflink: State change Opened -- 
Starting
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: open - lcp
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_UpdateMTU (5)
Oct 24 12:39:06 nightmare ppp[859]: tun0: TCP/IP: route_UpdateMTU: Netif: 5 
(tun0), dst 0.0.0.0/0, mtu 1500
Oct 24 12:39:06 nightmare ppp[859]: tun0: TCP/IP: route_UpdateMTU: Netif: 5 
(tun0), dst 216.47.48.1, mtu 1500
Oct 24 12:39:06 nightmare ppp[859]: tun0: TCP/IP: route_UpdateMTU: Netif: 5 
(tun0), dst ff01:5::/32, mtu 1500
Oct 24 12:39:06 nightmare ppp[859]: tun0: TCP/IP: route_UpdateMTU: Netif: 5 
(tun0), dst ff02:5::/32, mtu 1500
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: deflink: LayerDown: 12.32.44.142
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: ReadSystem: Can't open 
/etc/ppp/ppp.linkdown.
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: ReadSystem: Can't open 
/etc/ppp/ppp.linkdown.
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: ReadSystem: Can't open 
/etc/ppp/ppp.linkdown.
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: deflink: State change Opened 
-- Starting
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: deflink: LayerFinish.
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: Connect time: 331 secs: 2253 
octets in, 1584 octets out
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: 24 packets in, 25 packets out
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP:  total 11 bytes/sec, peak 275 
bytes/sec on Wed Oct 24 12:34:43 2007
Oct 24 12:39:06 nightmare ppp[859]: tun0: IPCP: deflink: State change Starting 
-- Initial
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: bundle: Terminate
Oct 24 12:39:06 nightmare ppp[859]: tun0: LCP: deflink: LayerFinish
Oct 24 12:39:06 nightmare ppp[859]: tun0: LCP: deflink: State change Starting 
-- Initial
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: Disconnected!
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: lcp - logout
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: Disconnected!
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: logout - hangup
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: deflink: Close
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: Connect time: 332 
secs: 3044 octets in, 2789 octets out
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: 70 packets in, 77 
packets out
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase:  total 17 bytes/sec, peak 315 
bytes/sec on Wed Oct 24 12:34:46 2007
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: deflink: hangup - closed
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_IfDelete (5)
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found 0.0.0.0/0 216.47.48.1
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_IfDelete: Skip it (pass 
0)
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found 216.47.48.1 12.32.44.142
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_IfDelete: Skip it (pass 
0)
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found ff01:5::/32 AF_UNSPEC
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_IfDelete: Skip it (pass 
0)
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found ff02:5::/32 AF_UNSPEC
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: route_IfDelete: Skip it (pass 
0)
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found 0.0.0.0/0 216.47.48.1
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: wrote 124: cmd = Delete, dst = 
0.0.0.0/0, gateway = none
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found 216.47.48.1 12.32.44.142
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: wrote 108: cmd = Delete, dst = 
216.47.48.1, gateway = none
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found ff01:5::/32 AF_UNSPEC
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: wrote 148: cmd = Delete, dst = 
ff01:5::/32, gateway = none
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: Found ff02:5::/32 AF_UNSPEC
Oct 24 12:39:06 nightmare ppp[859]: tun0: Debug: wrote 148: cmd = Delete, dst = 
ff02:5::/32, gateway = none
Oct 24 12:39:06 nightmare ppp[859]: tun0: Phase: bundle: Dead

During initial protocol negotiation, it looks like come sort of compression
is disallowed, but it doesn't seem like that should cause the line to be
dropped later:

Oct 24 12:33:35 nightmare 

Re: forcing compilation/run time linking of lib32 on amd64

2007-10-24 Thread Josh Carroll
 I am writing some demo code (for teaching C) and need to have the same
 program run on a 32 bit machine and a 64 bit machine (showing that int's
 are always word length)... I have 8-current amd64 how do I force it to
 compile with 32 bit words?

Add the following to your gcc command line:

-m32 -B/usr/lib32 -L/usr/lib32

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


Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread Gerard
On October 24, 2007 at 02:11PM Sean Murphy wrote:


 I don't install CPAN on FreeBSD.  I use the ports and packages from
 http://www.freebsd.org/ports
 Do a search for the module that you require P5- means it is a perl 
 module also you can use the ports collection for PHP modules as well.  
 This will automatically install any other dependent modules.

Unfortunately, not all CPAN modules are available in the ports collection.
That leaves just two readily available avenues open.

1) Become a maintainer and port the module to FreeBSD. This is a rather time
consuming process that while it has its advantages, it is certainly not
advantageous for a user who needs the module installed now.

2) Use CPANPLUS to install the module.

Unless the user has the time, knowledge and motivation to do the first, the
second approach is usually superior.

Just my 2¢.


-- 
Gerard

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


Re: Install on new INTEL motherboard, can't find ATA devices

2007-10-24 Thread Thomas David Rivers
Just to follow up on the Intel DG33UB issues.

I tried the 7.0 BETA bootonly ISO image today; and low-and-behold,
that found the missing CDROM drive.

I'm going to try the 6.3 BETA when it rolls out...

- Thanks -
- Dave Rivers -
--
 Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Via C7 Processor (CPU) - cpufreq and make.conf support

2007-10-24 Thread Erik Trulsson
On Wed, Oct 24, 2007 at 03:02:21PM -0600, Ross Penner wrote:
 On 10/24/07, Roland Smith [EMAIL PROTECTED] wrote:
  On Wed, Oct 24, 2007 at 02:25:11PM -0600, Ross Penner wrote:
What does 'sysctl dev.cpu.0.freq_levels' report? It should list the
available CPU frequencies.
   
   I get:
   dev.cpu.0.freq_levels: 397/-1 198/-1
  
   Is this something I should be reporting to stable? It's not explicitly
   mentioned in the hardware notes so I'm not sure if my processor is
   actually supported in 6.2. Is it possible that I've been shipped the
   wrong processor? If so, how would I be able to tell short of ripping
   off the giant heatsink and looking?
 
  Have a look at the dmesg output with 'dmesg |head -n 24'. There should
  be some info about the CPU in there. Post those lines here.
 
 Lines from dmesg:
 
  Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: VIA C7 Esther+RNG+AES+AES-CTR+SHA1+SHA256+RSA (399.40-MHz 686-class CPU)
   Origin = CentaurHauls  Id = 0x6a9  Stepping = 9
   
 Features=0xa7c9bbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,CMOV,PAT,CLFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
   Features2=0x181SSE3,EST,TM2
 
 It clearly indicates that it's a 400MHz processor, but the timecounter
 makes me think it' the 1.2 GHz it's supposed to be.

The 'i8254' timecounter is completely independent of the CPU, and the 'Hz'
value associated with it has nothing to do with the clock frequency of the CPU.


 
  And have a look at the bios. It could have some settings to regulate the
  CPU speed.
 
 The BIOS didn't seem to have anything to adjust the CPU speed, but
 while booting I did notice that it declared itself as a via C7 400MHz
 processor.

It sounds like the CPU actually is running at 400MHz then.  
Either that or both the BIOS and FreeBSD misidentifes the CPU speed.

It could be that the BIOS do not set up the processor correctly.
Are you sure there are no BIOS settings related to the CPU speed?
Have you tried updating the BIOS?




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


Company Representative Is Needed.

2007-10-24 Thread WoodsJoAnnWoods
I'm responding to your  advertisement on your website needing a company 
representative to receive  payment on your behalf.
 
NAME: Heavenly JK  Investments, Inc.
 Jo Ann Woods, Vice  President
ADDRESS: 450 Hillside Dr., Bldg.  B, #200
CITY:  Mesquite STATE:  Nevada   ZIP CODE: 89027
TELPHONE: (707)  643-4142
MOBILE: (707)  704-1074
OCCUPATION:  Retired/Disabled
POSITION:  Accountant



** See what's new at http://www.aol.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [freebsd-questions] easiest way to install CPAN on FreeBSD

2007-10-24 Thread Howard Jones

Gerard wrote:

On October 24, 2007 at 02:11PM Sean Murphy wrote:
  
2) Use CPANPLUS to install the module.


Unless the user has the time, knowledge and motivation to do the first, the
second approach is usually superior.

  
What does CPANPLUS do that CPAN doesn't that makes this a better 
solution? Does it somehow integrate with the ports better? (rather than 
getting conflicts between p5-* and bsdpan-*)


I use quite a lot of CPAN modules, so a way to be able to get 'obscure' 
modules, and still use portupgrade effectively would be good :-)


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


Re: the right next step?

2007-10-24 Thread Aliya Harbouri
Hi Jerry!

 I am not sure I understand all of what is being said or implied here.

Hm. Now *I'm* confused by your confusion ;-)  Let me summarize --

The www/apache22 port ignores (or more correctly, is not yet aware of
...) a port-installed bdb46.  unlike most other ports that are
up-to-date, it ignores 'knobs' and make.conf settings.

I've asked the list, I've asked the maintainer privately and via a PR,
I've submitted a proposed solution to the maintainer, and I've filed a
PR  a follow-up to the PR.

In ~ a month, there's been no response/action whatsoever from the
maintainer.  Which is ok.

I was just asking where to complain next.

It was suggested, here, that freebsd-ports list is the my next step.

Which is where you'll next hear from me on this :-)

HTH  Thanks a lot!

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


Re: First panic in 7.0-BETA1 on i386

2007-10-24 Thread Bruce Cran

Kris Kennaway wrote:

Doug Poland wrote:
I'd like to report the details but I'm unfamiliar with the process. 
Should I post here on -questions or on -current mailing list?


-stable.



I know 7-BETA1 is currently in a region somewhere between -current and 
-stable but I thought the -current list was more relevant to RELENG_7 
problems?  It seems to be where most problems are being reported at 
least, and 8-CURRENT has only recently started diverging from 7.


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


Re: [freebsd-questions] easiest way to install CPAN on FreeBSD

2007-10-24 Thread Aliya Harbouri
Hi Howie,

 What does CPANPLUS do that CPAN doesn't that makes this a better
 solution? Does it somehow integrate with the ports better? (rather than
 getting conflicts between p5-* and bsdpan-*)

 I use quite a lot of CPAN modules, so a way to be able to get 'obscure'
 modules, and still use portupgrade effectively would be good :-)


It's been made pretty clear to me by a number of folks that p5* ports
have no responsibility for keeping track of
dependencies/conflicts/whatever with NON p5*- installed modules.

I'm sure there are a lot of really experienced folks around here who
have NO problems with p5*-based systems.

For me, though, I can only say that I never quite figured out how to
make those annoying, not-infrequent conflicts go away -- EXECPT to
move to a vanilla CPAN/CPANPLUS (doesn't much matter, actually --
*these* two *do* play nice together) system.  Once I removed/replaced
all the FreeBSD BSDPAN-  p5- installed modules, all my conflicts have
gone away.

As they say, YMMV.

HTH!

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


Re: the right next step?

2007-10-24 Thread Jerry McAllister
On Wed, Oct 24, 2007 at 03:15:17PM -0700, Aliya Harbouri wrote:

 Hi Jerry!
 
  I am not sure I understand all of what is being said or implied here.
 
 Hm. Now *I'm* confused by your confusion ;-)  Let me summarize --
 
 The www/apache22 port ignores (or more correctly, is not yet aware of
 ...) a port-installed bdb46.  unlike most other ports that are
 up-to-date, it ignores 'knobs' and make.conf settings.
 
 I've asked the list, I've asked the maintainer privately and via a PR,
 I've submitted a proposed solution to the maintainer, and I've filed a
 PR  a follow-up to the PR.
 
 In ~ a month, there's been no response/action whatsoever from the
 maintainer.  Which is ok.
 
 I was just asking where to complain next.
 
 It was suggested, here, that freebsd-ports list is the my next step.
 
 Which is where you'll next hear from me on this :-)

Well, the maintainer is the most likely person to deal with it.

But, as I pointed out, things are in a ports freeze right now
and that means those people are quite busy getting things tested
for a release and might not have time for improving features.

As for ignoring make and build settings, that should probably 
be put in a PR (bug report).   If it is a serious bug, then it
might get addressed before the release.   Otherwise it won't get
touched until after.

jerry

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


Re: Is it difficult to move from Linux?

2007-10-24 Thread Jerry McAllister
On Wed, Oct 24, 2007 at 06:13:21PM +0100, Adam J Richardson wrote:

 Donovan R. Palmer wrote:
 I have saved many of your emails for future reference.
 
 Hi Donovan,
 
 Welcome to the list. There's no need for you to store the emails, since 
 they're all archived at http://docs.freebsd.org/mail/ anyway. :)

Yah, but it is usually easier to find references if I save them in
my own idea of a structure.

jerry

 
 Regards,
 Adam J Richardson
 
 ___
 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: the right next step?

2007-10-24 Thread Aliya Harbouri
Hi,

Yes, I'm aware of pending freezes and such ... and the need for a PR.

 As for ignoring make and build settings, that should probably
 be put in a PR (bug report).   If it is a serious bug, then it
 might get addressed before the release.   Otherwise it won't get
 touched until after.

I guess my OP wasn't really clear enough.

As per its Point iii), I *had* filed a PR on Tue, 25 Sep 2007.  Then,
there was no 'freeze' in place, as far as  know.

Nothing's been done *since* then, which is why I asked here -- What next.

Thanks a lot!

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


Re: best way to run vista inside freebsd

2007-10-24 Thread Norberto Meijome
On Wed, 24 Oct 2007 00:38:46 -0400
Aryeh M. Friedman [EMAIL PROTECTED] wrote:

 Francisco Reyes wrote:
  Norberto Meijome writes:
 
  I do not have Windows on any of my machines but I have heard that
  Win4BSD is really good. It is not free! I believe it is about
  $45.
 
  $45 is far cheaper than EMC's VMWare workstation edition. Does it
  support Vista
  now? interesting..you can also try QEMu, on which Win4BSD is partly
  based .
 
  Win4BSD is not all that stable and the support is rather lacking. You
  see many posts in their forums with no answer.. and others with
  answers weeks/months later. 
 
 besides it doesn't work on amd64

I didnt know all this. thanks! QEMu will have to keep working for now ;)

btw, does QEMU work ok under 64bit? 
B

_
{Beto|Norberto|Numard} Meijome

Law of Conservation of Perversity: 
  we can't make something simpler without making something else more complex

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: best way to run vista inside freebsd

2007-10-24 Thread Aryeh M. Friedman

 I didnt know all this. thanks! QEMu will have to keep working for now ;)

 btw, does QEMU work ok under 64bit? 

Yes.  Though you might get some strange situations depending on the
guest OS and emulated machine.   For example when emulating a x86_64
running XP pro as the Guest OS I can ping/telnet the host OS but I can't
see it's Samba server even though every other machine on the subnet can
see it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >