freebsd 6.4 -> 7.3 upgrade failure, ports openssl, and libz.so.3 versus libz.so.4

2010-09-14 Thread Benno Overeinder
Hi,

I am upgrading a system from freebsd 6.4 to freebsd 7.3 from source. On
this system, the ports openssl package has been installed.

With the make buildworld, the compilation of sendmail fails with the
message:
/usr/obj/usr/src/tmp/usr/bin/ld: warning: libz.so.3, needed by
/usr/local/lib/libssl.so, not found (try using -rpath or -rpath-link)

Problem is that the new kernel is expecting (or compiling the sources
against) libz.so.4 (/usr/obj/usr/src/lib/libz/libz.so.4).  libz.so.3 is
available in /lib/libz.so.3 (FreeBSD 6.4).

Is there any way to break this dependency, such that the make buildworld
completes successfully?  It is openssl from ports depending on libz.so.3
of FreeBSD 6.4, sendmail is compiled with openssl from ports for FreeBSD
7.3, which provides libz.so.4...  The upgrade path 6.4 -> 7.3 with ports
openssl is probably not unique, others will have a similar upgrade path.

Can I specify something (/etc/make.conf?) such that 'make buildworld'
makes use of base openssl and not ports openssl?  Or should I uninstall
ports openssl (and recompile half of my ports, and later again recompile
all for freebsd 7.3)?

Any suggestions are welcome.

Thanks,

-- Benno
___
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"


Is it safe to increase / double kern.maxvnodes under FreeBSD 6.4 i386?

2010-05-05 Thread Karl Pielorz


Hi,

We had some issues at the weekend that left one of our machines with a 
very, very large sendmail queue...


While we were trying to sort it out we noticed the machine takes over 4 
minutes to go through the queue (i.e. 'mailq').


I noticed the machine was hovering around the maxvnode limit - so I upped 
it.


The 'sweet spot' appears to be:

 sysctl -w kern.maxvnodes=25

That cuts the time to run a mailq from over four minutes down to 12 seconds.

The machine has 2Gb of RAM, and is 'moderately' loaded (normally) - is it 
wise to leave that setting at 250,000 - or is it likely to cause other 
issues (i.e. kernel memory issues) - is there any metric I can look at / 
check to see if we can get away with leaving it that high?


The only stuff I can seem to find on the 'net mostly concerns upping it 
under amd64 as that uses a different mapping method for vnodes - I can't 
seem to find anything that covers increasing it that much (2.5 * the 
default of 100,000) under i386.


As it obviously makes a huge difference for us, I'd love to leave it in 
place - but don't want to risk anything drastic like a panic.


Thanks,

-Karl
___
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: freebsd 6.4 can't load kernel after upgrade

2009-12-04 Thread Alex de Kruijff
On Sat, Oct 31, 2009 at 07:04:55AM +0200, Manolis Kiagias wrote:
> oscar Seo wrote:
> > I'm a beginner in freebsd.
> > my machine consists of freebsd-6.4 + i386 bootstrap loader,+ windowmaker
> > after upgrade freebsd-6.4 using sysinstall then reboot the system,
> > I got an error message as follows
> > +++
> > Loading /boot/defaults/loader.conf
> > Unable to load a kernel!
> > /
> > can't load 'kernel'
> >
> > Type '?' for a list of commands, 'help' for more detailed help.
> > OK _
> > +++
> >   
> You could try loading your old kernel. When you build a new kernel, your
> old kernel is preserved under /boot/kernel.old
> 
> Type these commands in the loader prompt
> 
> unload (probably not needed here)
> load kernel.old
> boot

Because kernel.old is overwritten with each attemt you might mv
/boot/kernel.old to /boot/kernel.good. This prevents you from being
stuck with a system you can't boot.
-- 
Alex

___
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: freebsd 6.4 can't load kernel after upgrade

2009-10-31 Thread Randi Harper
On Fri, Oct 30, 2009 at 8:20 PM, oscar Seo  wrote:

> I'm a beginner in freebsd.
> my machine consists of freebsd-6.4 + i386 bootstrap loader,+ windowmaker
> after upgrade freebsd-6.4 using sysinstall then reboot the system,
> I got an error message as follows
> +++
> Loading /boot/defaults/loader.conf
> Unable to load a kernel!
> /
> can't load 'kernel'
>
> Type '?' for a list of commands, 'help' for more detailed help.
> OK _
> +++
>
> so I decided to reinstall freebsd-6.4 but I can't boot and re-install
> freebsd using CD-rom.
> what shall I do boot my system using installed freebsd or live-CD ?
> Thanks...


For future reference, while upgrading via sysinstall is possible, it's best
to use something like freebsd-update, which is included in base.

I can't recall off the top of my head if upgrading via sysinstall moves the
kernel to kernel.old or not. Good luck with that. You may be best off using
livefs and trying to repair with that.

-- randi
___
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: freebsd 6.4 can't load kernel after upgrade

2009-10-30 Thread Manolis Kiagias
oscar Seo wrote:
> I'm a beginner in freebsd.
> my machine consists of freebsd-6.4 + i386 bootstrap loader,+ windowmaker
> after upgrade freebsd-6.4 using sysinstall then reboot the system,
> I got an error message as follows
> +++
> Loading /boot/defaults/loader.conf
> Unable to load a kernel!
> /
> can't load 'kernel'
>
> Type '?' for a list of commands, 'help' for more detailed help.
> OK _
> +++
>
> so I decided to reinstall freebsd-6.4 but I can't boot and re-install
> freebsd using CD-rom.
> what shall I do boot my system using installed freebsd or live-CD ?
> Thanks...
>
>   
You could try loading your old kernel. When you build a new kernel, your
old kernel is preserved under /boot/kernel.old

Type these commands in the loader prompt

unload (probably not needed here)
load kernel.old
boot

See section 12.3.3.3 for more examples and details

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html#BOOT-LOADER

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


freebsd 6.4 can't load kernel after upgrade

2009-10-30 Thread oscar Seo
I'm a beginner in freebsd.
my machine consists of freebsd-6.4 + i386 bootstrap loader,+ windowmaker
after upgrade freebsd-6.4 using sysinstall then reboot the system,
I got an error message as follows
+++
Loading /boot/defaults/loader.conf
Unable to load a kernel!
/
can't load 'kernel'

Type '?' for a list of commands, 'help' for more detailed help.
OK _
+++++++++++

so I decided to reinstall freebsd-6.4 but I can't boot and re-install
freebsd using CD-rom.
what shall I do boot my system using installed freebsd or live-CD ?
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"


FreeBSD (6.4/7.0/7.2) guest OS bootloader not being loaded in Linux KVM. (Ubuntu 9.04)

2009-07-30 Thread Daniel Franke

Hey all,

I've been tasked with installing a KVM machine for a customer.

My problem comes with me wanting to install FreeBSD as a guest in KVM.  
The installer works fine but as soon as I start the VM after the  
installation, the bootloader hangs, sometimes showing one character  
and other times it doesn't show anything. Is this a known problem? Are  
there any workarounds. Is there any place I can check for debug logs.


I use libvert to install and manage my VMs and I installed my VM like  
this:


# virt-install --connect qemu:///system -n freebsd64test -r 1024 -f / 
data/virtual_machines/freebsd64test.qcow2 -s 10 -c 6.4-RELEASE-amd64- 
disc1.iso --vnc --noautoconsole --os-type=unix --os-variant=freebsd6 -- 
network=bridge:br0  --hvm


I also tried without the --hvm flag and with FreeBSD 7.2 and 7.0.

The Ubuntu server is a fully up-to-date 9.04 machine.

Linux  2.6.28-13-server #45-Ubuntu SMP Tue Jun 30 22:56:18 UTC  
2009 x86_64 GNU/Linux


Has anyone else had this problem and/or know a way to fix it.

Thanks in advance,

Daniel
---
Daniel Franke
Quanza Engineering B.V.
Van Diemenstraat 132
1013 CN Amsterdam
E: supp...@quanza.net
T: +31 20 530 1613
F: +31 20 530 1601
W: www.quanza.net



PGP.sig
Description: This is a digitally signed message part


Re: freeBSD 6.4

2009-03-30 Thread Dánielisz László
Hi Mario,

There are planty ways to make an xorg.conf, for example to nvida vga cards 
there is a special apllication which generates the xorg.conf.
Try to type top and check out which processes uses the more CPU, also checg out 
 Load Avg.

Laci




From: Mario PNH 
To: Dánielisz László 
Sent: Monday, March 30, 2009 6:10:10 PM
Subject: Re: freeBSD 6.4

Hi Dánielisz:
The freeBSD is on another hard drive and I am going to review the 
configurations, and send a txt file if you don't mind.
I remember Xorg process was busy all the time, I have to check it again.
Last time my Load on Firefox was just GMAIL.
Mario



2009/3/28 Dánielisz László 

Hi Mario!

Did you installed the right vga driver? Did you make de right xorg.conf for 
Xserver? Please check this.
Anyways, you can send your top processes, but I think that the Firefox uses the 
more from CPU, by the way, what is your load?


Laci




From: Mario PNH 

To: Dánielisz László 
Sent: Friday, March 27, 2009 7:29:25 PM
Subject: freeBSD 6.4


Hi Dánielisz

I got this email of you on MAR 13, and today I got the GNOME running on freeBSD 
6.4.
I also installed KDE4 but haven't used it yet.

My main question this time is about the whole freeBSD.  As a matter of fact it 
is running
the CPU above 50% as I start GNOME with no more application involved. I am 
right now
emailing this from GMAIL/google using firefox loaded on GNOME  2.22.3 and the 
CPU is 
75% busy. So it is kind of slow and lagging. I am using this ASUS machine:

AMD Athlon(TM) XP 2000+
Memory  1 GB

Which when I use windows XP as OS, does the same with CPU involved just 6%. I 
am sure
freeBSD should do this much faster than Windows XP, but I have no idea how to 
detect what
is wrong. I can also send the list of processes running on this 6.4 which i 
guess most of them are
normal. and the only application open is firefox connected to GMAIL . Any idea 
what should I check?

I like to have a UNIX like OP. System to work on my JAVA programs. That I was 
doing with WIN-XP
so far. And I have WIN2003 also on another ASUS Core i7 machine. I want to know 
if the performance 
of freeBSD is very hardware related, then what type of motherboard / chip / CPU 
..etc is recommended?  
I used to work with UNIX on SUN machines while at university, and I expect 
freeBSD to function almost 
the same, and even better these days concerning the time and new technologies 
but I am missing some 
info to get it done. 
Thanks
Mario





On Sat, Mar 14, 2009 at 5:04 AM, Dánielisz László  
wrote:

You are welcome!
Don't forget to upgrade your ports, I think after this it will work, if not 
than try pkg_add but first read the manual.




From: Mario PNH 
To: Dánielisz László 
Sent: Friday, March 13, 2009 9:07:56 PM
Subject: Re: Ports Collection


Thanks for your response.

FreeBSD versions of 7.0 and 7.1 could never be booted on my computer,
and it kept restarting with a short note of "inflate" on the screen. 
But 6.4 is running excellent, except for the gnome2 installation.
I didn't update my ports, but I will, and I think I need to go though
gnome installation instruction again.

While installing gnome2, for near 2 hours, it finally went into a loop
cycle of loading and repeating things, I can't remember exactly what 
but I am going to watch it closely as I redo it over next week

I am trying 6.4 on my 5 yr old ASUS A7N266-VM, which still runs great
with nVidia 220 North Bridge Chipset - CPU AMD Athlon(TM)2000+.
6.4 recognizes all components as I went through log files. This is a 
test for me, to learn about freeBSD. Once I am familiar with how it
functions, I try it on my new ASUS P6T Deluxe - Intel X58 (core i7). 
However, with the fact that I may face drivers issue for this one, yet 
I am going to add new hard drive to test 7.1 on the P6T soon, as I get 
just a bit free time after MAR 21. I appreciate your response and I will 
provide more info later on.

Thanks,
Mario


On Thu, Mar 12, 2009 at 6:06 AM, Dánielisz László  
wrote:

Dear Mario Palmer,

Did you tried to install the latest FreeBSD version instead of 6.4?
Did you updated your ports tree before running the make command (eg. with 
cvsup)?
You can also try installing gnome2 via pkg_add -r [-v]


Laci




 From: Mario PNH 
To: freebsd-questions@FreeBSD.org
Sent: Wednesday, March 11, 2009 10:01:41 PM
Subject: Ports Collection


I really liked the FreeBSD running on my ASUS desktop,
until I tried to install gnome2 and I was surprised that
it never finished it, during which it created some 20 and
more user groups like 'nobody', 'anonymous', 'aiviah', 'games', etc ...
and I am wondering if that was a normal process.

# cd /usr/ports/x11/gnome2
# make install clean

I have burned the DVD of 6.4 version lately and I don't
know if that's al

Re: freeBSD 6.4

2009-03-28 Thread Dánielisz László
Hi Mario!

Did you installed the right vga driver? Did you make de right xorg.conf for 
Xserver? Please check this.
Anyways, you can send your top processes, but I think that the Firefox uses the 
more from CPU, by the way, what is your load?


Laci




From: Mario PNH 
To: Dánielisz László 
Sent: Friday, March 27, 2009 7:29:25 PM
Subject: freeBSD 6.4

Hi Dánielisz

I got this email of you on MAR 13, and today I got the GNOME running on freeBSD 
6.4.
I also installed KDE4 but haven't used it yet.

My main question this time is about the whole freeBSD.  As a matter of fact it 
is running
the CPU above 50% as I start GNOME with no more application involved. I am 
right now
emailing this from GMAIL/google using firefox loaded on GNOME  2.22.3 and the 
CPU is 
75% busy. So it is kind of slow and lagging. I am using this ASUS machine:

AMD Athlon(TM) XP 2000+
Memory  1 GB

Which when I use windows XP as OS, does the same with CPU involved just 6%. I 
am sure
freeBSD should do this much faster than Windows XP, but I have no idea how to 
detect what
is wrong. I can also send the list of processes running on this 6.4 which i 
guess most of them are
normal. and the only application open is firefox connected to GMAIL . Any idea 
what should I check?

I like to have a UNIX like OP. System to work on my JAVA programs. That I was 
doing with WIN-XP
so far. And I have WIN2003 also on another ASUS Core i7 machine. I want to know 
if the performance 
of freeBSD is very hardware related, then what type of motherboard / chip / CPU 
..etc is recommended?  
I used to work with UNIX on SUN machines while at university, and I expect 
freeBSD to function almost 
the same, and even better these days concerning the time and new technologies 
but I am missing some 
info to get it done. 
Thanks
Mario





On Sat, Mar 14, 2009 at 5:04 AM, Dánielisz László  
wrote:

You are welcome!
Don't forget to upgrade your ports, I think after this it will work, if not 
than try pkg_add but first read the manual.




From: Mario PNH 
To: Dánielisz László 
Sent: Friday, March 13, 2009 9:07:56 PM
Subject: Re: Ports Collection


Thanks for your response.

FreeBSD versions of 7.0 and 7.1 could never be booted on my computer,
and it kept restarting with a short note of "inflate" on the screen. 
But 6.4 is running excellent, except for the gnome2 installation.
I didn't update my ports, but I will, and I think I need to go though
gnome installation instruction again.

While installing gnome2, for near 2 hours, it finally went into a loop
cycle of loading and repeating things, I can't remember exactly what 
but I am going to watch it closely as I redo it over next week

I am trying 6.4 on my 5 yr old ASUS A7N266-VM, which still runs great
with nVidia 220 North Bridge Chipset - CPU AMD Athlon(TM)2000+.
6.4 recognizes all components as I went through log files. This is a 
test for me, to learn about freeBSD. Once I am familiar with how it
functions, I try it on my new ASUS P6T Deluxe - Intel X58 (core i7). 
However, with the fact that I may face drivers issue for this one, yet 
I am going to add new hard drive to test 7.1 on the P6T soon, as I get 
just a bit free time after MAR 21. I appreciate your response and I will 
provide more info later on.

Thanks,
Mario


On Thu, Mar 12, 2009 at 6:06 AM, Dánielisz László  
wrote:

Dear Mario Palmer,

Did you tried to install the latest FreeBSD version instead of 6.4?
Did you updated your ports tree before running the make command (eg. with 
cvsup)?
You can also try installing gnome2 via pkg_add -r [-v]


Laci




 From: Mario PNH 
To: freebsd-questions@FreeBSD.org
Sent: Wednesday, March 11, 2009 10:01:41 PM
Subject: Ports Collection


I really liked the FreeBSD running on my ASUS desktop,
until I tried to install gnome2 and I was surprised that
it never finished it, during which it created some 20 and
more user groups like 'nobody', 'anonymous', 'aiviah', 'games', etc ...
and I am wondering if that was a normal process.

# cd /usr/ports/x11/gnome2
# make install clean

I have burned the DVD of 6.4 version lately and I don't
know if that's all I needed to install gnome2 instead of
using Ports Collection.

Thanks,
Mario Palmer
___
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"



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


FreeBSD 6.4+ PF Binat =>Degraded traffic after few hours hours.

2009-03-04 Thread Aminuddin Abdullah
I have 2 servers running FreeBSD 6.4P#1 with standard SMP and each server
has multiple IP alias bind to the bge1, Dell R200.

# ifconfig -a
bge0: flags=8802 mtu 1500
options=1b
ether 00:19:b9:fa:0a:9f
media: Ethernet autoselect (none)
status: no carrier
bge1: flags=8843 mtu 1500
options=1b
inet x.x.72.23 netmask 0xff00 broadcast x.x.72.255
inet x.x.72.73 netmask 0xff00 broadcast x.x.72.255
inet x.x.72.74 netmask 0xff00 broadcast x.x.72.255
inet x.x.72.75 netmask 0xff00 broadcast x.x.72.255
inet x.x.72.76 netmask 0xff00 broadcast x.x.72.255
inet x.x.72.77 netmask 0xff00 broadcast x.x.72.255
ether 00:19:b9:fa:0a:a0
media: Ethernet autoselect (100baseTX )
status: active
lo0: flags=8049 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
pflog0: flags=141 mtu 33208
tun0: flags=8051 mtu 1500
inet 10.10.10.1 --> 255.255.0.0 netmask 0x
Opened by PID 1224

x.x.72.23 is the main IP and the rest are alias.
Tun0 is the address created by openvpn.

Following is the pf rules.

EXT_IF= "bge1"
INT_IF= "tun0"
# Configured Networks
EXT= "x.x.72.0/24"
INT= "10.10.0.0/16"
DMZ= "10.10.12.0/24"
FW= "x.x.72.23"
# DMZ Servers IP Addresses
user1="10.10.12.2"
user2="10.10.12.6"
user3="10.10.12.10"
user4="10.10.12.14"
user5="10.10.12.18"

#External IP Pool Mapping
WEB_EXT1= "x.x.72.73"
WEB_EXT2= "x.x.72.74"
WEB_EXT3= "x.x.72.75"
WEB_EXT4= "x.x.72.76"
WEB_EXT5= "x.x.72.77"


#
# NAT: Bi-directional NAT (one-to-one mapping)

binat on $EXT_IF inet from $user1 to any -> $WEB_EXT1
binat on $INT_IF inet from $user1 to any -> $WEB_EXT1
binat on $EXT_IF inet from $user2 to any -> $WEB_EXT2
binat on $INT_IF inet from $user2 to any -> $WEB_EXT2
binat on $EXT_IF inet from $user3 to any -> $WEB_EXT3
binat on $INT_IF inet from $user3 to any -> $WEB_EXT3
binat on $EXT_IF inet from $user4 to any -> $WEB_EXT4
binat on $INT_IF inet from $user4 to any -> $WEB_EXT4
binat on $EXT_IF inet from $user5 to any -> $WEB_EXT5
binat on $INT_IF inet from $user5 to any -> $WEB_EXT5

rdr pass on $EXT_IF proto {tcp, udp} from any to $WEB_EXT1 port 1024:65000
-> $user1
rdr pass on $EXT_IF proto {tcp, udp} from any to $WEB_EXT2 port 1024:65000
-> $user2
rdr pass on $EXT_IF proto {tcp, udp} from any to $WEB_EXT3 port 1024:65000
-> $user3
rdr pass on $EXT_IF proto {tcp, udp} from any to $WEB_EXT4 port 1024:65000
-> $user4
rdr pass on $EXT_IF proto {tcp, udp} from any to $WEB_EXT5 port 1024:65000
-> $user5

pass all
pass out on $EXT_IF proto {tcp,udp,icmp} from any to any keep state

---

It's a very simple pf.rules with no block rules. Main purpose to map vpn
user to dedicated public IP.

It was working great the last few months but lately it has been giving a
terrible performance after a few hours of running the servers. SSH is not
accessible, traffic and routing is very slow.

Is the anything wrong with above configuration or 6.4 kernel with regards to
PF and OpenVPN?
The servers are not having any custom setting sysctl.conf or loader.conf or
rc.conf except the enabling openvpn, firewall and sshd.

Restarting sshd will provide remote access again or rebooting the server. Is
there any known memory leaked for pf in this configuration? Is there a
better and efficient way of doing this in PF or is it better to use ipfw?

When this happen (no ssh), all ping to the alias IPs resulted in timeout.
Only the main IP will respond.

Server RAM is 1GB and during this issue, top shows
---top
last pid:  4163;  load averages:  0.36,  0.29,  0.21
up 0+21:10:26  11:11:58
21 processes:  1 running, 20 sleeping
CPU:  2.3% user,  0.0% nice,  6.0% system,  3.9% interrupt, 87.8% idle
Mem: 15M Active, 233M Inact, 241M Wired, 76K Cache, 111M Buf, 503M Free
Swap: 1951M Total, 1951M Free
--

Anyone?

TIA.



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


Vinum/FreeBSD 6.4

2009-02-01 Thread Don O'Neil
Are there any disk size/volume size limitations on Vinum with FreeBSD 6.4? 

Can I run Vinum on 4 500 G drives and get a 1Tbyte RAID10 config?

___
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 configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Paul B. Mahol
On 12/2/08, Niki Kovacs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to
> FreeBSD (see previous post "Introduction"). Some time ago, I had bought
> (and partially read) Michael Urban's "FreeBSD 6 Unleashed". I just
> worked through the initial chapters, and managed installing FreeBSD and
> configuring X just fine. Only I ran into trouble installing a desktop
> environment, since building gnome2-lite failed. I thought before doing
> anything, I'd get a more recent set of FreeBSD install discs, since the
> book includes 6.1, which seems a bit outdated.
>
> Now I did an install using a set of 6.4 install discs. Everything ran
> fine, except I can't get X to work anymore.
>
> Configuration:
>
> # Xorg -configure
> # mv /root/xorg.conf.new /etc/X11/xorg.conf
>
> And then test:
>
> # startx
>
> X crashes with the following error message:
>
> Fatal server error:
> Couldn't find PLL settings for mode!
>
> I googled about this and found a few results... on the Ubuntu 8.10
> bugtracker. Apparently the 'intel' video driver has some problems with
> my specific Intel video card.
>
> What now? Try to use the older 'i810' instead of 'intel'? But how would
> I do that? Simply replacing the corresponding "Driver" line in xorg.conf
> doesn't help.

Because xf86-video-i810 conflicts with xf86-video-intel and for
xf86-video-intel 'i810' is alias for 'intel' in xorg.conf.

To really test 'i810' driver you should deinstall xf86-video-intel and
install xf86-video-i810.

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


Re: Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Mel
On Tuesday 02 December 2008 12:33:52 Niki Kovacs wrote:
> Hi,
>
> I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to
> FreeBSD (see previous post "Introduction"). Some time ago, I had bought
> (and partially read) Michael Urban's "FreeBSD 6 Unleashed". I just
> worked through the initial chapters, and managed installing FreeBSD and
> configuring X just fine. Only I ran into trouble installing a desktop
> environment, since building gnome2-lite failed. I thought before doing
> anything, I'd get a more recent set of FreeBSD install discs, since the
> book includes 6.1, which seems a bit outdated.
>
> Now I did an install using a set of 6.4 install discs. Everything ran
> fine, except I can't get X to work anymore.
>
> Configuration:
>
> # Xorg -configure
> # mv /root/xorg.conf.new /etc/X11/xorg.conf
>
> And then test:
>
> # startx
>
> X crashes with the following error message:
>
> Fatal server error:
> Couldn't find PLL settings for mode!
>
> I googled about this and found a few results... on the Ubuntu 8.10
> bugtracker. Apparently the 'intel' video driver has some problems with
> my specific Intel video card.
>
> What now? Try to use the older 'i810' instead of 'intel'? But how would
> I do that? Simply replacing the corresponding "Driver" line in xorg.conf
> doesn't help.

How doesn't it help? Is the driver loaded or not? Any relevant info 
in /var/log/Xorg.0.log?

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Niki Kovacs

Hi,

I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to 
FreeBSD (see previous post "Introduction"). Some time ago, I had bought 
(and partially read) Michael Urban's "FreeBSD 6 Unleashed". I just 
worked through the initial chapters, and managed installing FreeBSD and 
configuring X just fine. Only I ran into trouble installing a desktop 
environment, since building gnome2-lite failed. I thought before doing 
anything, I'd get a more recent set of FreeBSD install discs, since the 
book includes 6.1, which seems a bit outdated.


Now I did an install using a set of 6.4 install discs. Everything ran 
fine, except I can't get X to work anymore.


Configuration:

# Xorg -configure
# mv /root/xorg.conf.new /etc/X11/xorg.conf

And then test:

# startx

X crashes with the following error message:

Fatal server error:
Couldn't find PLL settings for mode!

I googled about this and found a few results... on the Ubuntu 8.10 
bugtracker. Apparently the 'intel' video driver has some problems with 
my specific Intel video card.


What now? Try to use the older 'i810' instead of 'intel'? But how would 
I do that? Simply replacing the corresponding "Driver" line in xorg.conf 
doesn't help.


Any suggestions?

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