dobby
About
- Username
- dobby
- Joined
- Visits
- 13
- Last Active
- Roles
- member
- Points
- 3
- Badges
- 0
- Posts
- 797
Reactions
Comments
-
Check that you don't have a /User/yourusername/Library/StartupItems. Try this. Create a dummy user and disable autologin. Reboot the machine. Select the dummy user account and login. Does the app start now? If it does then it is starting wh…
-
The Intel chip thats going to be used is 64bit anyway. The might as well do the coding as with probably won;t be that different. It is the pentium D isn't it? Dobby.
-
logs are under /var/log and /Library/Log /Library/Log is app stuf and /var/log is console stuf. Check both for errors. Dobby.
-
Open System Prefs. Click on Users and your account then Startup items. Remove it from here. If it is not here then look in /Library/StartupItems and remove it from here. If its not in there then it will be in /System/Library/StartupItems becareful …
-
I take it your not using and XServe and XRaid otherwise these questions would be pretty redundant. 1. You can do it without destorying the drive but I would advise to do a backup beforehand. a) open terminal and su - root. b) diskutil list Yo…
-
A single domain is normal (unless you have hundreds of people spread over multiple locations. You normally login with your own user account onto a single domain. The domain can have trusts with other domains that lets your access servers/printers…
-
I don't think cell processors are design for Desktop CPUs? Aren't they more of a vector processor? On a PC you want an allrounder type CPU and not a application specific. Dobby.
-
I think it sucks that developers have to pay $999 for the transition kit! APPLE this should be free! You need as many developers behind your as possible and your pissing around with them. Why should I partially re-write and recompile my code of…
-
open /apps/utils/Terminal.app $ cd / $ du -skc /* (lists directories and their size and gives you the total in KB). $ cd direname (direname being the directory with the larges size.) /System and /Library should be only 2-3GB each. Dobby.
-
Tiger works really well with SMB mounts. Panther only supported up to 10 character share names but Tiger support longer share names. Dobby.
-
Try http://www.pollet.net/GLterm/ I think you can also use tn3720 as well. Terminal is quite okay. Not quite putty but a hell of a lot better than MS terminal. BTW, All terminal app developers, I hate when I highlight something and it goes t…
-
You could try something like $ cd /directory_you_want to start at $ find . -name '*/rsrc' -exec cp /dev/null {} \\; I don't have a mac handy at the moment so you might want to create a dir with a could of test files and try this. If the files …
-
The new XBox 360 is something Apple should have done. It plays music/DVD's,games,XBox live (online chat or something). If I buy a new dvd player, I would buy an xbox 360 as I could play my mp3's as well etc. With Apples iPod and the whole home …
-
MS's next OS upgrade, Longhorn, also includes auto defragging. No there are no settings and no you can't turn it on or off. It the FS that requires/causes the defragging. Both HFS+ and UFS are auto defragged by the OS. If you write to an NTFS…
-
Quote: Originally posted by Sao_Bento If you have to use a 32 bit GUI or a CLI just to get to the 64 bit part, doesn't this automatically break anything that needs interactivity between the GUI and the result? In a 3D app, you need to be able to …
-
Don't worry about pagefaults they happen all the time. I can't see physical memory causing the system to require cpu involvement. Physical mem problem generally cause instability and problems during install etc. If you have a spare partition or…
-
open terminal $ man netstat show network stats $ man iostat shows disk io stats $ man vm_stat show virtual mem stats. open a couple of terminal windows and run $ top -o cpu -s 1 (sort by cpu interval of 1 sec) $ netstat -i 1 (interval of …
-
A Concatenated Raid is a simple stripe set or Raid 0. If you use Vertias Volume Manager you would see Raid 0 sets as a CONCAT set. Dobby.
-
In the activity monitor the cpu figure is updated every sec yet the proc window updates every 2 secs on normal update mode. Activity monitor requires more CPU than most processes. How does top report the discrepancy? Is the idle time different f…