Re: ANN: Closing AC

2005-12-23 Thread Jakub Piotr Cłapa
Tomasz Pala napisał(a):
 On Tue, Dec 13, 2005 at 18:14:48 +0100, Jakub Piotr Cłapa wrote:
 
 boost from concurrency since most programs/daemons don't depend on each 
 other and don't need to wait for others to start first.
 
 If they don't depend, why do we have priorities in current init scripts?
 If we abandon priorities, we must introduce dependencies.

We have because some of them depend on others. OTOH Samba, Squid, Apache 
and DHCPd rarely depend on each other. ;]
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ANN: Closing AC

2005-12-23 Thread Tomasz Pala
On Fri, Dec 23, 2005 at 13:54:01 +0100, Jakub Piotr Cłapa wrote:

 We have because some of them depend on others. OTOH Samba, Squid, Apache 
 and DHCPd rarely depend on each other. ;]

So we can give them the same priority and introduce feature from patrys'
blog: run everything with the same prio parallel. It MUCH more easier
transition as we only need some piece of forking code.

-- 
GoTaR priv0.onet.pl-gotarhttp://vfmg.sourceforge.net/
http://tccs.sourceforge.net/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Michal Kochanowicz
On Fri, Dec 23, 2005 at 02:55:52PM +0100, Fryderyk Dziarmagowski wrote:
 works pretty well on two radeons (r200 and r300). On r200 with EXA and
 DRI, on r300 only 2D. since yesterday no problems here.

Radeon 9000 == r200? I'd give it a try, but a want DRI for my daily
amusement :]

-- 
--= Michal Kochanowicz =--==--==BOFH==--==--= [EMAIL PROTECTED] =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po górach SSIE!!!
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


unpackaged apache's cgi-bin.conf

2005-12-23 Thread Jakub Bogusz
apache build reports one unpackaged file:
   /etc/httpd/conf.d/80_cgi-bin.conf

it comes from:
Source26:   %{name}-mod_alias.conf
install %{SOURCE26} $CFG/80_cgi-bin.conf

and contains:
IfModule alias_module
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to the
# client.  The same rules about trailing / apply to ScriptAlias
# directives as to Alias.
#
ScriptAlias /cgi-bin/ /home/services/httpd/cgi-bin/
/IfModule

Should it be packaged in apache-mod_cgi, apache-mod_alias, or nowhere?


-- 
Jakub Boguszhttp://qboosh.cs.net.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Tomasz Grobelny
Dnia czwartek 22 grudnia 2005 16:04, Arkadiusz Miskiewicz napisał:
 X11 6.9.0 (monolitic) for AC is arriving to ac-test right now.

 Please test.

2 minor problems:
1. startx -- :1 gives the following:
Fatal server error:
Unrecognized option: BINDIR/Xwrapper
Seems that startx script needs corrections.Propably BINDIR in line 23 should 
have been substituted with /usr/X11R6/bin.
2. $ xmodmap -e pointer = 1 2 3 8 9 6 7 4 5
xmodmap:  commandline:1:  bad number of buttons, must have 13 instead of 9
xmodmap:  1 error encountered, aborting.
Adding 4 more buttons works nicely.
-- 
Regards,
Tomasz Grobelny
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [EMAIL PROTECTED]: ERRORS: pnetlib.spec pnetC.spec ml-pnet.spec OK: pnet.spec]

2005-12-23 Thread Andrzej 'The Undefined' Dopierała
On Thu, Dec 22, 2005 at 08:07:13PM +0100, Bartosz Taudul wrote:
 On Thu, Dec 22, 2005 at 10:02:34PM +0100, Andrzej 'The Undefined' Dopierała 
 wrote:
  so - it is for compability with pnet(dotGNU) i think(?). Is it anywhere
  used?
 ./nant.spec:BuildRequires:  mono-compat-links = 1.1.4
 ./mono-tools.spec:BuildRequires:mono-compat-links
right, i didn't updated my SPECS dir ;)
you have right:
- mono-tools builds well with resgen from pnet
- current nant doesn't build with mono (tested 1.1.10 and 1.1.12)
- hm.. but builds with new mono (1.1.12.1) and new cvs version... but
  not with resgen from pnet :/

summary:
- pnetlib doesn't build with resgen from mono
- nant doesn't build with resgen from pnet

how resolve it? have you any ideas? (other than remove pnet)

-- 
Andrzej 'The Undefined' Dopierała
UNIX  Linux administrator,  Adam Mickiewicz University WMiI
PLD Linux Developer  HomePage: http://andrzej.dopierala.name/
JID: [EMAIL PROTECTED] e-mail: [EMAIL PROTECTED]
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [EMAIL PROTECTED]: ERRORS: pnetlib.spec pnetC.spec ml-pnet.spec OK: pnet.spec]

2005-12-23 Thread Bartosz Taudul
On Fri, Dec 23, 2005 at 06:03:50PM +0100, Andrzej 'The Undefined' Dopierała 
wrote:
 summary:
 - pnetlib doesn't build with resgen from mono
 - nant doesn't build with resgen from pnet
 
 how resolve it? have you any ideas? (other than remove pnet)
Maybe rename pnet's resgen to, for example, pnet-resgen and make proper
patch for pnetlib to use it?

wolf
-- 
  Bartek   .  - Wzorek, jak doskonale zapomnieliście, 2 pi przez t.
  Taudul   :  
  .:
w o l f @ p l d - l i n u x . o r g.:. http://wolf.valkyrie.one.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Bartosz Taudul
On Fri, Dec 23, 2005 at 02:55:52PM +0100, Fryderyk Dziarmagowski wrote:
 works pretty well on two radeons (r200 and r300). On r200 with EXA and
 DRI, on r300 only 2D. since yesterday no problems here.
Works, r300 with 3D acceleration.

wolf
-- 
  Bartek   .  - Wiecie po co człowiek ma uszy? Żeby się śmiał od ucha do
  Taudul   :ucha, a nie dookoła głowy.
  .:
w o l f @ p l d - l i n u x . o r g.:. http://wolf.valkyrie.one.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Jakub Bogusz
On Fri, Dec 23, 2005 at 03:53:01PM +0100, Tomasz Grobelny wrote:
 Dnia czwartek 22 grudnia 2005 16:04, Arkadiusz Miskiewicz napisał:
  X11 6.9.0 (monolitic) for AC is arriving to ac-test right now.
 
  Please test.
 
 2 minor problems:
 1. startx -- :1 gives the following:
 Fatal server error:
 Unrecognized option: BINDIR/Xwrapper
 Seems that startx script needs corrections.Propably BINDIR in line 23 should 
 have been substituted with /usr/X11R6/bin.

Similar, old issue with SU in /etc/X11/xdm/xdm.config.
Some cpp/imake substitutions are not made.


-- 
Jakub Boguszhttp://qboosh.cs.net.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Jakub Bogusz
Just tried it...

startx displays some xkb warning:
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server


And strange thing - using deprecated keyboard driver instead of kbd
causes, that:
xrandr stops to work:

X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  157 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Value in failed request:  0x10
  Serial number of failed request:  12
  Current serial number in output stream:  12

and X server crashes on Zap (Ctrl-Alt-Backspace):
Backtrace:
0: /usr/X11R6/bin/Xwrapper(xf86SigHandler+0x87) [0x8087bc7]
1: [0xe420]
2: /usr/X11R6/bin/Xwrapper [0x8181e60]
3: /usr/X11R6/bin/Xwrapper(main+0x49c) [0x80d36bc]
4: /lib/tls/libc.so.6(__libc_start_main+0xd5) [0xb7da9015]
5: /usr/X11R6/bin/Xwrapper [0x80700a1]

Fatal server error:
Caught signal 11.  Server aborting

Both issues go away after s/keyboard/kbd/ in xorg.conf.

Generally works (with tdfx driver).


-- 
Jakub Boguszhttp://qboosh.cs.net.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Jacek Konieczny
On Thu, Dec 22, 2005 at 04:04:31PM +0100, Arkadiusz Miskiewicz wrote:
 X11 6.9.0 (monolitic) for AC is arriving to ac-test right now.
 
 Please test. 

$ xvinfo
Xlib:  extension XVideo missing on display :0.0.
xvinfo: No X-Video Extension on :0

Is that expected?

ATI Rage 128 based card, r128 driver. DRI and GLX work.

Greets,
Jacek
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: X11 monolitic 6.9.0 for AC

2005-12-23 Thread Jacek Konieczny
On Fri, Dec 23, 2005 at 11:19:17PM +0100, Jacek Konieczny wrote:
 On Thu, Dec 22, 2005 at 04:04:31PM +0100, Arkadiusz Miskiewicz wrote:
  X11 6.9.0 (monolitic) for AC is arriving to ac-test right now.
  
  Please test. 
 
 $ xvinfo
 Xlib:  extension XVideo missing on display :0.0.
 xvinfo: No X-Video Extension on :0

Ok, I know what I did wrong. extmod module must be loaded.

Greets,
Jacek
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ANN: Closing AC

2005-12-23 Thread Jakub Piotr Cłapa
Tomasz Pala napisał(a):
 On Fri, Dec 23, 2005 at 13:54:01 +0100, Jakub Piotr Cłapa wrote:
 
 We have because some of them depend on others. OTOH Samba, Squid, Apache 
 and DHCPd rarely depend on each other. ;]
 
 So we can give them the same priority and introduce feature from patrys'
 blog: run everything with the same prio parallel. It MUCH more easier
 transition as we only need some piece of forking code.

But he also proposed automatic generation of priorities (to relieve the 
pain of guessing the proper magic numbers from developers). Configurable 
daemon supervising is IMHO a good thing on its own.

We could probably also look at Apple's launchd for a (according to what 
I've heard) completely new look at running all kinds of processes (it 
includes some kind of cron and init replacement).
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en