[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Cs-club] Hello CS club
I am constantly pushing the "reply" button instead of the "reply to all"
button, so the list never gets my replies... bakahachi.
> -----Original Message-----
> From: cs-club-admin@lists.uwosh.edu
> [mailto:cs-club-admin@lists.uwosh.edu]On Behalf Of Adam Ruck
> Sent: Sunday, September 15, 2002 8:31 AM
> To: cs-club@lists.uwosh.edu
> Subject: [Cs-club] Hello CS club
>
>
> Hello,
Hi!
>
> first thing I should probably say is that I am planning on
> comming to the
> meetings, unfortunatly at the moment highschool soccer is rather
> difficult
> to work around.
>
> the next reason I am sending this email to ask some questions.
> --1) In linux, when I am running either netscape or mozilla every
> 15 minuets
> or so the browser just dissapears, so I decided to run them from a shell,
> and when it dissapears then, it gives me the following error 'bus error'
> any ideas?
>
Quoted from man signal(7):
SIGBUS 10,7,10 C Bus error (bad memory access)
Now, if my memory serves me correctly, some architechture's need all memory
access to be aligned on an x-byte boundary (2, 4, 8, etc.), but I cannot
remember if ix86 was one that required this. So the error you are getting
could be caused by a bad memory read/write address. You can check your
system logs for these errors, I thought that the kernel dumps more
information than just "SIGBUS" when these problems occur. Good luck on this
one.
> --2) shift a doesn't work on my keyboard, another words to do a
> capital a I
> have to use caps lock. I am to cheap to get a new keyboard... any ideas?
Wow, two dead shift keys... I've never had that happen. In any case though,
you may be able to remap your keyboard so that one of your CTRL or ALT keys
acts as a SHIFT key. I'm not quite sure if you can remap the CAPSLOCK key at
all though. There is a kernel keymapping project, I just can't remember
where the documentation to this is.
>
> --3) I am attempting to setup a little router/nameserver at home,
> and then
> migrate it to my school and over haul there network for them. if I was
> really energetic I would tell you all about how I am going to lay out the
> network.. but I just wanna get this done first. I have my
> computer running
> redhat 7.3 latest version everything, I have one nic connectted
> to my cable
> modem, and one connected to my switch. the one connected to my
> cable modem
> is dhcp, and the other is 10.0.0.10. My windows box is 10.0.0.11 and
> connected to the same switch. I have forwarding all set up and working
> properly. using ip address I can conduct web surfing and ssh and
> so on, but
> I cant get dns to work. I am running bind, and using redhats bind
> configuration tool, can someone either explain what I have to do
> for dns to
> work or point me to a good site?
Bind 4? Bind 8? Bind 9? How about the ISC website's documentation of bind? I
don't understand the use of a config tool, it's not that difficult to set up
bind.
>
> well thats it for now.. I will see everyone at a meeting sometime
Me too.
>
> --adam--
>
--hachi