Re: [arch-general] google wave
Are you guys sending nominations or invites? I just sent nominations to Cesar G, Rene, Celti, Giovanni. Nominations take a few weeks, actual invites (much much more rare) are instant. On Sun, Nov 1, 2009 at 3:52 PM, Cesar G. Miguel wrote: > Are there any invitations left? ;) > > cesar.go...@gmail.com > > Tks. > Cesar > > On Sun, Nov 1, 2009 at 7:10 AM, Artyom Smirnov wrote: >> On Sun, Nov 1, 2009 at 1:59 AM, Roman Kyrylych >> wrote: >>> On Sun, Nov 1, 2009 at 00:08, Giovanni Scafora >>> wrote: 2009/10/31, Artyom Smirnov : > Just got another 12 invites in my account. Sending one to you. could you please give me one too? thanks. >>> >>> Is there something still left? >>> I'd like to get one (go my gmail account via invite too), >>> though I didn't imagine my usage if it yet, >>> except testing. >>> So if anyone send me one - big thank you! >>> >>> -- >>> Roman Kyrylych (Роман Кирилич) >>> >> Sent to Giovanni, Roman and Laurie. >> >> >> -- >> Artyom >> >
Re: [arch-general] google wave
Sent nomination for both muhammad.a.qa...@gmail.com and francz...@gmail.com! 13 left for me. =) muhammad.a.qa...@gmail.com, francz...@gmail.com On Sun, Nov 1, 2009 at 5:39 PM, Franczen Attila wrote: > 2009/11/1 Celti : >> I would love an invite, if someone has one to spare. > > Me too. I've been wanting to play with this ever since I saw the intro > video about it. So if anyone has a spare invitation, please drop it to > francz...@gmail.com > > Thanks in advance, > Attila >
Re: [arch-general] New install configuring php - only get text - feeling stupid -- help!
It's either not loading the module (since extra/php5_module.conf depends on it), OR you're missing the AddType lines like these: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps But most likely php5_module.conf should be handling the addtypes. On Mon, Nov 23, 2009 at 5:56 PM, David C. Rankin wrote: > On Monday 23 November 2009 16:12:49 and regarding: >> > What's the trick? >> > >> > (yes, I've stopped and restarted httpd...) >> >> The only thing I can think of is that you've placed the Include line >> before the other LoadModule directives. If you look at >> /etc/httpd/conf/extra/php5_module.conf, it checks if mod_dir (and >> mod_php) is loaded before applying its directives. >> > > Hmm... I've got it working now and I don't really know what I did to get it > working :-( > > I didn't add or changee any of the includess, but I did clean up an unrealated > path or two in httpd.conf. I had one path definedd to a "download" directory > that had been movedd to a "dl" directory but I don't see how that could have > been the problem. I had added additiional modulles as well, but then I backed > all of the module changes out and php conntinued to work?? > > I still have a few places in my pages to change a download to dl, but that is > the only thing I can see that could have caused the problem. I'll keep my > ouigi board handy in case it happens again! > > > -- > David C. Rankin, J.D.,P.E. > Rankin Law Firm, PLLC > 510 Ochiltree Street > Nacogdoches, Texas 75961 > Telephone: (936) 715-9333 > Facsimile: (936) 715-9339 > www.rankinlawfirm.com >
[arch-general] mysqld args
The past few updates i've noticed that $MYSQLD_ARGS specified in /etc/conf.d/mysqld isn't being used on /etc/rc.d/mysqld start.. is this a bug or is it used somewhere else? I've searched the init script and haven't seen any mention of the args at all. I've always just fixed it myself by adding $MYSQLD_ARGS after the --datadir command.
Re: [arch-general] mysqld args
This looks like something that was there from a previous update and isn't there in a recent install. Nvm! On Sun, Dec 27, 2009 at 2:54 PM, Evangelos Foutras wrote: > On 27/12/2009 09:43 μμ, Trav wrote: >> >> The past few updates i've noticed that $MYSQLD_ARGS specified in >> /etc/conf.d/mysqld isn't being used on /etc/rc.d/mysqld start.. is >> this a bug or is it used somewhere else? I've searched the init script >> and haven't seen any mention of the args at all. >> >> I've always just fixed it myself by adding $MYSQLD_ARGS after the >> --datadir command. > > It sounds like a bug. File a report on http://bugs.archlinux.org/. >