Re: root /etc/csh

2008-11-11 Thread Polytropon
On Tue, 11 Nov 2008 10:13:02 -0500, Jerry McAllister <[EMAIL PROTECTED]> wrote: > Probably is the main reason, though another is that some things > may be written assuming a particular shell. Not a good practice, > but happens. Especially in Linux, it's common to prefix scripts with #!/bin/bash w

Re: trouble getting x11 xdm to work

2008-11-11 Thread Fbsd1
My /etc/ttys looks like this ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure #ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure #ttyv8 "/usr/local/bin/xdm -nodaemon" xterm on secure The "init: getty repeatin

Re: "Invalid address" running apps using wine-1.1.8,1

2008-11-11 Thread Sam Fourman Jr.
On Mon, Nov 10, 2008 at 9:37 AM, Chris Whitehouse <[EMAIL PROTECTED]> wrote: > Eduardo Cerejo wrote: >>> >>> Hi, >>> >>> I'm getting an "Invalid address" error trying to run Windows apps >>> under WINE. "wineconsole cmd" works OK though, and so does winefile. >>> The error seems to only occur with

Re: xauth failure when tunneling over ssh

2008-11-11 Thread Pollywog
On Tuesday 11 November 2008 21:27:38 Elliot Isaacson wrote: > Hi, > > I've set up X11Forwarding on several linux servers before, but I've > just wasted a day trying (unsuccessfully) to figure out why I can't > get it working on freebsd (7.0-RELEASE GENERIC). > > I have not changed the defaults in

Re: Tomcat Debugging (OT most likely)

2008-11-11 Thread Paul Procacci
Paul Procacci wrote: Hey all, This question is probably best suited for tomcat-users, but being this is an a FBSD machine I'd figure I'd ask here first. I have a client running apache w/ tomcat serving thousands of requests per second. It works, but with one caveat, pages load extremely slo

FreeBSD Mpd5 PPTP Connection

2008-11-11 Thread Marcel Grandemange
Does anybody know where I can find help for setting this up. Mailing list or similar, do not think it belongs under this list. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsu

Re: trouble getting x11 xdm to work

2008-11-11 Thread Karsten Rothemund
On Tue, Nov 11, 2008 at 11:01:44AM -0500, Lowell Gilbert wrote: > Fbsd1 <[EMAIL PROTECTED]> writes: > Hello, sorry, but I didn't follow the whole thread. > > Mel wrote: > >> You first need to get rid of that. xdm can't open /dev/ttyv8 while > >> getty is hammering at it. > >> > > I turned that o

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Gonzalo Nemmi
On Tuesday 11 November 2008 9:17:36 pm Roland Smith wrote: > On Tue, Nov 11, 2008 at 09:04:13PM -0200, Gonzalo Nemmi wrote: > > On Tuesday 11 November 2008 5:39:02 pm Pieter Donche wrote: > > > On Tue, 11 Nov 2008, Jeremy Chadwick wrote: > > > > On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donc

Re: High load - lost network

2008-11-11 Thread Dan
Jos Chrispijn([EMAIL PROTECTED])@2008.11.11 09:37:47 +0100: > > Uit een eerder bericht (10-11-2008 13:45): >> Do anyone have a tips for how to workaround this or is the server just junk? >> > Got this problem a while ago as well. I found out with me it was hub > related. If I was downloading,

Re: How to use nspluginwrapper

2008-11-11 Thread Glen Barber
On Tue, Nov 11, 2008 at 6:44 PM, Eduardo Cerejo <[EMAIL PROTECTED]> wrote: > It's been a while since I used this and decided to use it again because gnash > looks like is getting harder to use and becoming very buggy. > > I've installed linu-flashplugin and now I want to installed the plugin using

How to use nspluginwrapper

2008-11-11 Thread Eduardo Cerejo
It's been a while since I used this and decided to use it again because gnash looks like is getting harder to use and becoming very buggy. I've installed linu-flashplugin and now I want to installed the plugin using nspluginwrapper and I've trying to install it like this: nspluginwrapper -i /us

Tomcat Debugging (OT most likely)

2008-11-11 Thread Paul Procacci
Hey all, This question is probably best suited for tomcat-users, but being this is an a FBSD machine I'd figure I'd ask here first. I have a client running apache w/ tomcat serving thousands of requests per second. It works, but with one caveat, pages load extremely slowly. When I first sa

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Roland Smith
On Tue, Nov 11, 2008 at 09:04:13PM -0200, Gonzalo Nemmi wrote: > On Tuesday 11 November 2008 5:39:02 pm Pieter Donche wrote: > > On Tue, 11 Nov 2008, Jeremy Chadwick wrote: > > > On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donche wrote: > > >> If I insert a USB memory stick in my laptop with F

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Gonzalo Nemmi
On Tuesday 11 November 2008 5:39:02 pm Pieter Donche wrote: > On Tue, 11 Nov 2008, Jeremy Chadwick wrote: > > On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donche wrote: > >> If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing > >> happens. On the same laptop in the SuSE 10.1 pa

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Glen Barber
On Tue, Nov 11, 2008 at 5:31 PM, Pieter Donche <[EMAIL PROTECTED]> wrote: > I installed (pkg_ad -r) desktopbsd-tools > following instructions from > http://desktopbsd.net/wiki/doku.php?id=doc:desktopbsd_tools_in_freebsd > I did: > # chgrp wheel /dev/da0 > # chmod g+w /dev/da0s1 > (I believe USB key

xauth failure when tunneling over ssh

2008-11-11 Thread Elliot Isaacson
Hi, I've set up X11Forwarding on several linux servers before, but I've just wasted a day trying (unsuccessfully) to figure out why I can't get it working on freebsd (7.0-RELEASE GENERIC). I have not changed the defaults in the sshd_config file. One the client computer: $ xhost + $ ssh -Y 19

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Pieter Donche
I installed (pkg_ad -r) desktopbsd-tools following instructions from http://desktopbsd.net/wiki/doku.php?id=doc:desktopbsd_tools_in_freebsd I did: # chgrp wheel /dev/da0 # chmod g+w /dev/da0s1 (I believe USB key is /dev/da0) # chgrp wheel /dev/ad0 # chmod g+w /dev/ad0s1 (anyway, did that too) #

freebsd7 - restore from super-block backup not working?

2008-11-11 Thread John
Hello After a crash, when I try to mount the (USB-connected) disk, I get this error: # fsck /dev/da0 ** /dev/da0 Cannot find file system superblock ioctl (GCINFO): Inappropriate ioctl for device fsck_ufs: /dev/da0: can't read disk label So I did a newfs -N to see the superblocks. I really don't

Re: Using grep to search a repository

2008-11-11 Thread Mel
On Tuesday 11 November 2008 20:56:41 Frédéric Perrin wrote: > Le Mardi 11 à 19:36, Mel a écrit : > > On Tuesday 11 November 2008 19:17:28 Aggelidis Nikos wrote: > >> Hi to all the list, > >> > >> i have a project with a lot of bash scripts in a folder hierarchy.I > >> haven't wrote the project myse

Re: Using grep to search a repository

2008-11-11 Thread Mel
On Tuesday 11 November 2008 19:17:28 Aggelidis Nikos wrote: > Hi to all the list, > > i have a project with a lot of bash scripts in a folder hierarchy.I > haven't wrote the project myself so many times i have to search for > the definition of a function. For this purpose i decided to use grep > {r

Re: Using grep to search a repository

2008-11-11 Thread Frédéric Perrin
Le Mardi 11 à 19:36, Mel a écrit : > On Tuesday 11 November 2008 19:17:28 Aggelidis Nikos wrote: >> Hi to all the list, >> >> i have a project with a lot of bash scripts in a folder hierarchy.I >> haven't wrote the project myself so many times i have to search for >> the definition of a function. F

Re: FreeBSD and USBmemorystick

2008-11-11 Thread matt donovan
On Tue, Nov 11, 2008 at 2:29 PM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donche wrote: > > If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing > > happens. On the same laptop in the SuSE 10.1 partition, the same USB > > stick a

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Mel
On Tuesday 11 November 2008 20:25:51 Pieter Donche wrote: > If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing > happens. On the same laptop in the SuSE 10.1 partition, the same USB > stick appears in Konqueror under Storage Media and is ready to use) > In FreeBSD, Konqueror show

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Pieter Donche
On Tue, 11 Nov 2008, Jeremy Chadwick wrote: On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donche wrote: If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing happens. On the same laptop in the SuSE 10.1 partition, the same USB stick appears in Konqueror under Storage Media an

Re: mtree

2008-11-11 Thread Dan Nelson
In the last episode (Nov 10), Garcia, Tony said: > Another developer received approval to test mtree for our project. > He has since left and no one knows anything about this application. > We are looking at mtree as a way to provide auditing of machines for > permissions, ownership and date chan

FreeBSD and USBmemorystick

2008-11-11 Thread Pieter Donche
If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing happens. On the same laptop in the SuSE 10.1 partition, the same USB stick appears in Konqueror under Storage Media and is ready to use) In FreeBSD, Konqueror shows nothing under Storage Media. Is this normal? __

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Jeremy Chadwick
On Tue, Nov 11, 2008 at 08:25:51PM +0100, Pieter Donche wrote: > If I insert a USB memory stick in my laptop with FreeBSD 7.0 nothing > happens. On the same laptop in the SuSE 10.1 partition, the same USB > stick appears in Konqueror under Storage Media and is ready to use) > In FreeBSD, Konqueror

Using grep to search a repository

2008-11-11 Thread Aggelidis Nikos
Hi to all the list, i have a project with a lot of bash scripts in a folder hierarchy.I haven't wrote the project myself so many times i have to search for the definition of a function. For this purpose i decided to use grep {recursively}. The problem is that the project is an svn repository... so

Re: file harvest

2008-11-11 Thread Mel
On Tuesday 11 November 2008 18:10:24 Roland Smith wrote: > Alternatively, does the web interface provide a means to run a fsck? > That might be the best solution. Unless they heavily modified how the filesystem works, you should be looking for a way to schedule a command on the next boot, before

Re: file harvest

2008-11-11 Thread Roland Smith
On Tue, Nov 11, 2008 at 10:59:58AM -0500, Jean-Paul Natola wrote: > Since I cannot ssh into the snap, can I mount it to my BSD box and run some > of those utilities? It seems that SnapOS uses a modified UFS. See http://www.dtidata.com/resourcecenter/category/file-systems-explained/snap-server-f

Re: [solved] X11: 1280x768

2008-11-11 Thread Pieter Donche
OK, after installing 915resolution, I can use the 1280 pixel width on my tiny screen, giving me 25% more usable space.. Thanks Mel! On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 14:34:52 Pieter Donche wrote: On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 13:28:53 P

RE: file harvest

2008-11-11 Thread Jean-Paul Natola
Since I cannot ssh into the snap, can I mount it to my BSD box and run some of those utilities? -Original Message- From: Polytropon [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 12:29 AM To: Jean-Paul Natola Cc: FreeBSD Questions Subject: Re: file harvest On Mon, 10 Nov 200

Re: qmail on debian to qmail on freebsd

2008-11-11 Thread Dan
Sollunga S([EMAIL PROTECTED])@2008.11.11 04:32:08 -0800: > Hi all > > Greetings to all, this is my first time installation of freebsd, i am going > to use this installation for my mail server obviously qmail+ldap. I have a > bit of fear to go ahead on it, can anyone clarify please? > > Previou

Re: Server Freezing Solid

2008-11-11 Thread Jeremy Chadwick
On Tue, Nov 11, 2008 at 07:40:47AM -0800, Chris Maness wrote: > Roland Smith wrote: >> On Tue, Nov 11, 2008 at 06:42:39AM -0800, Chris Maness wrote: >> >>> I am having a new problem. I have been running FreeBSD for years with >>> no crashing. All of a sudden my server starts crashing with no p

Re: trouble getting x11 xdm to work

2008-11-11 Thread Lowell Gilbert
Fbsd1 <[EMAIL PROTECTED]> writes: > Mel wrote: >> On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: >> >> > Still getting error msg > init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second >> >> >> You first need to get rid of that. xdm can't open /dev/ttyv8 while >> gett

Re: Server Freezing Solid

2008-11-11 Thread Chris Maness
Roland Smith wrote: On Tue, Nov 11, 2008 at 06:42:39AM -0800, Chris Maness wrote: I am having a new problem. I have been running FreeBSD for years with no crashing. All of a sudden my server starts crashing with no panic messages. I am suspecting hardware because there are no messages, but

Re: Server Freezing Solid

2008-11-11 Thread Roland Smith
On Tue, Nov 11, 2008 at 06:42:39AM -0800, Chris Maness wrote: > I am having a new problem. I have been running FreeBSD for years with > no crashing. All of a sudden my server starts crashing with no panic > messages. I am suspecting hardware because there are no messages, but > the CPU temp is f

128 Bucket Failures?

2008-11-11 Thread Chris Pratt
I have asked this before a couple of years ago but received no replies. I assumed that's because it's a somewhat obscure question. I'm still interested and thought I might try again in case someone new is watching this list who might know. A vmstat -z on my highest traffic server always shows the

Re: Disallowing ssl2

2008-11-11 Thread John Almberg
It's certainly possible to insist on SSLv3 or TLSv1 for SSL connections, and nothing[*] will break. The client and server will negotiate to find a mutually acceptable cipher and protocol level at the point of making the connection. This seems to be less painful than I was anticipating...

Re: root /etc/csh

2008-11-11 Thread Jerry McAllister
On Mon, Nov 10, 2008 at 04:13:54PM -0800, Jim Pazarena wrote: > Glen Barber wrote: > >On Mon, Nov 10, 2008 at 4:46 PM, Pieter Donche <[EMAIL PROTECTED]> > >wrote: > >>FreeBSD 7.0 comes with the user root with start up shell /bin/csh > >>As normal user I use bash (/usr/local/bin/bash installed) >

Server Freezing Solid

2008-11-11 Thread Chris Maness
I am having a new problem. I have been running FreeBSD for years with no crashing. All of a sudden my server starts crashing with no panic messages. I am suspecting hardware because there are no messages, but the CPU temp is fine. Weird --maybe bad RAM? Chris Maness ___

Re: Disallowing ssl2

2008-11-11 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 John Almberg wrote: | My server got an audit for PCI compliance and was red-flagged for | allowing SSL2 connections, which they have some problem with. They want | the server to use SSL3 or TLS: | | "Synopsis : The remote service encrypts traffic

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 14:34:52 Pieter Donche wrote: > On Tue, 11 Nov 2008, Mel wrote: > > On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: > >> On Tue, 11 Nov 2008, Mel wrote: > >>> On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: > On the same portable there is also a

Re: Disallowing ssl2

2008-11-11 Thread Mel
On Tuesday 11 November 2008 14:50:56 John Almberg wrote: > My server got an audit for PCI compliance and was red-flagged for > allowing SSL2 connections, which they have some problem with. They > want the server to use SSL3 or TLS: > > "Synopsis : The remote service encrypts traffic using a protoco

Re: Strange messages by fetchmail: Server certificate verification error

2008-11-11 Thread David Kelly
On Mon, Nov 10, 2008 at 10:52:41PM -0800, Jeremy Chadwick wrote: > On Tue, Nov 11, 2008 at 07:18:31AM +0100, Polytropon wrote: > > Secondly, this is a very, very common question on the fetchmail-users > public mailing list (not at freebsd.org). Google returns hundreds of > results for "unable to

Re: Disallowing ssl2

2008-11-11 Thread John Almberg
On Nov 11, 2008, at 8:50 AM, John Almberg wrote: My server got an audit for PCI compliance and was red-flagged for allowing SSL2 connections, which they have some problem with. They want the server to use SSL3 or TLS: "Synopsis : The remote service encrypts traffic using a protocol with k

RE: Question on creating a video server

2008-11-11 Thread Bob McConnell
-Original Message- On Behalf Of Drew Tomlinson > Ted Mittelstaedt wrote: >> Hi All, >> >> OK, I'm just asking for opinions here on some application >> software. >> >> Like most people we have a nice big 21" TV set that will be >> obsolete in Feb. I have been thinking about replacing th

Disallowing ssl2

2008-11-11 Thread John Almberg
My server got an audit for PCI compliance and was red-flagged for allowing SSL2 connections, which they have some problem with. They want the server to use SSL3 or TLS: "Synopsis : The remote service encrypts traffic using a protocol with known weaknesses. Description : The remote service a

Re: X11: 1280x768

2008-11-11 Thread Pieter Donche
On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: On the same portable there is also a SUSE Linux 10.1 and WinXP, which works in 1280x768 (so the hardware can use

Re: X11: 1280x768

2008-11-11 Thread Gautham Ganapathy
On Tue, Nov 11, 2008 at 6:13 PM, Mel <[EMAIL PROTECTED]> wrote: > On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: >> On Tue, 11 Nov 2008, Mel wrote: >> > On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: >> >> On the same portable there is also a SUSE Linux 10.1 and WinXP, which >

Re: Upgrade base openssh

2008-11-11 Thread Mel
On Tuesday 11 November 2008 13:38:11 Matiss wrote: > Hi, > Is there a way to just upgrade base openssh without breaking a lot of > things? I have an old 5.4 stable box, and I would like to get openssh > up to date, since it is running sshd service, and it is not possible > to allow it only from def

qmail on debian to qmail on freebsd

2008-11-11 Thread Sollunga S
Hi all Greetings to all, this is my first time installation of freebsd, i am going to use this installation for my mail server obviously qmail+ldap. I have a bit of fear to go ahead on it, can anyone clarify please? Previous Qmail installation is on debian 3.x and the installation is based on

Upgrade base openssh

2008-11-11 Thread Matiss
Hi, Is there a way to just upgrade base openssh without breaking a lot of things? I have an old 5.4 stable box, and I would like to get openssh up to date, since it is running sshd service, and it is not possible to allow it only from defined ips. Or I just have to eat it and upgrade the whole sys

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: > On Tue, 11 Nov 2008, Mel wrote: > > On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: > >> On the same portable there is also a SUSE Linux 10.1 and WinXP, which > >> works in 1280x768 (so the hardware can use this resolution) > >>

Re: X11: 1280x768

2008-11-11 Thread Polytropon
I found something strange: On Tue, 11 Nov 2008 13:28:53 +0100 (CET), Pieter Donche <[EMAIL PROTECTED]> wrote: > -- > xorg.conf > -- > [...] > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor"Monitor0" > SubSection "

Re: trouble getting x11 xdm to work

2008-11-11 Thread Fbsd1
Next question is are the xdm configuration files suppose to work as delivered by the port install AS IS? As a default config demo? Yes. When I said 'range', I did mean range. Not 2 possibilities. Missing libraries, tainted environment, typos, tied up resources, tight security settings, existi

Re: trouble getting x11 xdm to work

2008-11-11 Thread Polytropon
On Tue, 11 Nov 2008 19:48:51 +0800, Fbsd1 <[EMAIL PROTECTED]> wrote: > Startx works ok so not xorg problem. Next question is are the xdm > configuration files suppose to work as delivered by the port install AS IS? > As a default config demo? Ha - "xdm configuration files" memory flash ahead! :-)

Re: Question on creating a video server

2008-11-11 Thread Dieter
[ This discussion is probably better suited for -multimedia@ than -questions@ ] > I can pick up really high quality, large, old-style video monitors > from a computer surplus place near here for next to nothing. If these were for workstations rather than pee-cees, they might be composite sync or

Re: X11: 1280x768

2008-11-11 Thread Polytropon
On Tue, 11 Nov 2008 12:27:55 +0100, Mel <[EMAIL PROTECTED]> wrote: > I have a vague recollection of this card putting 1024x768 before 1280x768 in > the mode list it returns, so that it defaults to 1024x768, but I'm not sure > where or when I read that. Either way, hardcoding the desired modeline

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 12:48:51 Fbsd1 wrote: > Mel wrote: > > On Tuesday 11 November 2008 12:09:01 Fbsd1 wrote: > >> Mel wrote: > >>> On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: > >> Still getting error msg > >> init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 >

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 12:09:01 Fbsd1 wrote: > Mel wrote: > > On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: > Still getting error msg > init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 > second > > > > You first need to get rid of that. xdm can't open /dev/t

Re: trouble getting x11 xdm to work

2008-11-11 Thread Fbsd1
Mel wrote: On Tuesday 11 November 2008 12:09:01 Fbsd1 wrote: Mel wrote: On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first need to get rid of that. xdm can't open /dev/ttyv8 while getty i

Re: High load - lost network

2008-11-11 Thread Christer Solskogen
Christer Solskogen wrote: > I have a server with a em interface. Whenever the server has a high load > (compiling world for instance) the network connectivity is lost. > The solution was to disable the onboard network card, and insert a pci-x card instead. -- chs __

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: > On the same portable there is also a SUSE Linux 10.1 and WinXP, which works > in 1280x768 (so the hardware can use this resolution) > > In /var/log/Xorg.0.log is see many references to 1280x768 for the 'local > flat panel' , PanelID return

Re: X11: 1280x768

2008-11-11 Thread Pieter Donche
On the same portable there is also a SUSE Linux 10.1 and WinXP, which works in 1280x768 (so the hardware can use this resolution) In /var/log/Xorg.0.log is see many references to 1280x768 for the 'local flat panel' , PanelID returned panel resolution: 1280x768, also Printing DDC gathered Modeline

Re: trouble getting x11 xdm to work

2008-11-11 Thread Fbsd1
Mel wrote: On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first need to get rid of that. xdm can't open /dev/ttyv8 while getty is hammering at it. I turned that off all ready before r

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: > >> Still getting error msg > >> init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first need to get rid of that. xdm can't open /dev/ttyv8 while getty is hammering at it. -- Mel Problem with today's modular softw

Problem With FreeBSD 7.0 installation on soekris

2008-11-11 Thread Denis Beltramo
Hello, I have a problem with installation of FreeBSD 7.0 on soekris. I use pxeboot. The installation go up but when arrive loader logo, the loader don't go, i don't see the logo and isntallation stop.the prompt is blocked. Do you have suggestion? thanks. -- Denis Beltramo __

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 11:16:14 Pieter Donche wrote: > Hmm, playing arround in KDE with -xrandr > $ xrandr --size 1280x768 > Size 1280x768 not found in available modes > (?? it's in my /etc/X11/xorg.conf ??) Just because you put a modeline in the xorg config, does not mean the videodriver, m

Re: trouble getting x11 xdm to work

2008-11-11 Thread Fbsd1
Mel wrote: On Tuesday 11 November 2008 00:56:29 Fbsd1 wrote: Polytropon wrote: On Mon, 10 Nov 2008 22:21:38 +0800, Fbsd1 <[EMAIL PROTECTED]> wrote: Also created the .xsessions file in the users home directory. The file is ~/.xsession, without an s at the end. I assume that csh is your login s

Re: X11: 1280x768

2008-11-11 Thread Pieter Donche
Hmm, playing arround in KDE with -xrandr $ xrandr --size 1280x768 Size 1280x768 not found in available modes (?? it's in my /etc/X11/xorg.conf ??) $ xrandr --fb 1280x768 xrandr: screen cannot be larger than 1024x768 (desired size is 1280x786) my screen has dimensions 260mm x 160 mm $ xrandr --fbm

Re: X11: 1280x768

2008-11-11 Thread Polytropon
On Tue, 11 Nov 2008 10:08:54 +0100 (CET), Pieter Donche <[EMAIL PROTECTED]> wrote: > OK, that was it for the keyboard matter. Thx.. No problem, it's all standard stuff. :-) > Similar question: > my portable is 1280x768 pixels, but KDE comes up in 1024x768, making > 'wide' icons and text :-( >

X11: 1280x768

2008-11-11 Thread Pieter Donche
On Tue, 11 Nov 2008, Polytropon wrote: On Tue, 11 Nov 2008 07:47:37 +0100 (CET), Pieter Donche <[EMAIL PROTECTED]> wrote: I installed KDE and the KDM display manager in FreeBSD. On my portable I have a non-US keyboard (a european country layout), in KDE I can set it to the appropriate keyboard

Re: High load - lost network

2008-11-11 Thread Jos Chrispijn
Uit een eerder bericht (10-11-2008 13:45): Do anyone have a tips for how to workaround this or is the server just junk? Got this problem a while ago as well. I found out with me it was hub related. If I was downloading, my hub was displaying 100Mbit connection (I wish it was :-) Then I some

Re: High load - lost network

2008-11-11 Thread Christer Solskogen
Jeremy Chadwick wrote: > Simply put: I don't know. Based on the polling(4) man page, it might > improve things for you, but your ATA high interrupt rate problem will > still exist even if you use polling(4). > Okay. Thanks for taking time helping me :) -- chs

Re: High load - lost network

2008-11-11 Thread Jeremy Chadwick
On Tue, Nov 11, 2008 at 09:00:18AM +0100, Christer Solskogen wrote: > Jeremy Chadwick wrote: > > > I'm not really sure anyone will know how to fix this. Sometimes a BIOS > > upgrade can fix such things, other times motherboard replacements are in > > order. > > > > I'll check the BIOS and see i

Re: High load - lost network

2008-11-11 Thread Christer Solskogen
Jeremy Chadwick wrote: > I'm not really sure anyone will know how to fix this. Sometimes a BIOS > upgrade can fix such things, other times motherboard replacements are in > order. > I'll check the BIOS and see if I could do something with it. If I enable POLLING, could that fix the problem? --