[HELP] Single questions & Help Thread [n00b] (412)

1 Name: CyB3r h4xX0r g33k 2005-09-05 20:53 ID:KxkIsG20

If you have a single (or some more) question regarding any of the tech topics of this board and feel that it wouldn't justify creating an own thread just for that, feel free to post it in here.

If you know the answer to any of the questions in this thread, please help us out here! I am sure it's going to be appreciated.

I am creating this thread since there's ben popping up too many threads lately with single questions asking for help that aren't really set out to create too much interest.

43 Name: !WAHa.06x36 2005-12-01 14:42 ID:lPibTPpK

Sounds a bit like it's just DNS that dies. Any connections that are already open will work, but no host name lookups will. Try connecting to a site by IP after the hour has passed and see if that works. (Try it before too just to make sure the site isn't virtual hosted.)

44 Name: Redhatter 2005-12-02 02:29 ID:Heaven

Bittorrent will continue to work most likely under those circumstances, because it will be relying on the IP addresses of hosts (as many of them are other users downloading files).

Perhaps if it turns out to be DNS, it's worth setting up your own caching nameserver? BIND9 I've found makes a reliable workhorse for this task.

45 Name: Sling!XD/uSlingU 2005-12-02 15:00 ID:mWTqqV02

>>43 Yeah it connects to the site by IP. Well, the two IP I tried worked, maybe I should have tried more.

Weird thing: I can still go to the pages I have visited before the hour is up, even using another browser.

Also, today I didn't visit 4-ch.net, and I could not ping 4-ch.net when the hour was up.
http://4-ch.net/ is strange. If I go to http://4-ch.net/ I get the portal. If I go to http://66.139.73.30/ I get a Japanese Apache page. I could browse 66.139.73.30/ after the hour was up but not 4-ch.net/ -- different sites I guess.

46 Name: CyB3r h4xX0r g33k 2005-12-02 16:51 ID:RoTg6Kxy

>http://4-ch.net/ is strange. If I go to http://4-ch.net/ I get the portal. If I go to http://66.139.73.30/ I get a Japanese Apache page. I could browse 66.139.73.30/ after the hour was up but not 4-ch.net/ -- different sites I guess.

that's virtual hosting.

47 Name: Sling!XD/uSlingU 2005-12-02 19:22 ID:mWTqqV02

>>46 I see. There seem to be a bunch of these around.
I have tried to ping a few sites and most of them don't have the same IP as their site address.

48 Name: Sling!XD/uSlingU 2005-12-03 14:02 ID:mWTqqV02

Curiouser and curiouser.
After the hour was up today, I couldn't ping named addresses.
Then I pinged an IP number, it worked, then I tried browsing the named address, and it worked too. Now everything works normally, and I didn't have to do a "Repair TCP/IP".

49 Name: Sling!XD/uSlingU 2005-12-03 14:36 ID:mWTqqV02

>>48 ah, scratch that. It locked up 1 hour later again and pinging a number now doesn't fix anything, I had to repair.

Summary:
Browsing by number/ip works.
Browsing by named address doesn't work.

So, what should I do?
Is that US Robotics router defective or what?

50 Name: !WAHa.06x36 2005-12-03 16:47 ID:M/r+VNZ4

>>49

Your router is breaking DNS requests for some unfathomable reason. However, your OS caches DNS lookups, so addresses that were looked up before the router went crazy may still work, because they're in the cache.

What to do about this is a bit of a mystery, though. Does your router have some "Break DNS after one hour: YES/NO" feature?

51 Name: Redhatter 2005-12-03 18:29 ID:Heaven

What IP address is your desktop using? Is it pointed at the modem, or at your ISP's IP number?

If it's the former, try looking up what your ISP's official DNS servers are, and enter those in instead of relying on the ones supplied via DHCP.

52 Name: Sling!XD/uSlingU 2005-12-05 13:51 ID:Heaven

Okay, I checked "Renew IP Forever Enable (Auto-reconnect)" and now it doesn't lock up anymore. Whee.

53 Name: CyB3r h4xX0r g33k 2006-02-11 20:19 ID:QOZzZgn2

I hate how xterm scrolls half a page at a time when I press Shift+PgUp or Shift+PgDn, rather than a full page. It's so confusing and disorienting and stupid.

Is there a way to change this behavior and make it scroll a full page (or better yet, a full page less one line) at a time? I know there's a manpage, but it's tl;dr and I wasn't able to find anything relevant by searching it.

54 Name: CyB3r h4xX0r g33k 2006-02-12 11:28 ID:RoTg6Kxy

>>53
from the xterm manpage:

> It is possible to rebind keys (or sequences of keys) to arbitrary
> strings for input, by changing the translations resources for the vt100
> or tek4014 widgets. Changing the translations resource for events
> other than key and button events is not expected, and will cause unpre-
> dictable behavior. The following actions are provided for use within
> the vt100 or tek4014 translations resources:

...

> scroll-back(count [,units [,mouse] ])
> This action scrolls the text window backward so that text that
> had previously scrolled off the top of the screen is now visi-
> ble.
>
> The count argument indicates the number of units (which may be
> page, halfpage, pixel, or line) by which to scroll.
>
> An adjustment can be specified for these values by appending a
> "+" or "-" sign followed by a number, e.g., page-2 to specify 2
> lines less than a page.
>
> If the third parameter mouse is given, the action is ignored
> when mouse reporting is enabled.
>
> scroll-forw(count [,units [,mouse] ])
> This action is similar to scroll-back except that it scrolls in
> the other direction.

...

> The default bindings in the VT102 window are:
>
> Shift <KeyPress> Prior:scroll-back(1,halfpage) \n\
> Shift <KeyPress> Next:scroll-forw(1,halfpage) \n\

55 Name: CyB3r h4xX0r g33k 2006-02-13 01:55 ID:+vyJO/iK

Problem: the Finder (10.4.4) and all Open dialogs no longer list my Desktop as a folder in my home directory. I can only access it from the Terminal and the Sidebar. No other accounts on this computer display this problem, and restarting / repairing permissions doesn't help. Ideas?

http://img47.imageshack.us/img47/1464/wtheck2xu.gif

56 Name: CyB3r h4xX0r g33k 2006-02-13 02:12 ID:+vyJO/iK

>>55

Nevermind, fixed. Had to delete the Desktop folder in the Terminal then log out & in. Weird.

57 Name: CyB3r h4xX0r g33k 2006-02-13 02:33 ID:QOZzZgn2

>>54
So how exactly do I change these resources? I can't find any hints in the manpage about what file to write them in or anything...

58 Name: CyB3r h4xX0r g33k 2006-02-13 12:53 ID:Heaven

>>57
from the "FILES" section of the manpage:

> /usr/lib/X11/app-defaults/XTerm
> the xterm default application resources.
>
> /usr/lib/X11/app-defaults/XTerm-color
> the xterm color application resources. If your display supports
> color, use this
> *customization: -color
> in your .Xdefaults file to automatically turn on color in xterm
> and similar applications.

the files are in /usr/X11R6/lib/X11/app-defaults on my system.

59 Name: CyB3r h4xX0r g33k 2006-02-13 20:23 ID:QOZzZgn2

Changing system-wide defaults is an awfully ugly way to adjust programs to my personal settings. There must be a command-line option "read resources from this file instead" somewhere..

60 Name: CyB3r h4xX0r g33k 2006-02-25 23:09 ID:2zzbFe3A

does anyone know how to set up wine on freebsd amd64?
i've heard it's possible (using a linux x86 binary package), but i haven't been able to get it working. i use other linux binaries, so i know linux compat is working...
i tried searching on google, but haven't found anything useful...

61 Name: CyB3r h4xX0r g33k 2006-02-26 14:32 ID:Heaven

Cedega only recently started working in 64 bit native, and that is only their drivers iirc. Are you talking about a 32-bit linux chroot or not?

62 Name: CyB3r h4xX0r g33k 2006-02-26 17:55 ID:2zzbFe3A

>>61

>(using a linux x86 binary package)

63 Name: 4n0n4ym0u5 h4xx0r : 2006-03-14 06:15 ID:BQ6Asi5I

I needed to run Share, so I got a friend to send me a vmware image of Windows XP. One problem though, how do I install japanese language pack without the XP CD?

On a related note, why do I need a CD for that?

65 Name: >>63 : 2006-03-14 18:20 ID:Heaven

An IME would still be nice though

66 Name: 4n0n4ym0u5 h4xx0r : 2006-03-16 03:50 ID:r48WV+zM

i need to print 6 images on a page (2 columns 3 rows) such that when i cut the page into 6 and stack, the images overlap exactly. does anyone know an easy way to do this? i've tried doing it by calculating margins and manually plonking the images in word, but this seems somewhat imprecise. and i imagine doing a 6 slide per page thing isn't going to work cos you can't adjust the spacing between slides?
also, i'm trying to get away with using small margins (0.5cm sides 1.35cm top/bottom) but word says the images will go outside the printable area; will these margins work on another printer?

67 Name: 4n0n4ym0u5 h4xx0r : 2006-03-16 10:23 ID:hM3Mwixw

>>66
i'm not entirely sure what you're trying to do, but...

>also, i'm trying to get away with using small margins (0.5cm sides 1.35cm top/bottom) but word says the images will go outside the printable area; will these margins work on another printer?

the last time i used ms word, if i set the margins too small it would pop up a dialog telling me that the margins are too small, and the dialog had a "fix" button on it...

68 Name: 4n0n4ym0u5 h4xx0r : 2006-03-16 12:50 ID:n9eWjU9r

Don't use Word. Use something that's actually meant for this kind of work. I'd suggest Adobe Illustrator, but that's fairly pricey unless you have it already, and if you're using Word, you probably don't. Corel and such would do, and maybe even some open-source program like Inkscape could handle it.

69 Name: 4n0n4ym0u5 h4xx0r : 2006-03-17 05:28 ID:Heaven

I need a good freeware or unrestricted shareware firewall. The one I use is old, and went pay only a couple of years ago.

70 Name: 4n0n4ym0u5 h4xx0r : 2006-03-17 06:00 ID:DRoiOfs2

>>67 yeah i got the same thing, but fix made the margins large and unsymmetrical
>>68 thanks, i might look into that
>>69 kerio is ok i think

71 Name: 4n0n4ym0u5 h4xx0r : 2006-03-17 13:52 ID:hM3Mwixw

>>69
pf, ipfw

72 Name: 4n0n4ym0u5 h4xx0r : 2006-03-17 15:56 ID:8ucajj2U

>>71
too short, couldn't decipher

73 Name: 4n0n4ym0u5 h4xx0r : 2006-03-18 07:37 ID:Heaven

>>72
google, do you use it?
pf -> second result -> http://www.openbsd.org/faq/pf/
ipfw -> second result -> http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html

74 Name: 4n0n4ym0u5 h4xx0r : 2006-03-18 13:56 ID:Heaven

>>71

He was obviously asking for one for Windows, genius.

75 Name: 4n0n4ym0u5 h4xx0r : 2006-03-18 14:44 ID:Heaven

But on that subject, what about personal firewalls for Mac OS X? I've only been able to find a single one, which is commercial. Aren't there any free ones? And no, ipfw is not up to the task. It's still focused on preventing incoming connections, when the bigger threat these days are outgoing connections.

76 Name: 4n0n4ym0u5 h4xx0r : 2006-03-19 17:41 ID:Ter2GmtM

77 Name: 76 : 2006-03-19 20:57 ID:Heaven

>>75
I forgot, this forum is absurdly helpful too: http://discussions.info.apple.com/

78 Name: 4n0n4ym0u5 h4xx0r : 2006-04-11 13:36 ID:4vOg4NT0

I want to remove the "Documents" folder on the Start Menu, is there any way to do that? I don't care if I delete that folder permanently, I have never used it in my life, and I am tired of clearing it whenever I visit my (hidden) hentai pics folder.

79 Name: 4n0n4ym0u5 h4xx0r : 2006-04-11 17:43 ID:Heaven

>>78

  1. right click on start button
  2. click on "Properties"
  3. click the button that says "Customize..."
  4. go to the "Advanced" tab
  5. uncheck the box next to "List my most recently opened documents"
  6. click "OK"
  7. click "OK" again

80 Name: 4n0n4ym0u5 h4xx0r : 2006-04-12 19:32 ID:szWhBnjX

Ok, here's something I just know I'll regret asking.

I have a phone that can do mail by POP3 and SMTP. I also have a Gmail account. However, the phone won't do SSL, and Gmail won't work without it. I also have a Mac OS X machine that is always on. So I'm thinking, couldn't the Mac relay my mail between my phone and Gmail?

This probably involves postfix somehow. I can just tell this will be painful. Anybody have any hints how to do this with a minimal amount of screaming?

81 Name: Albright!LC/IWhc3yc : 2006-04-12 22:00 ID:oh3Yv4Zq

I think the easiest, if not the most l33t, way to do it would be to use OS X's Mail client in combination with a little AppleScript. Set it up to access Gmail via POP http://mail.google.com/support/bin/answer.py?answer=13275 , then set up a filter to have it send each incoming message to your phone.

When you reply to these messages, it'll go to your Gmail account, so set up another filter (you'll have to put this filter before the above one in order of execution) that detects if the message came from your phone, and if so, executes an AppleScript that then forwards your outgoing message to the proper email address. (Perhaps have the address the message should go to as the first line of the body of the email so the script can pick it out or something.) I'm no good at AS, so you're on your own at this point, but I think it should be possible.

Or, if your phone supports it, you can simply set it so all of your outgoing messages have the Reply-to: header set to your Gmail address, and then reply to them directly from your phone.

82 Name: 4n0n4ym0u5 h4xx0r : 2006-04-13 01:11 ID:szWhBnjX

>>81

No, that won't do at all. I don't want any program parsing and messing with my messages and headers, and I don't want to have to keep Mail running all the time.

I really don't need any more than something that accepts connections and forwards them with SSL, or possibly a simple mail queue.

83 Name: 4n0n4ym0u5 h4xx0r : 2006-04-13 03:24 ID:Heaven

>I really don't need any more than something that accepts connections and forwards them with SSL,

stunnel?

84 Name: 4n0n4ym0u5 h4xx0r : 2006-04-18 13:20 ID:n9eWjU9r

>>83

Tell me more!

85 Name: 4n0n4ym0u5 h4xx0r : 2006-04-18 17:51 ID:hM3Mwixw

86 Name: 4n0n4ym0u5 h4xx0r : 2006-04-19 11:42 ID:Heaven

>>85

That's not what I'm paying you for!

87 Name: 4n0n4ym0u5 h4xx0r : 2006-04-19 18:14 ID:4vOg4NT0

>>79

It only works with the XP-style Start menu...Is there any way to remove the Documents' Folder on the Classic-style menu? Because I don't really like the XP style..orz

88 Name: 4n0n4ym0u5 h4xx0r : 2006-04-19 20:22 ID:hM3Mwixw

>>87
i don't know of a way to do it with the classic-style menu...
why don't you like the xp-style one?

89 Name: 4n0n4ym0u5 h4xx0r : 2006-04-20 12:46 ID:Heaven

>>87

Try TweakUI, maybe?

90 Name: 4n0n4ym0u5 h4xx0r : 2006-04-21 20:44 ID:Heaven

>>88

I don't like it because it is too wide, also it shows all the folders instead of hiding those which are rarely used

>>89

Thanks, I'll go google for it and see what it is

91 Name: 4n0n4ym0u5 h4xx0r : 2006-06-30 21:34 ID:rAmZ5vyR

age because people aren't using this

92 Name: 4n0n4ym0u5 h4xx0r : 2006-07-05 16:14 ID:O9uk0hUV

repost from other thread:
I just bought a USB webcam thing, and it worked fine. Once. Now after disconnecting and reconnecting it, it's only detected as "Unknown Device" no matter how many times I uninstall and reinstall the drivers. Still works on my laptop, so I don't think the camera itself is the problem. Any ideas?

93 Name: 4n0n4ym0u5 h4xx0r : 2006-07-06 18:02 ID:g7zJLO6Q

Are you plugging it into the same USB port or did you try different ports?

94 Name: 4n0n4ym0u5 h4xx0r : 2006-07-07 19:09 ID:O9uk0hUV

tried different ports. and all of the ports still work with other things.

95 Name: 4n0n4ym0u5 h4xx0r : 2006-07-08 19:48 ID:g7zJLO6Q

http://forums.amd.com/lofiversion/index.php/t40845.html
Someone there had a similar problem, seems to have been caused by a spyware conflict. Do you have any files called vimicro.exe? Have you run virus/spyware checks recently?

96 Name: 4n0n4ym0u5 h4xx0r : 2006-07-08 23:49 ID:O9uk0hUV

nope, no signs of any such files, and i've run virus and spyware scans since the problem started.

97 Name: 4n0n4ym0u5 h4xx0r : 2006-07-08 23:57 ID:O9uk0hUV

Well, it works now. No idea why, I didn't actually do anything.

98 Name: 4n0n4ym0u5 h4xx0r : 2006-07-09 05:32 ID:XvkGn01D

I have a kinda-tech question.
I moved and my new place has only two-holed grounded outlets. So to use my computer I installed a three-hole adapter and plugged its power strip into that.

But now the computer is running much, much slower than it did before. Nothing new has been installed. Computer's a six-year-old G4.

So I don't know much, is the slowdown caused by not getting enough power?

99 Name: Albright!LC/IWhc3yc : 2006-07-10 03:53 ID:JiCcAs9s

No. If your computer was not getting enough power, it wouldn't start at all (if the low power was steady), or it would randomly restart (if the low power occurred in occasional "sags").

Besides, "three-holed" outlets don't put out any more power than "two-holed" outlets. The third hole just does grounding.

Check System Profiler and make sure it's reporting your system specifications as correct, especially your RAM. It's possible that your RAM card(s) got unseated while you were moving your computer to your new place, and now your system is trying to get by with less RAM than it used to have. If things are amiss, make good on the fact that those G4 towers are so dang easy to pop open and check to make sure everything's seated properly. (Remember to discharge yourself of any static electricity before you touch anything in the computer.)

100 Name: 98 : 2006-07-12 14:08 ID:Heaven

Thanks, >>99.

All the RAM is being read correctly, and everything in the box is firmly in its usual place. Seriously, absolutely nothing has changed with my system to make it become so incredibly slow.

One other strange thing that's happened is that fairly often my speakers make a series of weird staccato buzzing noises, and rarely my monitor flickers in a similar manner and my alarm clock makes the same noises. So, could something like this be connected to the problem? Wtf is going on?

101 Name: 4n0n4ym0u5 h4xx0r : 2006-07-13 03:02 ID:g7zJLO6Q

Are both your clock and monitor plugged into the same power strip?

102 Name: Albright!LC/IWhc3yc : 2006-07-13 03:05 ID:Heaven

Your computer is haunted. Have a priest come and consecrate it.

Seriously, it's odd, but >>101 might be on to something. Can you move your computer to another room, or at least another outlet, and see if the weirdness continues?

103 Name: 98 : 2006-07-13 12:05 ID:Heaven

>>101 No, as a matter of fact -_-; the clock is plugged into the only other outlet in the room.

>>102 In three days I'll be able to do that. We'll see.

104 Name: 4n0n4ym0u5 h4xx0r : 2006-07-14 02:46 ID:g7zJLO6Q

If your other electronics are affected it might have something to do with the power coming out of your outlets. Surges or unstable voltage can cause buzzing in audio equipment and flickers in monitors. I don't know how it would make a computer run slower without it being forced to shut down or fry a part, however.

As a wild guess it might be the CPU overheating by having had the heatsink separated during the move and slowing itself down to reduce heat buildup. Some G4 Powerbooks did have a thermal diode with dynamic frequency scaling but I'm not certain if G4s had this feature in the desktop models.

Another more improbable guess might be a problem with the computer's power supply being damaged and feeding an incorrect signal somewhere to the system clock or CPU. Or your BIOS somehow set to use the wrong multiplier for CPU speed.

105 Name: Albright!LC/IWhc3yc : 2006-07-14 03:21 ID:Heaven

>Or your BIOS somehow set to use the wrong multiplier for CPU speed.

Macs don't have BIOS/CMOS.

But you might be on to something with regards to a fan becoming loose or faulty. Be sure to give that a look too, >>98.

106 Name: 4n0n4ym0u5 h4xx0r : 2006-07-16 12:18 ID:NQYT6UJv

>>105
Then what on earth do you call the OpenBoot ROMs? Certainly it's not the BIOS on a PC system, but I'd say you're going a little far with that assertion there, kid.

107 Name: dmpk2k!hinhT6kz2E : 2006-07-17 04:29 ID:Heaven

On the topic of going a little too far, that parting remark is of dubious character.

108 Name: Albright!LC/IWhc3yc : 2006-07-17 05:10 ID:JiCcAs9s

You mean Open Firmware? Sure, Macs have firmware. But it's not called "BIOS" and it's not used the same way as BIOS/CMOS. Nor is it something that any more than a miniscule fraction of Mac users would ever have a use for. I know I've never used it…

109 Name: 104 : 2006-07-17 14:38 ID:g7zJLO6Q

Can we get back to the problem at hand? Where did Mr. 98 go?

110 Name: 98 : 2006-07-18 14:59 ID:Heaven

I'm here, gonna switch outlets tonight and see what happens to the memory situation. (And I'll check out the fan too.)

111 Name: 4n0n4ym0u5 h4xx0r : 2006-08-05 21:52 ID:u32KApCd

I recently had a problem with my PC, in that it wouldn't boot at all - there was some HD activity for a few seconds, and all the fans and CD drives started up, but nothing on the monitor.

Now, where it was situated wasn't the most convenient place to dismantle it and try to figure out what's causing the problem, so I took it elsewhere and connected a spare keyboard, mouse and monitor, at which point it booted up just fine. So I took it back to where it was, plugged everything back in and once again it didn't work.

Then I tried disconnecting things one at a time, at which point I discovered the whole thing was down to the mouse. I mean, what the fuck, the <i>mouse</i>. So why the hell was it doing that?

112 Name: 4n0n4ym0u5 h4xx0r : 2006-08-05 21:53 ID:u32KApCd

> <i>mouse</i>

dammit, i could have sworn I enabled HTML.

113 Name: Redhatter : 2006-08-06 08:31 ID:Heaven

Well, technically anything could be to blame... a PS/2 or USB mouse who's +5v and Ground pins are shorted (due to a dodgy plug or cable), will naturally cause the crobar circuit in the PSU to kick in, shutting off power to the whole system.

114 Name: 4n0n4ym0u5 h4xx0r : 2006-08-06 09:52 ID:Heaven

Out of cheese error.

115 Name: 4n0n4ym0u5 h4xx0r : 2006-08-07 10:46 ID:Heaven

>>113
ah, but it didn't shut off power to the whole system. the fans and disk drives, at least, still had power. but seemingly the graphics card didn't.

116 Name: 4n0n4ym0u5 h4xx0r : 2006-08-10 06:07 ID:g7zJLO6Q

Maybe some corruption in the mouse driver that crashes the system as it's loaded?

117 Name: 4n0n4ym0u5 h4xx0r : 2006-08-10 20:12 ID:szWhBnjX

I'd suspect a shorted +5V and ground, too. Fans and drive motors running on +12V might still get power. It's hard to tell exactly what would happen.

118 Name: Redhatter : 2006-08-11 05:33 ID:Heaven

>>114 Wouldn't that be 404: Cheese Not Found? ;-)

119 Name: 4n0n4ym0u5 h4xx0r : 2006-08-24 22:41 ID:rAmZ5vyR

age

120 Name: 4n0n4ym0u5 h4xx0r : 2006-08-25 06:23 ID:h5oiy9c1

you have a rodent problem

121 Name: 4n0n4ym0u5 h4xx0r : 2006-08-26 04:59 ID:Heaven

Is it possible to combine split RAR files without decompressing and recompressing them?

122 Name: 4n0n4ym0u5 h4xx0r : 2006-11-26 06:20 ID:4tE1csKl

上げる

123 Name: 4n0n4ym0u5 h4xx0r : 2006-12-31 20:14 ID:u32KApCd

i just reinstalled XP on a system that had the same installed on it previously. main difference being i reformatted the HD i was installing it on in NTFS rather than FAT32. it installed and ran fine, but i now get this error on boot:

*** IDE DRIVES INSTALLATION ERROR ***
For best reliability & performance, please change the stand alone slave drive to master. System Halt...

the boot drive is the master on that cable, second HD is the slave. the bios initially autodetects both drives, but when it's actually displaying the names/models of the drives the master doesn't appear.

i haven't opened the case since reinstalling, so there's no possibility of me having physically changed any jumpers or unplugged anything. so what's going on there?

124 Name: 4n0n4ym0u5 h4xx0r : 2006-12-31 20:28 ID:u32KApCd

further to that last post, this is what appears at boot before the error:

Auto-Detecting Pri Master - IDE Hard Disk
Auto-Detecting Pri Slave - IDE Hard Disk
Auto-Detecting Secondary Master - ATAPI CDROM
Auto-Detecting Secondary Slave - ATAPI CDROM
Pri Slave [name/model of second HD]
Sec Master [name/model of first CDROM]
Sec Slave [name/model of second CDROM]

125 Name: 4n0n4ym0u5 h4xx0r : 2006-12-31 21:17 ID:u32KApCd

just tried disconnecting the slave, i get a "Pri Master HDD error" instead. i can continue from this point and boot from a floppy or CD, but still. is my HD fucked? and if so, what fucked it?

126 Name: 4n0n4ym0u5 h4xx0r : 2007-01-01 02:46 ID:0y65Um/u

>>125
It might be done for. Try to boot into a live CD system and check the drives SMART status, and/or download some drive checking tools from your hardware manufacturer and check with those. If they say your drive is broken, get a replacement (Your drive might still be under warranty so it might not even cost you that much). If they say everything is ok, try completeley deleting everything on the hard drive and reinstall after that.

Also, drives just break sometimes, especially if they're older, usually when turning on. The reformatting work might just have been what was needed to kill you drive, and when you rebooted after the install, it broke.

127 Name: 4n0n4ym0u5 h4xx0r : 2007-01-02 17:07 ID:u32KApCd

it seems like it's a firmware issue (maxtor drive being misidentified by its factory ID, Ares in this case). there's software available to fix it, but it costs $400, which is about ten times as much as the drive is worth. might as well get a replacement, then.

128 Name: 4n0n4ym0u5 h4xx0r : 2007-03-21 20:04 ID:4tE1csKl

age

129 Name: 4n0n4ym0u5 h4xx0r : 2007-03-22 03:55 ID:Heaven

by the way, this thread is why kareha needs stickies.

130 Name: 4n0n4ym0u5 h4xx0r : 2007-03-26 05:11 ID:Heaven

>>129
no. there is a notice board at the top of the page.

131 Name: 4n0n4ym0u5 h4xx0r : 2007-04-14 08:17 ID:RU5BkPlY

do the intel macs really run any windows program, or do they need to have windowz xp installed to do that?

132 Name: 4n0n4ym0u5 h4xx0r : 2007-04-14 20:29 ID:Heaven

>>131
no. there are some windows programs that windows xp won't run.

133 Name: 4n0n4ym0u5 h4xx0r : 2007-04-14 20:43 ID:b8U1i2al

I bought a SATA hard drive and external USB enclosure recently, but it doesn't seem to power up at all. I assume the enclosure isn't working properly (it looks and feels like a cheap piece of crap) but I thought I'd just check here to see if there's any common issue that causes this to happen. Any jumpers I need to set, specifically? I've been out of the hardware loop for a while, all the HD's I've installed in the past were IDE, so I'm not overly familiar with SATA jumpers.

134 Name: 4n0n4ym0u5 h4xx0r : 2007-04-14 21:59 ID:RU5BkPlY

>> no. there are some windows programs that windows xp won't run.

do you mean that the intel macs will only run programs that run under windows xp, or that i do not need to have windows xp installed to run those programs?

135 Name: 4n0n4ym0u5 h4xx0r : 2007-04-16 02:42 ID:Heaven

>>134
no, i don't mean either of those things.

136 Name: J3ph_42!dXldY3fJbY : 2007-04-16 22:05 ID:Heaven

>>131
Compiled against a different OS. Unless you have some sort of multi-platform binary. Like a Java or .NET app.
>>132
Not a relevant answer, but true. 95/98 Compatability helps, but some things really assume a very different environment than the average XP machine provides. Usually games or VERY OLD apps.

137 Name: 4n0n4ym0u5 h4xx0r : 2007-04-18 22:02 ID:ZfIWZVsj

When i'm installing a game, my cd rom keeps disapearing on me. I have to restart the computer and the cd rom comes back. but when i try installing again, the cd rom dissapears randomly, sometimes on the first disk, sometimes on the 3rd or whenever.

Does anyone know what's wrong?

138 Name: 4n0n4ym0u5 h4xx0r : 2007-04-19 15:53 ID:b8U1i2al

133 here, tried the drive in a different enclosure and it worked fine. I suppose the moral of the story there is if it looks like crap, and it feels like crap, and it was priced like crap, it probably is crap.

139 Name: 4n0n4ym0u5 h4xx0r : 2007-04-26 12:39 ID:b8U1i2al

Vista has a feature that allows you to control the volume of different applications separately - is there any freeware equivalent to this for XP? I'm not really in a position to install Vista at the moment.

140 Name: 4n0n4ym0u5 h4xx0r : 2007-05-16 02:08 ID:HyOa5lwD

age

141 Name: 4n0n4ym0u5 h4xx0r : 2007-05-19 01:35 ID:lTJFSnt2

How come I can only use proxies on port 80?

142 Name: 4n0n4ym0u5 h4xx0r : 2007-05-19 06:51 ID:A/C8OfbW

>>141
lawl
Open more ports.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: