| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> convert part1000000.jpg -font Arial.ttf -pointsize 32 -fill black -draw "text 100,100 '11111'" 1.jpg <1> did everything you wanted it to? <0> yes, black text 111111 at the specified location <0> silly mogrify doesnt work as it would avoid having to create new images <2> okay who has worked with php's pecl repository? <1> Wish I could take credit for helping you :D <0> krewenki, no worries <1> RD: you know I have. <0> suggesting to use convert was a help <2> well find payflow in pecl, the web interface says it isn't there <2> but php docs say it is <0> hmm okay this is odd <0> mogrify works as well, different to what I did before was running the commands 'local' rather then over nfs <0> local being centos 4.3, while running over nfs is from a fc5 <1> I've never run any of them over nfs, so I guess my usefulness is at an end.
<0> okay, no worky <0> imagemagick is borky on fc5 or something <2> themaxxz its just not working over the nfs or not working at all? <0> Redragon, not at all it seems <2> themaxxz grab latest imagemagick and build from source, it wouldn't suprise me if FC5 had some quirky issues <0> Redragon, its ok i'll run it local, not going to bother debugging this now :) <3> yum install libxml should search, download and install libxml and only that right? <2> 6.2.4-6 should work fine for you, thats what i'm using on all servers <2> yes <0> might pull in some deps <0> or rather /suggests/ <3> that yes was directed to me? :P <0> or should rather :) <2> Darklord1 yes :) <3> ok :) <3> Canon print filter fox linux is just a way to add the exact model of the printer in that huge list when you add one ? <4> hey all <4> i had ffmpeg installed from yum but then installed the CVS. now when i do ffmpeg from a term i have already been logged into i get the old info <4> if i do it from a term i just logged into i get the new info <5> I'm trying to set up an internet connection on SuSE 10, I've done it one but I've forgotten, I'm on a home network connecting on the internet via a modem/router .I remember last time I tried everything, nothing work, and all I had to do is just access one network conf file and type the gateway there, anyone able to help? <2> the gateway should be defined in /etc/sysconfig/network <5> there was one just one file where I went in and entered the gateway I think and that was all, so that file is places in /etc/sysconfig/network <2> i'm not super familiar with suse but thats where it is on my systems <5> hm.. tnx I'll check it out <6> hi all, I just installer cedega 5.1.3, and when I run Steam - TFC, The game works very great with max(72) fps, no lag at all, except some freezes every 5-6 seconds for like 1-2second each.. Anyone have any ideas? My video card is ATi Radoen 9800 pro 128mb with latest drivers using Ubuntu 5.10. I've heard to disable Pixel Shader 1.4 .. if it's the case, how to disable it? <0> uhmm 33msec is 0,33sec right> <0> ? <7> 0,033 <2> i think 0.033 <0> ah <0> good I asked :-p <7> hmm.. ghost says 8 hours to copy my old 80gb drive.. guess it's borked for good <2> that sounds like a really long time <2> hmm wonder how long it will take them to spit out php 4.4.3 <7> at least the new hdd should be a bit faster, having 5400 instead of just 4200 rpm <2> a new drive at 5400 not 7200 ? <7> 2.5" <2> ah <8> What do you guys use for MySQL benchmarking>? <3> I installed a printer, did everything, used the manufacturer's driver (printer model is PIxma IP1000 tough and they supplied the 1500 drv), everything seems smooth except it does not work. The led starts to blink which means it gets signal but does nothing. <3> anyone can please help I'm trying to get this over, googling everywhere, for 4 hours now <2> danq i'm pretty simple, i take random sql queries that my software would generate it then i run it via command line and see how long it takes :) <2> Darklord1 no idea, not a big printer buff :( <3> :( <3> there is a ubuntu tutorial which sais something about some "alien" software and converting to .deb files, that wouldn't apply in my case right? <3> I'm a FC5 user <9> Darklord1: nope :\ <9> with some printers there are special programs you can install to send msgs to it <9> to get status, job information, etc <9> have you been to linuxprinting.org? <10> I recompiled my php 5.12 on fc5 and now my apache 2.2 starts fine but wont listen on port 80 eventhough it's configured that way, any ideas? <2> well first off if your recompiling you should move to 5.1.4 5.1.2 is vulnerable <3> yeah sinthetek, been there <2> second make sure you shutdown apache, check for processes <3> anyhow I need this file bjfilter-pixmaip1500-2.50-2.i386.rpm <2> then start it back up <3> where can I find it? <2> if it still dont work then check the apache logs for errors <3> googling didn't do much <3> i'm sorry bjfilter-pixmaip1000-2.50-2.i386.rpm not bjfilter-pixmaip1500-2.50-2.i386.rpm <9> search freshmeat for 'bjfilter' or 'pixmaip'
<10> what do you mean by "check for processes"? <9> that might show something <9> http://freshmeat.net <11> offline .. see ya .. i 1-2 days <2> sunsette i mean ps axw|grep apache <2> to make sure it shuts down all the way <10> k, lemme try it <9> ok, i have to finish packing up <9> bbiab <10> it says " 2961 pts/2 S+ 0:00 grep apache <3> nothing. <2> okay then its shutdown, that was your grep it showed <2> now start it back up and do the ps axw again <2> make sure it starts up <2> btw you really need to move to php 5.1.4, the 5.1.2 you just built has issues <3> I think that the iP1500 rpm is okay for my iP1000 printer, since it was supplied by the manufacturer <10> k, now it says 2979 pts/2 R+ 0:00 grep apache <2> Darklord1 you probably need to find an src.rpm if you can and rebuild it, it probably wasn't built on FC5 <2> Sunsette nothing else? <10> i scanned for ports and it's still doesn't list port 80 as listening <10> Redragon: nothing else <2> thats because apache didn't start up, you need to check the apache logs and see why it didn't start <2> apachectl configtest might give answers too <2> if it aint a running it aint listening to port 80 :) <10> apachctl configtest says Syntax ok <2> okay you want to check the logs then, probably /var/log/httpd/access_log and /var/log/httpd/error_log <12> ...and the logs ? <12> Ah, Redragon , you are too fast :P <10> k, looking <2> been upgrading php, uggg <2> and they still dont have a fix out for 4.4.2 <2> just 5.1.3 <13> good afternoon <2> hi <13> anyone who can tell me in which log do i have to look for the last ips connected to my system ? <2> V-R34L just run the last command <10> k, i got some warnings and fatal errors <10> PHP Warning: Module 'mysql' already loaded in Unknown on line 0 <10> PHP Warning: Module 'PDO' already loaded in Unknown on line 0 <10> PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0 <10> PHP Fatal error: PDO: driver mysql requires PDO API version 20060409; this is PDO version 20051128 in Unknown on line 0 <10> PHP Fatal error: Unable to start pdo_mysql module in Unknown on line 0 <2> Sunsette well what are they? <13> huh? i dont understand ..what last command ? <2> V-R34L just run last <2> the program last will give you a list of the last time all users logged in and from where <13> ah :) yeah. but i can see only the users .. not their ips <13> :S <2> should show the ip too <2> what distro you using? <10> Redragon, did you see my last msg about the php error? <2> sunsette yea you got all kinds of issues with your php build <2> first off why did you build it from source? <10> yes <3> file /usr/local/bin/bjcupsmon from install of bjfilter-pixmaip1000-2.50-2 conflicts with file from package bjfilter-pixmaip1500-2.50-2 <3> what to do ? <3> how to get rid of the file from package x2 <13> Redragon it`s a linux :) red hat <2> V-R34L i'm trying to figure out how to get it to spit out just numbers but no luck so far <13> :( <2> V-R34L last -i <3> Redragon, please? <2> Sunsette why did you build from source and not use the php package with your distro? <13> let me try it <2> Darklord1 i dont do printers, no experience there :( <10> because the php package for fc5 didn't have gd enabled <2> Sunsette no it doesn't it uses a seperate package <3> but that's a package issue, not a printer one <2> all you had to do was install php-gd <3> rpm stuff <12> Redragon, help me to remind... whats that gd ? <2> oh i see Darklord1, remove the old package then install the new one? <2> gd is a graphics development library
Return to
#linuxhelp or Go to some related
logs:
#linux sexpartyweb c++ vector is empty length size #linux #MissKitten #linux #MissKitten #linux foxx alla mIRKF0RCE
|
|