Archive for Unix HELP

what is the C function to send a GLX 3D init message from my computers graphics card to my brain assuming that

ok

Hrm; there’s a linux weather forecast

well, hangeul is inspired by a bunch of writing systems, including chinese, mongolian, indian, etc.

vorpal, We’re drier than usual, except for the occasional flash floods.

it doesn’t contain many sloping lines

do i recall correctly that there were major fires in CO this year?

vorpal, yes, pines beetles kill off the thirsty trees, then they catch fire.
vorpal, it was worse a couple years ago though.

ah, yes, we’ve had problems with those little bastards, too

apparently they attack during a drought. Usually there’s enough pine sap to keep the bugs at bay.

I have fired up wikipedia (german) on hangeul and I have problems even comparing the characters from there with the one at your site

http://zhongwen.com/d/176/x103.htm

how long did it take you to even recognize them?

what do they feed on, if not sap?

a couple of hours.
they’re made up of a fairly small alphabet

so, a default of 8 for FOPEN_MAX doesnt seem to be that much to me

yeah, just read that

vorpal, no sure, really. But enough sap seems to immobilize them.

could be that they feed on sap, and normally there is enough to keep them sated

10 vowels and 14 consonants + 27 more based on the former – if that information is correct here

Meh.
What’re you up to?

http://zhongwen.com/d/179/d116.gif

it’s a bit simpler than that.

working on my memoizer function

Zhivago, I’d have translated it as “lost road” then

http://paste.lisp.org/display/46421#2

consider s, j, and ch

http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070820/ap_on_sc/artificial_life

j is formed by a horizontal bar above s, and ch by a mark above that.

ah cool

likewise, n, d and th

hi

b, p, and ph, etc
so there’s a deeper regularity within the consonant forms.

it’s for my bot. so it only reads a web site once, just uses the cached value afterwards

with the vowels, you have the vertical line, horizontal and circle
an upward vertical or a leftward horizontal are bright, and the reverse are dark

ae, etc

oh, sounds like simple rules
can you speak hangeul?

yeah, although some parts have disappeared.
can you speak ‘latin alphabet’?

so, is it best to avoid fputc and just use putc for file manipulation?

I can speak korean relatively well.
uh, why would you avoid fputc?

backwards compatibility? im reading the shildt book and that is what he says but i dont trust the guy

ah, your first mistake
just say no to shildt

well, lets see what k and r say

Throw out the bloody Schildt

you say bloody a lot, are you from the UK?

backward compatibility with.. what

Cin, shut your bloody pie hole

schildt is an idiot.
his books contain many lies.

huh huh huh

k and r refer to fputs so…

don’t make me use the “wanker” word!

oh, as I just read, the corean language is also agglutinative and vowel harmonic

Cin, early childhood influences; Canadian now

oh right ;]

yeah, i think i am gonna burn that shildt book

Would you? He’s an idiot.

you should make use of it
use it as a coaster

I guess you can see there that hungarian is coming from the same area

beats having it sit on top of my borland c++ for OS/2 collecting dust

Cin, or kindling, or toilet paper, or…

well, there’s an argument that altaic languages span japanese, korean, mongolian, across though turkish.

anybody ever use borland c++ for os/2?

vorpal :P

well, korean is only weakly vowel harmonic — mongolian is much stronger.

Who wants to adopt a baby goriila from rwanda?

the turks were of mongolian origin, so that makes sense

yeah. and hungarian has many influences from the turkish lang

s/goriila/gorilla
I won’t mind learning serbian

that region of asia produced a number of juggernauts throughout history

what means `weakly’ in that context? are the rules not enforced that strictly?

well, in mongolian, a given word can only have one harmony.

so even vowels of different harmony may not occur in the same word?

in korean, a word can switch to dark harmony at the suffix
and chinese words are exempt from harmony rules.
yes, so you’ll have a bright word, or a dark word.

ok

korean is much weaker in that regard.

what is harmony in terms of linguistics?

there are also some exceptions in hungarian

well, it means that you have constraints about which vowel groups can occur together.
for example a and o are bright, and eo and u are dark.

Blah

interesting

so you might say bamo or eobul, but not bamu.

Can anyone think of a fun project for me? And/or tell me a unix shell with very legible sources? I hear zsh is pretty good.

you can think of it as a disambiguation mechanism, perhaps
hmm, I guess it depends on what you find interesting …

try zsh if you never have before

i’ll read on it. thank you

depending on your knowledge you might want to subscribe to the zsh mailing list and help developing

I just wanna make something simple from scratch, for fun, learn how it works, etc etc.

why not write a shell?

http://img2.travelblog.org/Photos/7051/35415/f/181404-Macaca-monkey-1.jpg

looking for more.

Deformative, if you haven’t done it before, write a program which produces its own source code as output – without looking up how it’s done.

Deformative, you want a shell make a shell

nice. that word, macaca, was instrumental in american politics, recently

more? Sounds like you have already written one?

I want to read shell sources to know the basics.

Deformative, learning doesn’t work that way
Deformative, coding isn’t a spectator sport

writing a very simple shell will teach you the most.
it shouldn’t take very long.

that is why I wanted to read some sources, I won’t learn anything without seeing how it is done.

without opening files or using macros?

hmm, perhaps you should take up plumbing.

you will learn the most without seing it done
what will you do if someone asks you to code somthing that doesn’t exist?

what problem does a shell solve?

Cin, the rules are the file must be non-empty and no regard to input. Macros are fine, but they are part of the source code.

then I don’t have any standards to follow.

exactly
you will have no idea whether you are doing well or not

But shells have standards unless I am mistaken.

what standards?

then break them… who cares?

Does it just print, read, and exec?

even the pro’s don’t follow the standards

should Deformative be using a parser generator like bison?

to what end?

it does whatever you want it to

Zhivago, to parse shell input

again, who cares? especially if it’s just a test program

sounds like overkill.
I suggest that you write a shell which can run programs
later add the ability to set up pipelines.

the_plumber could teach him the art
pros

and pipes

if you don’t follow any standards, then your app will not conform with the rest of the operating system. I am going to make my own syntax, but I don’t know what else shells do in the background.

so the program can’t open a file containing its own source code?

exactly…

Cin, reading from the file would be input.

Deformative, a shell needn’t conform wiht any standards at all…

shells don’t do anything in the background.

Deformative, it can be a pure expressin of what you want in a shell

Cin, you can do it, but the results can’t affect the output.

and by “produce”, you mean print out to stdout or a file?

think about what you expect from the shell and then try to implement it

if you make it depend on libc, it’ll run… but that’s not the point, thats standard for all programs

Cin, whatever is prudent.

I’ll give it a go

and, seriously, if you want to call raw sys calls instead of using standard functions, i still think you’d learn the same amount

what did you expect me to do, write all the syscalls?

yes, for a price though

not writing them, using them directly

no, i want you to just use whatever functions you want to
anyways, i must go to bed…

What do you want to do?

Well how does the program get called via shebang line?

that’s not a shell issue.

It is if I want to make a script using my sell.

no, it isn’t.
your shell doesn’t read that.
that’s handled by the binary loader behind exec*()

Meh.

#!/bin/deformedshell bla bla, how does my shell see blabla? Is it an arg? Or what?

http://www.thescripts.com/forum/thread215994.html

That is what I am asking.

Deformative, # frequently introduces a comment.

write a program to test this …

Deformative, anytime the shell starts a program it does something like fork and then call execcve (but i’m likely wrong on the details)

I am not asking that!

arc and argv?
argc

you appear to have learned how to be helpless.

i’m not that interested in shells because mainly sysadmins are the ones who write shell scripts

I am asking how my executable gets the data when exec calls a file with a shebang pointing to my executable.

via … argv …

Alright.

is returning struct:s proper C89/C99?

if you write an app if y ou write them write you can avoid starting them with shells by setting AM_CPPFLAGS and setting macros appropriately in Makefile.am with automake

yes

almost no reason now to have programs that have to be started with scripts

holst, it is legal.

ok, thanks

Hrumph, your previous sentence did not appear to be coherent.

i meant shell scripts
you don’t have to set all kinds of environment vairables pointing out certain paths and things
if you have these things set via macros and that can be done via automake

i wonder how many people still us “frontdoor”

I have a perfectly functional front door on my house, and I still use it.

stop talking shit

i’m not

Christ.

how long did it take you to program that?

the_plumber, an indeterminate amount of time, since I did not program it.

it is “built-in” ;-)

it “functions” well

What the fuck

ok uqmsucker what do i put in automake to have it such that when a program compiles the macro DATA_DIR is set to the data dir set by configure?

Alright, bye.

poor kid, i think he was getting an anxiety attack

i mean what do i put in Makefile.am
uqmsucker, you are acccusing me of talking shit at least prove that you know yours

i dont use such crap.

a baseless shit-talking accusation, it seems

Draconx, forget it
i don’t wish to talk about this any more

what’s the gcc param to link object files + libs together?

lib2

orly? don’t the libs have to be prefixed with -l?

only if you want the semantics implied by -l.

no

sec, trying
works great.
thanks.

every now and then, some punk feels the need to establish his niche in the hierarchy by demeaning someone else. don’t take it personally.

hierarchy?

vorpal, np i know i shouldn’t have lost my cool which i did a little bit but not much…..i’m not in this chan to get involved in dicksizing competitions or trashtalking anyone.

what, then? trashsizing and dicktalking?

I hear people’s voices

well, he’s a recycling pimp

not a unicycling pimp?

no, that would not have to do with his dick fetish.

Dick Fetish, private eye.

i should have said verbal wimbledons back and forths flame wars i’m not into any of that

nice

heh

http://www.gaffer.org.uk/images/pink_bike_ride/PINK%20BMX.jpg — bike pimp

that is scary

okay, i have taken a liking to the new mac keyboards
even for C coding

which ones?
like the iMac keyboard?

the wired one, yes
i am not big on wireless mice and keyboards

neither am i
http://www.ncix.com/products/index.php?sku=21206&vpn=967973-0403&manufacture=Logitech

do you find the wires useful?

pretty nice

at first, i thought that it was too mushy, then i started using it for a bit and started liking it
i tend to lose things on my desk…

how’s it going? what you been up to?

i had a small wireless microsoft mouse at some point, and it got buried and i found it a few days later after plugging a regular mouse in

i don’t really like how the wireless mice i’ve seen are heavier than normal mice

i have a wireless gyro mouse and keyboard for my xbox360. they work nice

learning to unicycle.

Heavier? Do you lift them often?

but i don’t have the stacks of paper in my living room

I’ve been using a compaq compact usb keyboard lately — it’s quite good.

you don’t?

what do you think of the happy hacker keyboard?

they’ve gotten rid of all of the stupid keys, and they have a decent action to them.

over trivially small distances.

i remember there was a lot of buzz about it years back in #C

unicycle, eh? that sounds like a lot of work!

dunno — is it one of those stupid ones designed by landscape gardeners?
a bit more than I was expecting.

have you faceplanted a few times?

how do you faceplant off a unicycle?

it’s supposed to resemble compact keyboards used on older machines that ran old unices

i almost did the first three times i tried

sounds reasonably good.

like having escape closer to homerow

hmm, weird.

i gave up shortly after

I have 3 identical old KeyTronic PS/2 keyboards. No extra crap and the keys are all normal size with some weight to them.

I just step off it if I’m going to fall.

hey, is this the room that is not about talking C?

so, it’s hard to imagine how you manage to fall on your head.

but still does coding stuff?

please stay on topic.

that’s a reflex that i acquired with time

well, I’ve found a unicycle a lot safer to fall off than a bike, so far

so it is about C, ok.

i’m a tall guy and the unicycle i was given was rather small

it is generally about not asking stupid questions.

biking is fun, make sure you wear a decent helmet though

to increase my chance of death?
unfortunately helmets seem to make biking more dangerous.

why would you say that?
i thought they were supposed to protect the head and brain
pretty well

Hi all. According to this page ( http://www.twinsun.com/tz/tz-link.htm ) there is timezone information included in C. What functions can I use regarding timezone and daylight savings?

so… the topic is unicycles and helmets…ok.

well, if you were to land on top of your head, perhaps.

people try different things when they have a helmet on

but they don’t protect your face, back of the head or neck.

they tend to think that they are “safe(r)” with them on

oh, are you talking about regular bike helmets?

zxcv; and they give a false sense of security to drivers, so they driver closer to you.

wear a fullface helmet.

you’re just as vulnerable

i was referring to a more general helmet

also, they disrupt your senses.
you’d have to be insane to wear a motorbike helmet on a bike.

they make fulflace helmets for downhill mountain biking.
and BMX.

maybe a military helmet would work better :P

yeah, but that’s for running into trees.
you really want to be able to hear properly so that you can avoid being run over by idiot drivers.

solves your problem for facial protection, though…
are you talking about riding on the street?

My brother swears by his bike helmet – he says he’d be dead twice over by now if he didn’t wear one.

http://rafb.net/p/ul72cL34.html

sure.
what did it protect him from?

when you fall, your instinct is to put your hands out in the direction you’re falling.

please stay on topic.

please don’t talk to me

hopefully your hands will take the beating, and not your face, if you fall from your bike.

whatever happened to 80 or 120 columns?

try it at your end

on a bike, you don’t fall like that unless you’re in a head-on collision — say with a door.

or if you do an endo.

Zhivago, one case was due to pedestrian walking when the “don’t walk” sign was lit at the bottom of a hill, I think, rolling over forwards.

yikes!

unfortunate for the pedestrian, but generally they come off worse than the cyclist.

the bike provides little in the way of safety, though
you end up with scrapes and bruises, still

anyhow, in my case, I feel a lot safer without the helmet — but I try to avoid roads with traffic.
well, we’re talking about helmets.

does that satisfy the criteria?

safer without a helment?
helmet?

ah, right. i should stay on-topic

i’m curious, what do you believe was the real cause of the WTC collapse?

yes.
structural failure.

you don’t think it had anything to do with explosives?

have you ever seen those videos of guys jumping stairs, and they don’t make it, and land on their head, and get concussions?

i agree with you when it comes to the muffling of sound. i like being able to hear if something is coming

how did WTC 7 collapse with no plane crash into it?
crashing*

Cin, yep, it works for me.

woots do you have a solution to it? I’m interested to see

http://draconx.com/quine.sed

since this room isn’t realyl dealing with C, are there any rooms that deal with pseudocode?

EVIL!
that regex looks like poop

andy, yes, but very fun.
andy, oh for sure.

I think it boils down to the language being able to “quote” itself, or parse itself in some way. for example in Lisp it you can do ((» (x) `(,x ‘,x)) ‘(» (x) `(,x ‘,x))) which, when evaluated, outputs itself
oh cool, I’ll check it out
cute. the key point in mine is the %s in the string, hehe

stylistically, should a ‘break;’ match the same level of indentation as the ‘case…’?

Anyone know of a function or library that takes a longitude and latitude of a location and gives the timezone information?

i guess i need to read up on sed… what do the h p and g commands do?

quines?

yeah

Cin, It outputs itself once for each line of input you give it. If you give it more than one line, it obviously doesn’t output its own source code, but the resulting program is also a quine with the same property
andy, h = copy the pattern space to the hold space, p = print the pattern space, g = copy the hold space to the pattern space.

aye
that’s cool

ahhhh… nice

k
oops

i only really use the s command with sed

it’s by far the most useful one.
there’s flow control mechanisms too, which can quickly turn sed programs into monsters.

ha, the example of a quine in Wikipedia is quite similar to mine, essentially simulating escape characters
ooooo. I like this one: int main() { char *s = “int main() { char* s = %c%s%c; printf(s, 34, s, 34); }”; printf(s, 34, s, 34); }
I was trying to think of something as pure as that

I actually haven’t been able to find another quine written in sed to compare mine too

that example doesn’t include stdio.h, though

heh, it took me nearly an hour to figure out

did you see that video yet?
I was impressed by the guy leaping between rotated pallet edges

no, I’m re-downloading it sadly. my browser crashed mid-way through

Cin, I hope it was an enjoyable hour

hehe

qwq
erm

q.q
I don’t usually succumb to coding challenges but I’ve often thought about that one but never considered implementing it

hmm, it’s very annoying that you can’t use poll/epoll/etc on semaphores.
I’ve been forced to use the old trick of using a pipe with bytes as tokens.

I demonstrated my knot-making capability to him in /privmsg and that scared him off
with what library/lang are you using semaphores?

just sysv semaphores in C

I knew it! I was considering whether “I always lie” is a real paradox, but the statement itself could be a lie and the person stating it could sometimes tell the truth, so it’s not contradictory

yes, the solution to that constraint is “I sometimes lie.”
so “I always lie” is an oxymoron.

ah, indeed

Hey guys, why doesn’t this compile correctly? http://rafb.net/p/p1whMy65.html its giving me test.c:18: error: incompatible type for argument 1 of ‘ParseUserData’
also, test.c:25: error: request for member ‘uid’ in something not a structure or union
for each member of u

z, have you ever seen combinatory logic used in propositional logic? I saw a web site about it ages ago but lost the URL and now I can’t think of what query to form in order to search for it

frankr, start with line 18. What type does ParseUserData expect for its first argument?

Pointer to a struct udata?

frankr, correct. Now, what type is userdata?

a struct udata?

right.
is a ’struct udata’ a ‘pointer to a struct udata’ ?

But I’ve done this before – with a struct called conf, only 2 members, had a function defined the same way – f(struct conf *config) and I just did it like f(config) where it was struct conf config

z, hrm, disregard that question

it did seem odd at the time but I kinda ignored it beacuse I was happy it worked

frankr, you must have done something different from what you just described.

well it was an array of that struct
but anyway I put a & and that error is gone but the other ones are still there

frankr, what does the . operator expect for its left operand?

you there?

ah, sorry.

a struct or union?

my understanding is that debris from the other towers ate into the structure of it.

frankr, right. What type is u?

a struct?
or more specifically a struct udata

it is not.

but there were other building that had tons of debris hit them, and they still stood

or a poitner to one
poitner

buildings*

.. dammit

frankr, right.

they had some damage, but they still stood

So, how do I call that member if it is a pointer?

when you shoot people, many different possibilities happen.
some die, some fall over, some can ignore it for a while.

anyways, i was going to ask you some other question

these are complex interactions — it’s dangerous to expect uniform behaviour.

do you know a lot about adrenal hormones and their interactions with the rest of the body?
this guy brings up an interesting hypothesis, http://charles_w.tripod.com/cortisol.html

personally, I suspect that organizing the destruction of the towers would demand too much competence of bush and co.
no.

operator.

for some odd reason.. I can’t get gethostbyname() to work, will someone look at my code? http://rafb.net/p/sI8xgJ19.html
yes.. I am new to sockets programming

Ah, thanks for leading me through that without calling me an idiot, I got it to work

bush, sure…

Also, is there any other better way to parse a simple string by a delimiter, other then using strtok a few times?

are they finally building something at ground zero?

Hey
If I am having a programming issue, and the program crashes but doesn’t generate a core dump, how can I make it do so?

try man ulimit

thank you

where can I find an md5 function?

It works, thank you Chris.

A language that is like C, but without functions.

what would the point of that be?

C doesn’t have functions.

It requires the function main() to write anything.

main() is not a function.

I mean procedure.
Requiring int main() is a bad idea.

why?

printf(“Hello World”); exit(1);

just write a preprocessor that puts unbracketed code into void main :P

how do you resolve that with linkage of separate translation units?

use basic if you want that kind of crap

Good idea.

a pre-processor can’t do that.
because you have multiple translation units which can be compiled separately.

I like everything else about C.

you could require the linker to specify some ordering.

I’ve been reading ASM lately and that is how it does it.. it just keeps going down the list and jumps back/forth with JMP and CALL

Exactly.

Quite a mess, honestly :P

Not really.
It is KISS.

i don’t get it, why is requiring main() a problem?

not quite, you can define functions in assembly, though with assembly it just considers them labels

Because it requires too much organization of code.

not having a main would resolve some issues

Labels would replace functions in C.

yup, and you can jump to them.. so really, they aren’t function :P

but you haven’t answered the problems that I’ve raised above.

so, you want to go back to gotos and crap?

Yeah.

they’re still functions, whether you jump to them or call them

Even now I use goto with labels a lot.
I would just like to get rid of int main() because no where else in my code do I have a function.

i can think of few legitimate reasons for using goto, i doubt you have any of those behind your code

perhaps you should consider a different language.

Okay.

sounds like you’re attempting to force the language into your mental image of how it should be, rather than using the features of the language to your advantage

you’re pretty dumb.

or write your own language

I suppose it depends on how one sees it. I see it as one big code, separated by labels that can be jumped to. But I suppose they are functions because you can go ‘back’ to the line after CALL once it returns. What do I know, I just like making programs and disassembling them.

you might as well use assembly if you’re not going to have any more functions than main()

The problem is that is then my code needs more than a recompile to run on different platforms.

a function written in c can still be jmp’d to, yet it’s still a function

I thought C had no functions?

such as main()

:P

for a particular implementation of C, perhaps

Every piece of code you write in any language requires some sort of variable/procedure; Programming really isn’t for you if you don’t want to include ‘int main(void)’ because you don’t want to make use of functions.

i said no such thing, as it most certainly does have functions

Functions really are central to C programming; I’m not sure what sort of code you have..

Well, most programmers hate my code. I was fired over it.

ah, correct. I read the line under yours as yours.

with good reason no doubt

I call bullshit.

i think pascal had nice syntax for some things
begin end. for the main program begin end; for functions

i think you don’t play well with others

er, main function i mean

Okay.

after all, what separates functions from methods or procedures? I usually call methods that return something a function.

I don’t think your going to get much sympathy in ##c if you want to talk about how much you don’t like some of the basic architectural features of C.

time separates them.

i call them all functions, procedures are just functions with a void return value, methods are just functions with an implicit first argument

frasha is particularly confused.

well, at least we agree on functions/procedures, not sure about methods though.

I failed most of my CS classes once they got into programming in Java/C++/C.

huh? i thought methods were functions operating within a class object

the difference between a function and a procedure is fairly simple

Anyways, same thing. Some say the glass is half full, some say it’s empty, and I say it’s twice as big as it needs to be, but that doesn’t change the fact that we’re all talking about the same glass

dangit

a function is a relationship that exists outside of time.

^W instead of shift-w

Teachers always complain that I write weird code. I got lower grades than other students when my program did MUCH MORE!

a procedure is a sequence of operations that are executed over time.
return values have nothing to do with it — likewise methods are orthogonal to this.

a function is a relationship that exists outside of time. – kind of vague though

much more? didn’t you just say KISS?

argg x.

Hahaha.
That really doesn’t make any sense.
Go figure.
There’s a difference between functional code; and stupidly written functional code.

i tend to think of pascal when someone mentions procedure, but i really don’t care either way, they’re all functions

ya, that is the pascal terminology
procedures don’t return values in pascal

My program would have all the features the teacher would want to see for an A+. I would get a lower grade than someone whose program has fewer features than mine because my code was “difficult to interpret.”

are you writing code for only yourself or for others? do you ever intend to maintain your own code?

no, they’re not all functions.

Why would a return value define a procedure?

My code is easy to maintain.

functions can’t change or be changed.

ask the creator of pascal

b.

In fact, easier because I don’t have any stupid style. Just one line after the other.

being invariant over time allows you to do all sorts of things that you can’t do with procedures.

All my code is in main ().

hey, I need a simple md5 function, the one in openssh is returning a whole lot of odd characters that I have to print individually with %02x for them to be normal characters, where can I find one

By the way, according to wikipedia, a ‘method’ is a subroutine belonging to a class, as opposed to a ‘function’ being a subroutine not belonging anywhere, and accessible all the time.

or, how can I easily convert this string, without doing a little for loop

is it easy to maintain for just you or for others as well?

but what about parts of code that are called frequently? Do you store your state in variables and then jump around?

yes.

he probably avoids code which does any form of recursion

I usually malloc() some memory to use for that, MooingLemur.

are all functions said to be procedures?

I have recursion using goto and labels. Just goto to the start to keep a loop. It is fast.
It seems programming these days is about how it is done, not what is done.

that’s what the stack is for, and that’s what functions do for you.

i really don’t care about pedantic definitions, they don’t matter here, you write code, you use it, who cares whether it’s a function or procedure

I was the only person in my Java class that knew the difference between a function and a procedure. And I hate them!

there’s a lot of value in writing code that is generally understood.
and adheres to some widely-accepted best web hosting practices

Bullshit, but I will stop.

i’d like to see you write something really huge using your method of coding, and maintain it too

Then why have you been responding, thus far?

why do you care? do you just want to prove how much more pedantic you are?

what university?

University of Maine.

frankr, what’s wrong with a loop?

I failed out by the way.

Large projects are easier to debug if you have a backtrace. Tools such as gdb work well for that purpose. They will not peer into your heap to tell you what is wrong.

The professors refused my work after a while and I quit.

that should tell you something

Your scrupulous molds had fault; and they were corrected. Now you sit as a child, offended.

Fucking student loans mean I am going to have to look for another job and suck up to them and code the same as they do.

my definitions may not be entirely accurate, but i don’t care, i’ll continue to just call them all functions and pedantism be damned

Being pedantic in school got me nowhere.

You pretty much called all animals horses; and think you’re cool
It doesn’t matter much.

function seems to be the most used word on C’s wikipedia page.

in general pedantism gets you nowhere, you just look like an asshole and get nothing done

I always sucked up and learned all the definitions. But still got bad marks because I didn’t feel like applying concepts that didn’t feel natural.

Then I’m afraid you missed the point of the education.

I guess I could do opensource programming as a hobby and look for another kind of job.

Auris-: I’m a little confused as to how to do it.. :P was just gonna use snprintf but its giving me errors and I’m not sure why

frankr, do we get to guess what the errors are?

auth.h:19: warning: passing argument 1 of ’snprintf’ makes pointer from integer without a cast
snprintf (digest2[i], 1,”%02x”, digest[i]);
probably something really stupid

sounds like you mean that you couldn’t be bothered to learn.
your definitions are harmful to understanding these things properly.

I didn’t go to learn. I went to get my papers and get the fuck out.

frankr, well, that function call is pretty stupid. first of all you are printint 2 hexnumbers but you are limiting output to 1. what’s the point?

Just like 99% of the other people there, I didn’t actually want to learn.

But, when attempting to appear intelligent, do so with facts.
Good luck in your attempts.
You weren’t born using a toilet..

Auris-: well first Iw as usuing sizeof but it wasn’t working so I just changed it to 1 to try and make it do something
it still has the same error, which I dont’ really get, because its not supposed to be an integer

Then fall asleep.

The fact that they push learning down your throat to get the papers when it is MY MONEY is just stupid.

no need to shout

No body forces anything down your throat.

Universities don’t treat students like me as customers.

You’re free to sleep.

heheheh

I can’t sleep.

Then die.

frankr, what’s the type of digest2?

draichis:

Auris-: char digest[16]

zvrbafdsgsg!!

so, what do those papers mean?

test case

frankr, so what’s the type of digest2[i]?

bwg; that you paid some money?

I think it is somewhere after line 222.

or that you have achieved a certain level of competence?

That I can get a job.

you’re an idiot.

Auris-: ah, char, which is really an int, I see what you are saying.. but I’m still not getting why it throws that error

You’re apparently far too lazy to learn simplistic things, and apparently too arrogant to care about why coding isn’t as natural as taking a leak.
Hi zvrba
China Airlines blew up.
You probably also think the world is wrong; and you’re right

Usually.

Auris-: never mind haha

if you think that buying a piece of paper makes it worthwhile to employ you, that is.
at best it makes you a paper merchant.

That you’re some sort of perfect model of mankind.

Do you really think most students are after anything more than that?

only the intelligent ones.

frankr, but your approach is not good. try doing the actual dec2hex conversion yourself.

It isn’t perfect, but it is reality.

and the reality is that due to your attitude you have remained incompetent.

You really should just sleep..
Nomatter how much you study, your future really doesn’t look bright.

Well, back to debugging seg faults with vi, printf(), and valgrind.

Auris-: How would I do this?

At least everything is in main ()

Auris-: also, with this approach it’s only getting every other character

do you feel it’s a good idea to maybe make use of nullity?

I’ve never met such a dense person..

I changed it to just sprintf same problem

Okay.
I am nullity.

well, it would be nice if you were.
then you wouldn’t talk.

frankr, of course it is, since you can’t fit 2 characters into 1.

I think I might have a slight idea why..
yeah
I was gonna guess that, I wasn’t sure though

hey BWG

but what is the other method you were talking about

Do you realize malloc() is a function?

Hey, what do you guys think about function overloading?

frankr, consider “0123456789abcdef”[i & 0x4]

Sure, I use other functions. I just don’t write any of my own.

a bad idea — use proper generic operators instead.

You really should spend some time reading a book.

I don’t think there are self-help books for that problem.

Read the SICP before you ever write code.
It should expand your thought pattern a little.
Auris-: His problem isn’t one of implementation; it’s of mental reasoning.

I avoid most books.

why?

problem, BWG
you should probably go read a lot of books

I have a really low IQ and have never really been that great reading more than a paragraph.
bI have a really low IQ and have never really been that great reading more than a paragraph./b
I’m thinking about OCR so I can read books.

IQs mean nothing.
You’re simply lazy.

very

The C Programming Language book looks like something I could handle.

how do I use limits.h?

I got high honor roll only once in high school. But other than that, I consider myself motivation challenged.

I don’t like for/while loops

Do you know what limits.h holds?

They are like cheating
I use goto

..

That’s why I use goto instead.

hardcore programmers use goto

Really?

all the pros use goto

I guess I am quite the pro.

most weenies just suck at programming

Linus Torvalds thinks goto is uncool.

I’ve got a question about inline assembly

so they use unreadable to excuse their own incompetence

I hate when books do not mention goto

My programs have hundreds of goto statements!

hot!

?

Yes I’m in the man page

I’m porting some code from visual c++ to gcc

i’m not so hot on commenting either

That is hard to do.

you mean g++?

good luck, phire

I mean your code speaks for itself

but how do get the {CHAR_MAX} in the program? I don’t see that it uses function

opps, well, its c code

It simply defines symbolic names which represent limits on resources that the implementation may/may not impose on applications.

I had to rewrite my whole program just switching to a newer GCC. Forget Visual C++.

I really need to shower this week

you make out like C is good at writing abstract code

morning

You should also take a look at stdint.h/inttypes.h

morning buli

its got this line here “__asm pusha ” would the gcc equvelent be asm(“push %eax”)?

weren’t you starting chapter one of the k&r on friday?

http://www.xkcd.com/292/

How did you skid to limits.h

hey nimrodicus23

Please.

phire, maybe you should look up what pusha does.

goto is easily abused.
use it where it is the least horrible opiotn.
er, option.

maybe I should

heh, I like it.

Yes But I’ve been taking a brake, I had to fix my OS :p

Yes.

yes, but that’s because you haven’t understood.

I learned BASIC first and goto has been something I love having in C.

it sounds like you never learned anything other than basci.
er, basic.

oh, Push All General-Purpose Registers

That’s possible.

break
Yes, but it doesn’t really define how you got to limits.h

My mother said I was a good programmer, though.

I’ve never done x86 assembly before, just arm and z80

phire, I’d say you use pusha with gcc as well.

zhivago, don’t worry about your typography; orbitz was here before

Your mother probably doesn’t program.
So, her opinion of your code wouldn’t really matter.
I suggest, that you go back to reading the k&r.

but the dos nonreentrancy was really annoying

what’s K&R

!k&r

k&r is The C Programming Language, 2nd edition, by Kernighan and Ritchie, http://cm.bell-labs.com/cm/cs/cbook/ – be sure to see the errata as well, at http://cm.bell-labs.com/cm/cs/cbook/2ediffs.html

its annoying how I can’t test any of the assembly untill I finish the lot

Sweet

Once I figured out how to execute shell commands from QBASIC I was making cool programs that delete files and stuff like that.
I was grounded for installing it on library computers.

contain symbolic constans for all of these sizes, …”

pusha isn’t win32 specific ..

My mother said I was an “untapped genius”.

asm(“pusha”

And then after it, I had to make a program that determimes the range of char, int etc.
have

that’s what your mam said to me

So I finished my account software.

what does your account software do?

Uh..
asm(… “pusha”; … ); would work on gcc or anything else really..
If you’re playing with inline, that is.

Only problem is DEBITS are off by about 70 cents to a dollar sometimes and I can’t figure out why.

let me guess.. trying to round floats

except when it fails, that is.

not just anything, it would have to have the same inline assembly syntax

good to go, then. just market aggressively. make sure that the buggy roundings go to your account

I use floats.

maybe you should use rationals

Yeah.

using floats for exact decimals is a bad idea.

yes, considering a float is by definition not exact

I guess that is what I get for partying through college.

i used longs for a program that divides polynomials

I was plowed when the teacher talked about floats. In fact, I only know about floats from wikipedia

(86x^2 + 32x + 15)/(8x + 6) = 10.75x + -5.41667
that app was quite fun to write

I think I failed that assignment.
Damn it, my nick is messed up. Can’t fscking type my nick in IRC.

There.

you should seriously consider — no, not only consider — reading programming literature

Yeah.
Err.

I am consideirng reading The C Programming Language if it is easy to follow for my reading level.

are you very new to programming?

No, I am a veteran actually.

then that book would be the one to get

I got started with qbasic in 1995.

he hasn’t figured out how to use functions, yet.

except i doubt he’ll be able to read it.

so, he’s not much of a veteran.

otherwise, i’d suggest a book like “practical c programming” (the oreilly book)

you know, reading skills aren’t something you are born with. they get better the more you read

which is very programming newbie friendly

I learned how to not write my own functions. I just use other people’s functions and keep all my code in main(). It has worked for me since 1997.

that may work for very simple programs

those who read a lot (and are good at it) aren’t like that because they’re born good at it. they’re good because they’ve had the motivation to read, and have gotten better by reading

but as you approach complex and very complex programs, you’ll need functions

so, what non-trivial code have you written?

Accounting software that is Web 2.0

or want rather, would you want to be repeating tons of code in main()?

thb, i’d never hire someone like you to do any programming work

Web 2.0 meaning my program is an executable run by Apache in cgi-bin.

I like porting code from languages I don’t even know, to C.

Oh, is that what Web 2.0 means? Finally!

?

isn’t that what web 1.0 meant?

Web 1.0 == Static HTML Web 2.0 == Dynamic content

no, usually web 2 means ajax, etc.

yes, another web 2.0 definition
that must be like the 9081039801394810938th

Therefore, I call it Web 2.0 Accounting 4.7

web 3.0 == people waving cyber-gloves inside 3D scenes

Only problem is debits are off.

web 4.0 == people injected with stimulus in their brain

Somehere in the code after where I goto debit:

web 4.0 == a network becomes self-aware and people realize it’s a dumb fuck like everyone else

well, they already do that with monkeys.

Web 2.0 is dynamic content via CGI, okay?

CGI is ancient.

web 5.0 == internet porn is undistinguishable from the real thing, society collapses

i thought web 2.0 is what you sell ads with

I thought web 2.0 was a buzzword retarded PHBs used

I wish I could have long nicks on EFnet.

alternatively, i thought web 2.0 is about, you know, social networkinhg

just wait until the semantic web kicks off

Then I could GeorgeWBush2008

you win the prize

ah, well, that would make your degree of mental retardation clearer.

yay!
what do I win?

The web has always been semantic though hyperlinks.

the prize

oh

Don’t diss Bushie.

uh

why not?

Bush has only further corrupted our government

Bush is my idol.

so i will most certainly diss Bush

why?

you aren’t on efnet, so those limits hardly matter.

I relate to Bush.
err
FreeNode, heheh

There.

and I kind of think this guy is a troll

really?

of course he is.

:B

there, now i said it
because i want to go to sleep

night Tatsh

Dubya FTW
You have been trolled.

I’m Canadian, and even I know that a US president can serve at most 2 terms.

Now go wash your eyeballs out with soap.

GWB has only been in term 2 times

Fuck FDR.

FDR was before the amendment/law that only allowed 2 terms

sigh.

If FDR didn’t come up with that stupid amendment, we could have Bush for a third term.

#politics is elsewhere.

why would we want gwb again

actually, they should re-write the constitution so that the terms that a similarily named president served earlier would also count. did daddy Bush serve once or twice?

once

you see?

that would be nice, iuso

No!

boy Bush could’ve only served once if the law was more humane

Then we would have no Dubya!

i want to have campaign contributions banned and contributions in general
banned

harder to do that in real life, banning

i know it would be hard to enforce but it is the root of all problems of our government, imo
other than religious freaks

ideological mouth-foamers are always a minus

if #politics doesn’t seem right, #jibberingidiots might be better.

but it’s actually funny to think that lobbying is considered corruption in some parts of the world (i think?)
oh, sorry

lobbying should be legal, just not “donations”, what I call bribes

I think #politics moved to #jibberingidiots yesterday

George W. Bush is sooooooooooooooooo SEXY. Too bad he isn’t gay.

isn’t that nick breaking the “no offensive nicknames” rule?

+b is a fun flag.
err mode
err whatever
+b ftw

No

Hello, what is the C function to send a GLX 3D init message from my computer’s graphics card to my brain, assuming that my tongue is securely seated on the DVI output port?

how can I convert some hex data in a char to a string of hex pairs?

I have all the GLX libraries installed, both on my C compiler and on my brain’s operating system
What I’m trying to do is create an interactive HUD without the need of anything external

what OS does your brain run?

failed humorist or boring troll. hmm.

iuso, MarcoOS

I thought it was funny, twkm

hmm

not supported

iuso, all MarcoOS really is, is linux
iuso, with just a few tweaks and patches to run on the brain’s IO system

i read that as “MacOS” the first time through

andy, If my brain was running MacOS, I’d probably be having fits by now

at least you’d look good doing it

haha!

did you borrow from the dead badger howto?

hey now, i am typing this on 10.4.10
SSH’ed into a FreeBSD machine, mind you, but still!

No seriously, can someone just give me the GLX init function? I can figure out the rest

if you say so, though i’ll retain my estimate of it being a dud.

you’re just looking for a sample usage?

twkm, I tried asking the CIA, and they told me off for talking aloud about secret technology. The bastards. I am the one who created it
andy, yeah
andy, but it has to be able to be sent along my tongue

you are looking to use GLX w/X11?

who’s worse, me or him?

that presumes i pay attention to you anymore.

yes it does, and so?

i don’t.

come to think of it, I don’t usually pay attention to you either

excellent.

Hello, what is the C function to send a GLX 3D init message from my computer’s graphics card to my brain, assuming that my tongue is securely seated on the DVI output port
twkm, Cin, oh snap.
twkm, BAN HIM

there is no function in c for it. i take it you want someone here to look at the documentation for you?

there really isn’t a glx_init function that i know of. you’re probably looking for gl_init
http://tinyurl.com/2w8yya this is an example for X11
i am sure that you could google a few up with ease

don’t click it, it crashed my browser

works fine for me

http://www.ldc.usb.ve/~vtheok/cursos/ci4321/proy3/navigation/main.c is that better?

sigh

anyway, I do not have an operating system installed on my brain, I do not use C, and I do not intend to ever use C.

excellent.

wtf was that about?
i feel like his part message should have read “YHBT”

troll.

well deduced

i am always looking to help though

andy, troll feeding is not help.

No more than bird feeding is wildlife preservation.

Auris-: well, for a second i thought that the guy was just quirky
may i quote?

I suppose it depends on what you are desiring to quote.
I generally have no opinion.

i was thinking of feeding that last bit to bash.org

well, iKernel seems a singularly sensible fellow.

Bash has low standards, but not that low.

i found it humorous!
his questions were technical enough in nature that he could have been serious

ok so I made a little function which does the md5 hash, then uses a little temp var and strcat to create the hash string. But it’s off by a single hex pair every time, the second one, and I don’t know why

I was not being sarcastic.

not sure how easy it is to be a programmer and not use C at some point

omg! http://bash.org/?796356

you did something wrong.
consider making a test case available for folks to look at.

doing so now

I’m having trouble translating line 9 of this pseudocode for a Binary Search function for arcsine. http://rafb.net/p/ixk4rZ26.html
I think it’s shorthand if-then, but I can’t tell.

you mean the ? operator?

operator

http://www.phim.unibe.ch/comp_doc/c_manual/C/SYNTAX/conditional.html

the whole. (higher_value = 90 && sin(higher_value) = sine) ? higher_result : result, line.
ah, thank you sir.
It’s a conversion from the Mathematica language.
which makes no sense at all.
imho

if the higher value isn’t greater than 90 and the sine of it is also greater than sine, mouthful :P

“if these two things are true, return Higher_result, otherwse, return result?

ok, I made a test case – http://rafb.net/p/XogvcN61.html
my problem is that I made a function to automate making an md5 hash and giving me a string of 16 hex pairs, but the second pair is always wrong and I don’t know why
rest of it is fine though

that hurts my head.

why not use the openssl lib or whatever?

I did, just, I wanted to automate making it itno a string of hex pairs, otherwise it just puts the hex into an unsigned char array
not really something I can work with

the sprintf is pretty wasteful

snprintf (t3, sizeof(t3), “”); wth are you doing there?

and strcat wtf
strcat is a terribly slow operation

I dunno. for some reason when I started putting data in t3, there was already some crap in it

it’d be quicker to just do sprintf(buf, “%ud”, md5_sum);

he likes pain.
%ud?!?

made it up

ofc, it’s not initialized…

bah.

using my custom version of sprintf that’d work fine!

not initialized?
is there a way for me to just snprintf the whole thing at once w/o using a for loop? tjhat would make thigns a lot easier

initializing is the thing _you_ never do… apparently
sprintf(buffer,”%02x%02x%02x…

you probably don’t know how to count.
t3[0] = 0 was written snprintf(t3, sizeof(t3), “”) — weird, but whatever, at least that does something useful.
but t2 has room for only 1 character, yet you try to put at least 3 in it.

sprintf(t3, “0x%X”, (unsigned char *)MD5(“hello”));

sigh.

I win!

I thought there was not just an MD5 function
it would make things much easier if there was

I meant to cast that to unsigned int
that would have been MUCH better

openssl provides such a function.
now, you iterate 16 times each of which (tries to) append 2 characters to the string, so the resulting string would have a length of 32, which is the space you allocate but you allocate no room for the string terminator so you have a buffer overflow there too, eventually.

I thought 0 counted

32 + 1 = 33

yes, 0 to 31 is 32 elements.
(not that you need either t2 or t3)

so 0 to 32 is 33 elements, leaving space for 32 characters an a ?

yes.

ah, so that isn’t a problem then right

I wonder if I can build openssl for mingw

when i throw away t2 and t3 and write directly to dest (which i resize to 33) i get the expected hash.
yes it is.
on the 16th iteration of the loop you write outside of t3.
every iteration of the loop writes outside of t2.

I changed t2 to have 5 elements, now, that should not be a problem, and t3 to 34

now you show lack of knowledge of what is happening.

re

moin

I know what is happening, but if I have more elements then needed, it should eliminate any room for error

okay found a static host lib
the last time I found a static lib I had to rewrite a few unix functions though :/

I might not understand it fully but what I get is that the md5 I am using creates 16 hex values.. my little for loop there converts those hex values to pairs of ascii characters and writes them into a var

*shrug*

thats enough coding for tonight, yawn.

thanks for your help, twkm, and others

oh wow, it works

hi

um
this code has a lot of “naked” functions

purchase clothing.

gcc doen’t like naked functions

must’ve been outsourced

perhaps they were on the aletsch glacier too.

Copyright 2005 Nullsoft, Inc.

what do you envision is a naked function?

whee
http://rafb.net/p/GD0UNm82.html
my version

__declspec ( naked ) void _asm_simpleValue(void)

ahh, msvc-ism.
not too surprising that some other compile host doesn’t grok it.

is my version terrible?

I’m attempting to port from msvc to gcc

then work out what it means to msvc and find something similar in gcc.

or code around it

or recode the whole thing and make it portable

the better way would be to use ifdefs and make it work for both

its basically a section of asm code, with none of the normal function code, but mixed in with normal c code

find a way to make it work for both _without_ ifdefs :p

sounds horrible.

the program grabs the functions, modifies them, and runs it

probably that’s why they call it nullsoft

ahh — it is horrible.

its a compiler

how is that significant?

not completly sure what it compiles

you have source you whose purpose is unknown?

so why do you want to port it?

twkm, scandir () function, have the last parameter alphasort, does it work with _XOPEN_SOURCE, or only with _BSD_SOURCE ?

I just haven’t check what this part does
Expression evaluation library

what does your scandir documentation say?

` operators are limited to :
+ – / * % & |
` functions are limited to :
sin, cos, tan,
asin, acos, atan,

twkm, None of these functions is in POSIX.1-2001, but alphasort() and scan-
dir() are under consideration for a future revision to POSIX.1.

there you go, not posix thus not x/open either.

then it’s not portable?

duh.

prehaps I should replace it with something interperted, instead of something compiled

did you make fun of my rafb’d code yet?

no.

you should, although I missed an ‘unsigned’
pedantic picked it up

thrilling.

lol

zid, why don’t you try doing the hex conversion yourself and not using sprintf.

sure thing boss

sum[i]&0xff

an unsigned char gets promoted to int when being passed via varargs?

anything narrower (technicaly with lesser rank) than int is promoted to int.

okay
can I do arithmetic on it without it being promoted?

arithmetic seems pointless, but sure the result of the expression is promoted, not the object itself.

but just make sure I’m setting a char with the result and i’m fine?

depends what you do. perhaps it’ll be fine.

I’ll show you when i’m done
oops, I keep making my speaker bleep, think i’ve got a BEL in there somewhere :P
it very nearly works _
I’ve written this in asm a handful of times in very elegent ways, can I get the C version to work? can I fuck

can’t answer the second question i’m afraid

it really shouldn’t be that hard. :-)

aha, off by one :P
http://rafb.net/p/m7STWs84.html

at least it is horrible.

thank you

“0123456789ABCDEF”[sum[i] & 0×4]

heh

heh, that’s quicker, uses more mem
but fuck is that sexy

so you think.

can I get away with mine using less memory as a reason to not do that?

oops, 0×4 is wrong of course. :-)

only if you prove that as being the case.

that one is probably smaller overall if you account for the extra instructions mine uses :/
I bet x86 has an opcode somewhere to do it automatically
it has bcd

Still here?

hi need a little help….when i call system(SIGCHLD,handler) how do i send the pid of child to handler ?

you don’t.

i need to print it that this process has ended…

a signal can come from anywhere

Would it be apt to say that pointers in C follow the linked-list datastructure?

wait
no.

i need to do it for background processes.. how do i print their pid on completion if i don’t send it to handler

though it is true of many implementations of malloc.
”man wait”!

Would they come within any linear datastructure category?

twkm, i can’t use wait because i need to display shell prompt after that

you know that a child has died — why can’t you call wait?
(at least one child, perhaps more)

twkm, child may die after a long time.. how can i go on waiting?

i wouldn’t try stuffing them into any particular one. an implementation / platform might use almost anything.
sigh.
you receive a signal that a child has died. why is calling wait to retrieve the child’s exit status worrying to you?

twkm, you are confusing me !

get a good book.

Just talking about the nature of a ‘pointer’, not its specific use.

okay, let me put it another way … “i wouldn’t try stuffing them into any particular category”.

twkm, can’t i do it using signal system call

no? why not?

twkm,like for background processes..if in parent i do signal(SIGCHLD,handler) what exactly will happen

nothing special.
when a child dies handler will (eventually) be called.
and unless you like having zombies you will have to use one of the wait functions, either in handler or somewhere else.

ok i use wait in handler…but i also want to print the pid of child who has died on screen…where should i put that print statement

if you don’t want to call printf … don’t call it.

twkm, i want to call printf to print the pid of child..where should i put it

somewhere else. e.g., put the value into a queue.

twkm, but when do i do that…

gee, i wish i could …

is fwrite guaranteed to save a struct in a way such that anybody can fread it correctly?
i.e., is that somewhat implementation dependant?

no.

it’s implementation dependant, then?

right.

ok, any hint then for writing binary data in a “portable” way?

Yes. Don’t.

guess the only way is to write() directly

Define a serialization format and use it…

write helps not at all.

libpack will be nice

(at least, no more so than fwrite)
some year.

Don’t try to throw raw structs around the place
That’s the main thing libpack is for

if you can stand perl-pack-notation.

http://www.leonerd.org.uk/code/libpack/
Umm.. It’s not perl. It’s loosely-inspired-by-perl
It’s own format though

still single character, appears to be a cat walking on the keyboard?

hmm, thanks… gusing what overhead produces libpack in terms of extra bytes written…

I didn’t want to make anything too verbose-looking
It doesn’t
It packs exactly what you asked for. It’s the mechanism by which you can implement your own serialisation scheme

“extra”. is bandwidth that dear?

It’s not like ASN.1 or Sun RPC or XMLRPC… It doesn’t define its own way of doing things.

It isn’t exactly trivial and unimportant, you know.

It simply provides the lowlevel primatives for you to implement the scheme of your chosing

which?

just trying to store a can-be-huge sparse matrix…

Would you suggest a longer notation format then..? “please-pack-an-int-into-a-32-bit-big-endian-unsigned-field”.. or something like that..?

In which case, my advice is revised to 1) Define a serialization format 2) Implement it with LibPack
printf(“I have %integer %string.\n”, 2, “cows”);

what’s your point?

*blink* Umm… %integer… might look amusing when printed

ok, thanks, will try your library

Bear in mind I’ve built it from no particular spec, no particular request, other than things I needed at the time. Likely there’s things you might want that it doesn’t do – feel free to ask about them

i’m looking for a code exploartion tool

Comments off

i got DB function failed with error number 1030 error massages sometimes at my backendat modulesi did a sql repair

or would i have to have group _all_ the amplifiers in the amplifiers section?

product AAXXX so the end of your catalogue is the item all the rest is section and menu module to display categorie
and navigate in it

hmm.. is that hard to set up?

at the first time perhaps but think before the contment architecture and then when you create some items you link it on the right way after that you create navigation

okay
i’ve just created a category ‘Amplifier’, ‘Speakers’ and so on
and its sweet.
just put in some products
and its wokring fine
thanks for advice Hardkiffeur

you welcome

um..
I added some products to each section
So now.. when i click ‘Products’
then, for example, ‘Speakers’..
it loads like a search frame..
with all the speakers listed.
[well the first 10 for now]
is there a way for -just- a list of all the speakers to appear?
i.e. no search feature here..

you have a table view ?

um..
how do i tell?

when you create the catégories speaker, if you cfg blog type contnent you could have a same page with all your AAXXXspeaker on it with the introduction texte of item and then select one item to have the fully contnent

so would blog hosting be the best template?

i think to custom the AAXXX presentation

oh.
is that a mission?

lol

[that was a real question ^_^

you could make all you want so the first mission made your site like you want

well.. i’m not _really_ complaining about the current layout with the search feature since there will be MANY products (100) in each section.. but, having a cleaner, less cluttered products list would be nicer..

is it for sell product ?
a shop site ? if it’s you could check at the virtuemart plugin

no.
just gotta have like catalogue..
no online ordering

even you could make a tour a the site you could make a simple catalogue

hi all
i want to add some code to a module that i created in joomla, but when i view the module the code is being shown
can anyone help me?

im new to joomla guys, i have installed the virtuamart module, and now how can i give permisssion to a manager to manage the catalog of virtuamart ?

anyone here know how to do pagination?

under items ?

under a list

is everyone idling?

My engine is off, too much blood in the caffeine stream.

if it’s under a list of items on a categorie you have the cfg pagination Display Hide Auto on parent categorie

im creating my own component, and i want to display a list of 5 records from the table at a time

wanderingii, I would think you would have to track that within your component and determine which records to pull based on that. It isn’t difficult to code.

what does this do $pageNav = new mosPageNav( $total, $limitstart, $limit );

Not sure, I haven’t started to delve into custom components yet.

ok think i might have got this, but how do you have the links at the bottom which move you to the next five records/

You would create them on the fly, e.g. echo ‘a href=”blah.php?’ . $nextrecordnum . ‘”Next 5/a’; or something like that

Hey all
I’ve got 1.5beta2 and using mod_mainmenu_ml and I dont know how to show langs in frontend for choosing?
any hint woud be great
I wrote strange sentance I’d like frontend language chooser (links or flags dosent matter)

hello
i have just installed joomla web host 1.5 .. what is the page to admin?

the same like in 1.0.x

which was?

this? /administrator/index.php?

fisrt time
yes thank you wanderingii

morning everyone

np

morning

Has anyone heard when 1.5 is ‘ready for primetime?’

it´s done when it´s done…

Exactly, and no forecast in sight…. have clients on hold, that are of course ‘wondering while they wait’ if this is the best choice, so every week or so I do the ‘resell’ on the 1.5
I installed it on one machine, to let those that need to login and see the new back end, that’s stalling them pretty good except they tell me that everything seems to work fine so let’s do it grin

i’m trying to add multilanguage support to my joomla 1 site
i want the user to be able to switch between english and swedish content
is this easy to achieve?

It has been planned a relase date of Joomla 1.5?

laters, going now.

how can i get the exact position from google maps?

http://www.joomfish.net/

hi
i’m experiencing some problems
joomla tells me “Could not connect to the database server”
what do i need to do in order to connect to my database?
is it someone in there?

HombreMagique, Take a look in configuration.php in root directory.
adjust settings with write ones

pouderstream,looked yet, everything set correctly

uf it end with me than sorry. I’m new to whole thing :/

thanks a lot

np

anyone here use flexadvert/

hi ive a question
i am checking out guestbook entries in my guestbook component
however, when i turn to the other pages, it just comes back with the component settings
and if i choose to display 50 entries to display the same thing happens
please help

Hi all. I need to know, in which file the meta information is stored in 1.5

overll site meta information?

things like meta name=”description”, meta name=”generator”, meta name=”keywords” and so on

try configuration.php

something is wrong with my pagnavigation.php
it doesnt load the next page
please help

try replacing it

guys in the admin com_content, anyone knows where the file execute the UPDATE query of an article ?

hi all
can anyone tell me how to position my ’search module’ in joomla? do i adjust the css?

its probably in com_content’s content.class.php file which probably in itself extends mosDBTable

site modules

in the list there will be a search
click on it and then it will give you a ‘position’ drop down, select a position that is available on your template

geeksish – position only lets me adjust the ‘button’ position not the search box itself
gives ‘top/botom/left/right’ .. which moves the button around the box.

mmm i think i’m a bit tired to properly make sense of this

lol.. no worries

tried on the left hand side of the module options?
there is a large position drop down thing with like 20 options

hey, important question
we just put our new page live
and in the hurry we put up a redirect from “/” to “/devel”
instead of changing the apache default root dir for that domain
now i wonder if it doesnt create problems if you change that in apache with all the addons installed

some will (like docman) but a lot will use the global mosConfig_absolute_path

anyone read the new “Learning Joomla! Extension Development” book ?

Sprinter, don’t change the apache root
move the joomla install instead
all you have to do is change the configuration.php

ahh. so what i need to do is adjust the placement for ‘user4′

thanks danZenie
will do that

sounds about right

lol, so how to i change it ? :P
i see no position editor and i cant click the freakin thing

click on the box and pick another place? wack ?tp=1 on the end of your index.php and it’ll show you the template positions
you should be able to click on it, it should be a drop down
what release of joomla?

oh, i can drop down.. but i actually want to re-code the position value for user4

0am mental capacity

1.0.12 Release Information

define recode?

i want position ‘user4′ to be 4 px. lower than it is

ahh
you’re going to have to look at your template file you’re beyond me, i completely missed what you were after
you can set a css param in this area
might want to try that so you can see what element you need to style
to make css easier

yes, i like that geekish.. into my css

so you managed to get it to work?

anyone know any components for adverts for micro buttons on the right hand side of your website?

custom.css is god!! :P

i’ll take that as a yes and go to bed :p

thanks dood!
anyone recommend a real bleeding edge kind of template for joomla?

guys how can i activate debug mode in joomla web hosting ?

via
global config

anyone got any ideas for a logo for a company called Roaming Internet?

thanks d3vlabs , and the _ISO var do you know ?

charset=iso-8859-1?
roaming internet – when direct is not an optionm
logo = RI with planet Earth on the bg

i wonder why this page isnt loading center like i told it to

DrDigital, is there an email list to be notified when Joomla 1.5 is out?
Ack, I have to go, laters.

whys guycook always ask me about that stuff?
!g joomla 1.5 sitemap

http://www.compassdesigns.net/component/option,com_rd_sitemap/Itemid,47/

how can i increase the file size limit of uploaded files?

edit the php.ini

thanks

!g Legacy System Joomla

http://forum.joomla.org/index.php?topic=177795.msg850656

the pdf generator doesn’t support pictures
bummer
they say it’s gonna support them in 1.
5
how much longer should we wait until 1.5

!g google map joomla extension

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,377/Itemid,35/

yahooo

hello
I would like to invite the joomla team to join an event we organise in october
Does anybody know who the contact window is for that ?

try the website

where is this event?

il come

Netherlands

for free beer

It is in eindhoven beer is cheap here

too far

whatts the event abuot?

it is technical dutch opensource event

man
i cant get the configuration to load for google maps
anyone here use google maps?

yeah
they suck
mapquest is better

Newbie i need to reduce the high of my mai menu but i do not know where to look for if in template+html of template+ css, and what should i change there??

im talking about the google maps api for joomla

what’s the point of including maps in a website?

i want to show all the hot spots a good hosting company with affordable prices has in a state
for a client i am going to start working for
a realtor may want to show all the houses he has on the market
or a property management company may want to show all property they manage

oh
someone is doing that already
google for real estate ajax
or something like that

yeah www.realtylens.com has the googlemaps api component
installed
only he uses 1.0.12
and i am trying to make it work in 1.5
beta 2
the configuration part isnt loading however
so i was hoping someone else here because alex (owner of realtylens.com) isnt answering either cell phone
i wanted to see what data is in his configuration make mine match other then the key

NN all

Hi there! Does anyone knows where can I find a really good module of a newsletter for joomla?

Hello all
i got “DB function failed with error number 1030″ error massages sometimes at my backend,at modules…..i did a sql repair but it didnt solved….anyone can help?
???
anyone?

i’m using joomla web hosting 1.5 beta 2 and i want to be able to use form/php inside articles how-to ?

guys where can i define the _ISO var ?

no one reply here
do you know how to include php code into Articles !

not really
started today
dont know how things works yet

hi

bye

hi

dude get a new isp

anyone using community builder in here?

yea
what do you need

i made a custom field for birthdate
i used the field type of “date”
a little calendar pops up. i just tried it in IE and i see what they were intending. (it looks stylized in IE). in firefox, it looks like crap.
it still drags around in firefox, but it only has gray color to it
seen that before?

sorry, did you say anything?

i made a custom field for birthdate
i used the field type of “date”

ok

a little calendar pops up. i just tried it in IE and i see what they were intending. (it looks stylized in IE). in firefox, it looks like crap.
it still drags around in firefox, but it only has gray color to it

i don’t think i ever noticed that
which ie version

i see that most of the calendar “engine” is in joomla/components/com_comprofiler/js/calendar.js
IE7. it looks fine in IE. it looks like crap in firefox. (strangely..)
firefox 2
ok. i’m trying the firefox error console now

sorry.

which ie version

IE7
this is weird
initLightbox is not defined. (that could cause it, right?)

no errors?

but if lightbox was not loaded, how would it even have the DHTML effect?

….i honestly have no clue.
it wasn’t defined

HRM!!!

meaning the varible type wasn’t set

you know, the effect works when i use this thing that screws with firefox. i can turn off CSS with the tool, and turn it back on

it wouldn’t do much, just spits out an error

and initLightBox is in the body onLoad….
i think i am seeing the problem. hehehe

talking to me?
lol

probably a javascript that defines initLightBox that is not available the instant the page tries to load, only milliseconds afterward.
“body onload=”initLightbox();” id=”pagebg”"
hrm. i wonder where initLightBox is defined.

a script will wait before running
i’m sorry, i’m not too good with javascript

what does the new post mean about license?

are you sure? firefox just plain out says, “initLightbox not found” in the error console

will joomla become commercial?

never. lol

Lightbox may or may not have anything to do with the calendar. hehehe

DavidHKMrPowers, the whole thing i think was about the new licesne not allowing commercail use
but, it does allow commercial use.
linagee, it might.

ack. no dice
that wasn’t it

turning off css?
you might want to post the bug somewhere on the cb site.
might want to check the joomlacode project page to see if it’s already there
sorry, i understand what you are saying, but i don’t have a clue of how to fix the issue with styleing
usorry, i understand what you are saying, but i don’t have a clue of how to fix the issue with styleing/u
i’m also trying to commit some svn changes to my project

Ashfire908 oh, i see!
why?
why will joomla not allow commercial use?
what license allows personal use but not commercial use?
what’s the difference between bsd and gnu license?

morge

ack. i hate the fact that there’s no way to edit joomlaboard.
(they had encrypted php services code)
ARGHHHH.
this is driving me insane.
i bought this componen
component but there’s very little/no documentation on it
elearningforce
i guess all i can do is go to the forum and read every single post. there’s no install PDF or doc

how to encrypt php? linagee

that’s a statement, not a question

heh
how do they encrypt it?

*shrug*
no idea

what did you mean by encrypt?
i really want to find a way to encrypt/protect code

what is the question linagee?

i’m not entirely sure
don’t
you’ll just end up creating headaches for someone in the future

i am hthinking to obfuscate code

you had a question about elearninforce?

yes
i have the Subscription Deluxe component
i need to somehow make it and community builder, and virtuemart all play together.
and it seems a vital component for it, JACLplus, is no longer available. /me puts hands over head
(JACLplus seemed to allow alternate groups in joomla)
for virtuemart, i just need it to do it’s paypal thing and not interfere with the IPN already set up for virtuemart. (I think there’s nothing required there, i could be wrong)
and for community builder. ack.
can you just randomly add user groups to the joomla database somewhere? will it fsck things up?

You can do whatever you want, but you will probably f*ck things up. I think there are a few other tools for ACL management,etc.

i don’t mess with databases that aren’t mine

Subscription Deluxe is like, “we will change the user’s group ID to whatever number you specify”
but there’s no way in joomla to add new group IDs… hah
gid = 18 = Regular user or something like that. hrm. i don’t see a table where those are defined.

jos_groups

yes i see that. but only three groups… hrm
weird
18, registered. 19, author. 20, editor
HRM
why don’t i just look at what table it’s getting these from in the code. muahaha.
aha. interesting. jos_core_acl_aro_groups
maybe i can find some documentation on this table. (wtf are lft and rgt? hah)
lft seems to be some sort of sort order…?
RGT = ?
that’s kind of odd. rgt is like a reverse sort. almost.
oh whoa…..
ok, that’s really messed up. hah. i see how the lft and rgt are.
jos_core_acl_aro_groups
ack. so if i add just one group in here, i have to update every single row’s lft and rgt.
aha!
the only include file that touches jos_core_acl_aro_groups tells how to update it. NICE. :-)
or wait, no. there’s a few files that mess with that table. :-/
that’s wierd. community builder does, com_users (joomla), virtuemart, subscriptions PRO, hah
lots of things have their hand in that table. :-/
NICE. i think i have it working. a little. lol

Comments off

In C does the function declaration void foo specify a function that takes no arguments or whose arguments are

pixbuf?

no arguments

Gdk

Comments off

so if i want a function of mine to automatically create loads of menu entries is the correct way to do it to look

no, havent

btw. what difference do you see between the first two models on that page i just linked? it baffles me , there is more than a thousand bucks difference.

seems the first is 512/80GB
and the second is 1GB/160

the first has 512 as a gift, read last red line
80GB of plus disks costs a thousand bucks — that’d be a surprise.

see this http://drupal.org/node/161601

1 IRC mention

the widget worked

and finally, roaming this site http://www.dynamism.com/y7/pricing.shtml
how can this exist??
3.3pound AND 14.1″ ? What?

solid state disk?
lighter
not platters?
not sure

that’s no SSD laptop

odd

and mind you , those that ship with an SSD disk has a staggering price
this site sells the Japanese version of the R500 and the SSD price caught me by surprise
it seems laptop manufacturers are pricing SSD a hefty premium despite http://www.newegg.com/Product/Product.aspx?Item=N82E16820147021 is not too expensive
OK, it’s 519 dollars… yes…
SSD might not be an option still

all new tech demands a premium
you pay for the novelty factor

but I might switch to this Panasonic. 2200 dollars for 14″ screen and still insane light.

14″ i can live with
12″ ? I am not that young
http://drupal.org/node/161601

2 IRC mentions

the widget showed up on using HTML

you want me to promote? i already stand on the edit screen of that.

go ahead if you think it is ok
like RTBC, it is not something you do yourself
$519 for 32GB

promoted
yea’
a bit hefty .

thanks

so you raised enough for a new baby?
let’s do the same for dries

i like the colors of the widget, they match both my site and drupal.org
emspace, want to be the first
i painted myself in a corner

how so?

i created this, and cant pay from my paypal account

I will, but I need more funds in my credit card. the hosting fees come out of it.

1685USD has been raised.

coz it is my paypal account
cant pay myself

hah

i made it a separate email
so i can track the funds
separtely from 2bits …etc.
but then after i started i found out that i cant pay myself
i will see if i can pay a friend in cash and ask him to pay from his credit card
puregin, want to be the first?

hmm, no views_crud.inc

woot! chipin

ping

hunmonk, pongo

hmm

sorry my gf called and i wandered away

googling for drupal consultants is not that easy it seems :
:/

http://drupal.org/node/161605 — working beautifully. please commit unless you find any outstanding problems

Nice Menus, Code, normal, patch (code needs review), 1 IRC mention

seraph, they are in high demand

yeah
not easy to google for them
lots of forum messages etc.

you are checking local group at g.d.o? posting a job in the jobs group?

yeah just about to
the malaysia group is tiny though :P
we’re not opposed to foreign studios though
oh
there’s a paid-services page
but this is mostly independent devs
hmmm

Show Dries we care. Donate here for Dries’ new baby http://drupal.org/node/161601

3 IRC mentions

any of you lovely people have a link/info on how to theme a gmap generated from views? I’ve looked *everywhere*
and asked in dojo, support, etc

chx
dont see the node here http://drupal.org/ for some reason

someone demoted
wtf?

whiskey tango foxtrot

who have demoted this??
why?
ping

dont know
i forgot to copy him on the email

this is crazy, http://pricejapan.com has this Y7 laptop for 1721 USD.
What, Dries approved?
then who the f* dares to demote?

i did not copy sepeck i mean

i am about to collapse back but here is what you should do

so he (or someone) does not know dries approved it

promote AND write webmasters@drupal.org that Dries has approved it

ok, will do

/msg add1sun you there?

I wouldn’t put it on the homepage

I would

and I would too

Well we have tended to keep Drupal.org focused on drupal web host news
note, I did post wedding photos on the home page

I think the community is an important part of drupal, it’s appropriate for the homepage IMO

well it makes it hard

here is my very strange view on all this: Drupal is Dries’ and I am happy to help and glad to be able to exploit his code.

to keep a consistent policy

henceforth, anything concerning Dries directly is fp material

amazon, I understand, glad it isn’t my decision
haha
if an exception were to be made it would make sense for it to apply to Dries

Ok, I’ve said my piece about Drupal.org policy

It is premature to celebrate a baby before it’s born.
I’d wait fping it until it took its first breath

that sounds reasonable…
but spreading the chipin, that makes sense even for now?

Not to me

well. if you want to , demote but then write Khalid while

that makes good sense, also it will allow some of us to donate. by the time to hits fp it will have a good start

do as you want, it’s not my idea :/

I’ve mailed Khalid.

seen clouseau

clouseau was last seen in #drupal 3 weeks 3 days ago saying ‘freebsding?’.

ping

hey!
i’m trying to create a module that creates a dynamic primary link… where would I best find documentation on that?
(or even an example of that in action)

hook_menu?

http://api.drupal.org/api/5/function/hook_menu

start there

wicked.
thanks!

hello, is there a way to clear all the drupal cache ?
or to know where the teasers are cached

api?

visit api.drupal.org to find information of all drupal functions

anyone here can edit d.o posts? last promoted to home page post has a typo in it
and need editing

What is the typo?

ok
which is more special is many ways.
should be ‘in’

Thanks

hey
i’m trying to design a module where users can store and access contact information
(ldapish… something almost exchangeish)
does anyone have an idea of something that may already exist?

how can i include jquery in my greacemonkey script? i would like to avoid copy/pasting

seen drumm*

thanks. I didn’t realize I had selected 7.x’.
drummerboy was last seen in #drupal-support 10 weeks 1 day ago saying ‘all the users should be able to create pages, storys, &, and i have some nodes which are grouped in the menu, which should not be editable for everyone but only for some users’.
sure.. let me know if anything is going on then. My schedule is flexible except Saturday morning’.

oracle driver is now in “document update” phase, may someone help about its review? http://drupal.org/node/39260

Drupal, database system, critical, patch (code needs review), 17 IRC mentions

published, promoted, sticky, user, etc ?
or do i have to go and get all the defaults myself ?
i dont want to use node/add because i want to import content

do separate
fscking enter
do separate node body & comments on drupal web hosting 6.x. this current way of things sucks

hello all
any ideas where to set the date format for the calendar ?
I’ve set the date and time format in general, but it doesn’t care about it

is there a logging func for logging drupal errors?

please don’t post the same question in both support and dev

sry

has there been a change back lately to add the version tag back into the .info files for contrib modules?
seen dww

dww was last seen in #drupal 1 week 4 days ago saying ‘gotta run, later folks.’.

w000000t!
Another company has been legally forced to obey the GPL
IIRC he wanted to remove it.

I thought as much. one of my co maintainers added it back in.

seen bdragon

Bdragon was last seen in #drupal 6 days 8 hours ago saying ‘http://drupal.org/node/159686 — He’s civil in this one at least…’.

Oh well, I will need to remove them

killes, who got forced into what?

Skype got forced to distribute some soure code with a phone they distribute.

hi

they’ll probably appeal the verdict, though.

a question about the table ‘menu’:
the ‘mid’ column represents the id of the menu entry. it is NOT auto-increment. so wherefrom does drupal know the next value to assign?

look at the sequences table

ok cool thx killes
so if i want a function of mine to automatically create loads of menu entries, is the correct way to do it to look up menu_mid in that sequences table, do the inserts into the menu table and update the menu_mid in the sequences table, or is there a more correct way of doing it?

use http://api.drupal.org/api/5/function/db_next_id

ok thx wmostrey.
so i’d use db_next_id to get the next id, but does that function also automatically modify it in the database?
(it uses SELECT nextval, and i don’t think a select would modify anything, would it?)
so what do i use to update the value in the db?

db_next_id will increment the value in the sequences table

oh ok
so much for my poor sql knowledge then
thx killes

in order to add menu items programmatially, I would look at drupal_execute and ue the menu creation form with it.

ok thx killes

Comments off

fstream fs-tmp-file — I can then fsread fsreadsome etc but if I fstreamfs-tmp-filestdiodbinary my reads show

x

it doesn’t work

then you can’t

i thought it would work, but it doesn’t

and how would it work with deeper nested blocks?

perhaps

Comments off

in the fstab for configuring file systems and mount points- i have all of the drives and mount points set up

Package:eb; It seems like I need deb support in perl? Anyone know what package?

I installed flash-plugin from the Adobe i386 yum repo and nspluginwrapper

http://fedoraproject.org/wiki/PackageMaintainers/Join

The alien Wx widgets? the rpm installs fine for me.

Uhm, no. alien, the package converter

Crap…..Should I install 64 Fedora?

Maybe.

any more ideas? I hate it when a perfectly working setup stops working after an upgrade

nirik, that is to hard for me

I find it interesting that alien installs RPMs on Debian-based systems and installs DEBs on Red Hat-based systems.

no worries. I will try and find time to package that… or find someone who will…

well it’s whatever you want to use. If you want to use 32-bit fedora linux (nothing much takes advantage of Athlon64s to be honest), keep using it.

multimedia apps make good use of amd64

Folding at home takes advantage of it. The SMB client scores a considerable number of points than two 32 bit clients.

ahh, I see your point.
do you *use* folding@home?

nirik, no need to any more, ill just compile the source

But I’ll probably not do another install since I would feel bad for wasting a crap load more Fedora-mirror bandwidth

what with all the extra registers and long ints

ok, but I wouldn’t mind having that available, just short on time.

use it? I run it as a service.

sorry, what?

ahh. okay.

I guess I didn’t understand your question. Folding@home is a client app, that the user really doesn’t “use”. You just donate spare cpu cycles.

Rathann, did you install japanese language support?

just saying that I will probibly package that up, but I haven’t had time to do so… so yes, you should just compile from source for now…

when i hold the source, i can remove it later on?

Rathann, I mean, some scim package may be missing?

hm
like which one? I have scim, scim-libs, scim-anthy and anthy

Rathann, “yum list installed scim\*” outputs these on my box: scim, scim-anthy, scim-bridge, scim-bridge-gtk, scim-libs, scim-m17n

hm
I don’t have some of those

What is fedora 7.9
is F8 almost ready?

7.9 = current development tree

a gtk tutorial to start with ?… i know c

7.9 seems like a pretty advanced number. I would expect 7.1 about now. Doesn’t 7.9 mean every major feature of 8 is implemented and they’re just refining?

f8 test 1 is due out tomorrow hopefully.

Dang it, I just installed F7 today.

no, they start the tests numbering like that…

perlmonkey3, test1 isn’t worth installing

test1 is the first very alpha test.

Right, I understand. But that means that F8 will be here in a few months.

Hello – can anyone point me to a non-yum-centric kernel rebuild how-to?

What’s the point of installing an OS that will be outdated in 12 weeks.

http://fedoraproject.org/wiki/Releases/Schedule
fedora is on a 6 month cycle. Releases are about every 6 months.

I installed the missing packages and restarted scim, still no good

I can’t believe I just installed F7, updated it, customized it; and now I’m downloading F7-64. I feel like a retard.

why? whats the problem?

perlmonkey3, I was doing the same, but I decided to wait until F8 and then go 64-bit

Yeah, I’ll just do that. It was a 600 meg download of updates, that I’d have to repeat. And all I would gain is faster Folding@home and less CPU usage on video/audio :p

daMaestro; i’m sort-of confused here. it says the respin has updates but doesn’t really say what they are… http://fedoraunity.org/news-archives/fedora-core-6-re-spin-20070401-released where do i look?

Comments off

Hey Frozty if I had multiple virtual domains on my apache server and I wanted to know which ones were invalid

f_newton, it maps windows syscalls to librarys in linux that do the same

dang, a little wimsy does go a long ways in this business — esp. when it gets these guys’ dander up for _daring_ to _criticize_ the Lord High Poobah, Vmware … well excuuuuuuse me ;P

so its like that french dude what went with us where ever we went in Paris and translated every word we said

f_newton, yeah pretty close to that
f_newton, to simplify an explanation

no wonder its so slow and sloppy

f_newton, you install nero burning rom on wine …

does anyone know when the new eclipse will be available for F7 – I want to use the latest CDT

f_newton, what burns in the background are the native linux things though

I dont use wine…. Im a whiskey or beer dude

f_newton, )

the only reason I had wine years ago is no longer a valid reason

f_newton, wine is beeing ported to windows
f_newton, not joking

oh lord
I thing we need to port a few good apps from the windows format to linux but wine to windows… what for?
uh think

f_newton, debugging is the primary reason currently.
f_newton, there are other use cases though

wine to windows?? huh

I could imagine me before moving from windows to ubuntu, installing wine on windows and testing which programs would work on it

CaneToad, yup.

yeah that got me too CaneToad

which turkeys are doing that?

CaneToad, #winehackers

thats kind of like making sneaker overshoes for your loafers

well dx10 support is also beeing worked on in wine

does anyone know when the new eclipse host will be available for F7 – I want to use the latest CDT

well once I get my new mini pci e card I will be a happy camper
wine or no wine

xen doesn’t help you when the rest of the team uses vmware for their development environment

I used to work in Canberra, Australia at the ANU, the same place where Andrew Tridgell who wrote Samba worked. I worked in an open plan fishbowl area there and one day this guy walked in and I almost threw him out because I thought he was a student in a staff area. It was Linus T. That was the same year he was bitten by a penguin at the zoo in Canberra.

where you live now?

Brisbane

Ah, I moved to Townsville about 3 months ago :P
Used to live in Mel, then went to Syd for a few weeks for work, then quit & moved
now in TSV, working @ Telstra, hehe

Tridge was a pretty amazing guy. Some businessman contacted him and gave him $10,000 for about 1 hours work getting some device going on a system that would get him a big sale.

Epping, I know that place

cool
My father worked at CSIRO radio physics in 1975-76

I just moved from Canberra to Melbourne. I worked with Tridge on Canberra LUG
I’m one of the organisers for Linux.conf.au

Tridge also put together an operating system for Fujitsu 128-sparc massively parallel box that was better than Fujitsu’s OS.

we ended up putting a gag order on him for the PSIG meetings, otherwise he’d spoil the talks by asking “why didn’t you do xxxx”
we ended up putting a gag order on him for the PSIG meetings, otherwise he’d spoil the talks by asking “why didn’t you do xxxx”
he’s the only guys I know who can glance at someone else’s code, take it in and understand it without asking any questions
s/guys/guy/

my brother in law is like that
ex brother in law
correction
lol

I used to do a lot of C hacking but been hiding in the Java J2EE world for about 10 years now.

i need help

c standard is the root of all evil so to speak
because its one up on b

my second sata drive is not detected in fc7
what is the problem?

looked at dmesg output?

well from what you said id say that your second sata drive isnt detected

they should have stopped at ratfor!

in bios it is detected

unlike potfor, which is still in use

but i dmesg its not
i tried dmesg command
in bios it is detected
what is the solution?

how do you know that it isn’t detected?

sda is but sdb is not?

in dmesg no second sata hdd is not there
i have one ata and 2 sata disk

ah dang, i didnt know there was linuxconf’s in Melb, would have went last yr :/

one ata and one sata is detected

fdisk -l ?

but not the second sata

hmmm sounds like software raid to me
promise raid?

by typeing fdisk -l
only two disk is detected
one ata and one sata

I have an external hard drive, it mounted it…but the icon is on the desktop twice.
How can I make it be on there ujst once?

Rishi_imp, yeah, you probably have fakeraid enabled in your bios. disable it to use the drives individually.

Ive seen that problem before tofaffy

me too

Do you know how to fix it?

when I rebooted the machine it went away … no explanation

no raid is enabled

Well…it isn’t really going away

can you use the menu to unmount it?

i am using intel 945gnt board

or it gives you an error when you try?

have you tried alt/ cntl/ backspace?

there is no raid option

like right click un mount? if I do that, it unmounts it…leaves one icon, and I click on it and it says it isn’t mounted

yup I’ve seen the same behaviour
it went away the next time I booted
must be some bug

lol yes tofaffy thats what happens

Rishi_imp, smoltSendProfile -a

what?
smoltsendprofile -a
?

Rishi_imp, run it, with the same case, and paste the url. then we can see your hardware.

http://smolt.fedoraproject.org/show?UUID=bf276217-cda1-44e9-91ac-8cd99f1895e4
zcat , what is my solution

hello
why does “xfd -fn ‘-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1′” not work ?
(with my up to date fedora 7)

“doesnt not work” is not an helpful description, you know that ? -_-

does anyone know when the new eclipse will be available for F7 – I want to use the latest CDT

the xfd window appears and immediately disappears, and xfd fails with “X Error of failed request: BadName (named color or font does not exist)”

my second sata not detected
why?

Rishi_imp, because you need to reverse the polarity of /dev/null

how?

Rishi_imp, thought maybe you had more than one sata controller. but nope. check bugzilla.redhat.com

is anyone able to run “xfd -fn ‘-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1′” without an immediate crash of xfd ? (on an up to date f7)

works for me

urk
thanks

Gahh at the slow updates

anybody here to solve my problem

have you checked the bugzilla, as suggested ?

moan – no driver for my notebook’s built-in webcam… http://hardware4linux.info/server/component/10711/
no driver for the built-in tv tuner either

yea
but nothing found

rishi, if you’re looking at your dmesg output
if you search for “pdc” do you find anything?

ok
i will check

is there something about your second sata drive that would prevent it from being detected, .e.g., are you sure it is getting power and all that happy hardware horsesh*t?

yea i am working it with vista
in bios it is also detected

hmm

can you paste your whole dmesg output into pastebin.com and post the resulting url here?

pdc not found
ok
sure
ok
here is the link for dmesg
http://pastebin.com/m26418898

looking
I can see two lines for ata3 and ata4, both sata

port disabled. ignoring.
hmm, sorry, that’s pata

how can i used ata4 then
i am having problem with ata4
its 200gb sata hdd
how can i mount ata4 disk

so it should be appearing as /dev/sdb?

no

k, /dev/sdc?

sdb is my first sata disk
not second one

k

there is no sdc also

yeah looks to me like something isn’t working with that disk
I mean in the kernel

what is the solution

what happens when you try to fdisk -l /dev/sdc ?
just for the heck of it?

you could try some things….

ok let me check it

if you internally connect the other drive where the one that is working is, does the kernel see it?
probably best to boot from CD if you’re testing such
Good idea to write a report and cite your whole dmesg in it at bugzilla.redhat.com
I need to crash out in bed
cu4now

yes
no sdc
tell me somthing
how can i rectified this?

it’s a weird problem

hahaha
but i need my second sata

how old is the computer, Rishi_imp ?

its not too old
i am using 945gnt intel motherboard
945 chipset

I just saw that ICH6, wondered how well that particular incarnation of Intel’s stuff had been tested
….with Linux, I mean

ich6 i think works, ich 7 doesnt

do secondary repos like livna and freshrpms still not mix?

they still dont

whats the major malfunction as far as packaging?

packages conflict.

what if the rpm has few depandancies?

mikerose357, I got into a big bitching match at fedorumforum about that.

it seems like they should come to an agreement as far as packaging

i use yum-priorities to give livna a higher priority than freshrpms so freshrpms is only used for the few things I install from there that aren’t in livna

hmmmm I normally use smart so I don’t know that that helps me

bitchkat, just hope that freshrpms doesn’t obsolete any packages in your priority repos (like atrpms and dries currently do) before the plugin gets updated with the patch that fixes that problem.

F7_T60_wireless_, i wouldnt recommend to irc as root
F7_T60_wireless_,

zcat, i haven’t had a problem yet — which may be just luck and I do thank you for pointing out that issue

I would think it would be safe if you watch what is actually going to be installed and nix any install that removes something you need

F7_T60_wireless_, to fix your problem , run /exec -o grep root /etc/shadow

F7_T60_wireless_, ouch

all in all you think that in the years the repos have been around they would have figured out how to work together

F7_T60_wireless_, dont do that )

…………………

F7_T60_wireless_, seriously you should never really require to use a graphical desktop as root at all

ok
LOL

http://ponzo.net/newshawk/Helter_Stupid_and_The_Perfect_Cut/Negativland_-_04_-_The_Perfect_Cut_(Rooty_Poops).mp3 — for those into negative land
er, negativland

bitchkat, i’ll put my fedorasolved ’safe repomixing’ howto back up when that problem is fixed…

broken link

anybody here use firefox and read digg?
i’m curious if anybody else experiences any slow-loading/hanging when loading all of the comments on digg

nm you just can’t right click it

i always get a ’script broken’ alert and my browser freezes for ~5 seconds everytime i load a page of comments

sane here with slashdot mot

mot, the comments are the worst part about digg. just ignore ‘em

but its usually like 2 seconds
regarding negativeland what kind of drugs is that guy on

zcat, better would be to ping the people regarding the state of rpmfusion

che, that topsecret egofusion thing?

zcat, http://www.rpmfusion.net/
zcat, a href=”http://www.rpmfusion.net/”http://www.rpmfusion.net//a
zcat, i dont see much negative about it

che, maybe i’m thinking of something else

F7_T60, wb

thank you, che
i am a newbie to linux……

dang, rpmfusion doesn’t track mythtv

how can i stop the dbus service on a fedora system? there is no obvious init.d script..
(i compiled it myself and want to start it manually)
i searched in /etc/X11/xinit/Xsession, but found nothing
oh i’m wrong, there it is..

you compiled the source rpm? or the tar-ball?

the cvs…

make install?

well, it would be placed unter /usr/local. i installed in in a local directory below my home dir
i guess the Xsession scripts won’t find it there..
or whichever scripts figure that out..

k
the lesser evil make install
don’t know here the init script goes in that case
gentoo, the system for old people (with lots of time on their hands)

for development, i find that every binary distro i used so far provides insufficient integration for self-compiled source

Can anyone help me to find out what file specifies a users desktop image?

a desktop image?

gentoo is, of course, very time-consuming in general, but regarding integration of self-compiled source, its just great

backgrounds/wallpaper?

~/backgrounds/wallpaper?

no

system perfernces look and feel desktop background

I was asking if, by desktop image, you meant wallpaper
in that case, install/start gconf-editor

right I know that, I want to write a script that if its between 8am and 4pm, it has 1 background image, and after 4 to 8am it has another

in that case, use the gconftool-2

path = /home/steven
browseable = yes
public = yes
writable = yes
share modes = yes

hmm so noone sees a simple way to disable the system’s dbus-daemon? like a /etc/default setting ENABLE_DBUS or something?

every one this in my smb.conf
but after i run it
i can not open folder steven

berzerka, only if you want to totally wreck your system

but you might need gconf-editor to know what setting you have to adapt with gconftool

have any option let me copy file from winxp to steven folder?

hal and udev depend on dbus

selinux can stop samba from serving homedirs
check you selinux messages in F7

ultimate_frisbe1, it’s easy to do that with dcop under kde, but i’m not sure with gnome. some dbus stuff.

hmmmmn

i usefedor

i guess then i will just disable my gdm and use startx with an own .Xsession file and use blackbox, and start my own dbus-daemon from there. Southern_Gentlem: yes i know i want to compile and start them manually too (hal at least, udev if i need to..).

i use fedora

Why is it that I do mount -o remount,ro / it goes RO, but df shows / as rw ?
but touch xxx says its ro.

df?

Eliran_Itzhak, what is the exact df command you are using

df doesnt show rw/ro

df -h ? or mount -o remount,ro /

have you checked what I wrote before?

df -h doesnt show ro rw

Anvil, Sorry, my mistake, I was talking about mount, not df.

the more fedora-compatible way would be to make the system scripts pick the executable from my local directory, any ideas how i would do that? set root’s PATH?

mount shows it as rw, but its ro.

how do i improve my screen resolution (F7, T60)? now it is 1024X768.
thank you

i had install FC7 via internet when i was install FC7 choose english for install language but after i install FC7 it cant display chinese and japanese how can i let my FC7 display chinese and japanese in X window

try ctrl-alt-numpad+/-

mount will return the mtab content

works fine here with everything but /, because that is in use

which cant be updated if / is ro

paste your /etc/x11/xorg.conf

Anvil, Oh, ok. thanks. I was wondering about that.

selinux can stop samba from serving homedirs
check you selinux messages in F7

sorry sir

cat /proc/mounts

sorry StevenOdb i don know what is it
i using command line

does kdebase-3.5.7-0.1 in f7 not include kpersonalizer anymore?

Anvil, Ok, thanks.

kc8hfi, rpm -ql kdebase

you seem to know much about the workings of fedora, do you see a way to make the gdm/xsession startup scripts pick the executables from my local hal/dbus-installation directory?

(as root) grep ‘home’ /var/log/messages

berzerka, nope

:/

Paste my xorg.conf here?

check for SELINUX warnings/errors

Southern_Gentlem, I reckon not..thanks

F7_T60, there

ok. thank you

F7_T60, i give link to pastebin before i asked for the paste
F7_T60, what video card

http://rafb.net/p/sXIp8×31.html

i saw this one “‘/home/steven’ does not exist or is not a directory, when connecting to [stevendir]“
ui saw this one “‘/home/steven’ does not exist or is not a directory, when connecting to [stevendir]“/u

F7_T60, what video card?

is there anyone could help me

There is a ~/.gnome2/backgrounds.xml, but it unfortunately just populates the desktop-wallpapers list

paste that part of messages log in pastebin

ultimate_frisbe1, it will be in the /home/user/.gnome most likely

I followed the instruction here : http://www.thinkwiki.org/wiki/Installing_Fedora_7_on_a_ThinkPad_T60

Southern_Gentlem, i had ask my question but no one can solve it

InitX|FC7, didnt see it

i had install FC7 via internet when i was install FC7 choose english for install language but after i install FC7 it cant display chinese and japanese how can i let my FC7 display chinese and japanese in X window

no idea on that

my video card is ATI Mobility Radeon X1300

the only dirs in ~/.gnome are apps and gnome-vfs, neither of which contain anything desktop like

can someone maybe tell me where I should put my config options for pureftpd so that it serves up the fedora7 dvd (or files, which I can put on hd)?

sorry StevenOdb i will do it next, now what i’m gonna do next?

ultimate_frisbe1, there is also a ,gnome2

I tried the docs but they are not very clear (or I am just misunderstanding it)

i’m checking in there as we speak

Southern_Gentlem, did u see it now?

yes and i replied

eh?

StevenOdb how can i enable it?

Southern_Gentlem, do u think this replied can solve my problem?

InitX|FC7, no thats why i didnt reply the first time

i want to copy file into direct steven in linux samba
i want to copy file into directory steven in linux samba

does f7 works on 64 bit good or should use 32 bit would be better for compatibility reasons?

InitX|FC7, other words chill, repeat your question in five minutes

Meet the Fedora Ambassadors – http://www.redhatmagazine.com/2007/08/02/video-meet-the-fedora-ambassadors/

yeah, ok, hold on, looking for the command

okei sir

I use the 64-bit version of F7 and it works great.

Southern_Gentlem, yes i did

jovans, depends what you want to do with it

aha! I Found it. ~/.gconf/desktop/gnome/background/%gconf.xml

holy shit they made default package managers not suck in fc7 heh

can someone please give me an ftp server which is easy to install

vs-ftp

multimedia

thank you Southern_Gentlem

yum install vsftp

I’m just waiting for the repolist to finish again

jovans, more info

sftp is already there..

please watch your language

did he say ubuntu?

bitchkat, let it go

no, read his post

i was just joking! ;-)

game developement and multimedia studio is this enough?

frozty_sa, i am waiting on his next post before i said anything

cant find it. So you’re not in gnome?

jovans, ok for java and flash you will have to install firefox-32 in x64

but i use opera

ay carumba

frozty_sa, sorry

i dont use opera so i have no idea but i do know that flash is a 32bit app and doesnt play well in x64

hm

Hi there, anyone about who knows much about VPN’s?

but for windows normally do that right?
why not or linux

jovans no when i ran 64 windows flash didnt work

so ok

abode is starting to wake up on the 64bit issues

i think i stay either in 32 bit fedora

no problem

adobe rather

and java?

Can anybody help me please? How do i improve screen resolution (F7, T60)? My video card is ATI Mobility Radeon X1300. After default installation, I followed the instruction here : http://www.thinkwiki.org/wiki/Installing_Fedora_7_on_a_ThinkPad_T60. (# rpm -i http://rpm.livna.org/livna-release-7.rpm # yum install kmod-fglrx) My etc/X11/xorg.conf was pasted here: http://rafb.net/p/sXIp8×31.html. Thank you…

no, 64-bit windows is pretty brain-dead, or so says my integrator (I don’t use the stuff much, personally)

just always keep it in mind

F7_T60, i told you to run system-config-display

oh
sorry, I did not see your reply

it helps if you ask questions and want answers not to bounce back and worth

am I blind, or did Steven_eLvIsDa not paste the url for his pastebin?

to other things especially when someone is trying to help you

well, i did. But there is no higher resolution choice

F7_T60, did you install fglrx video driver? What is the highest resolution that is listed?

1024*768
is the highest one

and did you install fglrx from livna?

i have installed fglrx video driver

F7_T60 did you reboot after installing the kmod

yes, i have rebooted

Hello! How do I check the verson of my video card? What’s the command
I checked dmesg but didnt see anything
i grep’d ati

look in /etc/X11/xorg.conf and see what driver X is using

boot into runlevel 3 login as root then do a system-config-display –reconfig configure the adaptor and monitor
bitchkat, you are way behind

Will that show me the model?
sorry, that wasn’t for me I guess

thank you, Southern
i will try that

Southern_Gentlem, not surprised. Anyways, I need to start getting to the airport so that we can kick some Canadian butt in the first women’s international match of Australian Football

bitchkat, i had him paste his xorg.conf which was he relisted in his post

i’m in command line of fedora

What is the command from the terminal to open the desktop wallpaper changer?

try (as root) setenforce 0
and see if it works

FYI to anyone who might wanna know, kpersonalizer wasw moved to kdebase-extras

I’ve got the script to write the correct image filename to the xml file, I just need to find out what the Desktop Background Preferences calls to update the desktop

if you would use the tools that i provided you it would work automaticly

i try setenforce 0

you shouldn’t be manually updating the xml

i did not see any happend

but i don’t want any user interaction

is the game sauerbraten and warsow not opensource license?

that;s ok, try reconnecting

fedora core 6, vncserver running using startkde… kde comes up fine but i dont get any fonts (only those odd square boxes instead of fonts) anyone know why?

gconftool-2 doesn’t require user interaction

why is not in f7?

ultimate_frisbe1, gconftool-2. i updated my random wallpaper script so it works in both kde and gnome

reconnect what StevenOdb?

to your samba

by
/etc/init.d/smb restart

what were you using before to connect to samba?

ultimate_frisbe1, http://rafb.net/p/Ste82423.html

winxp

\\192.168.100.132

ok is fc7 totally broken with nvidia?

mikerose357, works great for me

fc7 is a big steamy turd
acpi/pcmcia handling is broken completely.
i’d wait for 8 if i were you.

mot on your hardware

I just installed fc7 on a new system
installed nvidia via livna

gconftool-2 –type string –set /desktop/gnome/background/picture_filename /path/to/image.jpg

mikerose357, uname -r

x fails to start

we’re talking 1-year old laptop architecture
not 8 year old junk.

thanks for your help! sorry to have gone about this the long way

ok, and, does it work now?

mikerose357, boot into runlevel 3 login as root system-config-display –reconfig

yeah
it is work now
why it is work?
i did not do anything
why it work?

2.6.21-3194

anyone know about my realvnc issue?

why you know it is working StevenOdb?

mikerose357, and rpm -q kmod-nvidia

it only wants to start at all with the nv driver

it’s working now ? why the “” then?

mikerose357, the kmod-nvidia you installed is for the current kernel not the default kernel

yeah StevenOdb it is work now

it was selinux interfering for your security

yeah StevenOdb it is working now

mikerose357, yum update

what selinux mean StevenOdb?

you are wrong Southern_Gentlem

their is a way to allow home-dir access for samba, without switching selinux off

mikerose357, rpm -q kmod-nvidia

security enhanced linux

ohhh

….updates take forever…

there

Hi there, anyone about who knows much about VPN’s?

hold on you may be right

not many

mikerose357, answer my question
rpm -q kmod-nvidia

I telinit 3 and then did system-config-display –reconfig. The highest resolution is 800*600…

if you’re in gnome, a yellow icon will appear in the systray, informing you of the way to allow homedir access

setenforce 0 = mean?

F7_T60, config the adaptor and the monitor athen go back to general

i just went on my first adventure with yum, now i am trying to do damage control

setenforce=0 turns selinux off

ok you are right in fact it upgraded my kernel to match BUT

my goal was to install adobe flash player, but i didn’t succeed

I haven’t rebooted
thanks

now i want to remove what i have installed

linux_stu, what did you do

i had done yum install swfdec-mozilla.i386

I have returned to original config.

and it installed 14 things, which i assume are dependencies

so yum remove it

ohh
okei
thanks

will it remove the dependencies it installed also that no other program needs

but if we selinux off
what wrong with our linux based hosting services OS?

no, yum doesn’t do that

would it be safe to remove them all myself?

linux_stu, you yum.log should have log of what it installed and you remove each package it install

i still have the list of things it installed
ok
i will do that

linux_stu, would it be safe just to leave it alone
is the question

potentially
i don’t care if i break my system
i want to figure this stuff out
thanks for the url Southern_Gentlem

linux_stu, x64 or 32 bit system

well its easy to reinstall linux_stu

StevenOdb can you tell me what wrong with our linux if we selinux off?

nothing’s wrong, it’s just less secure

Steven_eLvIsDa, is it on a private network

i have 32 bit system

linux_stu, then that link will work fine

How do I tell my wireless card to quit automatically connecting to the AP

heheheh Southern_Gentlem sometime we do it on the our vps or dedicated server

kc8hfi, tell it not to start on boot?

is there anyway to do without selinux off?

i removed them all successfully!

there is but I forgot the command, and I don’t seem to find it with google

yes you have to edit your selinix policies
system-config-selinux

that works, but not for the purpose I need it now though. I had it working before, just can’t remember. Its connecting to the strongest open AP…

Steven_eLvIsDa, you didnt answer my question is the network its on a private jvm java server hosting network
kc8hfi, mine connects to the strongest ap on the network i have used before
but of course i use netwrokmanger as well so its easy to switch

yeah Southern_Gentlem it is on LAN
ohhh well thanks Southern_Gentlem
but system-config-selinux command in GUI

ok, you can do it with de gui tool Southern_Gentlem suggested

can i see it in command line?

or run as root: setsebool -P samba_enable_home_dirs=1
after that: setenforcing 1
and try again

okei

Steven_eLvIsDa, does it have a public or private ip

yeah StevenOdb it still work
you mean my IP right?

ok great

the buy dedicated ip of the samba box

is LAN IP
it is LAN IP Southern_Gentlem

which means what
is it a public addressable ip

it start with… 192. ?

or 10.

10. ? or something else?

192
it is class C IP

thats is a private ip

cannot get exclusive lock on /var/lib/rpm/Packages” when i try to do step 4 here: http://fedorasolved.org/browser-solutions/flash/

use for local

running as root?

yes StevenOdb

linux_stu, try going to su – first

setsebool -P samba_enable_home_dirs=1
what does it mean?

what do you think it means

it tells selinux to allow samba to access home directories

command not found

“command not found?” A: Run the command AS ROOT after switching users with “su –login” or “su -” in order to get root’s command PATH so the command WILL be found; don’t run “su” by itself. If it’s still not found, then either it’s not installed in a standard path location (echo $PATH), is not executable (chmod a+x), is in your current dir (./runme), or you’ve spelled it incorrectly.

linux_stu, read zcats post

ohhh well
thanks StevenOdb

i did
i still have the problem when i do su –login or su -

do you have yum running somewhere else
linux_stu, uname -r

2.6.20-2925.9.fc7xen

service yum-updatesd status

running another yum updte or rpm install/upgrade process?

not that i know of

StevenOdb, yum-updatesd

yum-updatesd (pid 13892) is running…
ah hah

service yum-updatesd stop

is that a service that starts automatically?

yep

ok
thanks all

can someone help me with a net install? I’m trying to install f7 via ftp, and it bombs out saying it can’t retrieve the “images/minstg2.img” file

it’s the backend for the update popup tool in gnome

oh no
it still didn’t work

I’ve checked, and this file exists

ps axu | grep [r]pm

no return

ps axu | grep [y]um

no return

rpm -qa ?

rpm -qa gave a huge output

wget http://macromedia.mplug.org/FEDORA-GPG-KEY
rpm –import FEDORA-GPG-KEY

cannot get exclusive lock on /var/lib/rpm/Packages

disingenuous
weird

frozty_sa, you probably have your path wrong

linux_stu, exit the terminal and restart it
su – (notice the minus)

I’ve ftp’d into the server host from another pc and I definitely have it right

yeah

(which stands for –login)

it’s basic..ftp://192.168.0.4/f7

i did that
just now
but it is also what i had done before

still doesn’t work..?

same error?

frozty_sa, (or anaconda couldn’t setup networking)

nope, doesn’t work, same error

telinit 1 , telinit #previous

reboot

and after tha a reboot

is there a way I can check? this is I think still before anaconda loads….

that error is usuall not root as su -

even though, in this case.. it should even work without -

according to my dhcpd leases information, it’s got an ip…

anyway, got to go

i did telinit 1
and then i tried telinit #previous, but #previous wasn’t valid, so i did telinit 5, thinking that was probably the right number

does anyone know the command to edit the gconf junk in the most recent gnome?

linux_stu:

now you said to reboot?

if nothing else works…

ok

try kicking it

frozty_sa, what publish your images online are you booting from?

lol
i tried it, it didn’t work

gl, bye

same error
bye

the boot.iso from the f7 dvd

hm.. could it be that wget downloads the first html page more than once?
(eg to check for the links)

hi everyone

frozty_sa, so what’s in your f7 dir?

i seem to have a problem

the entire f7 dvd
that dir is a symlink to the dvd’s mount

running fedora 7 , compiled my own kernel (like i have done always without problems) , now my samsung ide hdd isn’t recognized(new hdd) , anyone know which modules i def need?

frozty_sa, you’re probably missing something simple. use http instead, and watch the access_log

could you step me through the apache config?

frozty_sa, sorry :/

darn nvidia is still broken

k. I’ll try to get it up

heh

what’s viagra gonna help me?
btw, hello opsec

Does anyone else have trouble playing vorbis files with gstreamer lately?

hello, froz

kernel is 2.6.22.1-41 kmod nvidia is for 2.6.22.1-41

mikerose357, what video card

Is the CFS schedular in 2.6.23 or is it already in the Fedora kernels?

ah hell this is probably an old nvidia maybe I need legacy

what video card
check the hcl link on that howto

I don’t know some nvidia

lspci

maybe geforce 2

stop guessing and check

“instead of giving you what you asked for, i’ll just make vague generalities” -yours truly mikerose357

Hi, is there a way to . . .check my network card HOST ID on Linux ?

host id?

I didn’t buy or put together this computer no need to be insulting

http://rafb.net/p/8yf8fZ24.html

Like. . .each network has a special number which identifies it e.g. 00004dac7e . . .etc.

ma caddress?

i wasnt being insulting nor was i the one cursing

Ethernet address.

chewed-on, each card has a different mac address

ifconfig\
ifconfig

Is there a way to find out the Eternet address ?

whatever, thanks for the help Southern_Gentlem , no thanks for the lip opsec

ifconfig is tha ta command ?

yes

/sbin/ifconfig

yeah I’m reading it now

chewed-on: yes, ifconfig will show it to you as “HWAddr”

thanks

how is it helpful to complain generally, then when asked for information and told how to get it.. you don’t provide it.. is that fair to Southern_Gentlem or anyone else for that matter?

frozty_sa, 403 = permission denied

Oh, that’s not the address I was looking for. . . .

I couldn’t give a precise answer right on the spot because I didn’t know, however the link he provided told me what I needed to know

….any idea how do I make it work?

It’s something like “0040c78133a6″

frozty_sa, you said you were using a symlink? that’s probably why

7:ac

the relevant info being that nvidia dropped support for early cards in the newest series of drivers

chewed-on, what kinda network card is this… sounds like you are looking at a token-ring card

chewed-on, it is the same address in more human readable form

I’ll try to serve from that root directly then

oh is it ?
it was a D-link network card [:

7... blah is one way to show the hardware address of the
the colons are optional

ARGH!! I wanna headbut apache...

if it is a dlink, then it is most likely a ethernet card

anyone??

chewed-on, if you remove the ard the mac address is usually on the card somewhere

Alrighty then.

fdlinux, try nodma=ide on your kernelline in grub

no need to compile hosting your own kernel .. libata

Hey Frozty, if I had multiple virtual domains on my apache server and I wanted to know which ones were invalid, how would I go about making a list of those virtual domains which were invalid?

can i config DNS in my LAN
by take my linux is DNS server

prestwick, depends on how you define an 'invalid' virtualhost. documentroot doesn't exist? nothing logged for X months? doesn't resolve to you? what?

I found the problem, thanks

sure, why not?

HI, does ATI drivers still broken?

juannicolas, there is one that is suppose to work

via livna or rpm?

the newest one rather

ohhh

livna

in my document did not tell me that
how many package that i need to do DNS
how many package that i need to do DNS services and DNS services yet

Steven_eLvIsDa, are you the network admin for your lan

rpm -Uvh http://rpm.livna.org/livna-release-7.rpm ?

yeah sir

you should talk to them before you suddenly put a dns server

yeah sir, but my skill to low i need to improve

on their network
notice the requirements

too*

Thanks for help guys, [:
Everything's working fine

you around?

what is bind in linux (DNS)?

Steven_eLvIsDa.. this is a nice package in fedora called 'caching-nameserver' that works well as a basic setup. It installs everything you need

I have a quick question. While trying to download some Fedora 7 ISO images, they ALWAYS download corrupt. On a laptop I have, they downloaded and the SHA1 check sum came out good. I loaded up a ftpd on my desktop and transferred it over. SHA1 checked out bad
Any ideas?

you didn't transfer in binary mode

now i can /etc/init.d/named restart
lolz
now i looking for resolv.conf

But why would a download corrupt when downloading from the website as well? And only on my Desktop. It downloaded fine on the laptop.

no idea, but no transfering in binary mode is the obvious one

Anyone have any experiences with Intel ICH8M chipset (laptops)

search angkor.com

maybe you have bad hardware on the Desktop

can i change angkor.com to other?

Ok. I'll try transferring it via FTP again.

rfu_ make sure you enable binary mode on the FTP transfer

Yeah. I set it to binary mode.
ben@Tizzle:~/Fedora-7-x86_64$ sha1sum -c SHA1SUM
F-7-x86_64-DVD.iso: FAILED
F-7-x86_64-rescuecd.iso: OK
That's how it always happens
The CD is ok, but the DVD file fails.

how big is the dvd.iso file? what os/host are you running? Perhaps you are hitting the 2GB limit?

ubuntu. 3.3gb

you have disk space available? did the ftp complete? or error out?

FTP completed.
Size on disk is exactly the same on both the laptop and on the desktop

and you got the file from the same mirror for both?

Yeah.
The laptop has a good copy, but no DVD burner. The desktop when downloading from the web is corrupt, and when receiving via FTP is corrupt.

can you transfer from the laptop to the desktop?

Thats what I was doing.
FTP is running on the desktop, and I FTPd it from the laptop.

when my fedora is start up
i saw one services is fial
i saw one services is fail
it is smartd
what is that?

odd. Not sure what could be going on. ;(
smartd is a daemon that monitors the SMART info on your hard drives. It can report when they are going bad or having errors or whatever. Not all drives are supported however.
can you try transfering it via ssh or rsync?

never used either.
I suppose I could learn. Haha.

learning is always good. rsync is very easy to use and handy. see the man page...

rfu_, keep the 'bad' dvd iso there (so it keeps using the same bad sectors), and ftp it AGAIN to another dir. could be that your desktop drive is going bad.

i am getting squares instead of fonts i should normally get... i am using fedora core 6 ... anyone know how to fix this?
this would be for KDE desktop

I'll try that.
On one hand I hope you're right zcat. And on the other, bigger hand I hope you're wrong. Haha.

rfu join the torrent and point it at your dvd location and the torrent will repair the file

if i wanted to install gnome on a fedora box, what would i type?
yum install
yum install gnome ?
that doesnt appear to work

yum grouplist

why paste?

pste the output of yum grouplist to the pastebin

oh gotcha

i really need another varable to that script

found it... gnome-session

no

wow that is obvioius ... not

do as i asked please
the following is a test please ignore

word brother

I think you may be right. Leaving the old ISO there, and re-FTPing it worked.

rfu_, ruh-roh

Which really sucks pretty bad. The drive is only around 7-8 months young!!!

rfu- bad packets happen

3-4 times on a LAN FTP Transfer?

yep they can
i would start looking for nicks in cables

there will be a big pile of 0's and 1's where the nicks are

ahaha

yes
cool

Southern_Gentlem, tcp corrects for bogus packets

if it can
not always
sometimes it just drops it

yeah

would seem unlikely that it would fail transfer several times, then work.

howdy all

tcameron, that my line

Southern_Gentlem - heh
y'all are not the only one from the South, sir

you might check /var/log/messages for any disk or network errors... also look at '/sbin/ifconfig' and see if there are errors or retransmits listed.
you might check /var/log/messages for any disk or network errors... also look at '/sbin/ifconfig' and see if there are errors or retransmits listed.

so I have a mirroring question for you

Shalom everyone ! I started getting these msgs (http://pastebin.com/m2f1776d3) and the system is far from stable. I've suspected the disk (Segate 20G) so moved to a new disk, but get the same error msgs. Help would be appreciated.

I have rsync'ed the trees for FC for ever, but now with the new directory structure changes I have been hesitant
I am up to date on FC5 and 6, 32 and 64 bit
also extras for those two distros and those two arches

might be cables? did you re-use the same cable? also might be the disk controller on your MB.

why are you mirroring EOL releases

how much bigger is the F7 Everything repo?
I will be dropping the FC5 stuff soon

nirik, Funny you ask, but yes, I've used another (new) cable with the new disk.

tcameron, figure core + extras

nirik, I've also moved the disk from the Primary to the secondary, but same msgs.

tcameron, figure core + extras= everything

FC6 I keep around cause the extras repo has a lot of yummy stuff that Just Works(TM) in RHEL 5

Everything is 56G

Southern_Gentlem - so do I need to mirror *only* Everything?

for all arches

Eliran_Itzhak, are you using a 40 wire IDE cable or an 80 wire...

tcameron, i would mirror everything and updates

in other words

http://pastebin.ca/644501 has the sizes of things under Everything.

http://mirrors.kernel.org/fedora/releases/7/Fedora/ and also http://mirrors.kernel.org/fedora/releases/7/Everything/
do I want both of those, or only one or the other?

RX packets:6078671 errors:0 dropped:0 overruns:0 frame:0
TX packets:3496055 errors:0 dropped:0 overruns:0 carrier:0

Fedora is a subset of Everything.

kdekorte, Got me there. All I know is IDE cable, didn't know there are 2 types. anyway, the system started sending me these msgs without any provokation (so to speak) its a server that worked fine until this morning.

ah, OK

fedora is just was released on the dvd

I'd have to go so far as to say that I got no bad packets...

we ain't got no stinkin bad packets!!

rfu_, so check memory or harddrives

Eliran_Itzhak, the 80 wire is needed for ATA/66 mode. what is looks like is the driver is trying to find the fastest speed and then dropping back if it can't do it

thanks for the info, all, much appreciated.

I suspect the message is harmless, unless you are getting it hundreds of times

Alright. I'll be back in a bit.

80 pin EIDE cable has a blue end

kdekorte, Ok about the cable, I can try another one. I had no problems with this server until today.

Eliran_Itzhak, you may also need to tell Fedora to use the older IDE driver. I'm sure someone here has a pointer on how to do that
Did you upgrade your kernel?

kdekorte, by the "old" driver you mean the one that calls devices "hda" and NOT "sda" ?
kdekorte, The one from Fc6 ?

correct the older driver is the one that uses hdX over sdX

I don't think there is a way to go back to the old ide drivers without an old fc6 kernel... but I could be mistaken.

nirik, or custom kernel

can't you blacklist 'libata' and it will use the older driver?

kdekorte, dont think so
how is it going to boot in the first place
you are talking alot of things to change to even boot

ok, so another question about mirroring the repos
if I explode the DVD isos, is rsync smart enough to not overwrite the whole damned tree?

Fedora 6 loads and starts the install process on my laptop fine, however under Fedora 7, it doesn't read my DVD drive (Intel ICH8M chipset), is there a way around this?

if you put the files in the right place it should work...

k

jnanney , you may not have a thinkpad, but some of these note may apply http://www.thinkwiki.org/wiki/Problems_with_SATA_and_Linux

jnanney - what is the error you see?

Unable to find any devices of the type neede for this installation type Would you like to manually se;ect upir driver or use a driver disk?
the installation type I chose was local cdrom

did you try all-generic-ide irqpoll
at the install command line?
when the installer starts, you type:
linux all-generic-ide
or
linux all-generic-ide irqpoll

no, wasn't aware of that, lemme try this now

you might try 'noprobe' on the command line and then manually select the ata_piix driver and see if that has any luck.

k
jnanney - Google is your friend... http://www.google.com/search?hl=en&q=Unable+to+find+any+devices+of+the+type+neede+for+this+installation+fedora+7&btnG=Google+Search

I have a redhat 9 manual/book...would it be likely I coudl put some of the stuff from it into use with fedora 7?

crap, rsyncing all the packages even though I exploded them off the CD
dammit

some of the general concepts might be the same... specific commands are unlikely to match up.

Okay, so after I backup the information that I want to keep from my NTFS drives, what's the best way to completely go from Vista to Fedora 7 without hiccups?

ah, I think I figured out why
I did cp -ru from the loopback-mounted ISO
instead of cp -a

zcat you around today?

3 of my fc6 systems fails to update via yum, anyone know how to fix it ?

did you "yum clean all"

nope, why?
would i need to..

how would we know how to fix it
you've provided us with no information other than "it doesn't work"

cargohold - a lot of times you can resolve weird yum stuff by cleaning the yum cache
since you've given no real info, I just figured you would like the sledge-hammer approach to repairing it

http://mange.dynalias.org/linux/misc/bugs_yum/Yum_Looptrix.txt
i think that might just me it.. thx, will test it iaw

no go on eitherall-generic-ide or the noprobe with ata-piix driver (or the ahci driver)

hrm

7, or a fresh install of 7. any advice on why I should do one or the other ? Will that many sequential in place upgrades take longer than a fresh install anyway ?

jnanney - do you have any other fedora linux boxes around you can use as an NFS server?

anyone really familliar with mdadm and software RAID?

CoffeeIV_ - fresh install is almost always preferred method
GreenJelly_Linux - sure, what's up?

I have a large post in paste bin at http://rafb.net/p/s6C3dr12.html with details and questions, which is a RAID based issue!

can you paste the yum run you are seeing the problem with? it's hard to say what the issue is without more info

ill test it asap and let the channel know how it went. I upgraded to fc7 on those 3 systems and the problem was solved though.

jnanney - try linux askmethod nodmraid all-ide-generic

didn't you get your raid working the other day?

CoffeeIV_, fresh install after backing up would be best

how can i provide nice debug for you ?

yeah, I'll load up my local server with Core 7 and try using http method

CoffeeIV_, take notes on customizations you make to the system

nirik yep... GOt the data, just a few little details I noticed on close expection of the array!....

cargohold, on those fc6 systems disable yum-updatesd service and do a yum clean all

run yum with say -d 5 and pastbin the results?

GreenJelly_Linux, so you didn't partition sde. you don't HAVE to,b ut it's a good idea.

tcameron - I gather that from web searching -- does a yum upgrade take hours of downloads ? I have DSL, but I am thinking it may be faster to download FC7 cds and go from there

i have that disabled by default, testing it now

can you add 'cat /proc/mdstat' ?

nirik its clean..

ok, was looking for a --verbose or something... brb

CoffeeIV_ - I would go the DVD route (there are no CDs for F7, only DVDs)

nirik I mean nothings going on... the rebuild was done yestereday

tcameron - then I would have to buy a DVD burner

zcat, your saying fdisk sde?

CoffeeIV_ - not necessarily

zcat as Linux Auto Detect RAID

do you have a Linux box already up and running on your network?
you could use it as an install server

looks like http method next, askmethod nodmraid all-ide-generic failed too

jnanney - what kind of motherboard?

GreenJelly_Linux, you don't need to. and if you don't have a spare to sync to you'd be taking a chance while in degraded mode

[raid6] [raid5] [raid4]
active raid5 sdb1[0] sde[3] sdd1[2] sdc1[1]
1465151232 blocks level 5, 256k chunk, algorithm 2 [4/4] [UUUU]

it’s a dell laptop intel board

paste bin?

jnanney – laptop model?

zcat what do you mean degraded mode?

Is there a way to make CDs for FC7 ? most of my servers have only CDROMS, not DVDROMS

Any good guides on how ot convert from Vista to F7?

GreenJelly_Linux, degrades as in running on 3 out of 4 drives in a raid5 set
degraded*

format vista partition, install fedora

bpat1434, what does that even mean?\

CoffeeIV_ – you can use the boot.iso file from (for instance) http://mirrors.kernel.org/fedora/releases/7/Fedora/i386/os/images/ and do a network install
it is easy

zcat did you look at my pastebin, cause I have a feeling Im either using RAID-6 or that I am in degraded mode as it is

bpat1434 – what do you mean?

are there any good guides to help me along the way from Vista to Fedora 7 so I don’t have any hiccups.
see above

are you looking for a table of apps on Linux which match up with what you use on Vista, or are you asking how to keep Vista but also use Fedora or what?

tcameron — thanks, I will probably do that

bpat1434 – you probably want to look at http://docs.fedoraproject.org/

How to properly get completely rid of Vista

there is a ton of good documentation there

format your vista partition

what you are asking is waaaaaaaaaaaaaaaaaay too broad to be able to give you a real answer

GreenJelly_Linux, your paste SAYS raid5. and the total size will be the smallest drive * (Numberofdrives-1)

install linux

clean install

http://catb.org/~esr/faqs/smart-questions.html

naturally back up any data you want to save like images of the dogs/kids, and your music collection, + anything else

yes yes, I know

zcat then I am not using sde
zcat for each drive is 500mb

my question was only because of yesterdays issues with GRUB not booting

zcat and I have 1000mb

did you make your partition when you didn’t have sde in there?

brb

bpat1434 – would love to help but I have *no* idea what you are talking about

Array Size : 1465151232 (1397.28 GiB 1500.31 GB)

nirik no, but sde was damaged…

the array is the full size, but the filesystem on that /dev/md3 is the smaller size. You need to resize it, or reinstall it

GreenJelly_Linux, 500*(4-1) = 1500

GreenJelly_Linux – what did you do to create your partition? Did you use fdisk or parted?

zcat zcat df-h states “/dev/md3 903G 525G 331G 62% /home/Media”

GreenJelly_Linux – if you used fdisk you probably did not get the full partition size you could have
fdisk seems to choke on really large partitions
wait, never mind

GreenJelly_Linux, umount /home/Media; resize2fs /dev/md3; mount -a

tcameron this is a recovery of an array… I never re-fdisk the messed up drive…

right, just read that, hence my “wait never mind” statement.

zcat should I fdisk sde first?

GreenJelly_Linux, like i said, running in degraded mode is risky. lost one more drive and the array is gone.

I wound up blacklisting the iwl drivers, and installed the ipw ones for the 3945 card. it works perfectly now

GreenJelly_Linux, so, just leave it

I wanted to locate the problem so i skipped “yum clean all”. Suprisingly its working now (Atleast downloading the packages)

k

glad you got it working, sorry you had to go back to the ipw… hopefully iwl will get working for you at some point.
might be you were hitting a broken mirror?

yeah, its all good though, its gonna be awesome when the iwl drivers get perfected

I got some mirrors that where unavailable but not all

ahh. rawhide and things actually started working
7 is like 3. should’ve skipped it

zcat I guess I dont understand why the df -h doesnt agree with a raid 5 array with 4 devices (500mb) and why sde is listed instead of sde1…. I can run that unmount, if that will fix the problem
zcat but ultimately I want 1500mb

I had some issues with yum before and the “db” where you had to set KERNEL_VERSION_DB= or something (you know what i mean) but this time it just seemed to be looping endlessly taking up all CPU power (could hardly move the mouse)
Maybe its a bug in yum when no mirrors can be used ?

odd. If it happens again let us assist you in gathering data for a bugreport.

i will let you know

okay… so zeroing the drives should be good enough right?

your /dev/md3 filesystem is not using all the size of your raid… see what zcat said above on how to resize it.

bpat1434 – what do you mean “zeroing the drives?” Using dd to overwrite the first couple blocks?
you can do that
or use badblocks -vfw
that will do it too

_llseek(11, 7503872, [7503872], SEEK_SET) = 0 (Means seek beginning of something, it did this over and over)

zcat I will be expanding this drive every few months or so… Therefore, I am prepared of the risks if fdisk sde as raid array, then rebuild… I feel I am probably in a degraded mode as it is, due to the data… but I am still learning how to interpret all of these reports… I have gotten this far… in addition, a mdadm -E /dev/md3 returns mdadm: No md superblock detected on /dev/md3.

no, I mean the drive zeroer from Western Digital (Data Lifeguard Tools)

nirik ok… will do…

“Write Zeros to Drive”

sorry had phone call and was distracted, laptop model: Dell Vostro 1500

no worries

you could remove sde and make a sde1 and add that, but if sde1 is the entire drive anyhow, it won’t matter.

is newest line from dell, so I know I am going into uncharted territories
it’s just odd that fc6 installer loads fine, but f7 installer doesn’t

really?
hrm

I got the http load going, but will only do text based
fc6 goes graphical

well, that’s what you want anyway
text based is ~ 30-40% faster
than GUI

GreenJelly_Linux, if you’re going to be growing/reshaping the array every couple months you’ll need do that resize2fs each time after.

jnanney – looking at the specs, wait 1

I cant unmount because its “online”

okies

can I do a online rebuild?

I tried to go: yum -y update on 3 different computers but all it did was read primary then consume all resources (On fc7 its fine now though)

GreenJelly_Linux, mdmadm /dev/md3 -f /dev/sde -r /dev/sde

I wont be home for a few days

updating the same computer now seems to be ok

odd. oh well.

GreenJelly_Linux, that fails then removes the drive from the array. you would do the same for a failing/failed a drive. after you partition it, add it back with -a /dev/sde1
GreenJelly_Linux, then cross your fingers and hope none the drives die before the resync completes

jnanney – and you say that FC 6 loads just fine?

the problem after getting in text based is with partitioning, runs into error with partitions, I may end up scrapping windows to try and get past that problem
yes, fc6 loads graphical installer just fine

well, does Windows own the whole disk?
and is it a dynamic disk?
cause if so, you’re hosed

I used gparted to resize the windows partition to 1/2 the drive size

ah
do you know if Windows thinks it’s a “dynamic disk?”
you can view it in disk administration
inside Windows

but fc6 installer and f7 installer choke on the partition
lemme check

boot into ‘doze and see if it is dynamic
if it is you’re hosed

why?

jnanney, because you need to reverse the polarity of /dev/null

http://rafb.net/p/sWEHgN30.html

GreenJelly_Linux, yeah? you’re in degraded mode now. hurry up.

hehe… definately a fdisk job I guess…

Something makes it loop endlessly (thats for sure). Hmm, maybe if i install a new fc6 and test it again but ive gotta deal with a “local bug” in an app

jnanney – when Windows marks a partition as “dynamic” it is really just changing the partition table so that no other OS can play nice with it

I am assuming zcat is a bot

jnanney, tell me about your mother.

help

tcameron, index out of range

LOL

lots of dum dum pills being taken again i see
good idea to login to irc as root

ok, off the subject question. anybody here hafta share an office with someone else?

jnanney – so anyway, if the installer is barfing on partitioning, it might be that Windows has spewed it’s proprietary shit on the partition table

there must have been a sale somewhere
language please

probably

that’s a pretty verbose and highly technical explanation you have there

I’m just going to have to wipe windows to be sure

k

Command Not Found

“command not found?” A: Run the command AS ROOT after switching users with “su –login” or “su -” in order to get root’s command PATH so the command WILL be found; don’t run “su” by itself. If it’s still not found, then either it’s not installed in a standard path location (echo $PATH), is not executable (chmod a+x), is in your current dir (./runme), or you’ve spelled it incorrectly.
ima gunna blacklist some people

I noticed another thing on one computer at work. If i had fc6 installed on it wintendoh xp installer refused to work. My guess is it tried to check installed oses and failed miserably (Gotta love it

lol

why?

opsec, because you need to reverse the polarity of /dev/null

cat it to urandom

the windows installer cannot do anything with the HD if it has any linux partitions

or wise versa

yeah, the xp installer is not very smart. It will also let you install to a external usb drive, and then fail to boot because it didn’t install usb drivers.

therefore, the installer hangs up right aftr it says setup is detecting hardware

trust me it is more fun to just abuse zcat

jnanney – now that opsec is /ignored, moving on

hehehehehe

there’s a simple solution for anyone having windows issues .. **don’t use it**

me resists the temptation to abuse frozty_sa …

amen

Bwahaha, totally awsomely coded that pice of junk eh ?

I agree to what opsec said too

Booh!

i wasn’t kidding.

abuse? /me acts like a windows user and installs an antivirus out of fear…

^^ ti’s why I’m switching

gonna try to find an easy way to copy the partition off, cause another 12 hours reinstalling windows, then wipe the partition and try installing

oh wait….I run linux, no AV necessary!! :-D

why?

why people insist on using outdated software that interferes with your right to use your computer as you see fit is beyond me

some of us don’t have that luxury opsec

We wouldnt be in this channel if we liked wintendohmofones (well some but they arent very smart

slavery, it’s not just for africa anymore

haha

zcat, now this is probably not the smartest thing in the world to do, but can I use that drive as it rebuilds…

nice lines there

I know you weren’t kidding. I really agree with what you said

GreenJelly_Linux, you can use the array as it rebuilds, sure
GreenJelly_Linux, would be kinda dumb to be stuck offline during rebuilds

windows is simply the modern digital equivalent to the slave ships of old

You can thank the US government for that one…. stupid billion dollar endorsement

employers that require windows is my biggest problem. I use a vmware windows install for most of my work, but some hardware doesn’t translate through vmware well enough

I guess Im going to have to change my mdadm.conf… to be sde1 instead of sde….

jnanney – does the Linux installer see the disk as one big blob with no partitions?
or what?

it sees all the partitions, but says not enough free space

GreenJelly_Linux, your mdadm.conf should be using uuid’s, not partitions

hrm, then that *probably* means that Windows has not “converted” the disk to dynamic

there is a 14MB free space blob before the ntfs partition and a 50GB Free Space after

so did you create a Linux partition in the free space?

it creates the swap partition fine, but chokes on creating an ext3 partition
saying not enough free space
with fc6 installer and with f7 installer

are you defining a specific size or saying to use all remaining space?

zcat cool!

tried both

The Debian people found a bug in one of my apps a month ago (local, lowrisk) still, I as in upstream wasnt informed!!! (Not a single email). This really bugs me right now *grr*

Comments off

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »