| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> md5c.c: In function 'MD5_Update': <0> then i get <0> md5c.c:208: error: invalid lvalue in ***ignment <1> nah, i mean, look at line 208 in the md5c.c file <0> Ahh <0> i only got the: md5c.h file :p <0> the md5c.c isnt there? <1> well, see the error message, does it say: "Leaving directory something..."? <1> if it does, go into that directory before looking for md5c.c <1> or.. run: find . -name md5c.c <0> i see <0> isit some way to go to line 208 without counting ? ;) <1> in vi/vim, type: :208 <0> (unsigned char *)data += free; <0> its not saying me enything :P <1> try changing that line to: (unsigned char *)data += (unsigned char *)free;
<2> its the lvalue <2> its the definition of data <1> C cant ***ign to a pointer? <0> md5c.c:208: error: invalid operands to binary + <0> md5c.c:208: error: invalid lvalue in ***ignment <1> you might have better luck asking in a C channel <0> Nah :P <0> The md5c.c file is corrupt all the way :P <2> himaway is that the only error or warning you get? <2> duh <3> Does a load average of 7.75 mean that my server is choking up nearing critical levels? <0> How do i change from nano to pico ? <0> or so i got both :P <1> himaway, what do you mean, they are seperate programs <0> How do i get pico then <0> ? <4> xtor: how many processors/cores does it have? <3> Its got one CPU <3> Athlon XP 2400+ <1> himaway: depends <3> It does have 2 gigs of RAM though...which are not running out however the load just edged up over 8 <1> you can either use apt-get, emerge, rpm, or whatever else your system has to grab a binary <1> otherwise, google for pico, grab the source, and compile <0> i can use urpmi <0> but i dosnt got the pkg :P <1> hmm, aparently pico comes with the pine rpm <1> so: ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/pine-4.44-18.i386.rpm <1> download that, then run rpm -Uvh on it <0> warning: : pine-4.44-18.i386.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e <0> feil: Failed dependencies: <1> well, download the dependencies it needs <1> or, use that urpmi program to search for pine <0> it like 6 so files :P <1> if its any good, itll download the dependencies too <0> i needet to: <0> rpm -Uvh pine-4.44-18.i386.rpm <0> ? <1> that should work, yeah <0> libcom_err.so.3 is needed by pine-4.44-18.i386 <0> and so! <5> himaway: ya want pine for any special reason? or do ya just want pico? <5> himaway: nano is a freeware version of pico.... <1> pico isnt free? <5> just install nano and create a symlink ln -s /usr/bin/nano /usr/bin/pico and ya got both.... <5> gunblade: it's licence is restricted <1> ah <0> awol tnx ;) <6> I've tried to apply this .diff with 2 tools now and they both have a problem with it. Is it OK for you or is it malformed? http://www.tt-forums.net//files/face_customizer_4749_143.diff <7> How easy is it to change the timestamp on a file? Like so the date shows another date? <2> girlscout man touch <7> ok, touch is not allowed through PHP. <7> Any other way? <7> I'm trying to convince this guy that the file was modified BEFORE it was on our server. <6> lol! <7> He thinks our server was rooted and /only/ his 1 site out of 30 or so were modified. <7> I'm like, all due respect sir... don't you think someone would have... changed every site except some random site? <7> nevermind the firewall... and tripwire and yada yada. <7> <sighs> I need a drink. :/ <6> all due respect, if you cant change file data you probably shouldnt be giving advice :-P <7> I'm a windows admin, I don't know anything about this Solaris ****. <2> girlscout man stat
<2> girlscout what time is it? drink? :s <7> 11:51 am. <7> Almost happy hour. <7> :) <8> ;) <2> i can't drink that early <7> I'm going to demand we're allowed to drink on the job or I'm going to organize a union. :/ <7> I would do just a shot or two, I can't do much either. <7> ... mixed with a couple Ativan for good measure. <2> whats that? <7> Like Valium, but better. <2> yuck <2> can you use your brain after that? :P <7> I'm a Windows admin? <7> I point and click. <7> :) <2> sure sure <9> haha, all girls are windows admins <9> we just know this <9> :P <2> the best programmer i ever knew was a woman <6> Ada <6> :-P <2> she was my boss when i worked for the airforce <2> that woman debugged code looking at memory dumps :s <2> this was COBOL on an IBM mainframe <10> your only basis for that is that she looked at memory dumps? <2> no <11> has anyone here tried using the gentoo gui installer? <12> morn <13> hey - is there any way to copy+paste files out of a vncserver <14> i had a very weird problem yesterday... is it possible that for some misterious reason HDD would go into r/o mode and that would prevent any log to be written as well as new ssh sessions open while maintaining current functionality as of the moment when it happened ? <8> Wasn't expecting neppakyo! <14> cuz it looked like sometihng borked on one of my DB servers, mysql kept working but only letting selects happen (returning error 30), snmp stats looked fine, but sshing to the box was not possible and all logs stop at that point of time and have no records past it (no files on whole system with modify/create date past that point actually) <15> anyone know about ntfs fs write capability in linux? like is it stable now or what? <12> Krikey! Its dead! <16> I wish <16> goddamned proprietary dos application that won't run under NT kernels. <10> mdasilva: the ntfs writing i encountered only allowed modification of a file's contents, with a static filesize, unchangable from the file's original size <10> they may have progressed tho, you should check up on it <15> :\ <15> damn. <12> freedos 1.0 was recently released <16> graz: freedos did better, but in that case I haven't managed to spoof the old isa nic the program wants to see yet.. <12> ahh <10> what program is this? <10> what does it do tho.. maybe theres an alternate solution? <16> There is.. <16> Design an entirely new system from the ground up <10> sound fun ;) <16> All except for the possibility of having to write win32 applications... <12> vb! <16> .net even <17> ubuntu server, installed apache2 with apt get, then uninstalled it and manually removes /etc/apache2, when trying to reinstall it, it does but there is no /etc/apache2 dir, how to get it back? <17> pls. <18> man mkdir <2> i asked this already, but there was nobody here <2> does anyone know if there's any software to do a webbased chat system? <2> like the one thawte has, where you can chat to a support person and in the end have the whole conversation emailed to you? <11> where do i set the console resolution, grub.conf? <17> sPOOkah, i can make the dir but after installing httpd.conf is not there.... or elsewhere.. <17> i need some kind of clean install or something.. <1> Etapien: there will probably be a sample httpd.conf included in the documentation somewhere <1> you could just copy it over yourself <1> chains, yeah, add it to the kernel boot line, with vga= <11> ugh <11> i didn't know the gui installer used the gen kernel <11> fawk <11> back to the drawing board i guess <11> heh <18> Etapien if apt get didnt install apache properly you should recompile from the source..
Return to
#linuxhelp or Go to some related
logs:
patch your uxtheme.dll (It's free) or install StyleXP (it's not so free!). #linux-noob #politics #unixhelp #politics #politics segoflic college fuckiest DAW conroe or amd x2 #computers
|
|