Advertisement

1 - 10 of 41 containing alltags:("errno") (0.001 seconds)
I have an application in SCO5 communicated with several machines using nonblocking sockets with TCP_NODELAY. Once in a while, it has one socket repeatly send return with EWOULDBLOCK and select dete...
Zones: Unix NetworkingDate Answered: 08/18/2003 Grade: B Views: 0
Hi, I have the popular phpbb 2.02 message board software installed on my site and the table which holds the text for the private messaging system is giving me some serious problems, here's the erro...
Zones: MySQL ServerDate Answered: 11/29/2003 Grade: B Views: 4
I keep getting an error while trying to create shared memory. I am running red Hat 7.3 ... when I call shmget() It returns a -1. If I print errno it is a 17. Does anyone have an example or know why...
Zones: ProgrammingDate Answered: 08/25/2003 Grade: A Views: 5
I'm using the strtol function to convert a string to a long. If the string is not a valid representation of a number, I would expect the function to set the value of errno. But apparently it is not...
Zones: CDate Answered: 01/26/2005 Grade: A Views: 0
I want to be able to print out the string which describes the error number returned Note this is not the description returned by strerror, I want to get my hands on EXXXXX in string format.
Zones: ProgrammingDate Answered: 05/02/2006 Grade: A Views: 0
Is it ever safe to use the global variable errno in a multi-threaded program?  Presumably, a check for errno in one thread may produce an invalid value, because some other thread concurrently sets ...
Zones: CDate Answered: 02/13/2007 Grade: A Views: 15
When I, after setup, try to start Xwindows with "startx" I'll get: _X11TransSocketUnixConnect : Can't connect : Errno = 111 Why? I'm new to Linux and cant find any information on the error..
Zones: Linux SetupDate Answered: 08/28/1997 Grade: C Views: 0
I tried to install Coreldraw 3.5 When I try to run Corel I get this errormessage: Cannot register service: RPC: Unable to receive; errno = Connection refused The TCP transport mechanism is not av...
Zones: Linux SetupDate Answered: 02/05/1998 Grade: A Views: 4
Hi, I am using RedHat Linux 6.2, the following is the problem: (1) At the server console, I login as root (2) Then I "su - userSOMEONE" to switch to "userSOMEONE" (3) Then I "startx" to start ...
Zones: X-WindowsDate Answered: 01/07/2004 Grade: B Views: 0
hai all, my intention is to trap mysql_errno while I try to insert data in to mysql. the coding is as below $addStmt = //sql query for insert statements if(!($val= mysql_query($addStmt)) &...
Zones: PHPDate Answered: 04/12/2002 Grade: A Views: 0