search for: my_stat

Displaying 3 results from an estimated 3 matches for "my_stat".

Did you mean: md_stat
2010 Dec 10
2
Issues with stat() call on CentOS5 vs CentOS4
...ed several servers from CentOS4 to CentOS5 and I am noticing a strange change to the stat() call. I have written a very small program to test and show the behavior. I am calling stat() against a file which is exported from my NAS and mounted with 32k read/write sizes. [dougalb at centos4 tmp]$ cat my_stat.c #include <unistd.h> #include <stdio.h> #include <sys/stat.h> #include <sys/types.h> int main(int argc, char **argv) { if(argc != 2) return 1; struct stat fileStat; if(stat(argv[1],&fileStat) < 0) return 1; printf("Block size: \t\t%d...
2018 May 16
3
Streaming MoH from iHeart radio?
Hi all, I have a user who would like to stream their favorite radio station from iHeart radio for their music on hold. It this TECHNICALLY possible? If so, any pointers would be appreciated. Is this LEGAL in the US? Thanks in advance, Mike. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 04
1
Dovecot-auth crash after upgrade to 1.2.16
...mbols from /lib/libthr.so.3...(no debugging symbols >> found)...done. > > Loaded symbols for /lib/libthr.so.3 > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols >> found)...done. > > Loaded symbols for /libexec/ld-elf.so.1 > > #0 0x1812eb34 in my_stat () from /usr/local/lib/libmysqlclient.so.16 > > [New Thread 1874b140 (LWP 100098)] > > (gdb) quit > > and my config (wich worked perfectly before): > beta# dovecot -n # 1.2.16: /usr/local/etc/dovecot.conf # OS: FreeBSD 8.1-STABLE i386 ufs base_dir: /var/run/dovecot/ prot...