Slackware :: Unwanted Glibc Crash Messages?

Dec 7, 2010

I am writing a script using man2html and some man pages cause man2html to crash ie

Code:
gunzip --to-stdout /usr/man/man7/groff_hdtbl.7.gz |man2html -r
will cause a glibc crashdump like so

[code]....

View 4 Replies


ADVERTISEMENT

Slackware :: ImageMagick Crash After Latest Glibc Change / Sort It?

Apr 21, 2011

I'm running Slackware current. After the recent glibc change, ImageMagick display is exhibiting bad behaviour. I open an image with display, left-click on it to get the menus, move the mouse down so I can click on Transform, but before I get there, it crashes and displays this message code...
Has anyone else seen this? Is there a fix for it?

View 7 Replies View Related

Slackware :: Glibc And Glibc-i18n Packages Contain Redundant Files ?

Jun 24, 2011

I notice that these two packages contain the same files and uninstalling glibc-i18n doesn't uninstall the internationalization files, because they are also in the glibc package. Is this a mistake or is this normal or is there a reason for it ? I just made my own glibc package to fix this, but was wondering why this is the way it is...

View 7 Replies View Related

OpenSUSE :: Unwanted Cron Job /var/log/messages Entries?

Apr 6, 2010

I'm setting up a logging script to track utilization on our deployed systems. I'm running it every minute using cron. Each time it runs, I get an entry in /var/log/messages telling me it ran. That is a lot of useless information. Is there a way to prevent the creation of these log entries?

View 1 Replies View Related

General :: Move Unwanted Messages From Mailq To Different Folder?

Apr 8, 2010

I m using sendmail. I have two queries regrding mailq

1) How i can move unwanted mails from mailq to diffrent folder?

2) How i can remove those mails from the mailq ?

View 3 Replies View Related

OpenSUSE :: Dropbox Crash - Glibc Detected?

Apr 15, 2011

I have been using dropbox for quite some time but in the last few days I have been bumping into a problem.Recently I had a fresh install (GNOME3 and afterwards added KDE 4.6) and after installing dropbox I get the following error:

Code:
*** glibc detected *** /home/filipe/.dropbox-dist/dropbox: double free or corruption (!prev): 0xb3d44d08 ***
and dropbox terminates...

[code]....

View 8 Replies View Related

Slackware :: Uninstalling Unwanted Applications

Dec 5, 2010

How do I uninstall unwanted applications? Is there a log of all installed applications? When I ran setup and chose my packages, for KDE, and I am sure others the options came in bundles, ie KDEbase-version... Is there a way to see all package contents to remove individual programs?

View 5 Replies View Related

Slackware :: Unwanted Apps Starting When Logging Into KDE?

Jan 9, 2010

KDE 3.5.4Kernel 2.6.17.13Slack 11A few weeks ago, my system locked up and I had to do a hard reboot (hold down power button). When I powered back on, the programs (KDE System Guard, Konsole window, MythFrontEnd) that were running at the time of the lockup appeared again. I exited System Guard and the Konsole window and then restarted normally. However, they keep appearing in the same spot when I log in to KDE. I looked through some logs in /var/log, but I don't see anything I haven't seen before.I deleted the /home/myuser/.kde/cache-hostname folder and its contents while in single-user mode, but that had no impact

View 4 Replies View Related

Slackware :: Compiling The Glibc Using Slackbuild?

Oct 2, 2010

Im trying to recompile glibc from a working slackware-current system using source from a slackware mirror. I'm doing it for testing purpose only. Never done that before, so i'm not sure if i'm doing it right. I get the following error:

Code:

make[2]: Entering directory `/glibc-tmp-a44be92860d34519b0c9a4500878e2e6/glibc-2.11.1/iconvdata'
../Makeconfig:85: ../i486/config.make: No such file or directory
/bin/sh: line 0: cd: ../i486: No such file or directory
The GNU C library has not been configured.

[code].....

View 14 Replies View Related

Red Hat / Fedora :: Error: Failed Dependencies - Glibc = 2.12.1-3 Is Needed By Glibc-common-2.12.1-3.x86_64

Oct 26, 2010

I've been working to get gcc up and running on a new install of Fedora 13. glibc-devel had dependencies upon installation where it required glibc and glibc-common, both 2.12.1-3. No problem, found both at rpm dot pbone dot net. However, when I try to install the following circular dependency results... it doesn't matter the order of install.

Code:

[root AT localhost gcc_install]# rpm -ivh glibc-common-2.12.1-3.x86_64 .rpm
error: Failed dependencies:
glibc = 2.12.1-3 is needed by glibc-common-2.12.1-3.x86_64

[code]....

View 5 Replies View Related

Red Hat / Fedora :: Increase Detail Of Messages Logfile To Help Resolve A Intermittent Crash?

Mar 29, 2010

My server is running Red Hat 4.1.2-44.I am having an issue with it hanging (website doesn't respond, can't connect via SSH (it's a remote server)) after 4am on every 3rd Sunday or so.A reboot is required to get the server responding again.I have checked every logfile I can find and found nothing that helps me. The thing I have noticed is that some of these log files start afresh after the reboot so my initial thoughts are that it is a logrotate issue or something similar.

The last activity I can find before the reboot (at 8:32) is in the logfile /var/log/cron:
Mar 28 04:22:01 crond[9356]: (root) CMD (run-parts /etc/cron.weekly)
Mar 29 08:32:39 crond[3884]: (CRON) STARTUP (V5.0)

[code]....

View 7 Replies View Related

OpenSUSE Install :: Update Glibc-2.9 To Glibc-2.10 In 11.1 64 Bits

Apr 12, 2011

I have installed Zimbra 6.0.1 and updated to Zimbra 7.1.0, the problem is that it needs the glibc-2.10 to start one of its services. I tried everything but i'dont get to update the glibc.

View 1 Replies View Related

General :: Glibc-2.3.2-95.37.i386 Parallel To Glibc-x86_64

Jun 13, 2011

OS : Oracle Enter Prise Linux 6 (equivalent to RedHat)

I am in process to install oracle 10g on said OS.My process fails and after digging up , I came to know that some of the oracle libraries are compiled on 32-bit architecture and it require glibc-32 bit . also it require for gcc-32 bit.

Now i have downloaded all the required rpm for gcc-32bit . when I try to install glibc and its dependencies , it gives me error that newer version already exist.

How can I install , Gcc-32bit(libgc, libstd-i386 etc) in parallel or standalone?

View 3 Replies View Related

CentOS 5 :: How To Replace Glibc.i686 By Glibc.i386

Sep 16, 2011

I made an update of my Centos 5.5 yesterday. In doing so glibc has been updated to glibc.i686. Just now some of my FPGA tools crash. Unfortunately there isn't a downgrade for glibc.i686. How can I replace glibc.i686 by glibc.i386?A simple yum install glibc.i386 conflicts with the files from package glibc-2.5-65.i686

yum list glibc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

[code]....

View 4 Replies View Related

Slackware :: New Glibc Updates Made Kde3 Unstable In 12.2 And 64 13.0?

Nov 10, 2010

I've installed those updates :

glibc-2.7-i486-19_slack12.2
glibc-2.9_multilib-x86_64-5alien_slack13.0

Now many kde3 related apps crashes, forcing me to xkill and kill PID.I can't duplicate konqueror windows anymore, using the blue "k" icon top right. The window freezes. In Slack64 13.0, i even have a 100% cpu usage.Kwrite crashes from time to time.Erasing a file can crash konqueror etc.. Should i recompile all kde3 ? Should i recompile qt3 ?

View 4 Replies View Related

Slackware :: Should Glibc Be Updated In Current Every Time There Is Kernel Update?

Feb 10, 2010

I am running Slackware64-current(multi-lib) and I have stumbled across something that I don't fully understand.I have read that the kernel-headers should not be updated as glibc is compiled against them and therefore requires that set of kernel headers. Recently the kernel version has been bumped a couple of times but glibc has stayed the same.Should glibc be re-compiled each time there is a kernel update?

Perhaps someone can explain, in very simple terms, the relationship between the kernel, the kernel headers, the kernel modules and glibc.

View 14 Replies View Related

Software :: Upgrade Redhat5 From Glibc 2.5 To Glibc 2.7

May 30, 2011

I am in very much need to resolve the issue of Upgrade redhat5 from glibc 2.5 to glibc 2.7. The problem is when I run a binary compiled on our build setup (glibc 2.11) on Suse 11 (glibc 2.9) it works fine...

But the same binary do not work on redhat enterprise version 5 telling error as need glibc2.7 or sometimes segmentation fault for the same binary execution.

I tried upgrading the redhat glibc 2.5 to glibc 2.7, but not successful.

View 3 Replies View Related

CentOS 5 :: Upgrade Glibc 2.5 To Glibc 2.7?

Jul 13, 2010

I am using CENTOS 5.3, I want to upgrade glibc 2.5 to glibc 2.7.

how to do it.

I am not getting from where to start

View 4 Replies View Related

Slackware :: Eclipse Crash In Slackware 13.1 Every Couple Minuts / Fix It?

Feb 11, 2011

I run Slackware 13.1 x64. Problem is when I run eclipse, it works couple minuts and then crash. I run from shell and this is message what I got. code...

View 9 Replies View Related

CentOS 5 :: Can't Install Kernel-headers Glibc And Glibc-headers?

May 11, 2010

Yesterday, I think I did something stupid: I removed kernel-headers, gcc, glibc-devel and glibc-headers. My box is a CentOS 5.4 webserver (it has loads of packages installed, but that was done through Virtualmin config, so it's quite coherent all in all). The thing is that now I need to reinstall at least the headers and glibc, but hey! this is what I get :

[Code]...

View 19 Replies View Related

Slackware :: According To /var/log/messages The OS Was Always Idle?

Jun 21, 2011

Look at this /var/log/messages, if you please:

Code:
Jun 20 04:40:01 darkstar syslogd 1.4.1: restart.
Jun 20 04:54:30 darkstar -- MARK --

[code]....

View 4 Replies View Related

Slackware :: Encrypting Messages Sent Via A Web Browser?

Nov 25, 2010

Kernel 2.6.21.5, Slackware 12.0
Firefox 2.0.0.20

When sending an LQ post, my browser says "You're about to send information that's not encrypted". OK. I tell him not to show the warning again. But what if I want to encrypt? How do I do it?

View 1 Replies View Related

Slackware :: How To Review Boot Messages

Mar 16, 2010

EDIT: not fully solved; there is (at time of writing) still an issue about bootlogd buffering until the logfile is accessible but that's probably as far as we are going to get for now, until someone peeks into the bootlogd source code.

Is it possible to review boot messages after boot? Kernel messages are available via dmesg (and many are logged early in the rc.M script by the /bin/dmesg -s 65536 > /var/log/dmesg) but many console boot messages are not kernel messages. During boot, messages can be viewed using Shift+PgUp but when the rc.S script finishes, init starts an agetty on tty1 which prints a login prompt. Then tty1 is no longer the console and Shift+PgUp cannot be used to scroll back through the boot messages. Any delayed boot messages do not have effective carriage returns so "marquee" across the screen, one following another, a line below.

Is it possible to leave tty1 as the console by de-configuring the tty1/agetty line in inittab, thus allowing Shift+PgUp to be used to scroll back through older messages and allowing proper horizontal alignment for delayed boot messages? I would try it but the inittab line x1:4:respawn:/etc/rc.d/rc.4 runs /usr/X11R6/bin/xdm and this grabs the first unused tty<n>. The xdm man page and xdm config file comments do not reveal whether it is possible to make xdm use a specific tty<n>.

Another solution may be something like the sysvinit binary that intercepts all console writes and then dumps them to log at the end of the boot process but if it were that easy or useful it would already be done and publicised (wouldn't it?).

View 14 Replies View Related

Slackware :: Send /var/log/messages To Tty12?

Mar 29, 2010

On RedHat style distroes tty12 show /var/log/messages. How can we implement this feature in Slackware?

View 3 Replies View Related

Slackware :: No Console Messages During Boot?

Jun 23, 2010

I'm running slack64 13.0. At initial boot i see the two penguins and text from th kernel scrolls past until my root partition is mounted where upon all messages stop until the console prompt or KDM pops up. Everything seems to be operating as normal but i've no idea whats happening during the rc scripts (FS checking, etc). When shutting down though the rc.6/rc.0 script messages appear in the console though.

To my knowledge i've not changed anything that would effect this (just modified inittab for runlevel 4 & tty4,5,6 in runlevel 4).

There's nothing in dmesg but most messages don't get logged there as i understand.

View 12 Replies View Related

Slackware :: Broadcast Messages From Server To Clients

Jul 6, 2010

I am searching for a way to broadcast a simple message from a server to the other machines (clients) on my local network every day at 22:30 (10:30pm) to warn users that the server will shutdown in 30 minutes (energy saving strategy). Basically, I was thinking to add a cron entry ion the server crontab to do so. before I go ahead with that, I tried several ways to accomplish this action. Then I tried simply "wall" and got a text promt to type in my message. At the end I pressed CTRL+D and got a popup displaying my message. So it worked but it was on the server's monitor. How can I send this message to a remote machine? Is wall the proper command to do so?

I also tried using paswordless ssh..It doesnt work. Basically I can login on the remote machine using passwordless ssh but when I issue either kdialog or xmessage, I get error "cannot connect to X server on diaplay 0:0" (or something similar).I tried also ssh 'wall 'message'' but it also says "cannot connect to X server on diaplay 0:0"So far I have several ways but nothing really works..There must be a real way to to that?All machines are Slackware 13.1 based.

View 2 Replies View Related

Slackware :: Send Broadcast Messages From Root?

Dec 24, 2010

i know messages like "the system is going down for reboot now" get sent, and even show up in kde when they're sent. can this be done from a command line?

View 15 Replies View Related

Slackware :: KMail Sending Messages From Wrong Account

Sep 22, 2010

I have around 6 email accounts for business & private use that I retrieve and send via pop/smtp with Kmail (Version 1.11.4). But it seems that all my outgoing mail is only sent via one account (say first@gmail.com) even if I select another account for the outgoing I.D field and FROM field. When I look in the sent folder the headers shows the correct sent from account but my recipients headers show they were all sent from first@gmail.com! Ebay keeps bouncing my emails back too as a result saying the email is not registered. It used to work just fine so not sure what is happening. I have tried reinstalling Kmail/kdepim-4.2.4-x86_64-1.txz deleted all the accounts and recreated them but the problem persists.

View 4 Replies View Related

Slackware :: Run Mplayer Ascii Video After Boot Messages?

Jul 27, 2010

Is there a way to run a short mplayer ascii video clip after the boot messages?I've got some video of a shark that I can play with the mplayer ascii feature (mplayer -vo aa -monitorpixelaspect 0.5 file.avi)

View 3 Replies View Related

Slackware :: CLI Apps Crash Over Ssh (and Locally)?

Dec 11, 2010

I often connect to my main box via ssh and then run 'screen.' The client machine is running Slackware64 13.1, the box I connect to is running Slackware64-currentSome time ago I noticed the following phenomenon:1. Sometimes (relatively often) cli apps just freeze usually at the very beginning (when they start) and I have to either use Ctrl+C or kill a screen window. It happens both with screen an without it. I've noticed it with vim (never with emacs -nw, or nano), "slackpkg upgrade-all", sbopkg).2. Sometimes/some CLI programs display 'weird' characters. For example, sbopkg's border. It does not happen when I run the same app locally.Is it something to do with encoding? It happens both with and without 'screen'.Both 1 and 2 happen with sakura (my main terminal emulator), terminal, konsole and xterm.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved