Jump to content

tyme

Platinum
  • Posts

    13108
  • Joined

  • Last visited

Posts posted by tyme

  1. i think the readme is in error by telling you to type make 536ep

     

    try just typing:

    make

    every time i've compiled something from source (what you're doing) that's all that needed to be typed, i believe by adding the 546ep it's trying to look in a directory or for a specific file...i'm not sure though-so give plain old "make" a try, and you also may need to do a:

    ./configure

    before you do the "make".

  2. what's occuring is that someone is using an old tactic to send fake emails. whether they are using a program to do this or are doing it manually can't really be told. in fact, from what you posted i can't quite figure out where the email is coming from-which i'm usually able to determine. that is, assuming full headers are turned on-not on your side, as the headers necessary to determine where it's coming from would be in the original message.

     

    my suggestion: change your email address-unless you absolutely have to have this email.

     

    aim isn't the issue here...someone probably just figured out that the email address you have exists, and started using it to send out these emails. i had a similar issue w/my old domain, tymehacker.net, in which i had a long conversation w/someone who had received one of the emails supposedly sent from my address. i helped him get in contact w/the ISP from which the email originated, but i can't find that info in what you've posted. otherwise, i'd try to be of more help :-/ I ended up closing that account so that this sort of thing wouldn't occur.

  3. i'll take a look at /etc/mtab and see if it is useful

     

    thing is, this has to work across various different Linux distro's (redhat, suse, mandrake, you name it) and i, personally, have no way of knowing which ones may be used-my test system is redhat 8.0

     

    dunno if that makes any difference at all, about to try the code you posted in a short bit-we'll see how it turns out :)

  4. i think what he's saying is he doesn't want to have to be in mozilla when he opens up another occurence. he wants to be able to do it from an icon or whatever else, but everytime he does that he gets the profile box. (so, the file->new window option is the same as the ctrl+n he mentioned-which is not what he wants).

     

    basically, he wants to get rid of the "profile" thing...

     

    however, i don't know the answer, just attempting to clarify his request :)

  5. nope...no fixed code here.  just a missing "Y" key from me punching the keyboard and it going flying to god no what remote corner of my room.

    whoops? must be fun to type anything with a why in it...try typing this sentence:

    why worry you can always just type with a stylus? yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

     

     

    mwahaha...i'm evil.....erm, right. anyways......

  6. haven't tried guarddog yet, will have to check it out. i've used firestarter, and found it fairly easy to see where people were connecting to me and what services ran on that port, and then blocking which ones i felt should be blocked.

     

    i even would block specific IP addresses that were a constant annoyance :)

  7. Am I right in thinking that Mandrake will be able to work with this partition, or should I actually delete the partition entirely and leave Mandrake to find the free space on the disk?

     

    the mandrake install will recognize it right, and you can use mandrake to clear out the second partition and set it up/reformat it the way it needs it. just make sure you don't have anything on that drive.

     

    but...it may be better, for windows, if you just delete the partition. otherwise windows may complain, ya never know. also, it will make the process of partitioning things out for linux a lot easier when you get into the mandrake install-you can just tell it to use the empty space, and you won't have to guess which one is the one you want :)

  8. Edit: took a second look and came up w/some ideas:

     

     

    i would contact the guy who writes fluxspace (this previously read fluxbox, that was a mistake), it looks like he made some mistakes in his code (not relating to the Imlib issue), I think.

     

    the following are what i'm wondering about:

    const char* BaseDisplay::getXDisplayName() onst

    missing the c in const at the end?

    const char* BaseDisplay::getApplicationName) const

    missing the beginning "("?

    BaseDisplay::BaseDisplay(const char*, const cha*, bool)

    missing the r in the second char?

     

    the problem appears to be that the function BaseDisplay doesn't have a variable assigned to take the value of the variable "application_data"

     

    that's my guess, but it's been nearly 2 years since i've worked with C/C++

  9. did you try using a different keyboard?

     

    i'm assuming the light for num lock on your keyboard turns off, and thats how you know it's turned off. it's possible your keyboard has some bad connecters. this could also account for the randomness of it turning off.

  10. ok, i'll attempt to be a bit more clear on the first question.

     

    the bash script has to check a linux machine to make sure that it is using the ext2 filesystem on the partitions that are considered to be primary. as for which partitions fall into the primary category, i am not sure, but i'll give an example:

     

    if /dev/hda1 is ext3, or any other filesystem, then it is in error. it must be ext2, no other filesystem is permitted. note: this is simply checking to see if it is ext2, not changing it.

     

    and thank you for the simplication of code, i have no idea why i used cat, i should have thought about that. i'm fairly new to bash scripting, and am learning...all be it slowly.

     

    thanks!

×
×
  • Create New...