CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - Application & Software Support
  Segmentation fault using sarg

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  wilper
      wilper
Segmentation fault using sarg
#1
Peeking in the Member Window
Joined: 2008/9/15
From
Posts: 16
Good day,

hi to all =) im just a newbie using centos5 please help me to figure out what happen to my sarg configuration
i configure sarg once in centos 4 and it is working properly but when i try it in centos 5 i got this error when i executed
SARG "Segmentation fault". to gurus of Centos did you encounter this kind of error they say in other forum it is a bug.?

By the way i already setup up squid and its working find. thanks in advanced.

Wilper
No Body is PErfect q^_^p
Posted on: 2008/9/15 6:33
Create PDF from Post Print
Top
  •  gerald_clark
      gerald_clark
Re: Segmentation fault using sarg
#2
Professional Board Member
Joined: 2005/8/5
From Northern Illinois, USA
Posts: 4447
Where did you get sarg, and how did you install it?
Posted on: 2008/9/15 13:55
Create PDF from Post Print
Top
  •  wilper
      wilper
Re: Segmentation fault using sarg
#3
Peeking in the Member Window
Joined: 2008/9/15
From
Posts: 16
Hi thanks, i install it using yum
yum install sarg

then i try to configure it i change the location etc.

but when i executed sarg it display on the last part
Segmentation Fault . i just want to know if you already encounter this.?
i install sarg before and i never encounter this kind of error.
is this a bug.? thanks

Wilper
No Body if PErfect=)
Posted on: 2008/9/16 2:07
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Segmentation fault using sarg
#4
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
I think Gerald would have liked to have known that you installed the package with yum from the RPMForge repository . . .
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/9/16 10:32
Create PDF from Post Print
Top
  •  gerald_clark
      gerald_clark
Re: Segmentation fault using sarg
#5
Professional Board Member
Joined: 2005/8/5
From Northern Illinois, USA
Posts: 4447
Could have been from bozo's-bigtop.net.
Posted on: 2008/9/16 13:25
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Segmentation fault using sarg
#6
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
Quote:
Could have been from bozo's-bigtop.net.

Very true - especially as my mind reading at a distance ability isn't as finely tuned as toracat's. (I didn't know bozo had configured her bigtop for yum access. )

[ot]
I'll take this opportunity to thank Gerald - on behalf of the CentOS Community - for all the help he has given to others in his 2000+ posts to the fora.
[/ot]
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/9/16 14:09
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: Segmentation fault using sarg
#7
Moderator
Joined: 2006/9/3
From California, US
Posts: 5070
Hm? Did I hear my name?

Gerald got passed the 2000th post? Congratulations! Thanks for your contributions both in the forums and now in the wiki.

toracat - feeling some pressure
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/9/16 14:40
Create PDF from Post Print
Top
  •  gerald_clark
      gerald_clark
Re: Segmentation fault using sarg
#8
Professional Board Member
Joined: 2005/8/5
From Northern Illinois, USA
Posts: 4447
Thank you all for your encouragement.
Posted on: 2008/9/16 14:53
Create PDF from Post Print
Top
  •  wilper
      wilper
Re: Segmentation fault using sarg
#9
Peeking in the Member Window
Joined: 2008/9/15
From
Posts: 16
Thanks for the infor sorry. i install it from RPMforge i think
because i install RPMforge before i yum SARG. do you think it is because i download it using RPMforge.
maybe i will try to install it by Binary hehehe then i will let you know guys if its working.

Regards
Wilperson

No Body is Perfect =)
Posted on: 2008/9/17 2:08
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Segmentation fault using sarg
#10
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
The commands yum list sarg or rpm -qi sarg will allow you to determine from where you installed it.
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/9/17 12:48
Create PDF from Post Print
Top
  •  wilper
      wilper
Re: Segmentation fault using sarg
#11
Peeking in the Member Window
Joined: 2008/9/15
From
Posts: 16
Good morning,

Guys my sarg is working find right now i just installed it by downloading th binary
in sarg.org i use sarg2.2.5 hehehe. ithink theres a problem with yum ins RPM forge hehehe
Thanks for all your quick reply. have a nice day and god bless

Regards,
Wilperson

No Body is Perfect =)
Posted on: 2008/9/18 0:59
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Segmentation fault using sarg
#12
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
Thanks for letting us know that you've resolved your problem.
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/9/18 14:19
Create PDF from Post Print
Top
  •  lans
      lans
Re: Segmentation fault using sarg
#13
Newbie
Joined: 2009/5/31
From Surat, Gujarat
Posts: 1
It happened on my CentOS EL5 X86_64 server.


Resolution:
I uninstalled the 64-bit version sarg,

rpm -e sarg-2.2.3.1-1.el5.rf.x86_64.rpm

then, I installed the 32-bit version sarg-2.2.3.1-1.el5.rf.i386.rpm instead.

Note:
It would request for some packages for like libgd and libXpm, just get the 32-bit version and install it before installing the 32-bit Sarg ( sarg-2.2.3.1-1.el5.rf.i386.rpm )Quote:

AlanJBartlett wrote:
Thanks for letting us know that you've resolved your problem.
_________________
"In a World Without Fences Who The Hell Needs GATES"
Posted on: 2009/5/31 22:53
Create PDF from Post Print
Top
  •  richard_chapman
      richard_chapman
Re: Segmentation fault using sarg
#14
Regular Board Member
Joined: 2006/9/8
From
Posts: 202
I'm not sure whether anyone is still watching this thread - but I had a similar experience to Lans. I had problems with the 64 but sarg - and replaced it with the 32 bit - same version and then had no problems. Recently though - have had sarg segmentation faults coming back in my logwatch. I might try wilper's solution and download a later RPM. Rpmforge still has a pretty old version.
So far - I haven't been able to find a 2.2.5 rpm to suit rhel5. Any clues wilper?

Richard.
Posted on: 2009/7/22 3:58
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Segmentation fault using sarg
#15
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
Richard,

The best way to resolve this recurring problem (and its associated issues) is with the assistance of RPMforge.

Here's details of the RPMforge mailing lists.

I recommend that you subscribe to the users list.
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2009/7/22 13:06
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com