System hangs (freezes) on system bell/beep


 
Thread Tools Search this Thread
Operating Systems Solaris System hangs (freezes) on system bell/beep
# 1  
Old 12-31-2010
Error [Solved] System hangs (freezes) on system bell/beep

I am running OpenIndiana development version oi_148 32-bit on a seven-year-old Dell Inspiron 8600.

Seems to be running fine except for one particular annoyance: It freezes whenever a system bell/beep plays.

I have mitigated this by turning the system bell off in gnome-terminal, which I use regularly. But occasionally I trip a system bell by backspacing on the gdm login. Followed by an unending beep and system freeze. Smilie

xset -b manages to disable the beep and I haven't been able to trip it again in the OS (yet), but how do I a) make the change permanent and b) disable the bell before I get to the gdm login.

There is no obvious way to disable the bell in my BIOS and I couldn't find the topic mentioned in Solaris or OpenIndiana sites.

I am lost in finding or editing an xorg.conf file (I am from a Linux background). Xorg --configure does not work. Any help would be appreciated. Thanks.
# 2  
Old 12-31-2010
Long shot. What is the output from:
Code:
stty -a

Just check to see if "^G" (bell) is mapped to anything in error.
# 3  
Old 12-31-2010
output of stty -a

Code:
speed 38400 baud; rows 59; columns 207;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; dsusp = ^Y; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O;
-parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc ixany imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke

I don't see ^G at all.
# 4  
Old 01-09-2011
I ended up installing Solaris 11, but with the same beeping issued. But my beeping problems were finally solved with the infocmp commands here: Turn the Bell Off or On

Last edited by fpmurphy; 01-09-2011 at 12:10 PM.. Reason: Fix link to information
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to ring the system bell many times without pause?

I am writing a ksh script in cygwin though it could just as easily be bash and am trying to make an alert for myself where the bell rings many times like print '\a'or echo '^G'except I want it to ping me many times not just once. For some reason doing print '\a\a\a\a\a\a\a\a\a\a'or similar... (7 Replies)
Discussion started by: benalt
7 Replies

2. SuSE

Installed OpenSuse 12.1 w/KDE - system freezes at graphical login

Hi, I installed OpenSuse 12.1 on my Dell 690 (X2 dual core Xeon 2.66GHZ, 8G RAM 667 FBDIMM quad channel, 500G at striping RAID (2X 250G SATA), nVidia Quadro FX 3400). All installation was smooth, took less than 15 minutes. But when I'm trying to login, instead of showing me the desktop... (1 Reply)
Discussion started by: netwalker
1 Replies

3. Red Hat

system freezes / hangs

Hi, We're using - openldap-2.3.43-12.el5_6.5 nss_ldap-253-25.el5 on RHEL-5.5 Intermittently the entire system hangs, no message is present in any of the log files, login to the system fails, ssh fails, ping fails, the only way to recover is to hard-boot the system. We consulted... (3 Replies)
Discussion started by: TheRock
3 Replies

4. Solaris

Solaris 10 system hangs

Solaris 10 (Sun V210) System hangs every couple of months. Have to go into ALOM to reset. I did a consolehistory report and seen this in it. Failed to exec inetd_start method of instance svc:/network/bootps/udp:default: I/O error WARNING: /pci@1c,600000/scsi@2 (glm0): Resetting... (3 Replies)
Discussion started by: Joeentech
3 Replies

5. Red Hat

Linux system hangs giving ntp errors

Hi folks, I am facing issue of my system (host1) getting hanged after throwing following ntpd messages. I am not able to ssh to the server there after. only option is to restart the host: Dec 29 02:58:51 host1 ntpd: time reset -0.207907 s Dec 29 02:58:51 host1 ntpd: synchronisation lost Dec 29... (0 Replies)
Discussion started by: SiddhV
0 Replies

6. Slackware

System audible beep

I have tried everything with sounds on Slackware and after over a decade am at the end of it. I have uncommented /sbin/modprobe pcspkr in rc.modules. I have commented blacklist pcspkr in /etc/modprobe.d/blacklist.conf I have set bell-style audible in /etc/inputrc and I still can't get echo... (3 Replies)
Discussion started by: slak0
3 Replies

7. Solaris

System hangs

Hi, today when i started the OS Sun Solaris 10 it hangs on initialization. Following was shown in the end of the screen Initializing system Please wait.... * Please help? (3 Replies)
Discussion started by: malikshahid85
3 Replies

8. UNIX for Advanced & Expert Users

system hangs in case of driver

hi, i am working on device drivers in linux kernel-2.6.11. Distribution is Mandrake-10.2. Basically i have to port the driver from kernel-2.4 to kernel-2.6.11. My system hangs,when ever an application calls select. Basically the kernel code for select, contains only 2 apis void poll_wait... (0 Replies)
Discussion started by: sriram.ec
0 Replies

9. Filesystems, Disks and Memory

Pulling a drive on RAID1 hangs system

I'm setting up a server with software RAID1, and everything is working perfectly, except that when I pull either of the drives, the system completely hangs and has to be rebooted. The computer is a Tyan Transport GX28, which is alleged to have hot-swappable SATA. I can fail a drive and the system... (1 Reply)
Discussion started by: vertigo23
1 Replies

10. SCO

System hangs on data compression

Hi, We are having an automated system installed on SCO unixware, which runs a End Of Day routine during midnight. Since few days system is hanging at data backup, I have checked the log, system hangs exactly on data compression, any idea or help that why system is hanging only on compression....... (10 Replies)
Discussion started by: tayyabq8
10 Replies
Login or Register to Ask a Question