Sponsored Content
Full Discussion: HPUX Security help
Operating Systems HP-UX HPUX Security help Post 47123 by oombera on Tuesday 3rd of February 2004 10:13:43 AM
Old 02-03-2004
Quote:
2.16: What is deadbeef?

"When running the debugger (dbx), you may have wondered what the 'deadbeef' is you occasionally see in registers. Do note, that 0xdeadbeef is a hexadecimal number that also happens to be some kind of word (the RS/6000 was built in Texas!), and this hexadecimal number is simply put into unused registers at some time, probably during program startup."

- http://www.faqs.org/faqs/aix-faq/part4/section-12.html
So it doesn't appear to be a problem. No sites came up saying it's a virus or the result of a hacker. And when you think about it, all the letters are hexadecimal ... A-F. Smilie
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

2. HP-UX

pwage-hpux-T for Trusted HPUX servers

I'm sharing this in case anybody needs it. Modified from the original solaris pwage script. This modified hpux script will check /etc/password file on hpux trusted systems search /tcb and grep the required u_succhg field. Calculate days to expiry and notify users via email. original solaris... (2 Replies)
Discussion started by: sparcguy
2 Replies
IPCRM(1)						    BSD General Commands Manual 						  IPCRM(1)

NAME
ipcrm -- remove the specified message queues, semaphore sets, and shared memory segments SYNOPSIS
ipcrm [-M shmkey] [-m shmid] [-Q msgkey] [-q msqid] [-S semkey] [-s semid] ... DESCRIPTION
ipcrm removes the specified message queues, semaphores, and shared memory segments. These System V IPC objects can be specified by their creation ID or any associated key. The following options are used to specify which IPC objects will be removed. Any number and combination of these options can be used: -M shmkey Mark the shared memory segment associated with key shmkey for removal. This marked segment will be destroyed after the last detach. -m shmid Mark the shared memory segment associated with ID shmid for removal. This marked segment will be destroyed after the last detach. -Q msgkey Remove the message queue associated with key msgkey from the system. -q msqid Remove the message queue associated with the ID msqid from the system. -S semkey Remove the semaphore set associated with key semkey from the system. -s semid Removes the semaphore set associated with ID semid from the system. If the id or key argument is ``all'' then all entries of the appropriate type are removed. The identifiers and keys associated with these System V IPC objects can be determined by using ipcs(1). SEE ALSO
ipcs(1), shmat(2), shmctl(2), shmdt(2), shmget(2) BSD
May 31, 2008 BSD
All times are GMT -4. The time now is 12:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy