konqueror crash

2002-03-05 Thread Michael Schwendt
kdebase-3.0.0-0.cvs20020218.1 As soon as I type the first '/' character of http://...; in the Location field, konqueror crashes with a segmentation fault. 100% reproducible. Is anyone else seeing this? ___ Redhat-devel-list mailing list [EMAIL

Re: konqueror crash

2002-03-05 Thread Bernhard Rosenkraenzer
On Tue, 5 Mar 2002, Michael Schwendt wrote: As soon as I type the first '/' character of http://...; in the Location field, konqueror crashes with a segmentation fault. 100% reproducible. Is anyone else seeing this? No, and Konqueror is the only graphical browser I'm using. Did you try a

Re: konqueror crash

2002-03-05 Thread Michael Schwendt
On 2002-03-05, Hetz Ben Hamo wrote: :If you're planning to use KDE on RH 8.0 - then I would recommend you to :either compile KDE from CVS or wait for the binaries that bero provides from :time to time (bero, any time frame for releasing binaries or you'll release :the 3.0 final version only?)

Re: konqueror crash

2002-03-05 Thread Michael Schwendt
On 2002-03-05, Bernhard Rosenkraenzer wrote: : As soon as I type the first '/' character of http://; in the : Location field, konqueror crashes with a segmentation fault : 100% reproducible : : Is anyone else seeing this? : :No, and Konqueror is the only graphical browser I'm using :Did you try

Re: konqueror crash

2002-03-05 Thread John Summerfield
kdebase-3.0.0-0.cvs20020218.1 As soon as I type the first '/' character of http://...; in the Location field, konqueror crashes with a segmentation fault. 100% reproducible. Is anyone else seeing this? Doesn't look like a development issue to me. -- Cheers John Summerfield

Why no core dump???????????

2002-03-05 Thread Vimol
The C program here is giving out Hello world while running in Rethat Linux 7.2 . It is compiled with ''gcc. WHY NO CORE DUMP??? I have malloc only one byte. Please explain me. Kvimol #include stdioh #include stdlibh void my_strcat(char *dest, const char *src) { while( *dest++ );

Re: Why no core dump???????????

2002-03-05 Thread Step
You are confusing 'segmentation fault' with 'accessing memory not (yet) allocated'. A program has certain space allocated to it by the OS. To use this memory in an organized manner, you use (m)alloc. So in your program you are accessing your memory only, and that is why no seg-fault(and hence no

Re: Why no core dump???????????

2002-03-05 Thread Mikael Aronsson
Hi ! malloc() never allocates just one byte, it depends on the implementation, but you get at least 4 bytes to use maybe 8 or more so there is room for that number of bytes. And even if you do overwrite the end, you may not get a core dump, a normal C app runs in a single segment and writing

Re: Why no core dump???????????

2002-03-05 Thread Bernhard Rosenkraenzer
On Wed, 6 Mar 2002, Vimol wrote: The C program here is giving out Hello world while running in Rethat Linux 7.2 . It is compiled with ''gcc. WHY NO CORE DUMP??? I have malloc only one byte. Please explain me. We've seen quite a few bug reports from newbies about core files filling up

rh 8 beta 233 mmx install..

2002-03-05 Thread Jim Bija
i have tried to install rhl 8.0 beta on a 233mmx. so did my friend. both came up with errors. i reported my bug to https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60526 with no response... please help.. jim

Re: rh 8 beta 233 mmx install..

2002-03-05 Thread rpjday
On Tue, 5 Mar 2002, Jim Bija wrote: i have tried to install rhl 8.0 beta on a 233mmx. so did my friend. both came up with errors. i reported my bug to https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60526 if you're talking about the new release called pensacola, that is *not* the beta

Re: Empty FTP window.

2002-03-05 Thread ABrady
On Tue, 5 Mar 2002 01:53:29 -0500 SignGuy [EMAIL PROTECTED] quietly intimated: Hello All. need some help..RH 7.1 has been running error free for months. today went to upload some new files and everything in FTP window is gone.?? FTP Logs into server fine ... but NO DIRECTORIES or

How to format man pages for A4 paper printing?

2002-03-05 Thread José Romildo Malaquias
Hello. I want to print some manuals, but the default formatting I am getting is for letter paper and I am using A4 paper. I am doing: $ man -t fvwm2 | lpr to print the fvwm2 manual, for example. What should I do to get A4 paper formatting? Thanks. Romildo -- Prof. José Romildo

Re: How to format man pages for A4 paper printing?

2002-03-05 Thread Rick van der Linde
Hello. I want to print some manuals, but the default formatting I am getting is for letter paper and I am using A4 paper. I am doing: $ man -t fvwm2 | lpr to print the fvwm2 manual, for example. What should I do to get A4 paper formatting? I can't tell you exactly what to do. But

RE: rh 8 beta 233 mmx install..

2002-03-05 Thread Paul Hamm
There is a reason that they call them beta. If you don't like it reinstall 7.2 -Original Message-From: Jim Bija [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 05, 2002 3:18 AMTo: [EMAIL PROTECTED]Subject: rh 8 beta 233 mmx install.. i have tried to install rhl 8.0 beta

RE: mounting a floppy

2002-03-05 Thread Kevin Krieser
My understanding is that vfat provides the long filename support, whether the filesystem is a FAT16 or FAT32. MSDOS provides the old 8.3 filenames. I just tried it. One of my computers doesn't have msdos compiled in the kernel, though vfat is. The other only gave me the short filenames, even

Re: [REDHAT] Re: php upgraded or not? and two other php Q

2002-03-05 Thread David Kramer
On Tue, 5 Mar 2002, Michael Mayer wrote: Hi David, On Tue, 5 Mar 2002, David Kramer wrote: I have a Red Hat 7.0 system [0] that I just updated with the php-4.0.6 RPM's. phpinfo() is still reporting my previous version of 4.0.4pl1 though. All other evindence indicates that the

Re: [REDHAT] Re: php upgraded or not? and two other php Q

2002-03-05 Thread Rick Warner
1) RedHat has not released and RPM for 4.1.2 - for any RH release. 2) 4.0.6 is fine if patched. RH released patched RPM's last week; if you got those you are fine. 3) If you want 4.1.2, at this time it is 'roll your own'. It will run with 7.0, but you have to do it yourself. - rick warner

Re: [REDHAT] Re: [REDHAT] Re: php upgraded or not? and two otherphp Q

2002-03-05 Thread David Kramer
On Tue, 5 Mar 2002, Rick Warner wrote: 1) RedHat has not released and RPM for 4.1.2 - for any RH release. 2) 4.0.6 is fine if patched. RH released patched RPM's last week; if you got those you are fine. Yes, I just grabbed them yesterday and installed them. I did try restarting

ntpd doesn't use distant servers time

2002-03-05 Thread Dumas Patrice
Hi, I have a redhat 7.2, ntp-4.1.0-4. I have a single host I try to synchronise with external servers. I took the servers from my country (france) in the list of public servers. I put them in my /etc/ntp.conf: #begin /etc/ntp.conf server 127.127.1.0 # local clock fudge 127.127.1.0 stratum

ClanLib install question

2002-03-05 Thread hanfamily
Hi all, I am trying to install the ClanLib rpms I managed to solve most of the dependency problems with mandrake rpms off of rpmfind. I hope that wont cause problems with the system. I have one problem left it says it needs libGLcore.so.1. I did a goggle search and found a suggestion to make a

RE: stop checking for new hardware?

2002-03-05 Thread Vinny Valdez
Doesn't this only work if the service has predefined chkconfig levels at the top of the init script in /etc/rc.d/init.d? For instance, I seem to remember httpd used to require `chkconfig httpd --level 2345 on` or whatever levels you wanted, and simply `chkconfig httpd on` wouldn't work. This

Re: ClanLib install question

2002-03-05 Thread Emmanuel Seyman
On Tue, Mar 05, 2002 at 10:48:50AM -0600, [EMAIL PROTECTED] wrote: Does anyone know what I have to do to get ClanLib to work? If you're using Enigma, I'ld recommend getting the RPMS from http://www.freshrpms.net/ . Emmanuel ___ Redhat-list

Re: [REDHAT] Re: php upgraded or not? and two other php Q

2002-03-05 Thread Michael Mayer
On Tue, 5 Mar 2002, David Kramer wrote: Can I run 4.1.2 with Red Hat 7.0? 4.0.6 was the most recent listed for Red Hat 7.0. yes. in the worst case, you'll have to compile it on your own or update your system with the current glibc, mysql and apache rpms. -- michael liquid bytes

Not to waste a CD

2002-03-05 Thread Ismael Touama
Hi, Regarding the NetFilter vulnerability I downloaded the rpm to fill in the weakness... from my windows post [My Server 'll not on the LAN 'till more secure and me more comfortable with Linux, anyway]. Is the quite good command line to save these rpm on my Linux post ? mount -t vfat

question about packages rawhide, bugzilla etc.

2002-03-05 Thread Jeff Bearer
What is the best place to find information about rawhide packages bugzilla? The reason I'm asking is that I saw the Amanda package in rawhide. (2.42p2-5) and the latest production rpm from RH is 2.4.2p2-4. I want to know what has been changed in the last revision, but from bugzilla I can't

Re: xwin32

2002-03-05 Thread Michael S. Dunsavage
what did u do on the linux machine and on the Xwin32 config for setting it up? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 1:58 AM Subject: RE: xwin32 tell me what you need to know about it i have

Port 6000 (X) Disable?

2002-03-05 Thread Scott Sharkey
Hi All, I know that the -nolisten tcp option is supposed to stop X from opening a TCP Port and listening on it. BUT, with RH 7.2 with all errata applied, this option does not seem to be having any effect. I've put the option on both the /etc/X11/xdm/Xservers file and in the

RE: Booting from external FireWire drive

2002-03-05 Thread Rev. David P. Giffen
As far as I know you will not be able to boot from the Ilink port. I own a Vaio F560. Sony never meant it to be used at boot time. When they set it up they had there digital recorders in mind. Not diskdrives. You would have to boot from the internal harddrive then possibly you be able to use the

Re: question about packages rawhide, bugzilla etc.

2002-03-05 Thread Ed Wilts
On Tue, Mar 05, 2002 at 11:01:59AM -0500, Jeff Bearer wrote: What is the best place to find information about rawhide packages bugzilla? The reason I'm asking is that I saw the Amanda package in rawhide. (2.42p2-5) and the latest production rpm from RH is 2.4.2p2-4. I want to know what

Re: Simple printer setup

2002-03-05 Thread fred smith
On Mon, Mar 04, 2002 at 07:31:46PM -0600, bbales wrote: I have RH7.2 and a canon bjc6000 printer. It does a great job printing pictures with gimp, but I can't get it to print text. I set it up with printconf-gui, it showed me a bjc6000 driver which I selected. Hit apply and then test.

Re: question about packages rawhide, bugzilla etc.

2002-03-05 Thread Jeff Bearer
Thanks Ed, And in-case anyone else is listening, if you want to query the rpm file without installing it, the command will be rpm -qp file.rpm --changelog On Tue, 2002-03-05 at 12:07, Ed Wilts wrote: On Tue, Mar 05, 2002 at 11:01:59AM -0500, Jeff Bearer wrote: What is the best place to find

Re: ifconfig problem and rh 72

2002-03-05 Thread Edward Marczak
On 3/4/02 2:32 PM, Keith Morse [EMAIL PROTECTED] wrote: Not IIRC, 'ip' has been around quite awhile and is independent of (or maybe more accurately, included in ) most linux distributions. I believe the package on Redhat systems is 'iproute' or 'iproute2'. Interesting. Yeah - the command

RE: Booting from external FireWire drive

2002-03-05 Thread Gordon Messmer
just grub-install /dev/hda won't be enough. In order to boot from a device, the BIOS has to know enough to load your OS's boot loader. Then, your boot loader has to have the smarts to load the kernel. Normally (as in, with lilo or grub) your boot loader isn't going to be able to access devices

Re: Empty FTP window.

2002-03-05 Thread Gordon Messmer
Make sure that you're either using PASV FTP or your firewall supports NAT for FTP. If you're running RH 7 on your router, you may need to load the ip_conntrack, ip_conntrack_ftp, and ip_nat_ftp modules. On Mon, 2002-03-04 at 22:53, SignGuy wrote: Hello All. need some help..RH 7.1 has been

RE: How to format man pages for A4 paper printing?

2002-03-05 Thread Linux
This can be best done by using Google and typing for example man iptables or whatever they are all up there Mike -Original Message- From: Rick van der Linde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 5 March 2002 23:42 To: [EMAIL PROTECTED] Subject: Re: How to format man pages for A4

RE: rh 8 beta 233 mmx install..

2002-03-05 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 5 Mar 2002, Paul Hamm wrote: There is a reason that they call them beta. If you don't like it reinstall 7.2 ... and subscribe to the mailing list that Red Hat itself created for the pensacola beta. -- Nitebirdz Mozilla-- http://www.mozilla.org/ Linux XFS--

RE: rh 8 beta 233 mmx install..

2002-03-05 Thread Timothy Lee Young
I thought this wasn't actually RH 8 beta; can we stop confusing ourselves! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: ntpd doesn't use distant servers time

2002-03-05 Thread Todd A. Jacobs
On Tue, 5 Mar 2002, Dumas Patrice wrote: remote refid st t when poll reach delay offset jitter == LOCAL(0)LOCAL(0)10 l 17 6470.0000.000 0.008

RE: C++ on RedHat 7.2

2002-03-05 Thread David Winters
On 4 Mar 2002, Carey F. Cox wrote: On Mon, 2002-03-04 at 19:33, Graeme Jensen wrote: I'm studying C++ at the moment using Code Warrior on windows, but would like to do it using the development software in red hat 7.2. Have tried a few times but can't seem to configure it to work properly.

Re: Simple printer setup

2002-03-05 Thread bbales
Ran up2date yesterday and today downloaded all the rpms that looked like pertinent to printing and ran them. All answered Already installed. Symptoms are still the same - Abiword and using lpr just end with no error message. Kword answers print error - error while filtering - enscript -p

vmware, running windows XP

2002-03-05 Thread nit etc
Hello, I'm about to install Linux on my laptop which runs Windows XP as of now. However, does anyone know if it is possible to boot my already installed Windows XP from Vmware running on Linux? The reason I ask this question is that Vmware might report pseudo hardware information to XP and this

Video card

2002-03-05 Thread ebinc
Does anyone know a Video card I can find at a best buy,CompUSA, staples etc that will work right out of the box does my motherboard have anything to do with it I have a ASUS TUSL-2 I tried a ATI Radeon card a ATI Expert 128 card neither work Thanks Ed

network selective packet loss

2002-03-05 Thread Aaron M Daley
I get the following ping info on my mail server and now one of our file servers as well indicating that we may have been hacked or there's a virus spreading. Here are two ping results from the same machine. Ping results from the file server are identical. PING 192.168.10.5 (192.168.10.5) from

Re: ClanLib install question - now glut.h

2002-03-05 Thread hanfamily
Thanks Emmanuel It is a great site I got ClanLib installed however the game I am trying to compile still wont compile It says it needs glut.h and gl.h anybody know what development package I need now? Linda ___ Redhat-list mailing

Re: Video card

2002-03-05 Thread Vidiot
Does anyone know a Video card I can find at a best buy,CompUSA, staples etc that will work right out of the box does my motherboard have anything to do with it I have a ASUS TUSL-2 I tried a ATI Radeon card a ATI Expert 128 card neither work Thanks Ed Doesn't work as in you get nothing at all,

Re: Video card

2002-03-05 Thread daniel
and i've got an all-in-wonder radeon 32mb. it worked just fine outta the box with rh72. don't know about the tv component though (don't know how to use it in linux) but the video card works nicely (1600x1200x32). the 3d acceleration doesn't seem to work very well though (tuxracer is still

Keyboard and mouse die

2002-03-05 Thread Chet Nichols
Hey there, I'm running Redhat 7.2 on an IBM Thinkpad i1300 series laptop, and for some reason, the keyboard and/or mouse will just stop working at random times. The system itself is still okay (ie: if im playing an MP3 it will continue to play, or if I'm chatting in IRC the chat will keep

Incorrect cursor location

2002-03-05 Thread Chet Nichols
Hey again, Another problem I'm having is every now and then I'll go to click a button with the cursor, but it will click in a different location on the screen itself. An example: If I go to click at a coordinate point 540,600 on the screen, the system will read it as me clicking at 520,600

USB on an IBM Thinkpad i1300

2002-03-05 Thread Chet Nichols
Hey everyone, I've got an IBM Thinkpad i1300 with Redhat 7.2 installed, and I've had to disable USB on it because every time the machine boots, it freezes at 'Initializing USB Controller'. I've tried to read up on how to fix it, but haven't found many credible sources. For the time being I

RE: pdf to html

2002-03-05 Thread Chen Shi-Ping
Thanks for response my email. ImageMagick converts my table into an image file. Thanks. Shi-Ping On Tue, 5 Mar 2002, Manoj wrote: Try ImageMagick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chen Shi-Ping Sent: Tuesday, March 05, 2002 10:16

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Edward Dekkers
out how to fix my problem so I can get my USB Epson 880 printer working :) Thanks in advance for any help! :) Chet Uhm, I know this doesn't really fix the problem but he 880 has a parallel port. Why not just use that? Ed. ___ Redhat-list

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Ed Wilts
From: Edward Dekkers [EMAIL PROTECTED] out how to fix my problem so I can get my USB Epson 880 printer working :) Thanks in advance for any help! :) Chet Uhm, I know this doesn't really fix the problem but he 880 has a parallel port. Why not just use that? When I had my Epson Phoot

Re: Keyboard and mouse die

2002-03-05 Thread Manuel A. Camacho Q.
Does it happen when the screensaver is on? I had similar problems that dissapeared deselecting some screensavers from the list of xscreensaver. Hope this helps. -Manuel. Chet Nichols wrote: Hey there, I'm running Redhat 7.2 on an IBM Thinkpad i1300 series laptop, and for some

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Edward Dekkers
When I had my Epson Phoot 870, I found it a lot faster on the USB interface than the parallel interface. After all, these printers do require the transfer of a lot of data - it's not like the good old days when we had dot matrix printers with built-in fonts and no graphics. .../Ed Ed

Re: Keyboard and mouse die

2002-03-05 Thread Chet Nichols
Title: Re: Keyboard and mouse die Hey Manuel, I had actually read about that problem, so I disabled the screen saver to see if it helped..it didn't :( I mean, there are times where APM kicks in, and then it freezes at a black screen and I have to restart. As for the keyboard and mouse dying,

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Statux
Question: What kernel are you using? On Wed, 6 Mar 2002, Chet Nichols wrote: Uhm, I know this doesn't really fix the problem but he 880 has a parallel port. Why not just use that? I guess going parallel a good option, and I've thought of it, but I basically just want to get USB up and

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Edward Dekkers
Re: USB on an IBM Thinkpad i1300 When I had my Epson Phoot 870, I found it a lot faster on the USB interface How much faster is it? I'll probably just be using the printer for printing reports and things like that, at least to begin with. I'm sure if I ever want to print out PDF files I'll need

Re: Keyboard and mouse die

2002-03-05 Thread Edward Dekkers
Re: Keyboard and mouse die As for the keyboard and mouse dying, it will just be at completely random times. Sometimes in mozilla, sometimes when I've got the terminal open..I'm really confused with it :( Could the screensaver be indirectly affecting it somehow? Talk to you soon, thanks :)