Forum: Geek Forum Topic: bored at work... free tech support! started by: damien_s_lucifer Posted by damien_s_lucifer on Jan. 25 2001,18:57
you heard right... I, the Technical Manager here at Paramount Technology, am so bored I am offering FREE hardware support.no newbie questions will be answered. if your system completely and totally freezes from time to time I'll give 5 to 1 odds it's your cheap ass power supply. Posted by Bozeman on Jan. 25 2001,20:10
Mt PC spontaneously restarts from time to time. The power cord is firmly plugged ino the tower and the wall, do you have any idea what is wrong?
Posted by damien_s_lucifer on Jan. 25 2001,21:00
Bozeman - I need more info - CPU? RAM? OS? etc.Spontaneous restart is *usually* a power supply problem. The first thing I'd try in the shop would be to plug in the 300 Watt Sparkle Power International Power Supply w/noise killer and see if it solved the problem. It's amazing how many weird quirks disappear with a good PS. Posted by Spydir Web on Jan. 25 2001,21:03
I'm bored, might as well.I installed slackware 7.1 this past weekend (mandrake got old), and I've been having a couple troubles... first, whenever I su and chown to spydir (my normal user), and chgrp and all that good stuff, I still have to su to edit anything. annoying as hell. I've tried a couple things, including simply logging in as root and chown/chgrp'ing. I don't really think there's a manual for that (although it's probably in one of the parts I'm skipping over in man chown). Any ideas? ------------------ Posted by damien_s_lucifer on Jan. 25 2001,21:31
quote: Slakware kicks ass!!!! That'd the same thing I run... are you, by any chance, from the SF Bay Area? Walnut Creek CDROM, the guys who develop Slakware, is down the street from my house. They claim to have to most trafficked FTP server in the world... I've seen their setup, and it IS pretty pissed off... what files are you trying to edit? If they are files in /etc, you'll need to be root to edit them. If you chgrp / chown them, they'll simply be reset to user and group root on next restart, because Slakware does "basic permission sanity checks" every time it starts. from what I've read, though, I'm guessing you're either 1. not changing your ownerships properly, or 2. creating the files in a directory that spydir doesn't have write permissions in (i.e. /root, or just about any directory other than /home/spydir). Woever created the files in the first place owns them, so if you were working as someone other than spydir when you made them, you'll have to properly chgrp and chown them (you'll need to be root to do this) : # change the group ownership to "users" (default for new accounts) # change owner to spydir The other thing you'll have to do is move your files to your home directory, if they're not there already : mv yourfile /home/spydir/ if worse comes to worse, you could give rwx permissions on that file to the world : chmod 777 yourfile # BAD AND SCARY, but it works. all this, of course, is assuming you have your home directory is on a normal mount, and not something funky like nfs or smbfs. Posted by Spydir Web on Jan. 25 2001,22:07
well, for one, I mount a 6.4 IDE (/dev/hdb1) to /spydir for all my mp3's, web stuff, etc., etc. The other stuff is in my /home/spydir dir.When I made the original switch from mandrake to slack, I backed up everything to cd-rw's and I copied all the stuff from the cd-rw's right to /spydir and /home/spydir. Things such as my ~/tmp dir, which had a lot of stuff I wanted, and other things created by programs that way I didn't have to worry about redoing everything and having to configure a ton of stuff. When i did the copying (back to the harddrives) I did so as root, so that might be the prob you're talking about. I also used -R so that I didn't have to go through independent directories (would take hours, I keep my drives organized ). I'm not getting ready to chmod 777 anything, but no one ever logs into my machine other then me to really worry about... You're probably right, I screw stuff up like that a lot . Since it's the weekend now I'll have time to tinker and what not, but thanks a lot for the reminder I screw stuff up pretty easy. ------------------ Posted by damien_s_lucifer on Jan. 25 2001,22:34
this might be a better way to do it :- rm -r your whole spydir directory. - mount your cd-rw - su to spydir - cp everything back. That way, all the files will be owned by spydir, and not root, and you won't even have to worry about chown / chgrp / chmod. I also do the two-hd thing. /dev/hda1 is the system partition. /dev/hdc1 gets mounted under /u1 (user disk 1 ), and I made a link from /home --> /u1 for software that makes certain (wrong) assumptions about where user files are. My roommate also has a machine running Slackware. We have them set up with NFS shares so he can log in as himself on my machine and use his home dir on his home machine, and vise versa... took us a LOT of caffeine to figure that one out Posted by a.out on Jan. 27 2001,14:47
assuming that the files are all in /home/spydir, you need to use the following command:chown YOURUSERNAME /home/spydir -R the -R command will recursively change the ownership of all the files and directories in /home/spydir. Posted by hal0 on Jan. 27 2001,20:04
Speaking of linux... i tried installing it the other day, but there is a prob...i repartitioned my ide drive (i have scsi as primary master) so it would be 4 gigs fat, 4 gigs linux. Then I go through the install process of linux mandrake, installing everything on the 4gig linux drive (it set the swap drive, etc. automatically), then when I reboot, instead of it saying LILO it says: LI and it just hangs there. I am running win2k, i dunno if this is a prob. (I installed win2k first then linux). When I tried using the mandrake boot disk, it came up as: LILO so I typed in linux, and it came back with an error of like .. 0x00 or something, then i saw what else lilo had in there, and it only had linux and rescue to boot from. Now windows (and I did configure it). Well anyway, I was able to get back into win2k and get rid of the partition, but I would like to know what the hell is the prob and try it again. ------------------ Posted by damien_s_lucifer on Jan. 28 2001,01:28
hal0, a LILO hang almost always means your LILO installation is corrupted. It's rare that it happens, but it simply might not work on your system. In that case, you'll have to use a boot floppy
Posted by Spydir Web on Jan. 28 2001,05:47
a.out - yup, but it's "chown -R <username> <files>". That's what I was doing in the first place, and I think I stated that in my second post...anywayz, I haven't had the best of changes to test the idea damein said, but I'll be getting to it tonight. Thanx man, I think it'll actually work ------------------ Posted by hal0 on Jan. 28 2001,17:47
i tried using a boot floppy and got an error message------------------ Posted by Spydir Web on Jan. 28 2001,19:16
I got the same "LI" problem when I boot from the disk. I dunno about the diskette errors, sounds like a bad floppy to me. Make sure you're slicing your 4gig linux partition up right, and boot with a floppy is all I can say. It's generally a good idea to boot from the floppy with linux, too. I dunno, I just prefer it .------------------ Posted by Jynx on Jan. 28 2001,23:03
Awlright, damien, I got one for ya...I have a simple home network. Two machines, desktop and laptop. Desktop: Win98SE, no-name NIC. When I send files from the Desktop to the laptop, things are great, normal speeds (2 M ~ 2 sec). So, what's my problem? Hardware or software, and is it fixable with a software hack/patch or is it only fixable with a new NIC? Any answers would be great, thx! ------------------ We do not make software "releases" -- our software escapes, leaving a bloody trail of desginers and quality assurance people in it's wake... Posted by kai on Jan. 29 2001,02:35
perhaps your desktop's hard drive cannot write the data fast enough------------------ Posted by kai on Jan. 29 2001,02:44
what i stated before about deleting your own posts, i was way wrong-edit double post This message has been edited by kai on January 29, 2001 at 09:54 PM Posted by Jynx on Jan. 29 2001,19:15
Nope, the hd is fast enough--I did tests using 20 M files from one hd to the other, and no problems with either (20 M in a matter of seconds).Next? Posted by damien_s_lucifer on Jan. 29 2001,19:39
jynx - usually, when network speeds are great in one direction and crap in the other, it's a bad network cable. try replacing it.barring that, it's almost certainly a bad NIC. Posted by aventari on Feb. 08 2001,01:47
Is that free tech support offer still going on?? I need you to install Samba on my Linux server at home. You do make house calls right? ------------------ Posted by KL1NK on Feb. 08 2001,12:10
quote: I just installed samba on my linux box, what do you need help with?
Posted by aventari on Feb. 08 2001,15:51
Well if you could give me a general overview on the install that would be cool. I haven't looked into it at all, so i have no idea what setting it up entailsIs it just like setting up a bootp server for example? Install the software, configure a few files and let 'er rip? Posted by damien_s_lucifer on Feb. 08 2001,16:49
quote: er, no... but Samba is pretty easy to configure. Just make sure you know where it's reading its config files from. DO NOT USE THE SAMPLE CONFIG FILE!!! It contains entirely too many options. Better to use a simple one and work from there... here's my smb.conf. code: This script makes my Linux box the "master browser" on my network, which makes the network a *lot* more stable. If you don't do this, any old machine can become MB - and when that machine takes a shit, your network connectivity is SERIOUSLY impaired until a new MB is elected (about 15 minutes.) Some of the MB config lines are probably overkill, but since my Linux box is the only one that's always on I want to be sure it's the MB. It also ONLY allows connections from my LAN... change the 10.0.0. part to YOUR network address, which is accomplished by simply dropping the last octet of the IP addresses you use. So if your machines are 24.137.229.1, 24.137.229.2, etc. your network address is 24.137.229. The "homes" section is cool... login to Windows with your Linux username & password. When you go to the Samba machine, your home directory is one of the shares. Slick. Neato. Hope this helps. Posted by Vigilante on Feb. 08 2001,19:14
Here's some non-loonux for ya.a few days ago I flashed my mobo bios (abit bp6 to bios rev RU) to fix a problem with win2k not liking my usb. That worked, but now somethin really freaky is goin on. I have to power my computer up twice before it boots. The first time I hit the button, the power activates, I can hear the fans and such; but there's no hard drive clicking, and nothing on my monitor. I have to hold the damn power button in for 6 seconds (I hate that), wait for the fans to die down, then hit it again and it boots up nominally. Posted by damien_s_lucifer on Feb. 08 2001,21:08
quote: I think your solution to the old problem is the source of the new once. Email ABit with your complaint and see what they say. Or just wait for the next BIOS revision. Posted by aventari on Feb. 08 2001,23:52
I hate that damn ATX 6 second power button thing too. If you have a descent p/s, there should be a hard on/off switch on the back of it, you can probably reach behind and flip that off and on instead of waiting w/ yer finger on the button. Thats how i do it. I'm very impatient :] ------------------ Posted by Vigilante on Feb. 09 2001,02:43
quote: Yeah, yeah, I figured that. I've emailed abit before though, and they never bothered to respond. Posted by DeadAnztac on Feb. 09 2001,04:56
Hey, I got a problem, I'm running a 700Mhz t-bird on a Asus A7v, golden Orb (fricken thing is tight! (in a bad way)), 256Mb generic PC133 RAM, 37 Gb's Hd, running Win2K, a 300 Watt P/S, and an APC 420 (so not anything related to power ). Now my dilhema, when I try and run certain apps, when they try and start I get a error like "The application failed to initialize properly ([some hex]). Press OK to terminate this program." Now this is really starting to piss me off. I thought it could be my RAM, so I took out one stick, still got the error, put it back in, took out the other, tryed again, same error. I've even replaced my Mobo and proc (with almost identical mobo 'cept new one had multipliers ) and it still does it... Any help? Pls? Oh and if your wondering if I can give a specific example how THPS2 cracked hehehe.. starting to piss me off, can't play it on my comp (which is better, and is mine), have to play it on my bro's which is running ME. So any ideas short of switching back to ME or 98 (or wine )? [Edit: forgot to mention that THPS2 cracked is not the only prog that doesn't work, Netscape 6 doesn't (same error) Q3Radiant some times gives me that crap (IN THE MIDDLE OF COMPILES!!!), etc ] This message has been edited by DeadAnztac on February 09, 2001 at 11:59 PM Posted by DeadAnztac on Feb. 09 2001,20:32
<bump> ?
Posted by damien_s_lucifer on Feb. 10 2001,23:06
quote: something in Windows is corrupt. do you have a virus scanner? If so, update your virus data and scan. If you don't find anything, try (re)installing SP1. If *that* doesn't work, try reinstalling Win2K. |