Re: What's happening to my asciidoc?

2013-09-08 Thread David Demelier
On 06.09.2013 22:52, Warren Block wrote:
> On Fri, 6 Sep 2013, David Demelier wrote:
> 
>> 2013/9/6 Warren Block :
>>>
>>> asciidoc \
>>>   -a data-uri \
>>>   -a icons \
>>>   -a iconsdir=/usr/local/etc/asciidoc/images/icons \
>>>   -d article \
>>>   -a stylesheet=~/docs/stylesheets/wb-html.css \
>>>   -a toc \
>>>   -a revdate="2013-09-05" \
>>>   -a year="2013" \
>>>   -a max-width=80em \
>>>   pxe.txt
>>>
>>> That stylesheet is just my changes to the default, which change the link
>>> visited color from pink to red and add rounded corners to listing
>>> blocks.
>>
>> Did you touch the asciidoc configuration ? For me it seems to work
>> *only* if I use html5 backend, otherwise it produces this:
>> http://www.demelierdavid.fr/article.html.
> 
> Not that I recall, and pkg-info -g asciidoc-8.6.8_1 does not show anything.

I've found the problem but can't fix it. The xhtml11.conf is the copy of
wordpress.conf.

I've sent a PR: ports/181869

Note that this only happen when I use pkgng + poudriere.

Regards,
___
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: What's happening to my asciidoc?

2013-09-06 Thread Warren Block

On Fri, 6 Sep 2013, David Demelier wrote:


2013/9/6 Warren Block :


asciidoc \
  -a data-uri \
  -a icons \
  -a iconsdir=/usr/local/etc/asciidoc/images/icons \
  -d article \
  -a stylesheet=~/docs/stylesheets/wb-html.css \
  -a toc \
  -a revdate="2013-09-05" \
  -a year="2013" \
  -a max-width=80em \
  pxe.txt

That stylesheet is just my changes to the default, which change the link
visited color from pink to red and add rounded corners to listing blocks.


Did you touch the asciidoc configuration ? For me it seems to work
*only* if I use html5 backend, otherwise it produces this:
http://www.demelierdavid.fr/article.html.


Not that I recall, and pkg-info -g asciidoc-8.6.8_1 does not show 
anything.

___
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: What's happening to my asciidoc?

2013-09-06 Thread David Demelier
2013/9/6 Warren Block :
> On Thu, 5 Sep 2013, Warren Block wrote:
>
>> On Thu, 5 Sep 2013, David Demelier wrote:
>>
>>> Hi,
>>>
>>> I've been using asciidoc for a while, I've updating it to
>>> asciidoc-8.6.8_1. But now I can't generate any correct documentation.
>>> It does not even add :toc: field.
>>>
>>> For instance the following example should generate a HTML with its
>>> popular blue theme :
>>>
>>> Test
>>> ===
>>> :Author: David
>>> :toc:
>>>
>>> = Title
>>>
>>> Some data
>>>
>>> == Title 2
>>>
>>> Some data
>>>
>>> For me, it produces a very light HTML file with no table of content
>>> and everything is black, I also notice that it does not append any CSS
>>> code.
>>>
>>> Does anyone already have this issue?
>>
>>
>> It's working for me, I used it last night.
>
>
> Here is the command I use (generated from a Makefile), broken into separate
> lines:
>
> asciidoc \
>   -a data-uri \
>   -a icons \
>   -a iconsdir=/usr/local/etc/asciidoc/images/icons \
>   -d article \
>   -a stylesheet=~/docs/stylesheets/wb-html.css \
>   -a toc \
>   -a revdate="2013-09-05" \
>   -a year="2013" \
>   -a max-width=80em \
>   pxe.txt
>
> That stylesheet is just my changes to the default, which change the link
> visited color from pink to red and add rounded corners to listing blocks.

Did you touch the asciidoc configuration ? For me it seems to work
*only* if I use html5 backend, otherwise it produces this:
http://www.demelierdavid.fr/article.html.

Cheers,

-- 
Demelier David
___
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: What's happening to my asciidoc?

2013-09-05 Thread Warren Block

On Thu, 5 Sep 2013, David Demelier wrote:


Hi,

I've been using asciidoc for a while, I've updating it to
asciidoc-8.6.8_1. But now I can't generate any correct documentation.
It does not even add :toc: field.

For instance the following example should generate a HTML with its
popular blue theme :

Test
===
:Author: David
:toc:

= Title

Some data

== Title 2

Some data

For me, it produces a very light HTML file with no table of content
and everything is black, I also notice that it does not append any CSS
code.

Does anyone already have this issue?


It's working for me, I used it last night.
___
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: What's happening to my asciidoc?

2013-09-05 Thread Warren Block

On Thu, 5 Sep 2013, Warren Block wrote:


On Thu, 5 Sep 2013, David Demelier wrote:


Hi,

I've been using asciidoc for a while, I've updating it to
asciidoc-8.6.8_1. But now I can't generate any correct documentation.
It does not even add :toc: field.

For instance the following example should generate a HTML with its
popular blue theme :

Test
===
:Author: David
:toc:

= Title

Some data

== Title 2

Some data

For me, it produces a very light HTML file with no table of content
and everything is black, I also notice that it does not append any CSS
code.

Does anyone already have this issue?


It's working for me, I used it last night.


Here is the command I use (generated from a Makefile), broken into 
separate lines:


asciidoc \
  -a data-uri \
  -a icons \
  -a iconsdir=/usr/local/etc/asciidoc/images/icons \
  -d article \
  -a stylesheet=~/docs/stylesheets/wb-html.css \
  -a toc \
  -a revdate="2013-09-05" \
  -a year="2013" \
  -a max-width=80em \
  pxe.txt

That stylesheet is just my changes to the default, which change the link 
visited color from pink to red and add rounded corners to listing 
blocks.

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


What's happening to my asciidoc?

2013-09-05 Thread David Demelier
Hi,

I've been using asciidoc for a while, I've updating it to
asciidoc-8.6.8_1. But now I can't generate any correct documentation.
It does not even add :toc: field.

For instance the following example should generate a HTML with its
popular blue theme :

Test
===
:Author: David
:toc:

= Title

Some data

== Title 2

Some data

For me, it produces a very light HTML file with no table of content
and everything is black, I also notice that it does not append any CSS
code.

Does anyone already have this issue?

Cheers,

-- 
Demelier David
___
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: What's happening

2009-06-23 Thread Gary Gatten
Since we're speculating, could be the switch disabled the port due to a 
"security" event of some sort (flapping, bpdu guard/filter, etc.) and it's 
configured to auto-enable after n minutes.  It's all speculation without more 
info.  If this is the only info available, it's nearly worthless.

-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Kurt Buff
Sent: Tuesday, June 23, 2009 4:24 PM
To: freebsd-questions@freebsd.org
Subject: Re: What's happening

Well, sorta true.

We know that he lost connectivity for 13 minutes. As you said, there
are many reasons why this might be so, and several were suggested. The
two most likely are:

1) power loss to the switch
2) somebody disconnected the cable, then replaced it

Clearly, however, it isn't port negotiation - not over 13 minutes.
Unfortunately, he probably doesn't have a central syslog server that
collects data from hosts and other equipment, because that's the only
way to tell for sure. Things like UPS power loss/fluctuation
notifications, switch bootup notifications, etc., in the syslog would
provide the necessary data.

Kurt


On Tue, Jun 23, 2009 at 14:00, Gary Gatten wrote:
> There's not NEARLY enough info in OP to answer this - I can't believe
> anyone is even trying.  It could be many dozen different things.
>
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org
> [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Wojciech
> Puchar
> Sent: Tuesday, June 23, 2009 2:47 PM
> To: Robert Huff
> Cc: FreeBSD-Questions@freebsd.org
> Subject: Re: What's happening
>
>>> >
>>> > Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
>>> > Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP
>
> look at time. it's 13 minutes down
>
___
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"








"This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system."


___
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: What's happening

2009-06-23 Thread Kurt Buff
Well, sorta true.

We know that he lost connectivity for 13 minutes. As you said, there
are many reasons why this might be so, and several were suggested. The
two most likely are:

1) power loss to the switch
2) somebody disconnected the cable, then replaced it

Clearly, however, it isn't port negotiation - not over 13 minutes.
Unfortunately, he probably doesn't have a central syslog server that
collects data from hosts and other equipment, because that's the only
way to tell for sure. Things like UPS power loss/fluctuation
notifications, switch bootup notifications, etc., in the syslog would
provide the necessary data.

Kurt


On Tue, Jun 23, 2009 at 14:00, Gary Gatten wrote:
> There's not NEARLY enough info in OP to answer this - I can't believe
> anyone is even trying.  It could be many dozen different things.
>
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org
> [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Wojciech
> Puchar
> Sent: Tuesday, June 23, 2009 2:47 PM
> To: Robert Huff
> Cc: FreeBSD-Questions@freebsd.org
> Subject: Re: What's happening
>
>>> >
>>> > Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
>>> > Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP
>
> look at time. it's 13 minutes down
>
___
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: What's happening

2009-06-23 Thread Gary Gatten
There's not NEARLY enough info in OP to answer this - I can't believe
anyone is even trying.  It could be many dozen different things.

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Wojciech
Puchar
Sent: Tuesday, June 23, 2009 2:47 PM
To: Robert Huff
Cc: FreeBSD-Questions@freebsd.org
Subject: Re: What's happening

>> >
>> > Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
>> > Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP

look at time. it's 13 minutes down

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








"This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system."


___
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: What's happening

2009-06-23 Thread Wojciech Puchar

>
> Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
> Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP


look at time. it's 13 minutes down

___
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: What's happening

2009-06-23 Thread Bruce Ferrell


Robert Huff wrote:
> David Kelly writes:
> 
>>  > Can anyone explain this:
>>  > 
>>  > Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
>>  > Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP
>>  > 
>>  > What's causing this???
>>  
>>  The wire was disconnected during that time. Possibly the
>>  hub/switch lost power, or the modem was down.
> 
>   It also happens to some cards during boot-up.  I have an Intel
> Pro/1000, connected to a live switch; during boot I get an
> UP->DOWN->UP transition.
>   As far as I can tell, it's harmless.  To the OP: does this
> transition affect traffic?
> 
> 
>   Robert Huff
depending in the switch, it could be negotiating speed/duplex.  Some if
configured to auto switch will do it continuously
___
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: What's happening

2009-06-23 Thread Robert Huff

David Kelly writes:

>  > Can anyone explain this:
>  > 
>  > Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
>  > Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP
>  > 
>  > What's causing this???
>  
>  The wire was disconnected during that time. Possibly the
>  hub/switch lost power, or the modem was down.

It also happens to some cards during boot-up.  I have an Intel
Pro/1000, connected to a live switch; during boot I get an
UP->DOWN->UP transition.
As far as I can tell, it's harmless.  To the OP: does this
transition affect traffic?


Robert Huff
___
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: What's happening

2009-06-23 Thread David Kelly
On Tue, Jun 23, 2009 at 05:28:51PM +0200, Jack Raats wrote:
> Can anyone explain this:
> 
> Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
> Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP
> 
> What's causing this???

The wire was disconnected during that time. Possibly the hub/switch lost
power, or the modem was down.

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
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"


What's happening

2009-06-23 Thread Jack Raats
Can anyone explain this:

Jun 23 17:09:09 zeus kernel: fxp0: link state changed to DOWN
Jun 23 17:22:25 zeus kernel: fxp0: link state changed to UP

What's causing this???

Thanks for yout time

Jack Raats
___
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: what's happening with xorg?

2007-10-17 Thread Roland Smith
On Wed, Oct 17, 2007 at 11:36:09AM -0700, Gary Kline wrote:
> > The default setting for gamma is 1. Try e.g. 2. See also xorg.conf(5).
> 
>   I'll try your xgamma -gamma 2 suggestion, below.  Thanks for the
>   data-point.  I read [[ skimmed-thru ]] xorg.conf.  This is another
>   man page that you've got to prrint out, go into a corner, and read
>   ... very slowly  :-|

The good news is that the autodetection of Xorg has improved a lot. In a
lot of cases you can run 7.3 without xorg.conf.

>   Ja.  In fact, only when everything is maxed out (brightness &&
>   contrast) does the screen approach "dingy grey". Otherwise, it's
>   something like "light mud" ... and I'm not trying to be funny.

You should make sure that this is not a hardware problem. Try using
another monitor or another VGA cable. If you can get your hands on
another graphics card (maybe built-in graphics on the mobo?) try that as
well.


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


pgpq1u2GDs7di.pgp
Description: PGP signature


Re: what's happening with xorg?

2007-10-17 Thread Gary Kline
On Wed, Oct 17, 2007 at 08:18:53PM +0200, Roland Smith wrote:
> On Tue, Oct 16, 2007 at 11:46:27PM -0700, Gary Kline wrote:
> > > You could try playing with the gamma value of the monitor. When X is
> > > running you can use xgamma to adjust the gamma setting. You can also set
> > > this with the Gamma entry in the Monitor section of xorg.conf.
> > 
> > 
> > Or should I ask somebbody to put back in the Radeon  card?  (i
> > think that was the card i thought was "going bad"... ) Otherwise,
> > I'll try the "Gamma"  entry in my Monitor section with my G450.
> > What value should I use?  Or if it is boolen, do I try settting
> > it to "on"??
> 
> The default setting for gamma is 1. Try e.g. 2. See also xorg.conf(5).

I'll try your xgamma -gamma 2 suggestion, below.  Thanks for the
data-point.  I read [[ skimmed-thru ]] xorg.conf.  This is another
man page that you've got to prrint out, go into a corner, and read
... very slowly  :-|

> 
> Alternatively you can try to change it while X is running by typing
> 'xgamma -gamma 2' in a terminal. This does require that the
> VidModeExtension is active, i.e. the ServerFlags option
> DisableVidModeExtension should _not_ be set.


Good to know. So far, none of the flags are set.

> 
> > PS: to you, or to any other driver wizards::: is this mga driver
> > still being hacked-on?  The screen is only "dingy grey" not
> > black.  (*mumble*)
> 
> It looks like it is still in development; 
> http://cgit.freedesktop.org/xorg/driver/xf86-video-mga/
> 
> BTW, I was assuming you have tried adjusting the brightness and contrast
> settings of the monitor?


Ja.  In fact, only when everything is maxed out (brightness &&
contrast) does the screen approach "dingy grey". Otherwise, it's
something like "light mud" ... and I'm not trying to be funny.
At least the hackers are still developing this driver.  I booted 
my DOS partition and it recognized problems  and finally
displayed a 1024x768 display.  

have a good one,

gary


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



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: what's happening with xorg?

2007-10-17 Thread Roland Smith
On Tue, Oct 16, 2007 at 11:46:27PM -0700, Gary Kline wrote:
> > You could try playing with the gamma value of the monitor. When X is
> > running you can use xgamma to adjust the gamma setting. You can also set
> > this with the Gamma entry in the Monitor section of xorg.conf.
> 
> 
>   Or should I ask somebbody to put back in the Radeon  card?  (i
>   think that was the card i thought was "going bad"... ) Otherwise,
>   I'll try the "Gamma"  entry in my Monitor section with my G450.
>   What value should I use?  Or if it is boolen, do I try settting
>   it to "on"??

The default setting for gamma is 1. Try e.g. 2. See also xorg.conf(5).

Alternatively you can try to change it while X is running by typing
'xgamma -gamma 2' in a terminal. This does require that the
VidModeExtension is active, i.e. the ServerFlags option
DisableVidModeExtension should _not_ be set.

>   PS: to you, or to any other driver wizards::: is this mga driver
>   still being hacked-on?  The screen is only "dingy grey" not
>   black.  (*mumble*)

It looks like it is still in development; 
http://cgit.freedesktop.org/xorg/driver/xf86-video-mga/

BTW, I was assuming you have tried adjusting the brightness and contrast
settings of the monitor?

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


pgpcJZmwqdKYc.pgp
Description: PGP signature


Re: what's happening with xorg?

2007-10-16 Thread Gary Kline
On Wed, Oct 17, 2007 at 04:22:58AM +0200, Roland Smith wrote:
> On Tue, Oct 16, 2007 at 03:47:22PM -0700, Gary Kline wrote:
> > I'm in the middle of a portupgrade -aP, and saw that the newest
> > mga driver is installed.
> > So I did another X -configure, moved the file to
> > /etc/X11/xorg.conf and carefully tried out the new
> > xf86-video-mga-1.9.100..  The screen is much brighter at the
> > resolution is good, but the brightness is still very dingy
> > compared to the "vesa" driver.  There is nothing wrong with my
> > CRT; on the other KVM connections (and/or) with the vesa driver 
> > at 800x600, the screen is completely bright.  Is there some other
> > "ati" driver yet to finish?  
> 
> The ati driver is for ATI chips like the Radeon.
> 
> You could try playing with the gamma value of the monitor. When X is
> running you can use xgamma to adjust the gamma setting. You can also set
> this with the Gamma entry in the Monitor section of xorg.conf.


Or should I ask somebbody to put back in the Radeon  card?  (i
think that was the card i thought was "going bad"... ) Otherwise,
I'll try the "Gamma"  entry in my Monitor section with my G450.
What value should I use?  Or if it is boolen, do I try settting
it to "on"??

thanks lots,

gary

PS: to you, or to any other driver wizards::: is this mga driver
still being hacked-on?  The screen is only "dingy grey" not
black.  (*mumble*)


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



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: what's happening with xorg?

2007-10-16 Thread Roland Smith
On Tue, Oct 16, 2007 at 03:47:22PM -0700, Gary Kline wrote:
>   I'm in the middle of a portupgrade -aP, and saw that the newest
>   mga driver is installed.
>   So I did another X -configure, moved the file to
>   /etc/X11/xorg.conf and carefully tried out the new
>   xf86-video-mga-1.9.100..  The screen is much brighter at the
>   resolution is good, but the brightness is still very dingy
>   compared to the "vesa" driver.  There is nothing wrong with my
>   CRT; on the other KVM connections (and/or) with the vesa driver 
>   at 800x600, the screen is completely bright.  Is there some other
>   "ati" driver yet to finish?  

The ati driver is for ATI chips like the Radeon.

You could try playing with the gamma value of the monitor. When X is
running you can use xgamma to adjust the gamma setting. You can also set
this with the Gamma entry in the Monitor section of xorg.conf.

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


pgpLwGXJn2dGM.pgp
Description: PGP signature


what's happening with xorg?

2007-10-16 Thread Gary Kline
I'm in the middle of a portupgrade -aP, and saw that the newest
mga driver is installed.
So I did another X -configure, moved the file to
/etc/X11/xorg.conf and carefully tried out the new
xf86-video-mga-1.9.100..  The screen is much brighter at the
resolution is good, but the brightness is still very dingy
compared to the "vesa" driver.  There is nothing wrong with my
CRT; on the other KVM connections (and/or) with the vesa driver 
at 800x600, the screen is completely bright.  Is there some other
"ati" driver yet to finish?  

Anybody?

gary



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: What's happening to FreeBSD 4.10 ?

2004-11-12 Thread Hasse Hansson
Radek Kozlowski wrote:
On Thu, Nov 11, 2004 at 08:45:01PM +0100, Admin wrote:
 

You might also have a point of direction to my other problem with seg
faulting apache2 ?  All my efforts are documented here if you are
interested :
http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html
The problem seems to be the php4-pcre-4.3.9 extension.  What I
understand from my digging, is that 4.3.4 version should work.  I just
don't know how to get hold of it, or how to install it.  Well, I could
download php4 4.3.4 version and extract it from the extension dir, but
then what ?  How do I install it and where ?  Any help or advice would
be highly appreciated.
   

Nope, sorry. However, I use php4 with apache 1.3.x and have never had
any problems, so if you don't need apache2 you might give apache1 a try.
-Radek
 

Okay, thx.
No, I don't need Apache2, I'm just customed to using it. And this is a 
production server.
Thought, I don't belive the problem are within the Apache server.
If I disable the " LoadModule php4_module
libexec/apache2/libphp4.so " in httpd.conf ,
the problem are gone.

The funny thing is that I seems to be alone with this problem, due to 
the low response to my post :-)
Haven' t been able to find any documentation since some posted patches 
for the php4-pcre-4.3.6 version ,
witch I tried to apply with no luck.

I might try to just uninstall the hole php4 port, and rebuild it from 
source with version 4.3.4 that I downloaded
from php.net.
Never had this kind of problems with ported software before.

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


Re: What's happening to FreeBSD 4.10 ?

2004-11-12 Thread Radek Kozlowski
On Thu, Nov 11, 2004 at 08:45:01PM +0100, Admin wrote:
> You might also have a point of direction to my other problem with seg
> faulting apache2 ?  All my efforts are documented here if you are
> interested :
> 
> http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html
> 
> The problem seems to be the php4-pcre-4.3.9 extension.  What I
> understand from my digging, is that 4.3.4 version should work.  I just
> don't know how to get hold of it, or how to install it.  Well, I could
> download php4 4.3.4 version and extract it from the extension dir, but
> then what ?  How do I install it and where ?  Any help or advice would
> be highly appreciated.

Nope, sorry. However, I use php4 with apache 1.3.x and have never had
any problems, so if you don't need apache2 you might give apache1 a try.

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


Re: What's happening to FreeBSD 4.10 ?

2004-11-12 Thread Hasse Hansson
Admin wrote:
Radek Kozlowski wrote:
On Thu, Nov 11, 2004 at 08:06:34PM +0100, Hasse wrote:
 

And now ruby is seg faulting and core dumps when I run portsdb -uU
odin# portsdb -uU
Updating the ports index ... Generating INDEX.tmp - please 
wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
Done.
done
[Updating the portsdb  in /usr/ports ... - 11933 
port entries found 
.1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: 
[BUG] Segmentation fault
ruby 1.8.2 (2004-07-29) [i386-freebsd4]

Abort (core dumped)
  

This has been asked too many times on the lists. See the original
suggestion of portupgrade's author and/or check the archives:
http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html 

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

 

A. Sorry for that one.
I'm a bit frustrated about my seg faulting Apache server :-)
Thx for your pointer.
The line " ENV['PORTS_DBDRIVER'] = 'dbm_hash' " have been added to my 
pkgtools.conf

You might also have a point of direction to my other problem with seg 
faulting apache2 ?
All my efforts are documented here if you are interested :

http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html 

The problem seems to be the php4-pcre-4.3.9 extension.
What I understand from my digging, is that 4.3.4 version should work.
I just don't know how to get hold of it, or how to install it.
Well, I could download php4 4.3.4 version and extract it from the 
extension dir, but then what ?
How do I install it and where ?
Any help or advice would be highly appreciated.

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

The above URL I was referring to, should offcourse have been :
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-November/064208.html
/ Hasse.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's happening to FreeBSD 4.10 ?

2004-11-11 Thread Admin
Radek Kozlowski wrote:
On Thu, Nov 11, 2004 at 08:06:34PM +0100, Hasse wrote:
 

And now ruby is seg faulting and core dumps when I run portsdb -uU
odin# portsdb -uU
Updating the ports index ... Generating INDEX.tmp - please 
wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
Done.
done
[Updating the portsdb  in /usr/ports ... - 11933 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: 
[BUG] Segmentation fault
ruby 1.8.2 (2004-07-29) [i386-freebsd4]

Abort (core dumped)
   

This has been asked too many times on the lists. See the original
suggestion of portupgrade's author and/or check the archives:
http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html
-Radek
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

A. Sorry for that one.
I'm a bit frustrated about my seg faulting Apache server :-)
Thx for your pointer.
The line " ENV['PORTS_DBDRIVER'] = 'dbm_hash' " have been added to my 
pkgtools.conf

You might also have a point of direction to my other problem with seg 
faulting apache2 ?
All my efforts are documented here if you are interested :

http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html
The problem seems to be the php4-pcre-4.3.9 extension.
What I understand from my digging, is that 4.3.4 version should work.
I just don't know how to get hold of it, or how to install it.
Well, I could download php4 4.3.4 version and extract it from the 
extension dir, but then what ?
How do I install it and where ?
Any help or advice would be highly appreciated.

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


Re: What's happening to FreeBSD 4.10 ?

2004-11-11 Thread Radek Kozlowski
On Thu, Nov 11, 2004 at 08:06:34PM +0100, Hasse wrote:
> And now ruby is seg faulting and core dumps when I run portsdb -uU
> 
> odin# portsdb -uU
> Updating the ports index ... Generating INDEX.tmp - please 
> wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
> Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
> Done.
> done
> [Updating the portsdb  in /usr/ports ... - 11933 port 
> entries found 
> .1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587:
>  
> [BUG] Segmentation fault
> ruby 1.8.2 (2004-07-29) [i386-freebsd4]
> 
> Abort (core dumped)

This has been asked too many times on the lists. See the original
suggestion of portupgrade's author and/or check the archives:

http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html

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


What's happening to FreeBSD 4.10 ?

2004-11-11 Thread Hasse
Hi everybody !
Am I the only one experiencing lots of problems with seg faults in 4.10 ?
This server have been running with regular cvsups of source and ports 
for about 2 years now
without any problems until a month ago when it all started.

First I got a segfaulting Apache2 , and nobody seems able to help.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-November/064208.html
And now ruby is seg faulting and core dumps when I run portsdb -uU
odin# portsdb -uU
Updating the ports index ... Generating INDEX.tmp - please 
wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
Done.
done
[Updating the portsdb  in /usr/ports ... - 11933 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: 
[BUG] Segmentation fault
ruby 1.8.2 (2004-07-29) [i386-freebsd4]

Abort (core dumped)
I have tried to deinstall portupgrade and ruby and reinstall, and yes, I 
have been reading UPDATING  in /usr/ports

odin# uname -a
FreeBSD odin.swedehost.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: 
Mon Nov  8 23:55:07 CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ODIN  i386

Any sugestions, anyone ?
Regards
Hasse Hansson.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


idle process suddenly taking up lots of CPU - any ideas how I can figure out what's happening?

2004-08-25 Thread Nicholas Jackson
Hello,
My system has suddenly become very unresponsive and when I run top, 
XFree86 reports that it is typically taking between 20-40% of the CPU, 
even when the machine is completely idle.

'ps aux' reports even more! (see below)
Does anyone have any ideas what tools I can use to get to the bottom of 
this? I'm sorry to ask what may be obvious but I'm a relative newbie..

My machine is suddenly almost completely useless...
Thank you!
Nick

freedom# ps aux
USER PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED  TIME COMMAND
root  11 76.0  0.0 0   12  ??  RL5:18PM  54:25.81  (idle)
root 722 17.3  4.4 164084 45860  v0  R 5:19PM  20:18.17 
/usr/X11R6/bin/XFree86 :0 -nolisten tcp
root   1  0.0  0.0   744  404  ??  ILs   5:18PM   0:00.01 
/sbin/init --
root  15  0.0  0.0 0   12  ??  WL5:18PM   0:01.83 
(irq4: nvidia0)
root  16  0.0  0.0 0   12  ??  WL5:18PM   0:00.07 
(irq5: pcm0)
root  17  0.0  0.0 0   12  ??  WL5:18PM   0:00.00 
(irq6: fdc0)
root  20  0.0  0.0 0   12  ??  WL5:18PM   0:01.78 
(irq9: xl0 uhci0+)
root  22  0.0  0.0 0   12  ??  WL5:18PM   0:00.54 
(irq11: atapci1 cxm0)
root  25  0.0  0.0 0   12  ??  WL5:18PM   0:00.00 
(irq14: ata0)
root  26  0.0  0.0 0   12  ??  WL5:18PM   0:00.00 
(irq15: ata1)
root  27  0.0  0.0 0   12  ??  WL5:18PM   0:19.33 
(swi8: clock)
root  29  0.0  0.0 0   12  ??  WL5:18PM   0:00.26 
(swi1: net)
root   2  0.0  0.0 0   12  ??  DL5:18PM   0:00.63  (g_event)
root   3  0.0  0.0 0   12  ??  DL5:18PM   0:01.64  (g_up)
root   4  0.0  0.0 0   12  ??  DL5:18PM   0:01.62  (g_down)
root  30  0.0  0.0 0   12  ??  DL5:18PM   0:00.81  (random)
root  31  0.0  0.0 0   12  ??  WL5:18PM   0:00.00 
(swi7: task queue)
root   5  0.0  0.0 0   12  ??  DL5:18PM   0:00.00 
(taskqueue)
root  36  0.0  0.0 0   12  ??  DL5:18PM   0:00.01  (usb0)
root  37  0.0  0.0 0   12  ??  DL5:18PM   0:00.00  (usbtask)
root  38  0.0  0.0 0   12  ??  DL5:18PM   0:00.00  (usb1)
root   6  0.0  0.0 0   12  ??  DL5:18PM   0:00.01 
(pagedaemon)
root   7  0.0  0.0 0   12  ??  DL5:18PM   0:00.00 
(vmdaemon)
root   8  0.8  0.0 0   12  ??  DL5:18PM   0:15.03 
(pagezero)
root   9  0.0  0.0 0   12  ??  DL5:18PM   0:00.08 
(bufdaemon)
root  39  0.0  0.0 0   12  ??  DL5:18PM   0:00.05  (vnlru)
root  40  0.0  0.0 0   12  ??  DL5:18PM   0:01.59  (syncer)
root  41  0.0  0.0 0   12  ??  IL5:18PM   0:00.00 
(nfsiod 0)
root  42  0.0  0.0 0   12  ??  IL5:18PM   0:00.00 
(nfsiod 1)
root  43  0.0  0.0 0   12  ??  IL5:18PM   0:00.00 
(nfsiod 2)
root  44  0.0  0.0 0   12  ??  IL5:18PM   0:00.00 
(nfsiod 3)
root 137  0.0  0.1  1204  660  ??  Is5:18PM   0:00.00 
adjkerntz -i
root 290  0.0  0.1  1336  888  ??  Ss5:18PM   0:00.16 
/usr/sbin/syslogd -s
root 400  0.0  0.1  1260  812  ??  Ss5:18PM   0:00.09 
/usr/sbin/usbd
root 420  0.0  0.1  1312  928  ??  Ss5:18PM   0:00.08 
/usr/sbin/lpd
root 454  0.0  0.2  3492 2496  ??  Ss5:18PM   0:00.17 
/usr/sbin/sshd



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


What's happening with my sendmail?

2003-04-01 Thread Carlos Carnero
Hello,

in my firewall I have a sendmail relay for a couple of
mailservers downstream inside my protected network--a
mail switch of sorts.

Now, I just had to restart the firewall and now I have
several dozens of process that look like
 
752 ?? S 0:00.00 sendmail: startup with 192.168.250.28
(sendmail)

192.168.250.28 is one of those internal mailservers. I
have four more like that, which brings the total to
maybe a couple hundred sendmail processes.

What's going on? What did I do wrong?

Best regards,
Carlos.

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"