GEOM: mirroring and journaling

2010-07-27 Thread Joey Mingrone
Hello,

I'm attempting to set up a storage server with mirrored and journaled
filesystems.  Initially I did the following:

sysctl kern.geom.debugflags=17
dd if=/dev/zero of=/dev/ad8 bs=1k count=1
dd if=/dev/zero of=/dev/ad10 bs=1k count=1
gmirror label -vb round-robin gm0 /dev/ad8
gmirror load
gjournal label /dev/mirror/gm0
gjournal load
newfs -O 2 -J /dev/mirror/gm0.journal
mount /dev/mirror/gm0.journal /mnt/mirror2
gmirror insert gm0 /dev/ad10

,but I read in the archives there are potential issues with the
labelling.  Does anyone have any suggestions (or references to
documentation) describing how this could be done?

Are the GEOM parts for doing this sufficiently mature to consider this
safe?  This did seem to be working, but when I did a dump I got kernel
panics like others who have posted recently.

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


Re: .Xmodmap problems after upgrading to Xorg 7.5

2010-05-08 Thread Joey Mingrone
On Fri, May 7, 2010 at 23:53, Chris Hill  wrote:
> On Fri, 7 May 2010, Joey Mingrone wrote:
>
>> My .Xmodmap is included below.  When I run
>>
>> %xmodmap ~/.Xmodmap
>>
>> the output is:
>>
>> xmodmap:  .Xmodmap:13:  bad keysym in remove modifier list
>> 'Caps_Lock', no corresponding keycodes
>
> [snip]
>
> When I encounter an unfamiliar error, I'll paste the entire error text into
> google. Sometimes that helps.
>
>> Does anyone know why the keysyms aren't mapping to the keycodes?
>
> All I can offer is my own .Xmodmap, which is a small subset of yours.
>
> [snip]
>
>> remove Lock = Caps_Lock
>> keysym Caps_Lock = Control_L
>> add Control = Control_L
>
> It looks like you're trying to end up with two left-control keys and no
> CapsLock.

Yup, that was intentional.  I have no use for capslock.

I guess the key point that I should have mentioned is that this all
worked for years.  Without any changes to my ~/.Xmodmap it just
stopped working after upgrading to Xorg-7.5.

Thanks for your response.  I'll starting digging and see what I can
come up with.

Cheers,

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


.Xmodmap problems after upgrading to Xorg 7.5

2010-05-07 Thread Joey Mingrone
Hi,

My .Xmodmap is included below.  When I run

%xmodmap ~/.Xmodmap

the output is:

xmodmap:  .Xmodmap:13:  bad keysym in remove modifier list
'Caps_Lock', no corresponding keycodes
xmodmap:  .Xmodmap:14:  bad keysym target keysym 'Caps_Lock', no
corresponding keycodes
xmodmap:  .Xmodmap:18:  bad keysym target keysym 'apostrophe', no
corresponding keycodes
xmodmap:  .Xmodmap:26:  bad keysym target keysym 'semicolon', no
corresponding keycodes
xmodmap:  4 errors encountered, aborting.

/usr/local/include/X11/keysymdef.h still shows these keysyms.

Does anyone know why the keysyms aren't mapping to the keycodes?

TIA,

Joey Mingrone

---

% less ~/.Xmodmap

. my notes here, the first line below is line 12

! make caps lock left control
remove Lock = Caps_Lock
keysym Caps_Lock = Control_L
add Control = Control_L

! make apostrophe right control
keysym apostrophe = Control_R
add Control = Control_R

!remove Control = Control_R
!keysym Control_R = apostrophe quotedbl
!keysym apostrophe = Control_R
!add Control = Control_R

keysym semicolon = dead_horn colon

! accents and symbols
! format of keycode lines: keycode  = <1> <2> <3> <4>
! where <1> , <2> , <3> <"Mode_switch"-key>, <4>


keycode 117 = Mode_switch
clear Mod3
add Mod3 = Mode_switch
!add Mod3 = Mode_switch ISO_Level3_Shift Mode_switch Mode_switch

! keycode  13 = 4 dollar EuroSign sterling
! keycode  30 = u U udiaeresis Udiaeresis
! keycode  32 = o O odiaeresis Odiaeresis
! keycode  38 = a A adiaeresis Adiaeresis
! keycode  39 = s S ssharp

! Greek characters
keysym a = a A Greek_alpha
keysym b = b B Greek_beta
keysym g = g G Greek_gamma Greek_GAMMA
keysym d = d D Greek_delta Greek_DELTA
keysym e = e E Greek_epsilon
keysym z = z Z Greek_zeta Greek_ZETA
keysym h = h H Greek_eta Greek_ETA
keysym o = o O Greek_theta Greek_theta
keysym k = k K Greek_kappa
keysym l = l L Greek_lamda Greek_LAMDA
keysym m = m M mu
keysym n = n N Greek_nu Greek_NU
keysym f = f F Greek_xi Greek_XI
keysym p = p P Greek_pi Greek_PI
keysym r = r R Greek_rho
keysym s = s S Greek_sigma Greek_SIGMA
keysym t = t T Greek_tau
keysym u = u U Greek_upsilon Greek_UPSILON
keysym v = v V Greek_phi Greek_PHI
keysym x = x X Greek_chi Greek_CHI
keysym y = y Y Greek_psi Greek_PSI
keysym w = w W Greek_omega Greek_OMEGA

keycode  13 = 4 dollar EuroSign sterling
keycode  13 = 4 dollar EuroSign sterling

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


saving job state over a power outage

2010-05-05 Thread Joey Mingrone
Hello,

Our lab has a cluster (Sun Fire X40z master node, Opteron 270 and
generic 2.0 GHz Opteron based compute nodes) running 8.0-RELEASE.
We've been informed that the power has to be turned off for the
weekend, but one of the lab members has been running some jobs since
December.  I don't know much about the jobs, i.e., if they can be
restarted without losing all the computing work that's been done so
far.

Can anyone suggest a way to save the state of the jobs so they can
continue when the power comes back on?  From experience, ACPI seems
flaky if it will work at all because of problems with BIOS
implementations.  Also, iirc ACPI has issues with SMP kernels.  Is
there something similar to software suspend found in Linux?  Does
anyone have any other suggestions to accomplish this?

Thanks in advance,

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


Re: X is broken after upgrade

2010-05-03 Thread Joey Mingrone
On Mon, May 3, 2010 at 07:57, Jamie Griffin  wrote:
>> > /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers/intel_drv.so:
>> > Undefinded symbol "xf86LoaderReqSymLists"


I have the same problem.  I've submitted a PR.

http://www.freebsd.org/cgi/query-pr.cgi?pr=146256&cat=

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


Re: iwi0 and spontaneous reboot on /etc/rc.d/netif restart

2010-04-30 Thread Joey Mingrone
AT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) support
options STACK # stack(9) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B_SEMAPHORES # POSIX-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KBD_INSTALL_CDEV #install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
options FLOWTABLE # per-cpu routing cache
#options KDTRACE_HOOKS # Kernel DTrace hooks

# To make an SMP kernel, the next two lines are needed
#options SMP # Symmetric MultiProcessor Kernel
device apic #I/O APIC

# CPU frequency control
device cpufreq # CPU frequency control (loaded as dynamic module)

# Bus support.
device  acpi
device  eisa
device  pci

#Floppy drives
#device fdc # dynamic

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
#device ataraid # ATA RAID drives
#device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID # Static device numbering

options ATA_STATIC_ID #Static device numbering

#device atapicam #emulate ATAPI devices as SCSI VIA CAM (added) # dynamic

#SCSI peripherals
device scbus #SCSI bus (required for SCSI)
#device ch # SCSI media changers
device da # Direct Access (disks)
#device sa  # Sequential Access (tape etc)
device cd   # CD
device pass # Passthrough device (direct SCSI access)
#device ses # SCSI Environmental Services (and SAF-TE)

#atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc #AT keyboard controller and PS/2 mouse
device atkbd #AT keyboard
device psm #PS/2 mouse

device kbdmux # keyboard multiplexer

device vga #VGA video card driver

device splash #Splash screen and screen saver support

device sc #syscons is the default console driver, resembling an SCO console

device agp #support several AGP chipsets
device drm #DRM core module required by DRM drivers
device radeondrm #support for DRI

#Power management support (see NOTES for more options)
device pmtimer #Add suspend/resume support for the i8254.

#PCCARD (PCMCIA) support
#Pcmcia and cardbus bridge support
#device cbb #cardbus (yenta) bridge # dynamic
#device pccard #PC Card (16-bit) bus # dynamic
#device cardbus #CardBus (32-bit) bus # dynamic

#Serial (COM) ports
#device sio #8250, 16[45]50 based serial ports # dynamic

#Parallel port # all dynamic
#device ppc
#device ppbus #Parallel port bus (required)
#device lpt #Printer
#device plip #TCP/IP over parallel
#device ppi #Parallel port interface device

#PCI Ethernet NICs.
#device miibus #MII bus support
#device bge #Broadcom BCM570xx Gigabit Ethernet

#Pseudo devices.
device loop #Network loopback
device random #Entropy device
device ether #Ethernet support
#device sl #Kernel SLIP
#device ppp #Kernel PPP
device tun #Packet tunnel.
device pty #Pseudo-ttys (telnet etc)
device md #Memory "disks"
device gif #IPv6 and IPv4 tunneling
device faith #IPv6-to-IPv4 relaying (translation)
device firmware # firmware assist module

#The `bpf' device enables the Berkeley Packet Filter.
#Be aware of the administrative consequences of enabling this!
device bpf #Berkeley packet filter

#USB support
device uhci #UHCI PCI->USB interface
device ohci #OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb  #USB Bus (required)
#device udbp #USB Double Bulk Pipe devices
#device ugen #Generic
#device uhid #"Human Interface Devices"
device ukbd #Keyboard
#device ulpt #Printer
device umass #Disks/Mass storage - Requires scbus and da
device ums #Mouse
#device uscanner #Scanners

Cheers,

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


Sun Grid Engine: occasional job submission errors

2009-12-16 Thread Joey Mingrone
We are using Freebsd 8.0 / sge-6.2.2.1_1on a computing cluster
(http://awarnach.mathstat.dal.ca/).  It's been working well, however
we see the error below when a lot of jobs are submitted in a short
time (e.g. in a loop on the command line) using
"qsub".

error: commlib error: can't connect to service (Address already in
use) Unable to run job: failed sending gdi request. Exiting.

Has anyone seen this problem before and found a solution?

Cheers,

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


Re: fixit and gmirror

2009-12-09 Thread Joey Mingrone
On Tue, Dec 8, 2009 at 21:40, Tim Judd  wrote:
> Because the livefs uses a MFSROOT system (allows you to make changes
> to the ram-based disk image after boot), you have to load kernel
> modules before the mfsroot is mounted.  As an example..
>
> boot cd
> escape to loader prompt
> load /boot/kernel/geom_mirror.ko
> load /boot/kernel/smbfs.ko (if needed, i had to load two modules the
> time i had to use it)
> boot

Thanks guys.

Tim, that did the trick.  I followed that sequence with the livefs cd, then did:

# mount /dev/mirror/gm0s1a /temp/; mount /dev/mirror/gm0s1f
/temp/tempusr/ and copied /temp/tempusr/boot to /temp/ (minus
kernel.old so it would fit) and the system boots again.

> And I would like to note..  raid0 is striping, gstripe.  raid1 is
> mirroring.  I find it hard to recognize raid0 as your boot device.

Right.  It is raid1.

Cheers,

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


fixit and gmirror

2009-12-08 Thread Joey Mingrone
Hello:

I was upgrading a system from 7.2 to 8.0 and all was going well until
the make installkernel step.  The / partition filled up when the new
kernel was installing.  Since /boot was taking up most of the space I
moved /boot to /usr/ and create a symlink in / then I did make
installkernel again and everything completed.  Unfortunately I didn't
move the necessary bits from /usr/boot back to / before rebooting and
now the system won't boot.  I'm trying to use the fixit option with
the livefs cd to repair the system, but I'm having problems with
gmirror.  The disks are in software raid0.  Can anyone point me in the
right direction to get /usr and / mounted from the mirror using fixit?

Thanks,

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


kernel panics in 7.2-RELEASE

2009-08-04 Thread Joey Mingrone
Hi,

I have 7.2-RELEASE running on two older laptops and both have had a
few kernel panics lately.  Unfortunately the one that paniced today
doesn't have debugging symbols, so I'm sure how useful any of output
below will be.

Joey

% dmesg
.
.
.
Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x0
fault code  = supervisor write, page not present
instruction pointer = 0x20:0xc05e480b
stack pointer   = 0x28:0xe7228820
frame pointer   = 0x28:0xe7228860
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 50277 (mtree)
trap number = 12
panic: page fault
.
.
.


% sudo kgdb kernel /var/crash/vmcore.1
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging
symbols found)...
Attempt to extract a component of a value that is not a structure pointer.
Attempt to extract a component of a value that is not a structure pointer.
Attempt to extract a component of a value that is not a structure pointer.
Attempt to extract a component of a value that is not a structure pointer.
#0  0xc0566ddb in doadump ()
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Problem calling through skype

2009-05-24 Thread Joey Mingrone
On Wed, Apr 29, 2009 at 15:25, Yuri  wrote:
> Beginning from some recent ports update (? maybe) I get a problem making
> voice calls with Skype.
> Symptoms are:
> All calls disconnect after exactly one minute.
> Time counter on top of the window runs slow. Like one second per 7 real
> seconds.
>
> Version is 2.0.0.72 but it used to work ok for a long time so it doesn't
> seem to be related to version.
> It's either something with update of other packages, or some change in
> protocol not well taken by linux skype run on freebsd.
>
> Anyone sees similar problem?
>

Yes, I've seen the same behaviour.  Also, trying to play the voicemail
greeting is messed up.  It's very choppy and distorted.

Did anyone find any clues?

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


clipboard manager

2009-02-17 Thread Joey Mingrone
Hello,

For those of you out there running a simple window manager, I was
wondering if you had any recommendations about clipboard managers?
The one thing I miss from KDE is klipper, but to use it, you
unfortunately have to install all of KDE and its dependencies.
Glipper requires a lot of dependencies as well.

I came across parcellite, which seems promising.

"Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down,
basic-features-only clipboard manager with a small memory footprint for those
who like simplicity."

Sounds great, but it won't compile on FreeBSD.  Not without some work anyway.

Suggestions?

Thanks,

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


duplicate a drive

2008-10-24 Thread Joey Mingrone
Hi,

My laptop "died" recently and to get back to work as quickly as
possible I simply took the laptop ide drive and put it into an old
desktop using a 2.5" -> 3.5" ide adapter.  After loading a few new
drivers into the kernel everything is working quite well.

The next thing I've tried to do, without success, is mirror the
contents of the 2.5" drive to a 3.5" drive in the desktop.

The 2.5" drive is sliced/partitioned like this:

Filesystem  SizeMounted on
/dev/ad0s2a 989M   /
/dev/ad0s2d 989M   /tmp
/dev/ad0s2f  59G /usr
/dev/ad0s2e 989M   /var

ad0s1 is a 20GB slice that I have window installed on.

The drive's total capacity is 80G.

The 3.5" drive is only 70G so I'll have to skip the ad0s1 slice.
Ideally what I'd like to do is copy everything from the ad0s2 slice to
the 3.5" and run the OS off that drive.  Then, each dump the contents
of the 3.5" drive to the 2.5" drive.  That way if either drive dies
I'll, hopefully at worst, just have to switch which drive I boot from.

Can anyone with experience doing something this make suggestions?

Thanks,

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


garmin forerunner 305

2008-09-04 Thread Joey Mingrone
Hi,

Has anyone had any success collecting data from a Garmin Forerunner 305?

When I connect the device I see the kernel messages:
Sep  4 11:39:22 jrm root: Unknown USB device: vendor 0x091e product
0x0003 bus uhub1
Sep  4 11:39:22 jrm kernel: ugen0:  on uhub1

The documentation for the port astro/GPSMan seems to indicate it
supports this model, but I haven't had any luck.

% uname -a
FreeBSD xxx.xxx 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #3: Thu Jun 12
18:47:50 ADT 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/xxx  i386

Thanks,

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


Re: (math related) fonts in www/firefox-2.0.0.14_1,1

2008-07-31 Thread Joey Mingrone
On Thu, Jul 31, 2008 at 3:13 PM, Chad Perrin <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 31, 2008 at 11:42:39AM -0300, Joey Mingrone wrote:
>> Hi,
>>
>> I'm having some trouble getting firefox to display certain (math
>> related) fonts.
>>
>> For example, the page for the Poisson distribution at Wikipedia
>> (http://en.wikipedia.org/wiki/Poisson_distribution) uses, what I
>> believe is, a lambba character (sentence with the pmf), but it shows
>> up like this for me: http://jrm.ath.cx/misc/firefox_math_fonts.png.
>> I've installed x11-fonts/mathfonts-4.1_5 and it seems to be working
>> well based on my results at http://www.w3.org/Math/testsuite/.  Is
>> there anything else I'm missing?
>
> Do you have the x11-fonts/webfonts port installed?  That would be my
> first guess.  A second might be x11-fonts/xorg-fonts-truetype.
>

The x11-fonts/webfonts did the trick.  Thanks Chad.

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


(math related) fonts in www/firefox-2.0.0.14_1,1

2008-07-31 Thread Joey Mingrone
Hi,

I'm having some trouble getting firefox to display certain (math
related) fonts.

For example, the page for the Poisson distribution at Wikipedia
(http://en.wikipedia.org/wiki/Poisson_distribution) uses, what I
believe is, a lambba character (sentence with the pmf), but it shows
up like this for me: http://jrm.ath.cx/misc/firefox_math_fonts.png.
I've installed x11-fonts/mathfonts-4.1_5 and it seems to be working
well based on my results at http://www.w3.org/Math/testsuite/.  Is
there anything else I'm missing?

Thanks for any tips,

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


tex, teTex, LaTeX help

2008-07-30 Thread Joey Mingrone
Hello,

I've been told that LaTeX is probably the best solution for creating
scientific papers with math fonts, so I'm trying to get a working
installation.

My first attempt was to install the latex2e-2003.12_1 port, which
installed the tex-3.14159_3 port as a dependency.  This seemed to
work, but there were some things referenced in the documentation that
seemed to be missing.  For example, the amsmath package wasn't
available.  I thought there must be a port specifically for these
fonts, but it seems they are in the teTex port, but that port
conflicts with the tex port and it seems teTex is no longer being
updated.

Is there a guide for getting all this set up, or can some kind soul
suggest a installation method that works well for them?

Thanks,

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


Re: sound card

2008-06-12 Thread Joey Mingrone
Thank you all for your replies.  It was snd_ich.

And sorry for the double post to the list.  Despite having the list
option "Receive your own posts to the list" set, it seems when I send
messages to [EMAIL PROTECTED] I don't get my own copy.  I reread the
mailing list info on the freebsd.org page and it said to send messages
to [EMAIL PROTECTED] so I thought the option to send to
[EMAIL PROTECTED] must have been removed and only to
[EMAIL PROTECTED] must be working now.  Strangely, when I send
to [EMAIL PROTECTED], I get my own copy.

Joey

On Thu, Jun 12, 2008 at 1:45 PM,  <[EMAIL PROTECTED]> wrote:
> Joey,
> More than likely snd_ich but best bet is to:
> kldunload snd_driver
> kldload snd_ich
> dmesg
> if pcm0 doesn't load then:
> kldload snd_hda
>
> Jeff
>>
>> Hi,
>>
>> I'm trying to determine what sound card a notebook has.  There are
>> three relevant dmesg lines below, but looking at freebsd's hardware
>> notes, I can't tell whether I should use the snd_ich(4) driver for an
>> Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
>> card.  Any suggestions?
>>
>>
>> %cat /var/run/dmesg.boot| grep pcm
>> pcm0:  port 0xee00-0xeeff,0xe000-0xe03f mem
>> 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
>> pci0
>> pcm0: [ITHREAD]
>> pcm0: 
>>
>> Thanks,
>>
>> Joey
>> ___
>> 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]"


determining sound card device from /var/run/dmesg.boot

2008-06-12 Thread Joey Mingrone
Hi,

I'm trying to determine what sound card a notebook has.  There are
three relevant dmesg lines below, but looking at freebsd's hardware
notes, I can't tell whether I should use the snd_ich(4) driver for an
Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
card.  Any suggestions?


%cat /var/run/dmesg.boot| grep pcm
pcm0:  port 0xee00-0xeeff,0xe000-0xe03f mem
0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
pci0
pcm0: [ITHREAD]
pcm0: 

Thanks,

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


sound card

2008-06-12 Thread Joey Mingrone
Hi,

I'm trying to determine what sound card a notebook has.  There are
three relevant dmesg lines below, but looking at freebsd's hardware
notes, I can't tell whether I should use the snd_ich(4) driver for an
Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
card.  Any suggestions?


%cat /var/run/dmesg.boot| grep pcm
pcm0:  port 0xee00-0xeeff,0xe000-0xe03f mem
0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
pci0
pcm0: [ITHREAD]
pcm0: 

Thanks,

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


Re: font problems

2007-12-29 Thread Joey Mingrone
On 12/29/07, Yuri Pankov <[EMAIL PROTECTED]> wrote:

> Hmm,
> (==) RADEON(0): DPI set to (75, 75)
> was it always 75? (I see a recent update to xf86-video-ati port).
> Anyway, try forcing X to use 96, ie, run it as:
> X -dpi 96

Thanks for the tip.  ..ran: startx -- -dpi 96 and the log showed the
change, and the fonts looked crisper, but the problem with the large
overlapping fonts persisted.  Any other suggestions or thoughts about
where I should continue my search?

Thanks,

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


font problems

2007-12-29 Thread Joey Mingrone
Over the holidays I decided to upgrade my ports after several months
and everything went well except some fonts seems to be messed up.
Sorry, I'm not really sure how to explain this better.  Here is a
screenshot of gkrellm: http://jrm.ath.cx/misc/messed_up_fonts.png

As you can see, the fonts are so large they overlap.  I didn't change
any of my configuration files (xorg.conf, ~/fonts.conf, ~/.gtkrc-2.0,
etc).  The problem seems to be isolated to gtk applications.  Here is
the output from /var/log/xorg.log: http://jrm.ath.cx/misc/Xorg.0.log

It seems as though the usual fonts cannot be rendered so some sort of
defaults are being used.  Thanks for any suggestions.

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


Re: FreeBSD Port: R-2.4.1

2007-02-06 Thread Joey Mingrone

I'm not using gcc-4.2 really.  It was just installed because the R
port has it as a dependency.

Joey

On 2/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

On Tue, 6 Feb 2007, Joey Mingrone wrote:

> and the command worked (note I changed cc to gcc42 and added -lgcc_s)

You're going to run into issues if you use gcc-4.2 (an alpha gcc compiler), 
because many things were broken compilation wise moving from gcc-3.4 (base 
compiler that FreeBSD runs) to gcc-4.x.

Why not ask the hackers@ list about this question since it's a more technical 
one than most on the questions@ list ask/answer?

-Garrett

PS It looks like some libs are statically defined somewhere, so you need to fix 
that before moving on.

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


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


Re: FreeBSD Port: R-2.4.1

2007-02-06 Thread Joey Mingrone

Hey Eric, all,

That was the first install attempt of R on this box.  There was no
previous installation.  Also, I tried again with portinstall -Rf R,
which, I believe, reinstalled all the dependencies, but with the same
outcome.

For the line that failed I also went into the directory:

/usr/ports/math/R/work/R-2.4.1/src/main

and changed the original command which was

cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR

to

gcc42 -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o
-L../../lib -lR -lgcc_s

and the command worked (note I changed cc to gcc42 and added -lgcc_s)

Any other ideas?

Joey

On 2/5/07, Eric van Gyzen <[EMAIL PROTECTED]> wrote:

Joey,

Try removing any existing R installation before building 2.4.1.

Also, reinstall all of R's dependencies -- blas and its dependents are
now built with gfortran 4.2.0.

Eric

Joey Mingrone wrote:
> Hi:
>
> I'm trying to install the R port, but get linking errors during the
> installation.  I've included the text below.
>
> Here's what my uname -a says:
>
> FreeBSD karlsruhe.mingrone.org 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11
> #0: Wed Dec 20 08:25:54 AST 2006
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KARLSRUHE_MINGRONE_ORG_2006-12-20
>
> i386
>
> Thanks for any help you can provide and please let me know if there is
> any other information you need.
>
> Joey
>
>
> cc -std=gnu99  -I. -I../../src/include -I../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic  -O2
> -fno-strict-aliasing -pipe -c util.c -o util.o
> cc -std=gnu99  -I. -I../../src/include -I../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic  -O2
> -fno-strict-aliasing -pipe -c version.c -o version.o
> cc -std=gnu99  -I. -I../../src/include -I../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic  -O2
> -fno-strict-aliasing -pipe -c vfonts.c -o vfonts.o
> gfortran42 -D__NO_MATH_INLINES -fpic  -g -O2 -c xxxpr.f -o xxxpr.o
> cc -std=gnu99 -shared -L/usr/local/lib  -o libR.so CConverters.o
> CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
> apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
> colors.o complex.o connections.o context.o cov.o cum.o dcf.o
> datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o
> duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o
> gevents.o gram.o gram-ex.o graphics.o identical.o internet.o
> iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o
> match.o memory.o model.o names.o objects.o optim.o optimize.o
> options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o
> print.o printarray.o printvector.o printutils.o qsort.o random.o
> regex.o registration.o relop.o rlocale.o saveload.o scan.o seq.o
> serialize.o size.o sort.o source.o split.o sprintf.o startup.o
> subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o
> version.o vfonts.o xxxpr.o `ls ../appl/*.o ../nmath/*.o ../unix/*.o
> 2>/dev/null|grep -v /ext-` -lblas
> -L/usr/local/lib/gcc-4.2.0/gcc/i386-portbld-freebsd6.1/4.2.0
> -L/usr/local/lib/gcc-4.2.0 -lgfortran -lm -lgcc_s
> /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath
> -Wl,/usr/local/lib -lreadline -lpcre -lbz2 -lz -lm -liconv
> mkdir /usr/ports/math/R/work/R-2.4.1/bin/exec
> mkdir /usr/ports/math/R/work/R-2.4.1/lib
> cc -std=gnu99  -I. -I../../src/include -I../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic  -O2
> -fno-strict-aliasing -pipe -c Rmain.c -o Rmain.o
> cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o
> -L../../lib -lR
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
> [EMAIL PROTECTED]'
> *** Error code 1
>
> Stop in /usr/ports/math/R/work/R-2.4.1/src/main.
> *** Error code 1
>
> Stop in /usr/ports/math/R/work/R-2.4.1/src/main.
> *** Error code 1
>
> Stop in /usr/ports/math/R/work/R-2.4.1/src.
> *** Error code 1
>
> Stop in /usr/ports/math/R/work/R-2.4.1.
> *** Error code 1
>
> Stop in /usr/ports/math/R.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portinstall.44120.0 env make
> ** Fix the problem and try again.
> ** Listing the failed packag

installing / updating ports on an older (4.8 system)

2005-05-24 Thread Joey Mingrone
Hi,

I have a box running 4.8.  I only have ssh access so I can't update the OS 
at the moment, but I would like to update certain ports.  I'm running into 
a few problems.  The worst is when I update a port it tries to update / 
install dependencies that are already up to date.  For example, when I try 
to update vim, it tries to install gmake-3.80_2, which is already 
installed.  The build/install ends with the following error message:

===>  Installing for gmake-3.80_2
===>   Generating temporary packing list
===>  Checking if devel/gmake already installed
===>   gmake-3.80_2 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/gmake
  without deleting it first, set the variable "FORCE_PKG_REGISTER"
  in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/devel/gmake.
*** Error code 1

Stop in /usr/ports/devel/pkgconfig.
*** Error code 1

Stop in /usr/ports/editors/vim.
** Command failed [exit code 1]: /usr/bin/script 
-qa /tmp/portupgrade34605.0 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! editors/vim (vim-6.3.16)  (unknown build error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

I did try the make deinstall / reinstall but with the same results.  If I 
unistall gmake (and other dependencies) then just build vim, it will work, 
but deinstalling dependencies before every update is a little cumbersome.

A second and possibly related problem is that building an index fails.  I 
read the following on http://freebsd.org/ports

The Ports Collection supports the latest release on the FreeBSD-CURRENT and 
FreeBSD-STABLE branches. Older releases are not supported and may or may 
not work correctly with an up-to-date ports collection.

So am I out of luck or is there any help out there?

Thanks,

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


pdf viewer with form fill in

2004-07-31 Thread Joey Mingrone
Hi,

Does anyone know of a .pdf viewer in the ports tree, or elsewhere, that 
will allow you to fill in forms.  Acrored, kghostview and xpdf all work 
quite well for viewing, but don't provide that very useful feature.

Thanks,

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


Re: Removing FreeBSD

2004-07-21 Thread Joey Mingrone
On July 21, 2004 07:35, Wojciech Puchar wrote:
> > How do remove freebsd from my machine?  I want to format the drive to
> > install windows xp.
>
> 1) don't post without subject
> 2) boot any usix from floppy or CD, get to shell and use dd to wipe out
> beginning of disk
>
> with FreeBSD
>
> dd if=/dev/zero of=/dev/ad0 bs=64k count=1
>
> with linux replace ad0 with hda, with NetBSD use rwd0d.
>
> 3) install windoze or any OS as with empty drive.
>
>
> PS. i assumed your hard drive is on first IDE channel master.

or just start the xp install.  The installer has will ask you if you want 
to wipe the drive.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade fails on every port, undefined method 'each' fornil:NilClass

2004-07-01 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cd /usr/ports/sysutils/portupgrade
make deinstall
make install

should do it.

You might try looking at /usr/ports/sysutils/portdowngrade as well.

Joey


On July 1, 2004 17:44, Lee Dilkie wrote:
> >-Original Message-
> >From: [EMAIL PROTECTED]
> >[mailto:[EMAIL PROTECTED] Behalf Of Joey Mingrone
> >Sent: Thursday, July 01, 2004 4:35 PM
> >To: [EMAIL PROTECTED]
> >Cc: Bruce Hunter
> >Subject: Re: portupgrade fails on every port, undefined method 'each'
> >fornil:NilClass
> >
> >
> >-BEGIN PGP SIGNED MESSAGE-
> >Hash: SHA1
> >
> >On July 1, 2004 17:26, Bruce Hunter wrote:
> >> Did you both upgrade 'portupgrade' and then the problem started?
> >
> >Yeah, problems stared after upgrading to portupgrade-20040701.
> > I'm guessing
> >there will be another update shortly.
> >
> >Joey
>
> Then the fun of trying to upgrade portupgrade when it won't uninstall will
> begin...
>
> Anticipating that I'll need some directions on how to do this manually.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA5Hke0NQPEWppBZsRAogIAJ9ma9y8DhfUCIMKpprNf3+riRe7JwCfSt71
093AVCOKmtcjYycxfcO1g/Y=
=G5sP
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade fails on every port, undefined method 'each' for nil:NilClass

2004-07-01 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On July 1, 2004 17:26, Bruce Hunter wrote:
> Did you both upgrade 'portupgrade' and then the problem started?

Yeah, problems stared after upgrading to portupgrade-20040701.  I'm guessing 
there will be another update shortly.

Joey

> I'm running portupgrade rev.1.225 with no problems.
>
> On Thu, 2004-07-01 at 16:22, Joey Mingrone wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > You're not alone.  I'm seeing the same problem on my FreeBSD systems.
> >
> > Joey
> >
> > On July 1, 2004 17:11, Lee Dilkie wrote:
> > > Well, I'm at a bit of a loss here.
> > >
> > > running 4.10, did a cvsup this morning, then portsdb -uU to get an up
> > > to date index.
> > >
> > > Bunch of ports needed updating, including portupgrade so I upgraded
> > > portupgrade first. That seemed to work fine (it reports version 1.8.1).
> > >
> > > Now, every port I try to upgrade fails when uninstalling the old
> > > version. I've tried to upgrade clamav, isc-dhcp3-server and a couple of
> > > others.
> > >
> > > All report "undefined method 'each' for nil:NilClass".
> > >
> > > [snip preamble]
> > > sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g"  -e
> > > "s#RUNDIR#/var/run#g" < dhcpd.conf.5 >dhcpd.conf.man5 nroff -man
> > > dhcpd.conf.man5 >dhcpd.conf.cat5
> > > sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g"  -e
> > > "s#RUNDIR#/var/run#g" < dhcpd.leases.5 >dhcpd.leases.man5 nroff -man
> > > dhcpd.leases.man5 >dhcpd.leases.cat5
> > > --->  Build of net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:15
> > > -0400 (consumed 00:04:10) --->  Updating dependency info
> > > --->  Uninstallation of isc-dhcp3-server-3.0.1.r12_3 started at: Thu,
> > > 01 Jul 2004 15:51:30 -0400 --->  Fixing up dependencies before creating
> > > a package
> > > --->  Backing up the old version
> > > --->  Uninstalling the old version
> > > --->  Deinstalling 'isc-dhcp3-server-3.0.1.r12_3'
> > > ** Listing the failed packages (*:skipped / !:failed)
> > > ! isc-dhcp3-server-3.0.1.r12_3  (undefined method `each' for
> > > nil:NilClass) --->  Packages processed: 0 done, 0 ignored, 0 skipped
> > > and 1 failed --->  Uninstallation of isc-dhcp3-server-3.0.1.r12_3 ended
> > > at: Thu, 01 Jul 2004 15:51:45 -0400 (consumed 00:00:14) --->  Upgrade
> > > of net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:45 -0400
> > > (consumed 00:04:40) --->  Listing the results (+:done / -:ignored /
> > > *:skipped / !:failed) ! net/isc-dhcp3-server
> > > (isc-dhcp3-server-3.0.1.r12_3) (uninstall error) --->  Packages
> > > processed: 0 done, 0 ignored, 0 skipped and 1 failed --->  Session
> > > ended at: Thu, 01 Jul 2004 15:51:49 -0400 (consumed 00:05:02)
> > > [EMAIL PROTECTED]:/root] uname -a
> > > FreeBSD spock.dilkie.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Jun 19
> > > 15:16:03 EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SPOCK
> > > i386
> > >
> > > Any ideas??? Does anyone need more info?
> > >
> > > -lee
> > >
> > >
> > >
> > >
> > > ___
> > > [EMAIL PROTECTED] mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> >
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.4 (FreeBSD)
> >
> > iD8DBQFA5HKe0NQPEWppBZsRAqkTAKCVOvSu5XRmiWzq43XJqno8WA74WQCgya0v
> > z2tAApWFeRHlS7u2ebSWJAQ=
> > =PPox
> > -END PGP SIGNATURE-
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA5HVp0NQPEWppBZsRAueQAJwPhx0kz9mrZiqYRzW4PQEILf03WACfXPAd
HEMHU09aUEtd4JzSrzCH4oQ=
=SrVj
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade fails on every port, undefined method 'each' for nil:NilClass

2004-07-01 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You're not alone.  I'm seeing the same problem on my FreeBSD systems.

Joey

On July 1, 2004 17:11, Lee Dilkie wrote:
> Well, I'm at a bit of a loss here.
>
> running 4.10, did a cvsup this morning, then portsdb -uU to get an up to
> date index.
>
> Bunch of ports needed updating, including portupgrade so I upgraded
> portupgrade first. That seemed to work fine (it reports version 1.8.1).
>
> Now, every port I try to upgrade fails when uninstalling the old version.
> I've tried to upgrade clamav, isc-dhcp3-server and a couple of others.
>
> All report "undefined method 'each' for nil:NilClass".
>
> [snip preamble]
> sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g"  -e
> "s#RUNDIR#/var/run#g" < dhcpd.conf.5 >dhcpd.conf.man5 nroff -man
> dhcpd.conf.man5 >dhcpd.conf.cat5
> sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g"  -e
> "s#RUNDIR#/var/run#g" < dhcpd.leases.5 >dhcpd.leases.man5 nroff -man
> dhcpd.leases.man5 >dhcpd.leases.cat5
> --->  Build of net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:15
> -0400 (consumed 00:04:10) --->  Updating dependency info
> --->  Uninstallation of isc-dhcp3-server-3.0.1.r12_3 started at: Thu, 01
> Jul 2004 15:51:30 -0400 --->  Fixing up dependencies before creating a
> package
> --->  Backing up the old version
> --->  Uninstalling the old version
> --->  Deinstalling 'isc-dhcp3-server-3.0.1.r12_3'
> ** Listing the failed packages (*:skipped / !:failed)
> ! isc-dhcp3-server-3.0.1.r12_3  (undefined method `each' for
> nil:NilClass) --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1
> failed --->  Uninstallation of isc-dhcp3-server-3.0.1.r12_3 ended at: Thu,
> 01 Jul 2004 15:51:45 -0400 (consumed 00:00:14) --->  Upgrade of
> net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:45 -0400 (consumed
> 00:04:40) --->  Listing the results (+:done / -:ignored / *:skipped /
> !:failed) ! net/isc-dhcp3-server (isc-dhcp3-server-3.0.1.r12_3)  
> (uninstall error) --->  Packages processed: 0 done, 0 ignored, 0 skipped
> and 1 failed --->  Session ended at: Thu, 01 Jul 2004 15:51:49 -0400
> (consumed 00:05:02) [EMAIL PROTECTED]:/root] uname -a
> FreeBSD spock.dilkie.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Jun 19
> 15:16:03 EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SPOCK 
> i386
>
> Any ideas??? Does anyone need more info?
>
> -lee
>
>
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA5HKe0NQPEWppBZsRAqkTAKCVOvSu5XRmiWzq43XJqno8WA74WQCgya0v
z2tAApWFeRHlS7u2ebSWJAQ=
=PPox
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Building a Stable Secure FreeBSD Mail server

2004-06-26 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A little googling turned up: 
http://gene.wins.uva.nl/~jmsteggi/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

joey

On June 26, 2004 11:35, Chris wrote:
> On Saturday 26 June 2004 03:07 am, Joshua Lewis wrote:
> > I have located what I feel is a very complete document on Building a
> > Stable Secure FreeBSD Mail server (That happens to be the name of the Doc
> > too. Go figure)
>
> Perhaps you might like to share the location of this document with the
> list?
>
> --
> Best regards,
> Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA3YuD0NQPEWppBZsRAk2QAJ9khqzA7cIGYzdNaB42bz05BB239gCeLBzI
rFj+cPdeCcX4ubxODy6lS1Y=
=Z+gM
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting portmap and fam on startup

2004-06-24 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gareth,

/usr/ports/devel/fam/pkg-message says:



1. In order to run this port, please add the following line to /etc/rpc if
it is not already there:

==8<8<8<8<8<8<8<8<8<8<==
sgi_fam 391002
==8<8<8<8<8<8<8<8<8<8<==

2. To run fam from inetd (the recommended method), then please add the
following lines to /etc/inetd.conf if they are not already there:

==8<8<8<8<8<8<8<8<8<8<==
# FAM: File Alteration Monitor [devel/fam]
sgi_fam/1-2 stream rpc/tcp wait root /usr/local/bin/fam  fam
==8<8<8<8<8<8<8<8<8<8<==

After modifying /etc/inetd.conf, you must (as root) run:

   killall -HUP inetd

Fam also requires that portmapper is running.  Add the appropriate
entry to /etc/rc.conf:

For 4.x:
Add portmap_enable="YES" and either reboot or run /usr/sbin/portmap.

For 5.x:
Add rpcbind_enable="YES" and either reboot or run /usr/sbin/rpcbind.



Joey

On June 24, 2004 04:49, Gareth Bailey wrote:
> Hi there,
>
> I have realised that courier-imap needs fam to be running
> to be happy. Fam, in turn needs portmap. I know that
> portmap can be started at boot time by using
> portmap_enable=YES" in rc.conf, but how might one start fam
> at boot time?
>
> Regards,
> Gareth
> _
> For super low premiums ,click here http://www.dialdirect.co.za/quote
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA2wNM0NQPEWppBZsRAjWcAJ4w0ux8Ci9YS95FakH2n/IAloUaVQCfYtpb
Bv752swV57KpzK7JDN5gnJw=
=jXzf
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB problems after upgrading from 4.9 to 4.10

2004-06-21 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

After an upgrade from 4.9 to 4.10 the following messages appear during bootup:

uhci0:  port 0x9800-0x981f irq 5 at device 17.2 on 
pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub0: port error, restarting port 1
uhub0: port error, giving up port 1
uhub0: port error, restarting port 2
uhub0: port error, giving up port 2
uhci1:  port 0x9400-0x941f irq 5 at device 17.3 on 
pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhub1: port error, restarting port 1
uhub1: port error, giving up port 1
uhub1: port error, restarting port 2
uhub1: port error, giving up port 2
uhci2:  port 0x9000-0x901f irq 5 at device 17.4 on 
pci0
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhub2: port error, restarting port 1
uhub2: port error, giving up port 1
uhub2: port error, restarting port 2
uhub2: port error, giving up port 2
orm0:  at iomem 0xcc000-0xc on isa0

Specifically I,

- - rm -rf /usr/obj/ (I actually forgot to do this the first time, but redid 
everything with this included)
- - make buildworld
- - make buildkernel KERNCONF=""
- - make installkernel KERNCONF=""
- - reboot to single user mode
- - mergemaster -p
- - make installworld
- - mergemaster (asked me to do a makedev, which I did).

I also took a look in the BIOS and the only relevant option I found was "USB 
Legacy Support".  It was set to "Auto".  I changed it to "Disable", but same 
result.

I've included the kernel configuration file below.

Thanks,

Joey

machine  i386
cpu  I686_CPU
identACADIA_MINGRONE_ORG-2004-06-20
maxusers0

options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support

options SYSVSHM
options SYSVSEM
options SYSVMSG
options SHMMAXPGS=65536
options SEMMNI=40
options SEMMNS=240
options SEMUME=40
options SEMMNU=120

options P1003_1B#Posix P1003_1B 
real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
#options AHC_REG_PRETTY_PRINT   # Print register bitfields in debug output.  
Adds ~128k to driver.
#options AHD_REG_PRETTY_PRINT   # Print register bitfields in debug output.  
Adds ~215k to driver.

options USER_LDT# used by JAVA
options CPU_ENABLE_SSE  # used by DVD
options CPU_FASTER_5X86_FPU # for mplayer
options CPU_ATHLON_SSE_HACK # for mplayer

device isa
#device eisa
device pci
device agp # support several AGP chipsets

# Floppy drives
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1

# ATA and ATAPI devices
#device ata0 at isa? port IO_WD1 irq 14
#device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk  # ATA disk drives
device atapicd  # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID   #Static device numbering

device atapicam # emulate ATAPI devices as SCSI ditto via CAM
device scbus#base SCSI code
device cd   #SCSI CD-ROMs
device pass #CAM passthrough driver

# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12

device vga0 at isa?

# splash screen/screen saver
pseudo-device splash

# syscons is the default console driver, resembling an SCO console
device sc0 at 

Re: Bittorrent not in ports?

2004-06-20 Thread Joey Mingrone
..or see:  http://www.freebsd.org/cgi/ports.cgi?query=torrent&stype=all

There are a few different options for torrent clients.

On June 18, 2004 22:38, Julian M. Mason wrote:
> ...is bittorrent really not in ports?
>
> my usual
> # cd /usr/ports ; make search name="bittorrent"
> and
> # whereis bittorrent
>
> turned up nothing; nor did a wandering around /usr/ports/net.
>
> Do I have to actually go and get something myself? 
>
>
> --Mac
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: drive / IDE controller questions

2004-03-23 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guys,

Thanks for the tips.

I don't think the problem is with the drive itself overheating for the 
following reasons:

First, I tried the touch-test you suggested and the drive seems warm, but 
definitely not hot.

Second, I think the front case fan is doing a pretty good job.  When I put my 
hand on the drive there was a pretty good breeze blowing right around the 
drive itself.

Finally, when I start running into problems and the drive gets really bad 
(restarting constantly), I can't even run the WD diagnostic tool, but I can 
immediately swap the drive out into another system and run the diagnostic 
tool without any problems.

Oh, and Mark, to answer your question, the WD diagnostic tool states that it

"allows you to test the drive, print results for last drive tested, repair 
errors found during the Test Drive option and write zeros to the drive."

But, they obviously do something more than that because when I'm having 
problems and fsck won't mark the filesystem as clean, I can run WD's 
diagnostic tool, it will report there were no errors found, but fsck will be 
able to complete now.

Here are potential problems that I haven't ruled out:

- - general M/B problem requiring a replacement M/B
- - a problem with the on-board IDE controller whether it's overheating or some 
other problem
- - a problem with the power supply (this is stab in the dark, but I've seen 
rare VCore spikes with xmbon but I have no idea if this would only affect the 
drive)

I replaced the side panel on my case for the first time in about a year.  The 
CPU and memory temperatures are up a few degrees, but I'll leave it on for 
awhile anyway.  I also did my best to position cables out of the way to allow 
good air flow.

I also might try to buy a cheap IDE controller and see if that helps.

Again, thanks for your suggestions.  If I find a solution I'll make sure to 
pass it on.

Joey

On March 19, 2004 22:11, Mark Terribile wrote:
> [Jerry McAllister]
>
> >[Joey Mingone]
> >
> >> [Jerry McAllister]
> >>
> >>> Another early guess might also be overheating problems.  I am not sure
> >>> how you would check other than trying to make it cooler.
> >>
> >> Could be.. although I have almost always had the case open and I have
> >> two case fans.  The CPU temp is usually in the 40s or 50s C (not too bad
> >> for a 1.6GHz Athlon) and the memory is usually around 25C.  ..but maybe
> >> I'll try pointing a fan at it.
>
> The case fans won't help much with the case open.
>
> > Actually, I mean the disk overheating.  They do that and they get worse
> > at it as they age too.
> >
> > Also, some cases are designed to aid in the cooling and so with
> > the case open, the airflow is either not properly directed or it
> > doesn't get enough of a Bernouli or hydraulic effect...  Of course,
> > if it is a generic case that is probably not a consideration.
>
> Well, my tower box doesn't have any special baffles (yet) but if I operate
> it with both side panels off and push the CPU hard it will reset, and if I
> check the CPU heat sink I find it unusually warm.  Without the forced
> circulation from either the exhaust fans above and to the rear or the inlet
> fan that I have on my disk drives, the CPU fan appears to draw back too
> much of the warm air it ejects below, hence the trend toward putting a side
> inlet vent on the machine -- a very bad idea, since it means that you can't
> place the machine up against another one.  (The new BTX spec addresses
> this, but it looks like it introduces other problems.)
>
> I suggest that Joey check the temperature of the drive as he usually runs
> it, then again after running with the box closed.
>
> Mark Terribile
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail - More reliable, more storage, less spam
> http://mail.yahoo.com
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

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

iD8DBQFAYGTZ0NQPEWppBZsRArKTAKDcMq+if6cDOj5/Npum1Z0V5In+sACgm8JA
PQqA+I4MrAtPaxHhf2ppeqA=
=dDvQ
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: drive / IDE controller questions

2004-03-19 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On March 19, 2004 18:37, Parv wrote:
> in message <[EMAIL PROTECTED]>,
> wrote Joey Mingrone thusly...
>
> > I've been having problems with my western digital drive
> > (http://www.wdc.com/en/products/products.asp?DriveID=24) for about a
> > year.
>
> What that has to do w/ the thread discussing wget & proxy problem?
> Above message was a *reply* to one of the messages in that thread.
> It was quite a rude surprise.
>
> People, kindly do not hijack a thread; start a new one.  Thanks for
> your cooperation in future.
>
>
>   - Parv

Sorry about that.  I think I got lazy and just replied to a message and 
changed the subject instead of typing [EMAIL PROTECTED] in the 
To: field.  ..didn't realize the messages were threaded on the list.

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

iD8DBQFAW5zt0NQPEWppBZsRAsAeAJ9SVB3feilyU3ApA7L3iIHEOFU6fgCffb2l
bJK7AOxrjQJIxrFNH13blGc=
=6i3f
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: drive / IDE controller questions

2004-03-19 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>
> Another early guess might also be overheating problems.  I am not sure how
> you would check other than trying to make it cooler.
>
> jerry
>



Could be.. although I have almost always had the case open and I have two case 
fans.  The CPU temp is usually in the 40s or 50s C (not too bad for a 1.6GHz 
Athlon) and the memory is usually around 25C.  ..but maybe I'll try pointing 
a fan at it.

Thanks,

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

iD8DBQFAW1P90NQPEWppBZsRAjA1AKDECIaip9NIehDE3Gm0P6aeXV1SSQCgtp8+
J1F13XmVghOIiEkvQTuHn0Q=
=Uogh
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


drive / IDE controller questions

2004-03-19 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've been having problems with my western digital drive 
(http://www.wdc.com/en/products/products.asp?DriveID=24) for about a year.  
I've posted messages about this before, but I have some new information that 
may be relevant.  

The problem started out when I would randomly hear the drive restarting.  It 
would make a high pitch sound that would increase in pitch and last a second 
or two (The same sound the drive makes when you power on the system).  
Messages similar to the ones below would also appear in /var/log/messages:

ad0: WRITE command timeout tag=0 serv=0 - resetting
/kernel: ata0: resetting devices .. ata0-slave: ATA identify retries exceeded

ad0: READ command timeout tag=0 serv=0 - resetting

At first, these drive resets would only happen once or twice and everything 
would go back to normal.  Eventually they would happen over and over until 
the system became unusable and wouldn't boot up even after running fsck in 
singal user mode with all the partitions unmount or mounted read only.  I 
found a temporary solution was to run the western digital diagnostic tools 
and then run fsck.  I would usually have a small amount of data 
corruption/loss but the system would be usable again.  Things would be fine 
for a week or longer, but the problem would eventually reappear.  Finally I 
contacted WD and they sent me a replacement drive (It was the same model, but 
a refurbished drive that I'm guessing was sent back by someone else).  After 
a few tries I managed to get dd to copy the contents of the old drive to the 
new drive and for quite some time everything was great.  But, the other day 
the new drive began to have the same problem as the old one.

So now, I'm guessing the problem may lie with the controller on the main board 
(http://usa.asus.com/mb/socketa/a7v266-e/overview.htm).

My main board has the optional raid controller.  Would it be possible to use 
that controller with my current drive, or would the secondary controller be a 
better solution?

Other notes:

I've tried a few different IDE cables.
I don't think it has anything to do with the OS since the resets have happened 
before the OS starts to boot and in the BIOS.

I've included a uname -a, dmesg output and my kernel config file below.  Any 
tips would be much appreciated.

Thanks,

Joey

uname -a: 
FreeBSD *hostname* 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Mon Feb  9 
03:08:50 AST 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL_CONFIG_2004-02-09  i386

dmesg:
Copyright (c) 1992-2003 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 4.9-RELEASE-p2 #0: Mon Feb  9 03:08:50 AST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/2004-02-09
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD Athlon(TM) XP1600+ (1410.21-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x662  Stepping = 2
  
Features=0x383f9ff
  AMD Features=0xc048
real memory  = 536788992 (524208K bytes)
avail memory = 518852608 (506692K bytes)
Preloaded elf kernel "kernel" at 0xc0364000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc036409c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 10 entries at 0xc00f1480
apm0:  on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
agp0:  mem 0xf800-0xfbff at device 0.0 
on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 11
atapci0:  port 
0xb400-0xb43f,0xb800-0xb803,0xd000-0xd007,0xd400-0xd403,0xd800-0xd807 mem 
0xf380-0xf381 irq 5 at device 6.0 on pci0
ata2: at 0xd800 on atapci0
ata3: at 0xd000 on atapci0
pcm0:  port 0xb000-0xb01f irq 10 at device 15.0 on pci0
pcm0: 
rl0:  port 0xa400-0xa4ff mem 0xf300-0xf3ff 
irq 5 at device 16.0 on pci0
rl0: Ethernet address: 00:e0:4c:00:30:22
miibus0:  on rl0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0:  at device 17.0 on pci0
isa0:  on isab0
atapci1:  port 0xa000-0xa00f irq 0 at device 17.1 
on pci0
ata0: at 0x1f0 irq 14 on atapci1
ata1: at 0x170 irq 15 on atapci1
uhci0:  port 0x9800-0x981f irq 5 at device 17.2 on 
pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0x9400-0x941f irq 5 at device 17.3 on 
pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0x9000-0x901f irq 5 at device 17.4 on 
pci0
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
orm0:  at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes thr

Re: kdelibs3 configure script reports LibXext error

2004-02-11 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> locate libXext 

gives:

/usr/X11R6/lib/libXext.a
/usr/X11R6/lib/libXext.so
/usr/X11R6/lib/libXext.so.6
/usr/compat/linux/usr/X11R6/lib/libXext.so.6
/usr/compat/linux/usr/X11R6/lib/libXext.so.6.4
/usr/ports/x11/libXext
/usr/ports/x11/libXext/Makefile
/usr/ports/x11/libXext/distinfo
/usr/ports/x11/libXext/pkg-descr
/usr/ports/x11/libXext/pkg-plist

pkg_which on

/usr/X11R6/lib/libXext.a, /usr/X11R6/lib/libXext.so, /usr/X11R6/lib/libXext.so.6

all give:

XFree86-libraries-4.3.0_6

Is this the same for you?  Depending on your answer, portupgrade -f 
XFree86-libraries might help.

Joey

On February 11, 2004 09:30, Ole Voß wrote:
> I'm trying to install the KDE3 which came with freeBSD 4.9 from ports.
> Unfortunately the installation fails while installing the kdelibs3 with the
> following error:
>
>
> -
> checking for libXext... no
> configure: error: We need a working libXext to proceed. Since configure
> can't find it itself, we stop here assuming that make wouldn't find
> them either.
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
> "/usr/ports/x11/kdelibs3/work/kdelibs-3.2.0/config.log" including the
> output of the failure of your make command. Also, it might be a good idea
> to provide an overview of all packages installed on your system (e.g. an
> `ls
> /var/db/pkg`).
> *** Error code 1
>
> Stop in /usr/ports/x11/kdelibs3.
> -
>
> But LibXext IS installed and 'ldconfig -r' does list it. What am I doing
> wrong?
>
> Thanks,
>
> Ole.
>
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

- -- 

Joey Mingrone
[EMAIL PROTECTED]
(902) 423-7327
http://mingrone.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAKkRk0NQPEWppBZsRAgkwAJ9iZKKD3yQWz+I6vKy64/aV2nYkuQCglY9N
lbnajvDvMckqDiZ/LIXY4Sw=
=1R1a
-END PGP SIGNATURE-

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


Re: library/linking problems

2004-02-10 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kent,

I did a comparison with a similar box at work and there were two libs 
in /usr/local/lib on my box that weren't on the box at work.  They 
were /usr/local/lib/libstdc++.a and /usr/local/lib/libstdc++.la*.  I did a 
pkg_which on them but no port matches.  I'm not sure how they got there, but 
after moving them out of the way ports starting linking again.  Thanks for 
you help.  ...very much appreciated.

Cheers,

Joey

On February 10, 2004 01:30, Kent Stewart wrote:
> On Monday 09 February 2004 07:29 pm, Joey Mingrone wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Thanks for the tips Kent.  I'm running 4.9 (4.9-RELEASE-p2).
> >
> > I also did a cvsup of the ports tree and a portsdb -uU, and after
> > make/buid world and a new kernel I also deleted everything is
> > /usr/include/g++ and did: cd /usr/src && rm -r /usr/include/g++ &&
> > make includes
> >
> > portupgrade -Rf id3lib updates the dependencies properly but still
> > produces the same errors.
> >
> > I'm guessing the problem is in /usr/lib???I
>
> I logged my build and then cp'ed your output onto my machine. We compare
> until yours gets to section on "Making all in examples" and then after,
> "mkdir .libs", yours falls apart and mine makes the lib and then
> proceeds to "creating id3info". The only -L is /usr/local/lib. The
> undefined references are typical c++ stuff. For example,
>
> demo_info.o: In function `PrintUsage(char const *)':
> demo_info.o(.text+0x1d): undefined reference to `cout'
> demo_info.o(.text+0x22): undefined reference to
> `ostream::operator<<(char const *)'
> demo_info.o(.text+0x2b): undefined reference to
> `ostream::operator<<(char const *)'
> demo_info.o(.text+0x34): undefined reference to
> `ostream::operator<<(char const *)'
> demo_info.o(.text+0x40): undefined reference to `endl(ostream &)'
>
> Do you have any refuses where you could be using old code or options
> in /etc/make.conf? Also, are you cvsuping src-all completely. I am
> running 4.9-stable but we shouldn't be that different.
>
> Kent
>
> > Thanks,
> >
> > Joey
> >
> > On February 9, 2004 16:53, Kent Stewart wrote:
> > > On Monday 09 February 2004 07:38 am, Joey Mingrone wrote:
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA1
> > > >
> > > > Hi,
> > > >
> > > > I have some sort of problem with my c++ stream libraries.  A
> > > > bunch of ports that rely on things like cerr are giving linking
> > > > errors.  (lots of "undefined reference to `cerr', undefined
> > > > reference to `ostream::operator<<(char const *)'").
> > > >
> > > > I've posted output from the some the builds that fail at
> > > > http://mingrone.org/errors/.
> > > >
> > > > I also cvsuped my sources and rebuilt userland and my kernel, but
> > > > no luck.
> > >
> > > Just to make sure, did you reboot?  You appear to be running 5.x
> > > but gives us a "uname -a" to let us see.
> > >
> > > > Any suggestions?
> > >
> > > I don't know which header is missing. Since you seem to have a
> > > general problem, I think I would a pattern for what is broken by
> > > doing the following: cvsup ports-all, make index, and portsdb -u.
> > >
> > > Then portupgrade -Rf id3lib. The will rebuild everything that
> > > id3lib uses and you will see more quickly if it fixes your problem
> > > than to rebuild the pieces of arts-1.1.4
> > >
> > > I have kde-3.2 running on both 4.9-stable and 5.2-current. I am
> > > using kmail from 3.2 to send this. Building it on -current I had to
> > > use a kluge but it works. When someone figures out the real fix, I
> > > will rebuild everything to get away from the kluge.
> > >
> > > Kent
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAKbzB0NQPEWppBZsRAuINAJ4of09CNtq6VJrX7Fxq2h2T0xsOzwCgoWfw
vrSWRB7SJSUrxA+lzEo/iTU=
=6Xc3
-END PGP SIGNATURE-

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


Re: library/linking problems

2004-02-09 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for the tips Kent.  I'm running 4.9 (4.9-RELEASE-p2).

I also did a cvsup of the ports tree and a portsdb -uU, and after make/buid 
world and a new kernel I also deleted everything is /usr/include/g++ and did:
cd /usr/src && rm -r /usr/include/g++ && make includes

portupgrade -Rf id3lib updates the dependencies properly but still produces 
the same errors.

I'm guessing the problem is in /usr/lib???

Thanks,

Joey

On February 9, 2004 16:53, Kent Stewart wrote:
> On Monday 09 February 2004 07:38 am, Joey Mingrone wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Hi,
> >
> > I have some sort of problem with my c++ stream libraries.  A bunch of
> > ports that rely on things like cerr are giving linking errors.  (lots
> > of "undefined reference to `cerr', undefined reference to
> > `ostream::operator<<(char const *)'").
> >
> > I've posted output from the some the builds that fail at
> > http://mingrone.org/errors/.
> >
> > I also cvsuped my sources and rebuilt userland and my kernel, but no
> > luck.
>
> Just to make sure, did you reboot?  You appear to be running 5.x but
> gives us a "uname -a" to let us see.
>
> > Any suggestions?
>
> I don't know which header is missing. Since you seem to have a general
> problem, I think I would a pattern for what is broken by doing the
> following: cvsup ports-all, make index, and portsdb -u.
>
> Then portupgrade -Rf id3lib. The will rebuild everything that id3lib
> uses and you will see more quickly if it fixes your problem than to
> rebuild the pieces of arts-1.1.4
>
> I have kde-3.2 running on both 4.9-stable and 5.2-current. I am using
> kmail from 3.2 to send this. Building it on -current I had to use a
> kluge but it works. When someone figures out the real fix, I will
> rebuild everything to get away from the kluge.
>
> Kent


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

iD8DBQFAKFAR0NQPEWppBZsRAl56AKDq+P0tO7vDb+XyGRLn/BDv3KLb1QCgp5tP
dUWagEDQ1gtYObLKCRnfjao=
=NsRt
-END PGP SIGNATURE-

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


library/linking problems

2004-02-09 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I have some sort of problem with my c++ stream libraries.  A bunch of ports 
that rely on things like cerr are giving linking errors.  (lots of "undefined 
reference to `cerr', undefined reference to `ostream::operator<<(char const 
*)'").  

I've posted output from the some the builds that fail at 
http://mingrone.org/errors/.

I also cvsuped my sources and rebuilt userland and my kernel, but no luck.

Any suggestions?

Thanks,

Joey

- -- 

Joey Mingrone
[EMAIL PROTECTED]
(902) 423-7327
http://mingrone.org

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

iD8DBQFAJ6lu0NQPEWppBZsRAsPRAJ9n5ueGhRpMDFZcu/pkZLUS7t0fhQCfQnPS
EnE0rgskQzngT0BEE5HSkL4=
=g1Ip
-END PGP SIGNATURE-

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


Re: MozillaFirebird and Java

2003-08-22 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I sitll only have 1.3.1, but do you have a similar link in your 
browser_plugins directory?

/usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so -> 
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so

Joey

On August 22, 2003 09:59, Philip Payne wrote:
> Hi,
>
> I thought I would've been the millionth person to ask this but I had a look
> in the archives and couldn't find anything so feel free to tell me to RTF
> relevant article.
>
> Can someone help me setup Java & MozillaFirebird? I've installed both
> MozillaFirebird and JDK14 from ports but on java enabled pages mozilla
> still doesn't use it. Get nag about needing "application/x-java-vm".
>
> I don't see anything in the options that allows me to specify the exact
> path to Java. Wild guess, do I need to symbolic link the default Mozilla
> java location to /usr/local/jdk1.4.1/jre/bin/java? or is there something
> else?
>
> Help.
>
> Much appreciated,
> Phil.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/Rhm+0NQPEWppBZsRAqYyAKCuHgM0blLLTozPEg270dFbOaKqVQCg3lyW
E7cf4lrggEHwv2XCm5FRXL0=
=8tVM
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Suggestions for best graphical mail client for freebsd?

2003-08-16 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm just curious... what is KMail missing that you are looking for?

joey

On August 14, 2003 11:49, Dragoncrest wrote:
>   I'm slowly completing my move from windows to freebsd and I want to try to
> start moving over mail.  Right now I use Kmail on my Freebsd machine, which
> is ok, but lacks in many areas.  On windows I used Eudora 5.2 and loved
> it.  I'm looking for something similar to that on Freebsd.  I've looked
> around and found Evolution, but it's too much like *shudder* Outlook
> *shudder* for my liking.  xPine is kinda cool too but not what I'm looking
> for.  Does anyone have any other suggestions for a graphical mail client I
> can use in X that will run under KDE 3.1?  I'm open to suggestions.
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/PpGQ0NQPEWppBZsRApFZAJwJKgF+AhQeSMOIugh9aOWfTejuVgCglQyM
f3uMfotxX1gCUE7UV1cEC0U=
=1MdD
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Nwe kernel and dmesg question

2003-08-15 Thread Joey Mingrone
Hey Peter,

To get rid of the error messages on boot up, you can remove devices you are 
not using from /boot/kernel.conf.

Joey

Hello everybody,

I'm sorry for the long mail, but I really need your help. Please read it
before removing :-)
I just have my new kernel (where I disabled almost SCSI devices) but during
start-up there are errors as follows:
config> di pcic0
No such device: pcic0
Invalid command or syntax.  Type `?' for help.
config> di bt0
No such device: bt0
Invalid command or syntax.  Type `?' for help.
config> di aic0
No such device: aic0
Invalid command or syntax.  Type `?' for help.
config> di aha0
No such device: aha0
Invalid command or syntax.  Type `?' for help.
config> di adv0
No such device: adv0
Invalid command or syntax.  Type `?' for help.
config> en ed0
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> po ed0 0x280
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> ir ed0 10
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> iom ed0 0xd8000
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> f ed0 0
No such device: ed0
Invalid command or syntax.  Type `?' for help.
What are these devices ? Why they are there, when I rem all lines 
concerning
about them in my kernel config file ?

Also, my machine has Matrox Millenium card. I tried tu set it up into VESA
mode and use 132x43 cols/lns, but the last message before showing login
screen is: "vidcontrol: cannot set video mode. Operation not supported by
device". Matrox was found:
VESA: v2.0, 2048k memory, flags:0x1, mode table:0xc030a302 (122)
VESA: Matrox Graphics Inc.
[skipped]
pci0:  at 11.0 irq 11
but sc0 still goes into VGA mode:

vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
How to make it to go into VESA mode ? How to make kernel to use Matrox
Millenium driver ?
The last question is about CD-ROM. Ata is working properly:

atapci0:  port
0x2000-0x200f,0-0x3,0-0x7,0-0x3,0-0x7 irq 15 at device 20.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
[skipped]
acd0: CDROM  at ata0-master PIO4
CD-ROM is found, but I still can not use it (mount does not work, writing:
READ_TOC command timeout - resetting
resetting devices ... done
read data overrun 12/0
I encountered this problem during installation, too. I was not able to
install FreeBSD from the CD the install boot from, so I installed it from
MSDOS partition (I mounted temporarily. I have only one SCSI HDD and ATA
CD-ROM in my machine.
Why I can not use my CDROM :-( ?

Please help, if you can :-)

Peter Rosa
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


Re: where can i get freebsd4.8 iso file for ultrasparcarchitectural ?i couldn't

2003-08-14 Thread Joey Mingrone
You can't 4.8 is only available for the i386 and Alpha platforms.  5.1 is 
available for i386, ia64, alpha,  pc98 and sparc64.

Joey

_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: how to learn freebsd?

2003-08-14 Thread Joey Mingrone
The best, free place to start is:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

You can also check out:
http://www.freebsddiary.org
http://bsdvault.net/sections.php?op=listarticles&secid=1
http://www.beholdlearning.com/wwwservices/fbsdhelp.html
google.com/bsd
bsdsearch.com
There are also a few well written books available:
http://www.freebsdmall.com/cgi-bin/fm/search?id=Ixwbw6ZB&mv_pc=6
http://www.freebsddiary.org/booksmags.php
and if you want professional help:
http://www.freebsd.org/commercial/consulting_bycat.html / 
http://www.freebsd.org/commercial/consulting.html

joey

how to learn freebsd?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: KDE, Konqueror, and plugins

2003-08-05 Thread Joey Mingrone
Chris,

I've never been able to get any macromedia flash plugin to work with 
Konqueror on FreeBSD, but macromedia's flash 5 for linux works great with 
FreeBSD's native Mozilla and Firebird with a FreeBSD wrapper.

This is what I would recommend:

First, get rid of all the flash plugins you have installed.  Next, install 
the flashpluginwrapper port (This will install the linux flashplugin 5 port 
as a dependency).   Once the port has successfully installed there are a few 
small tasks.  Here's the message displayed after installing the port:

If you are using a Mozilla browser, you first need to copy the linux
flash plugin into the mozilla plugins directory:
(I actually just create links, but this doesn't really matter.)

# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \
   %%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so
# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \
   %%X11BASE%%/lib/browser_plugins/
Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla
to have:
LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1
export LD_PRELOAD
at the top of it (but after #!/bin/sh).  Now start mozilla and go to
'about:plugins' and the flash plugin is enabled!
..and that's pretty much it.  With the exception of the rare site that 
requires flash 6, it works perfectly.

To really get a multimedia capable browser you might want to consider 
installing the mplayerplug-in and java plugins as well.

Joey


Hiya folks,
	Well - I didn't download the source for KDE, I installed via the packages. 
So
- that means I don't have the needed nspluginscan so the above mentioned
browser can scan in plugins. Mainly flash.

Ok, so - I installed Mozilla and the slew of flash plugins in 
/usr/ports/www
and I can't for the life of me get them to work.

So, I figured I would try Netscape7 from the ports - still again, the
previously installed slew of flash plugins are not either being seen, or 
just
plain and simply don't work.

I could use some ideas on how some of you have gotten by this without
downloading the KDE source and compiling it just to get nspluginscan (this 
is
what Konqueror needs in order to pull in the plugins).

Any and all ideas would be most cool.
--
Best regards,
 Chris
__
PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: Need some help =(

2003-08-03 Thread Joey Mingrone
Hi! I am pretty new to FreeBSD, however, I do really enjoy useing it, its a 
GREAT server platform.
It makes a pretty darn good desktop too.  :-)

Anyway, on to my question.  I for the life of me can't figure out how to 
update my system.  Everything I read REALLY confuses me.  I was hopeing it 
would be something as simple as emerge world or system like in Gentoo Linux. 
 Anyway, If you could give me a step by step newbie install guide, that 
would help VERY much!  Thanks


-Eric
Have you read 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html 
?  It's pretty close to a step-by-step guide to updating your system.  It's 
only a few pages long and quite well written.

Joey

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: hostname on LAN with WAN

2003-08-03 Thread Joey Mingrone
Constantine,

I believe you can just add an entry to /etc/hosts to specify the hostname 
for your box.  Something like:

192.168.0.2 constantine constantine.domainname.com.

Just make sure your sytstem is searching the hosts file before DNS (in 
/etc/host.conf, hosts is above bind).

man hosts
man host.conf
Joey


From: Constantine <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: hostname on LAN with WAN
Date: Sat, 02 Aug 2003 21:09:24 -0400
MIME-Version: 1.0
Received: from mx2.freebsd.org ([216.136.204.119]) by 
mc2-f26.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sat, 2 Aug 
2003 18:11:20 -0700
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])by 
mx2.freebsd.org (Postfix) with ESMTPid 62A4A561F9; Sat,  2 Aug 2003 
18:10:06 -0700 (PDT)(envelope-from [EMAIL PROTECTED])
Received: from hub.freebsd.org (localhost [127.0.0.1])by hub.freebsd.org 
(Postfix) with ESMTPid 4867D37B401; Sat,  2 Aug 2003 18:10:06 -0700 (PDT)
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])by 
hub.freebsd.org (Postfix) with ESMTP id 1E58237B401for 
<[EMAIL PROTECTED]>;Sat,  2 Aug 2003 18:09:58 -0700 (PDT)
Received: from swan.mail.pas.earthlink.net 
(swan.mail.pas.earthlink.net[207.217.120.123])by mx1.FreeBSD.org (Postfix) 
with ESMTP id B3AC443FD7for <[EMAIL PROTECTED]>;Sat,  2 Aug 
2003 18:09:57 -0700 (PDT)	(envelope-from [EMAIL PROTECTED])
Received: from user14.net550.nc.sprint-hsd.net 
([65.40.235.14]helo=rbcmail.ru)by swan.mail.pas.earthlink.net with esmtp 
(Exim 3.33 #1)id 19j7Nl-0003np-00; Sat, 02 Aug 2003 18:09:57 -0700
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Delivered-To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB;rv:1.4) 
Gecko/20030624
X-Accept-Language: en-gb, ru, en-us, en
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: User questions 
List-Unsubscribe: 
,
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: 
,
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 03 Aug 2003 01:11:20.0366 (UTC) 
FILETIME=[25DDC4E0:01C3595C]

Hello!

I am using my FreeBSD 4.8 in a local network, I do not have any routable 
IPs assigned to the box, so what am I supposed to use as a hostname for 
that FreeBSD box?

I have an internet connection (DSL modem with NAT), and I am using the 
sendmail on the box, and the problem I have, is that during the boot time I 
need to wait 2 minutes for the DNS-timeout.
I wanted to ask, how the hostname is meant to be set in my case.

Cheers,
Constantine.
maillog:
Aug  1 14:52:57 cnst sm-msp-queue[101]: My unqualified host name (cnst) 
unknown; sleeping for retry
Aug  1 14:53:57 cnst sm-msp-queue[101]: unable to qualify my own domain 
name (cnst) -- using short name
Aug  1 14:53:57 cnst sm-msp-queue[103]: starting daemon (8.12.8p1): 
[EMAIL PROTECTED]:30:00
Aug  2 14:41:22 cnst sm-mta[99]: My unqualified host name (cnst) unknown; 
sleeping for retry
Aug  2 14:42:22 cnst sm-mta[99]: unable to qualify my own domain name 
(cnst) -- using short name
Aug  2 14:42:22 cnst sm-mta[100]: starting daemon (8.12.8p1): 
[EMAIL PROTECTED]:30:00

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


core dumps

2003-03-29 Thread Joey Mingrone
Hi..

A friend sent me an email including the sylog errors below asking for an 
explanation, but I'm not really sure...  Hardware problem?

Here's his `uname -a`:
FreeBSD rhydon.xegotek.com 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Sat Nov 
16 17:49:03 PST 2002 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/XEGOTEK_2002-11-16  i386

Here's his description:
I had connectivitly ... the webserver was servering pretty normal speed 
ssh was suer slow  I think because of authentication and reserve dns 
lookups ... b/c named had died.

Errors below:

Thanks,

Joey

Mar 28 01:30:32 rhydon /kernel: pid 84773 (wusage), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:30:33 rhydon /kernel: pid 84772 (time), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:35:50 rhydon /kernel: pid 84841 (wusage), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:35:50 rhydon /kernel: pid 84840 (time), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:40:24 rhydon /kernel: pid 84969 (wusage), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:40:24 rhydon /kernel: pid 84968 (time), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:43:56 rhydon /kernel: pid 85072 (wusage), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:43:56 rhydon /kernel: pid 85071 (time), uid 0: exited on
signal 11 (core dumped)
Mar 28 01:53:24 rhydon proftpd[81030]: rhydon.xegotek.com
(CPE002078c5a7dd-CM014260028488.cpe.net.cable.rogers.com[24.103.226.72])
-
FTP no transfer timeout, disconnected.
Mar 28 02:41:32 rhydon /kernel: microuptime() went backwards
(398472.945837 -> 398472.-694430452)
Mar 28 06:43:24 rhydon named[322]:
/usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c:559:
INSIST(errno == EINTR): Inval
id argument failed.
Mar 28 06:43:25 rhydon /kernel: pid 322 (named), uid 0: exited on signal
6 (core dumped)
Mar 28 07:31:52 rhydon sshd[87138]: fatal: Timeout before authentication
for 66.40.154.2.
Mar 28 07:32:21 rhydon named[87152]: starting (/etc/namedb/named.conf).
named 8.3.3-REL Sat Nov 16 15:27:01 PST 2002   [EMAIL PROTECTED]
xegotek.com:/usr/obj/usr/src/usr.sbin/named
Mar 28 07:32:21 rhydon named[87152]: limit files set to fdlimit (1024)
Mar 28 07:32:21 rhydon named[87152]: log_open_stream:
open(/var/log/named.log) failed: Permission denied
Mar 28 07:32:33 rhydon su: tiger to root on /dev/ttyp7
Mar 28 07:32:37 rhydon named[87160]: starting (/etc/namedb/named.conf).
named 8.3.3-REL Sat Nov 16 15:27:01 PST 2002   [EMAIL PROTECTED]
xegotek.com:/usr/obj/usr/src/usr.sbin/named
Mar 28 07:32:37 rhydon named[87160]: limit files set to fdlimit (1024)
Mar 28 10:27:06 rhydon /kernel: microuptime() went backwards
(426406.121982 -> 426406.-695249079)
Mar 28 12:27:14 rhydon named[87161]:
/usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c:559:
INSIST(errno == EINTR): Inv
alid argument failed.
Mar 28 12:27:14 rhydon /kernel: pid 87161 (named), uid 0: exited on
signal 6 (core dumped)
_

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


RE: kde 3.1 on freebsd

2003-01-28 Thread Joey Mingrone
oopss.. that should have been *freebsd.kde.org*

Joey



From kde.freebsd.org:

"Looks like KDE 3.1 has finally been released. See the announcement on the 
KDE web site.  More on FreeBSD ports and packages as it becomes available."

Joey





_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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


_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail


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


RE: kde 3.1 on freebsd

2003-01-28 Thread Joey Mingrone
From kde.freebsd.org:


"Looks like KDE 3.1 has finally been released. See the announcement on the 
KDE web site.  More on FreeBSD ports and packages as it becomes available."

Joey





_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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


Re: PortUpgrade

2002-12-20 Thread Joey Mingrone
From the man page:


-P
--use-packages Use packages instead of ports whenever 
available.
   portupgrade searches the local directories 
listed
   in PKG_PATH for each package to install or 
upgrade
   the current installation with, and if none is
   found, pkg_fetch(1) is invoked to fetch one from 
a
   remote site.  If it doesn't work either, the 
port
   is used.


Hi !

I 'portupgrade -a' my system and figured out that it is
recompiling every new port.
It's taking a vry long time to do so.

Is there a way to specify to portupgrade to get the
compiled package instead of compiling everything ?

Thank you

--
Pierrick Brossin
IT Employee
15, Ch. du Château, 1422 Grandson, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]


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



_
STOP MORE SPAM with the new MSN 8 and get 3 months FREE*. 
http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= 
http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_stopmorespam_3mf


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


drive problem solved?

2002-12-10 Thread Joey Mingrone
A few days ago I noticed the drive activity light on my box was solid and 
then I noticed my screen was frozen black.  When I rebooted, /usr wouldn't 
mount and I was left in single user mode.  The errors were something like:

/dev/ad0s1g: Unkown file type I = 1236807
/dev/ad0s1g: unexpected softupdate; run fsck manually

I ran fsck manually, but the results were not promising.

I got lots of errors that included stuff like:
hard error reading fsbn ?? status 59 and I can remember reading status 5b.  
I checked a few of the errors on google and I found a few identical to mine. 
 All the responses to people asking what these errors were, were "your 
drive is hosed".

When I rebooted the problem persisted so I figured I was just unlucky and my 
3 month old drive had died.  I managed to mount /usr read-only and saved 
almost all of my data.  I went to file an RMA with Western Digital, but, as 
they recommend, I ran their diagnostics first.  To my surprise the 
diagnostics reported no problems with the drive?

Today I mounted /usr again as read-only and ran fsck (this is about the 10th 
time I've run it) and for some reason the next time the system booted fine?

Drive: WD1000JB
IDE Controller: atapci1:  port 0xa000-0xa00f irq 
0 at device 17.1 on pci0 (on board of a asus a7v266e)

A friend, who has the same motherboard and drive had the same problem a few 
months ago, but he just ended up getting a new drive and starting over.

I also swappped IDE cables a few times, and once right before the successful 
fsck.

I'm running 4.7-RELEASE-p2

So my questions... Should I trust WD diagnostics?   Why would fsck all of a 
sudden fix the problem? ..if it did fix it? Has anyone else with the 
same/similar hardware experienced these problems.


Thanks,

Joey

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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


qt port fails to build

2002-11-03 Thread Joey Mingrone
Hi,

Has anyone had any problems building the qt port?  I had the problem below 
on my 4.6.2 box, so I updated to 4.7-p1, but still have he same problem.

In file included from syntaxhighliter_cpp.h:26,
from cppeditor.cpp:23:
/usr/local/include/conf.h:6: warning: #warning "This header is obsolete, use 
ap_config.h instead"
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:46,
from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qsignal.h:75: 
macro `signal' used with just one arg
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:77: 
macro `signal' used without args
In file included from cppeditor.cpp:23:
syntaxhighliter_cpp.h:44: `ConfigStyle' was not declared in this scope
syntaxhighliter_cpp.h:44: template argument 2 is invalid
syntaxhighliter_cpp.h:44: ANSI C++ forbids declaration `styles' with no type
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:46,
from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qsignal.h:75: 
type specifier omitted for parameter
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:77: 
syntax error before `,'
cppeditor.cpp: In method `void CppEditor::configChanged()':
cppeditor.cpp:57: `ConfigStyle' undeclared (first use this function)
cppeditor.cpp:57: (Each undeclared identifier is reported only once
cppeditor.cpp:57: for each function it appears in.)
cppeditor.cpp:57: template argument 2 is invalid
cppeditor.cpp:57: ANSI C++ forbids declaration `styles' with no type
cppeditor.cpp:57: no method `Config::readStyles'
cppeditor.cpp:58: invalid use of undefined type `struct Config'
../../editor/editor.h:27: forward declaration of `struct Config'
cppeditor.cpp:59: invalid use of undefined type `struct Config'
../../editor/editor.h:27: forward declaration of `struct Config'
cppeditor.cpp:62: no method `Config::completion'
cppeditor.cpp:63: no method `Config::parenMatching'
cppeditor.cpp:64: no method `Config::wordWrap'
gmake[4]: *** [.obj/release-shared-mt/cppeditor.o] Error 1
gmake[4]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer/plugins/cppeditor'
gmake[3]: *** [sub-cppeditor] Error 2
gmake[3]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer/plugins'
gmake[2]: *** [sub-plugins] Error 2
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer'
gmake[1]: *** [sub-designer] Error 2
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools'
gmake: *** [sub-tools] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/qt30.
*** Error code 1

Stop in /usr/ports/x11/kde3.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall14303.0 
make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / 
!:failed)
   ! x11/kde3  (compiler error)

Joey

_
Get a speedy connection with MSN Broadband.  Join now! 
http://resourcecenter.msn.com/access/plans/freeactivation.asp


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