Consistent failure during 5.2 buildworld

2004-01-17 Thread RexFelis
Hello all, 

I have recently updated my supfile to point at
5.2 instead of 5.1, and attempted to upgrade my
box from 5.1-p10 to 5.2 via this method, which
has worked for me before.

Following all the proceedures in the Handbook for
building the world, using a freshly cvsupped
/usr/src, I always end up with this:

=== lib/libpam/modules/pam_echo
cc -O2 -pipe -mcpu=pentiumpro
-I/usr/src/lib/libpam/modules/pam_echo/../../../../contrib/openpam/include
-I/usr/src/lib/libpam/modules/pam_echo/../../libpam
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual
-Wwrite-strings -Wswitch -Wshadow -Wcast-align
-Wno-uninitialized  -c
/usr/src/lib/libpam/modules/pam_echo/pam_echo.c
/usr/src/lib/libpam/modules/pam_echo/pam_echo.c:
In function `_pam_echo':
/usr/src/lib/libpam/modules/pam_echo/pam_echo.c:92:
warning: dereferencing type-punned pointer will
break strict-aliasing rules
*** Error code 1

Stop in /usr/src/lib/libpam/modules/pam_echo.
*** Error code 1

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

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

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

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

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

Stop in /usr/src.
primus#

The kernel builds fine, though.  I am a bit
lost... can anyone help?  I am running FreeBSD
5.1-p10, albatron kx400+ Pro mobo, Athlon 1800+
processor, 2x256 MB 233 MHZ RAM, 2 x 30.7 gb
maxtor IDE hard disks, DVD-ROM and CD-RW drive,
if it helps.  I upgraded from 5.0 to 5.1 no
problem via CVSUP.

Did I misunderstand what I read about having to
install the kernel before the world, and I need
to install the new kernel before the new world
will even build?  And, is there anything
important I left out, information wise, that
would help solve this problem?  I appreciate the
help!

Thanks,

Shannon

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Building OpenOffice 1.1 fails during Java build.

2003-11-12 Thread RexFelis
Hello all,

I am running FreeBSD 5.1-RELEASE-p10.  I am
trying to install OpenOffice 1.1 from ports.

I have the LINPROCFS filesystem mounted, and I
have added 

kern.maxdsiz=1073741824
kern.maxssiz=268435456

to my /boot/loader.conf file, as was suggested,
but I am still getting the same error during the
build of Java 1.4.1.  None of my research reveals
an answer to this difficulty, and nobody at
freebsdforums.org seemed to know how to fix it,
so I thought I would try here.

The actual error response looks like this:

--
VM option 'ThreadStackSize=768'
Error occurred during initialization of VM
java.lang.OutOfMemoryError
Dumping core
Abort trap (core dumped)
gmake[3]: *** [.compile.classlist] Error 134
gmake[3]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/ext/plugin/make'
gmake[2]: *** [debug] Error 2
gmake[2]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/ext/plugin/make'
gmake[1]: *** [plugin-all] Error 1
gmake[1]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.
*** Error code 1

Stop in /usr/ports/editors/openoffice-1.1.
primus#
---

And, just in case it is of any help, I have
retrieved the sanity check from the Java build as
well.

-
primus# make install package clean
===   openoffice-1.1.0_1 depends on file:
/usr/local/jdk1.4.1/bin/java - not found
===Verifying install for
/usr/local/jdk1.4.1/bin/java in
/usr/ports/java/jdk14
===  Building for jdk-1.4.1p4_1
# Start of jdk build
bsd i586 1.4.1-p4 build started: 03-11-12 20:57
gmake[1]: Entering directory
`/usr/ports/java/jdk14/work/j2se/make'
gmake[1]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make'
if [ -r ./../../patch/make/Makefile ]; then \
  ( cd  ./../../patch/make; gmake sanity
MAKEFLAGS= EXTERNALSANITYCONTROL=true
CONTROL_TOPDIR=/usr/ports/java/jdk14/work/control
CONTROL_TOPDIR_NAME=control
ALT_J2SE_TOPDIR=./../../j2se
ALT_OUTPUTDIR=/usr/ports/java/jdk14/work/control/build/bsd-i586
ALT_RTPATCH_DIR= ALT_BASE_IMAGE_ZIP=
ALT_BASE_IMAGE_DIR= ALT_NEW_IMAGE_DIR= ; ); \
fi

Build Machine Information:
   build machine =

Build Directory Structure:
   CWD = /usr/ports/java/jdk14/work/control/make
   TOPDIR = ./../..
   CONTROL_TOPDIR = ./../../control
   GENERICS_TOPDIR = ./../../generics
   HOTSPOT_TOPDIR = ./../../hotspot
   J2SE_TOPDIR = ./../../j2se
   MOTIF_TOPDIR = ./../../motif
   COBUNDLE_TOPDIR = ./../../cobundle

Hotspot Settings:
   HOTSPOT_BUILD_JOBS =

Bootstrap Settings:
   BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: 1.4.2_01
   OUTPUTDIR =
/usr/ports/java/jdk14/work/control/build/bsd-i586

Build Tool Settings:
   UNIXCOMMAND_PATH = /bin/
   COMPILER_PATH = /usr/bin/
   DEVTOOLS_PATH = /usr/local/bin/
   USRBIN_PATH = /usr/bin/
   MOTIF_DIR = /usr/X11R6
   CC_VER = gcc (GCC) 3.2.2 [FreeBSD] 20030205
(release) Copyright (C) 2002 Free Software
Foundation, Inc. This is free software; see the
source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
   PATH =
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin

Build Directives:
   USE_ONLY_BOOTDIR_TOOLS =
   USE_HOTSPOT_INTERPRETER_MODE =
   PEDANTIC =
   DEV_ONLY =
   J2RE_ONLY =
   NO_DOCS = YES
   NO_IMAGES =
   TOOLS_ONLY = true
   INSANE =

Build Platform Settings:
   PLATFORM = bsd
   ARCH = i586
   LIBARCH = i386
   ARCH_FAMILY = i586
   ARCH_DATA_MODEL = 32
   OS_VERSION = 5.1-RELEASE-p10
   TRUE_PLATFORM = FreeBSD (5.x CURRENT way)
   FREE_SPACE = 11002156

GNU Make Settings:
   MAKE = gmake
   MAKE VERSION =
   MAKECMDGOALS = sanity
   MAKEFLAGS =
   SHELL = /bin/sh

Target Build Versions:
   JDK_VERSION = 1.4.1
   MILESTONE = p4
   BUILD_NUMBER = shannon_12_nov_2003_20_57
   BUNDLE_DATE = 12_nov_2003

External File/Binary Locations:
   HOTSPOT_SERVER_PATH =
/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/server
   HOTSPOT_CLIENT_PATH =
/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/client
   OPT_JAVAWS =
/java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip
   MOZILLA_PATH = /java/devtools
   MOZILLA_HEADERS_PATH =
/java/devtools/share/plugin
   MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin
   MOTIF_DIR = /usr/X11R6
   CACERTS_FILE =
./../src/share/lib/security/cacerts

WARNING: Your build environment has the variable
NO_DOCS
 defined. This will result in a
development-only
 build of the J2SE workspace, lacking the
documentation
 build.

WARNING: You do not have access to the Java Web
Start binary.
 These binaries may be optional for this
build. Please
 check your access to

/java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip
 and/or check your value of
ALT_JAVAWS_PATH.
 This will make your images target build
incomplete.

Sanity check passed.

Problems portupgrading ATK

2003-11-08 Thread RexFelis
Hello, all.  

I have been having problems using portupgrade to
upgrade atk on my FreeBSD 5.1 machine.  Nothing
else seems to have difficulty, but an attempt to
upgrade atk produces endless amounts of this:

fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.chg.ru/pub/X11/gnome/sources/atk/1.4/.
fetch:
ftp://ftp.chg.ru/pub/X11/gnome/sources/atk/1.4/atk-1.4.1.tar.bz2:
Not logged in
 Attempting to fetch from
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.no.gnome.org/pub/GNOME/sources/atk/1.4/.

I always do a portsdb -Uu after each cvsup. 
pkgdb -F does nothing.  Does anyone know what I
can do to fix this?  Thanks in advance!

Shannon

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems Bootstrapping FreeBSD Java while Making OpenOffice

2003-09-28 Thread RexFelis
Hello all,

I am attempting to build OpenOffice from ports.
(Running FreeBSD 5.1-p5) So far I've been able to
figure out how to fix everything else that
stopped the build, but this just leaves me lost. 
I don't have a clue what this refers to.  The
script capture of the error message is:

---
Script started on Sun Sep 28 14:17:54 2003
primus# make WITH_BSD_JDK=TRUE install clean

===   openoffice-1.0.3_2 depends on executable:
gcc32 - found
===   openoffice-1.0.3_2 depends on file:
/usr/local/jdk1.3.1/bin/java - not found
===Verifying install for
/usr/local/jdk1.3.1/bin/java in
/usr/ports/java/jdk13
===  Building for jdk-1.3.1p8_2
# Start of jdk build
i386 Build started:  
1.3.1-p8-shannon-030928-14:18
ERROR: Your BOOTDIR environment variable does not
point
   to a valid Java 2 SDK for bootstrapping
this build.
   A Java 2 SDK 1.3.1 build must be
bootstrapped against any
   1.3 build. Please update your ALT_BOOTDIR
setting, or
   just unset it, and start your build again.

Exiting because of the above error(s).
gmake: *** [sanity] Error 1
*** Error code 2

Stop in /usr/ports/java/jdk13.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
primus# exit

exit

Script done on Sun Sep 28 14:18:08 2003
---

I read in the archives that someone suggested
using 'make WITH_LINUX_BOOTSTRAP=yes install
clean', but would that work if I am already using
 'make WITH_BSD_JDK=TRUE install clean'?  Should
I use make WITH_BSD_JDK=TRUE
WITH_LINUX_BOOTSTRAP=yes install clean' or am I
missing something entirely?  Please help.  Thanks
in advance.

Very confused,
Shannon

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems portupgrading KDE 3.1.2-3.1.4

2003-09-21 Thread RexFelis
I attempted a 'portupgrade -aRr', and it
initially failed on QT 3.2, which I was able to
manually fix by deinstalling and then making by
hand.  But another run of 'portupgrade -aRr'
failed on building KDE.  portversion -l 
reveals most of the KDE packages and libbonobo
have not been upgraded.  Attempting a portupgrade
of just 'kde' fails as well.  

I have done a script capture of the output and
sent a message, as suggested in that error
response that was captured, to [EMAIL PROTECTED]
along with the script capture of the build
attempt, the software installed on my machine,
and the config.log of the subsection that the
build failed in (kdepim).

I am writing here to ask, if I were to send the
longs to this list and ask for help, would it be
possible for someone to help me, or should I just
wait a while (ala the QT/arts problem others have
been having), and, if I could get an answer, how
should I send the logs?  There's over 100kb of
them in those three files.

Right now I am running a hybrid 3.1.2/3.1.4
kde...

Thanks for the help.

Shannon

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: User PPP connection problems

2003-09-08 Thread RexFelis
Hello,

I am no expert, but I use PPP exclusively to set
up a connection to the net.

One thing I see different in your configuration
than in mine is this:

set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0
 0.0.0.0

If you are using PPP and you are doing dynamic IP
addressing, I succeed with this, instead:

set ifaddr 0 0 255.255.255.0 0.0.0.0

This, of course, would be found in
/etc/ppp/ppp.conf.  I suggest getting your hands
on a copy of The Complete FreeBSD.  That book has
saved my life many times.

Hope this helps a bit.



--- Tadimeti Keshav [EMAIL PROTECTED]
wrote:
 Hi all,
 I a newbie here. 
 I compiled the kernel with COM3 and COM4
 enabled.
 
 I tried connecting to the internet but failed.
 I am pasting the relavant portion of
 /var/ppp/ppp.log.
 Please help!!
 Thanks in advance
 Keshav
  
 Sep  8 22:25:12  ppp[220]: Phase: Using
 interface:
 tun0
  
 Sep  8 22:25:12  ppp[220]: Phase: deflink:
 Created in
 closed state
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 default:
 ident user-ppp VERSION (built COMPILATIONDATE)
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 default: set
 device /dev/cuaa1
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 default: set
 speed 57600 
 
  Sep  8 22:25:12  ppp[220]: tun0: Command:
 default:
 set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5
   
  AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT
 40
 CONNECT 
 
  Sep  8 22:25:12  ppp[220]: tun0: Command:
 default:
 set timeout 180
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 default:
 enable dns
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 papchap: set
 phone 5571090
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 papchap: set
 authname dtitg
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 papchap: set
 authkey  
 
  Sep  8 22:25:12  ppp[220]: tun0: Command:
 papchap:
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0
 0.0.0.0
  
 Sep  8 22:25:12  ppp[220]: tun0: Command:
 papchap: add
 default HISADDR
  
 Sep  8 22:25:12  ppp[221]: tun0: Phase: PPP
 Started
 (background mode).
  
 Sep  8 22:25:12  ppp[221]: tun0: Phase: bundle:
 Establish
  
 Sep  8 22:25:12  ppp[221]: tun0: Phase:
 deflink:
 closed - opening
  
 Sep  8 22:25:12  ppp[221]: tun0: Phase:
 deflink:
 Connected!
  
 Sep  8 22:25:12  ppp[221]: tun0: Phase:
 deflink:
 opening - dial
  
 Sep  8 22:25:12  ppp[221]: tun0: Chat: Phone:
 5571090
  
 Sep  8 22:25:12  ppp[221]: tun0: Chat: deflink:
 Dial
 attempt 1 of 1
  
 Sep  8 22:25:12  ppp[221]: tun0: Chat: Send:
 AT^M
  
 Sep  8 22:25:12  ppp[221]: tun0: Chat:
 Expect(5): OK
  
 Sep  8 22:25:17  ppp[221]: tun0: Chat: Expect
 timeout
  
 Sep  8 22:25:17  ppp[221]: tun0: Chat: Send:
 AT^M 
 
  Sep  8 22:25:17  ppp[221]: tun0: Chat:
 Expect(5): OK
  
 Sep  8 22:25:22  ppp[221]: tun0: Chat: Expect
 timeout
  
 Sep  8 22:25:22  ppp[221]: tun0: Warning: Chat
 script
 failed
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase:
 deflink: dial
 - hangup
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase:
 deflink:
 Disconnected!
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase:
 deflink:
 Connect time: 10 secs: 0 octets in, 0 octets
 out
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase:
 deflink: : 0
 packets in, 0 packets out
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase:  total
 0
 bytes/sec, peak 0 bytes/sec on Mon Sep  8
 22:25:22
 2003 
 
  Sep  8 22:25:22  ppp[221]: tun0: Phase:
 deflink:
 hangup - closed
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase: bundle:
 Dead
  
 Sep  8 22:25:22  ppp[221]: tun0: Phase: PPP
 Terminated
 (normal).
  
 Sep  8 22:25:22  ppp[221]: tun0: Chat: Parent
 notified
 of failure
  
 Sep  8 22:25:22  ppp[220]: tun0: Phase: Parent:
 Child
 failed (errdead)
 


 Want to chat instantly with your online
 friends?  Get the FREE Yahoo!
 Messenger http://mail.messenger.yahoo.co.uk
 ___
 [EMAIL PROTECTED] mailing list

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

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NVIDIA Driver problem solved, but now cannot mount MSDOSFS?

2003-07-30 Thread RexFelis
To the people who made the suggestion that solved
my problem, I offer my gratitude and thanks.  My
goal is to be able to play Neverwinter Nights on
FreeBSD, so I don't need Linux or Windows
anymore.  That problem has been solved.

Now I have attempted to mount my Windows
partition, FAT32, so I could copy across the game
files, and I get this message when I boot:

mount: exec mount_msdosfs not found in /sbin,
/usr/sbin: no such file or directory.

Then it drops me to sh, where I must 'edit
/etc/fstab' and comment that line out to boot.

Here is my fstab:

# See the fstab(5) manual page for important
information on automatic mounts
# of network filesystems before modifying this
file.
#
# DeviceMountpoint  FStype 
Options DumpPass#
/dev/ad2s1b noneswap   
sw  0   0
/dev/ad2s1a /   ufs
rw  1   1
/dev/ad2s1f /tmpufs
rw  2   2
/dev/ad2s1g /usrufs
rw  2   2
/dev/ad2s1e /varufs
rw  2   2
/dev/acd0c  /cdrom  cd9660 
ro,noauto   0   0
/dev/acd1c  /cdrom1 cd9660 
ro,noauto   0   0
proc/proc   procfs 
rw  0   0
#/dev/ad0s1 /mnt/windowsmsdosfs
rw  0   0

The only thing I can think of is that somehow
something went wrong when I built world from 4.7
to 4.8.

Just to clear up this possible suggestion,
Windows 2000 is installed on the first partition
of the first hard disk.  /dev/ad0s1 worked before
I CVSUPped and built world.

Once again... thank you all for your help.  I
hope I have not forgotten any information to
include in my tiredness.

Shannon

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NVIDIA Driver problem solved, but now cannot mount MSDOSFS?

2003-07-30 Thread RexFelis
I can't believe I misread that and made such a
silly mistake.  Thanks, Josh.  I appreciate your
help.  You just saved me a weeks worth of time
downloading the game.  :)

Shannon

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dial-up Modem Problems

2003-07-02 Thread RexFelis
I can't say that I know whether that modem is a
winmodem or not, and I do not have the time to
google it atm, but I can tell you that if you do
end up having to replace it, you should look for
a 'controller based' modem.  Almost all external
modems are controller based, as far as I can
tell.  Unfortunately, it has been my experience
that walking into one of these stores like
Staples or Office Max where they sell modems
locally (these are the only places we have where
I am) and asking to see their coltroller based
modems gets you a blank stare.  So you'll have to
study the box carefully.  Just make sure it says
it has it's own controller somewhere.

That's all the help I can offer.  Hope it helps. 
:)

Shannon

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PPP troubles SOLVED!!!

2003-06-30 Thread RexFelis
Good to know FreeBSD can mount EXT2 and EXT3
partitions.  Thanks for the information.  :)

The problem remains, however, since I highly
favor ReiserFS for use with Linux.  EXT2 has
given me crash recovery issues and EXT3 does not
perform as speedily as ReiserFS.  ResierFS just
takes whatever I throw at it, bats it aside, and
keeps on moving without even a flinch.  Kind of
like the FreeBSD filesystem does.

So... since I have a FAT32 partition I might as
well put it to *some* use, since Lord knows I
haven't much use for Windows anymore.  lol

Shannon

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PPP troubles SOLVED!!!

2003-06-29 Thread RexFelis
Yah!  Boy does it feel good to track down and
solve this problem on my own!!!

Here's what I did.  I copied the contents of
/etc/ppp from my Linux partition to my Windows
partition and then compared each corresponding
file to it's freebsd counterpart.  And what I
found was that my resolv.conf files were
different - the DNS nameserver address had been
changed under Linux!

When I plugged in the new number, voila, FreeBSD
connectivity problem solved.  

I am so appreciative for the help, even though I
managed to solve it on my own.  I googled it at a
friend's suggestion and discovered a website
giving the info to add, and that brought me to
the idea to do what I did.

Now to cvsup.  :)

Shannon

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Building KDE3 from ports in 5.0 fails on libmng

2003-03-10 Thread RexFelis
Hello, all:

I am not terribly familiar with FreeBSD, but I am
learning by getting my hands dirty.  To that end,
I have installed and updated via CVSup, kernel,
system and ports. (5.0-R to 5.0-R p4)

Shortly after that, X started crashing and
dumping me at the command prompt, and then KDE
began having difficulties which caused it to fail
starting programs and interprocess communications
failed as well.

Sensing an opportunity for more experience, I
performed a 'pkg_delete -a' and then a 'make
install for Xfree86-4.  Eight hours later, when
that was finished, I did a 'make install' for
KDE3 as well.

This has failed.  the script I have recorded
reveals that libmng is what is causing the
failure.  However, there are many error messages,
and I cannot figure out how to transport the
script from FreeBSD to Windows, Linux or a floppy
disk to include in this request for help.

The system I am using is a modified eMachine
running a Cyrix 6x86-266 MHz processor with the
original motherboard.  The RAM has been increased
to 192 megs, and the hard disk is 40 gigs, with a
total of 5 gigs being allocated automatically for
FreeBSD.  TOP revealed that only a bit over 1.6
megs of swap had been used out of a gigabyte of
it.

I have been having a good time learning about
FreeBSD this way, but now I am utterly lost, and
I don't have a GUI anymore with which to seek
help from within FreeBSD.  What do I do from
here?  All help is appreciated.  :)

Thanks,

Shannon

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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