Thursday, 21 December 2006
|
| Script to list add all domain zones Ahmad 11:14:30 |
| | Hi ! i've setup a new server that should be working as secondary for 2 other servers.... so it's very terrible to write eache zone my self to be add to as secondary forward or reverse zone from the original ones. so i need to know where to find a script that list all the zones (primary) from a spesific dns & another script to automatically add them as secondary in my new one. thanks for help
A.Sabry
|
| | 1 answer | Add comment |
Tuesday, 19 December 2006
|
| 99.9% Uptime Unix and Windows Hosting From 5.95 monthly Farpoint7 06:57:26 |
| | I am a professional web developer and I have found the following commpany to be the best hosting server online and now I am recommending it to anyone who needs reliable hosting, with real time traffic statistics and analysis.
They are also having A Holiday special and allowing 2 year domain registration for just $1
http://www.anrdoezrs.net/click-1910740-10435858
|
| | Add comment |
Wednesday, 13 December 2006
|
| net stop OracleServiceGENDB service could not be stopped Linda 16:47:00 |
| | I have a script that run saturday at 11:00 pm. This scripts stop the service OracleServiceGENDB and this service shutsdown the database. The stopping of the service fails with : The OracleServiceGENDB service is stopping........ The OracleServiceGENDB service could not be stopped.- ================= The database is shutting down perfectly. Now when I try to start this service I cannot see anything on the log file and the database is not started. This is failing and the database remains down until monday, when we came to work. This has to be solved soon before I get another "bulk" of emails asking why this has not been resolved.
The script is the following:
set ORACLE_SID=GENDB echo %ORACLE_SID% date /t > E:\Logs\adsmsched.log lsnrctl stop >> E:\Logs\adsmsched.log net stop OracleServiceGENDB >> E:\Logs\adsmsched.log c: cd \progra~1\tivoli\tsm\baclient dsmc incremental "E:\oracle\ora92\GENDB\*" >> c:\adsmsched.log date /t >> E:\Logs\adsmsched.log net start OracleServiceGENDB >> E:\Logs\adsmsched.log lsnrctl start >> E:\Logs\adsmsched.log date /t >> E:\Logs\adsmsched.log exit ============================== The database takes no time in shutting down:
Sat Dec 09 23:00:01 2006 Shutting down instance (immediate)
Sat Dec 09 23:00:17 2006 alter database dismount Completed: alter database dismount
|
| | Add comment |
Monday, 11 December 2006
|
| Digital Portfolio of Farpoint Systems Recent Projects S. DeHoney 04:44:43 |
| | Professional Web Development at affordable prices with Farpoint Systems
Vist our Digital Portfolio Page (optimized for broadband) and see the diversity of our skills
For pricing information or questions e-mail us directly from here.
Sean DeHoney sean@farpoint-systems.com http://farpoint-systems.com
|
| | Add comment |
Friday, 8 December 2006
|
| Scripts like, Amerce 10:00:06 |
| | var now1 = new Date(); document.all.EditBox1.value = now1.toLocaleString();
|
| | Add comment |
|
| I implement IDispatchEx with classes derived from CCmdTarget. Amerce 09:57:18 |
| | It simulates IE's dynamic DOM.
If you need the code,drop me a mail.
|
| | Add comment |
Sunday, 3 December 2006
|
| Traffic Exchnages can Generate Free Traffic For Your Site Linda 08:52:33 |
| | Trafic Exchanges are quite simple, instead of paying for traffic you earn page views by viewing other people's pages, this can easily lead to tens of thousands of visitors. It doesn't cost a thing but if you do not have time and still want the traffic you can buy credits. I use many different traffic exchanges but these below are by the best in my opinion
http://www.ts25.com/index.jsp?ref=farpoint7
http://maxtrafficpro.com/index.php?referrer=farpoint7
http://trafficpods.com/index.jsp?ref=farpoint7
Linda http://profiles.yahoo.com.silklinda1040
|
| | Add comment |
Friday, 24 November 2006
|
| Passing function as parameter ? 11:59:22 |
| | hi!
I got two simple interfaces, say:
interface IA : IDispatchEx { HRESULT handleMe([in] BSTR SomeParam); }
interface IB : IDispatchEx { HRESULT addFunction([in] IA* disp); }
In JScript I want to do this:
// classB is an instance of IB classB.addFunction(myFunction);
function myFunction(SomeParam) { alert(SomeParam); }
Now within my IB implementation, how can I call the function passed as parameter with its handleMe event including the parameter? Somehow the myFunction would need to be casted into the IA interface?
I hope the description is clear enough, thanks for any hints, Alex
|
| | 2 answer | Add comment |
Thursday, 23 November 2006
|
| Re: RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS Aubrey/Jitka Jenkins 02:46:51 |
| | It was very nice of you to reply to our enquiry but unfortunately our computer failed to unzip the file you sent to solve our problem. Could you please send it again , preferably in unzipped format?
Many thanks, in advance.
Aubrey Jenkins
At 15:09 21/02/2005, you wrote:>Dear user of jjadj.u-net.com, mail system administrator of jjadj.u-net.com >would like to let you know that.>
Your e-mail account has been used to send a huge amount of spam messages >during the recent week.>Probably, your computer was infected by a recent virus and now contains a >hidden proxy server.> We recommend that you follow the instructions in order to keep your >computer safe.>
_______________________________________________
|
| | 5 answers | Add comment |
Wednesday, 15 November 2006
|
| emulators/qemu-launcher: unable to launch Martinko 19:54:30 |
| | Hello list,
I've just compiled and installed emulators/qemu-launcher and this is what I've got when trying to run it:
$ qemu-launcher /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam"
What's wrong please? What am I to do now?
Cheers,
Martin
PS: FreeBSD mb-aw1n-bsd 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Sep 23 10:05:07 CEST 2006 root@mb-aw1n-bsd:/usr/obj/usr/src/sys/MB-AW1N i386
|
| | 5 answers | Add comment |
Tuesday, 14 November 2006
|
| Re: attack of the zombies Alexander Leidinger 19:43:44 |
| | Quoting Bakul Shah <bakul@bitblocks.com> (from Sun, 12 Nov 2006 10:55:26 -0800):
About a week or so ago I updated -current and now linux> binaries don't seem to collect all zombie processes.> Eventually the maxproc limit is reached and further forks> fail so that you can't even do ps (of course, dealing> sensibly with such errors is another problem with most> programs but that is a separate discussion). Work around is> killing linux programs to allow init to kill the zombies. You are the first one reporting this problem. I didn't noticed something like this in my regression test runs with the linux test project testcases and all other active developers in this area didn't noticed something like this too (so far). Do you have some small testcases (e.g. with programs in linux_base) or does this apply to a specific workload (like the one below) only?
This happens with skype, firefox and opera and may be more.> I reinstalled linux_base-fc-4_9 and all ports depending on it> -- all updated yesterday. The problem persists even with To make sure there is no "garbage" somewhere: - remove all linux ports - remove /compat/linux/* (rm -rf) - install what you need (only from ports)
yesterday's -current. This problem showed up sometime> between Oct 6 and Nov 6. One significant change I see during> this time is the treatment of KSE. But presence or absence> of nooption KSE does not seem to affect this problem. BTW,> linux emulation is loaded as a module. We are talking about i386, right? Please provide the output of "sysctl compat.linux" (osversion should be set to 2.4.2).
Also note that the old problem of linux-* programs gobbling> up lots of memory is still present. For example, FreeBSD> opera uses 96MB while Linux opera on FreeBSD needs 236MB + 48> zombies to displaying exact same 24 pages (same session file> and *just* after starting!).> Is this a known problem? Am I doing something wrong? This is not a known problem (at least not for 2.4.2 compatibility, which is the default in -current). For known problems have a look at http://wiki.freebsd.org/linux-kernel
Bye, Alexander.
-- "The only real way to look younger is not to be born so soon." -- Charles Schulz, "Things I've Had to Learn Over and Over and Over"
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
|
| | 9 answers | Add comment |
|
| vmware3 does not recognize hard disk raw device Xavier Otazu 14:53:31 |
| |
Hello:
I've installed vmware3 on freebsd 3.x from fresh ports.
When configuring a new virtual machine, it tells me that all the /dev/hd? devices (i.e. /compat/linux/devhd?) are not read/write.
I made a soft link from this device (in /compat/linux/dev/hda) to /dev/ad0. Then it recognizes read/write acces. But when powering on the machine it tells me that it is not a raw device and it does not boot.
I have
crw-r----- 1 root operator 0, 86 Nov 13 12:02 /dev/ad0
and
lrwxr-xr-x 1 root wheel 8 Nov 9 21:21 /compat/linux/dev/hda@ -> /dev/ad0
The original hda device created by the port is
brwxrwxrwx 1 root wheel 0, 0x00010002 Jun 12 21:12 /compat/linux/dev/hda_orig*
I tried to create it using the minor and major characters 0 and 86, as in /dev/ad0, but it do not produce a working device.
I have linux, aio, acpi and linprocfs modules loaded.
The /dev/ad0 disk I wan to boot in vmware is different from the one in which FreeBSD is installed (/dev/ad3)
Any suggestions?
Thanks in advance
Xavier
|
| | 2 answer | Add comment |
Monday, 13 November 2006
|
| dynamips doesn't compile Andrew Pogrebennyk 15:22:49 |
| | Hello!
There is dynamips-0.2.5 build log below. I did not manage to find a quick solution and there is nothing in the google. I've just submitted a OR and will reply with its number soon, but for now - who has any clues? P.S. Please cc' all replies to my email.
===> Configuring for dynamips-0.2.5 ===> Building for dynamips-0.2.5 Linking rom2c Extracting ROM from ELF file 'microcode'... Linking asmdefs Building assembly definitions header file Compiling mempool.c Compiling registry.c Compiling rbtree.c Compiling hash.c Compiling utils.c Compiling parser.c Compiling ptask.c Compiling crc.c Compiling base64.c Compiling net.c Compiling net_io.c Compiling net_io_bridge.c Compiling net_io_filter.c Compiling atm.c Compiling frame_relay.c Compiling eth_switch.c Compiling dynamips.c Compiling insn_lookup.c Compiling vm.c Compiling mips64.c Compiling mips64_jit.c Compiling mips64_exec.c Compiling cpu.c Compiling cp0.c Compiling memory.c Compiling device.c Compiling nmc93c46.c Compiling cisco_eeprom.c Compiling pci_dev.c Compiling pci_io.c Compiling dev_zero.c Compiling dev_vtty.c Compiling dev_ram.c Compiling dev_rom.c Compiling dev_nvram.c Compiling dev_bootflash.c Compiling dev_remote.c Compiling dev_clpd6729.c Compiling dev_pcmcia_disk.c Compiling dev_gt64k.c Compiling dev_plx9060.c Compiling dev_dec21x50.c Compiling dev_pericom.c Compiling dev_ap1011.c Compiling dev_ns16552.c Compiling dev_dec21140.c dev_dec21140.c:264: warning: 'pci_cfgreg_name' defined but not used Compiling dev_am79c971.c dev_am79c971.c:194: warning: 'mii_reg_write' defined but not used Compiling dev_mueslix.c Compiling dev_c3600.c Compiling dev_c3600_bay.c Compiling dev_c3600_iofpga.c Compiling dev_c3600_eth.c Compiling dev_c3600_serial.c Compiling dev_c7200.c Compiling dev_c7200_iofpga.c Compiling dev_c7200_mpfpga.c Compiling dev_c7200_sram.c Compiling dev_c7200_eth.c Compiling dev_c7200_serial.c Compiling dev_c7200_pos.c Compiling dev_c7200_bri.c dev_c7200_bri.c: In function `m32_gen_access': dev_c7200_bri.c:596: warning: unused variable `p' dev_c7200_bri.c: At top level: dev_c7200_bri.c:340: warning: 'm32_fetch_ts_assign' defined but not used dev_c7200_bri.c:362: warning: 'm32_show_ts_assign' defined but not used Compiling dev_pa_a1.c Compiling dev_sb1.c dev_sb1.c: In function `dev_sb1_access': dev_sb1.c:42: warning: unused variable `d' Compiling dev_sb1_io.c Compiling dev_sb1_pci.c Compiling hypervisor.c Compiling hv_nio.c Compiling hv_nio_bridge.c Compiling hv_frsw.c Compiling hv_atmsw.c Compiling hv_ethsw.c Compiling hv_vm.c Compiling hv_c7200.c Compiling hv_c3600.c Compiling x86_trans.c Compiling gen_eth.c gen_eth.c: In function `gen_eth_init': gen_eth.c:49: error: `D_IN' undeclared (first use in this function) gen_eth.c:49: error: (Each undeclared identifier is reported only once gen_eth.c:49: error: for each function it appears in.) gmake: *** [gen_eth.o] Error 1 *** Error code 2
Stop in /usr/ports/emulators/dynamips.
-- Sincerely, Andrew Pogrebennyk
|
| | 1 answer | Add comment |
|
| Current problem reports assigned to you FreeBSD bugmaster 14:08:06 |
| | Current FreeBSD problem reports Critical problems
S Submitted Tracker Resp. Description o [2002/12/28] kern/46576 emulation FreeBSD 4.6 broke linux emulation install o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/07/30] ports/55032 emulation java/jdk13: SVr4 emulation interferes wit
3 problems total.
Serious problems
S Submitted Tracker Resp. Description o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i p [2002/04/16] kern/37161 emulation ext2 linux file system, error handling la o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze f [2004/03/04] ports/63747 emulation vmmon is not performing o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/22] ports/68202 emulation [patch] Make vmware2 compile on -current o [2004/06/24] ports/68265 emulation [patch] Make rtc compile on -current (nee
10 problems total.
Non-critical problems
S Submitted Tracker Resp. Description o [2000/12/15] kern/23561 emulation Linux compatibility mode does not support o [2001/08/14] kern/29698 emulation linux ipcs doesn'work o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/08/11] kern/41543 emulation Easier wine/w23 support p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/11/27] kern/45785 emulation Linux WineX seems to require a few new li p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal f [2004/06/30] ports/68532 emulation Add support for multiple VMWare instances o [2004/09/09] ports/71536 emulation emulators/rtc: kernel msg "rtc: [number]
11 problems total.
_______________________________________________
|
| | 99 answers | Add comment |
Sunday, 12 November 2006
|
| new patchset against p4 Divacky Roman 01:19:05 |
| | hi
www.stud.fit.vutbr.cz/~xdivac02/linuxolator061112.patch
is the actual patcheset against p4. pls test and have fun
roman
|
| | Add comment |
|
| emulators/qemu: crashes with "Bad system call: 12" Martinko 01:19:05 |
| | Hello,
I'm trying to install Win2K but QEMU is constantly crashing with:
Bad system call: 12
The command line I'm using is a variation of the following:
qemu -cdrom /opt/win2k.iso -hda /opt/c.img -m 256 -boot d -win2k-hack
First I tried to boot directly from CD. Also I used QCOW disk image but QEMU crashed at a very early stage (before Win2K installer kicked in). Now I'm using RAW disk image and QEMU actually runs up to after initial Win2K installer reads device configuration files.
What might be wrong and how to fix it please ?
Cheers,
Martin
PS: QEMU is freshly installed from ports on FreeBSD 6.2-PRERELEASE.
|
| | 1 answer | Add comment |
|
| Your account has been suspended abuse@eBay.com 01:19:05 |
| | [spacer.gif] eBay Warning -- respond now [1][eBayLogo.gif]
Dear member, Your account has been suspended. If you want to unsuspend your user please check the link below: [2]Unsuspend you eBay account:.
Regards,
eBay
References
1. http://www.ebay.com/ 2. http://www.zachkoenig.com/doc/unsuspend.ebay.com/index.html
|
| | Add comment |
Saturday, 11 November 2006
|
| qemu 20061102 snapshot: trouble booting directly from cdrom device Juergen Lock 15:58:43 |
| | Hi!
I got a report yesterday of the win2k cd bsod'ing with an INACCESSIBLE_BOOT_DEVICE error when booted directly from the device (as opposed to from an iso, which worked.) I dont have a win2k cd, but I tried a KANOTIX-2006-01-RC2 cd (linux livecd), and that, although it did boot, said VFS: busy inodes on changed media repeatedly. Does anyone else get something like this on another host (I'm on FreeBSD)? I would like to know if its a FreeBSD problem (aio not working properly on the cdrom device?) or something to do with qemu itself...
Thanx, Juergen
|
| | Add comment |
|
| vmware 4.5 on FreeBSD 6.2 Jvd 14:48:17 |
| | I setup VMware 4.5.2 workstation on my FreeBSD 6.2 machine and am having some issues I can't make it through. I know this topic has come up from time to time throughout various mailing lists, and I understand there isn't a large, current support base for VMware on FreeBSD .. but I was hoping someone out there could point me in the right direction to get this fully functional.
I have successfully installed the application, gotten the vmmon_smp.ko and vmnet.ko modules compiled and loaded (even got vmmon_up.ko working but with the same issues), all my /dev objects are there, and the vmnet1 interface comes up fine. All the start-up scripts work, even have rtc.ko loaded.
I can launch the application (with sudo rights to avoid the "NOT_IMPLEMENTED" errors), can use all the wizards, set up new guest profiles, format (preallocate) the physical disk and so on with no problems.
My issue is actually starting the virtual machine. I do not have a vmware.log file anywhere, not in /tmp, not in /var, the vmware image directory, not anywhere. The only logging I have is from vmui under /tmp/vmware-root. When I try to start the virtual machine I get these errors in the UI log:
Nov 11 03:13:04: vmui| VmSummaryIsScreenshotNew: failed to stat image .png: No such file or directory Nov 11 03:13:04: vmui| VmSummaryIsScreenshotNew: failed to stat image .png: No such file or directory Nov 11 03:13:04: vmui| VMHS: Exec()'ing /usr/lib/vmware/bin/vmware-vmx Nov 11 03:13:04: vmui| VmSummaryIsScreenshotNew: failed to stat image .png: No such file or directory Nov 11 03:13:04: vmui| The VMX process died prematurely Nov 11 03:13:04: vmui| VMHSLaunchVM failed: VMDB_E_LAUNCH_PEER_FAILED Nov 11 03:13:04: vmui| VmSummaryIsScreenshotNew: failed to stat image .png: No such file or directory
Launching vmware-vmx manually puts a log into /tmp/vmware-log/123.log, just says it started up with no args to initialize the VMX VMDB instance. The only thing a ktrace shows are the configuration files and preference files, and /etc/localtime being accessed.
The only issue I had when getting the vmmon module to build was with vmmon-only/freebsd/mli_file.c under mli_conjure_vnode() -- I was getting compile errors about the si_hlist struct member being missing. Since I couldn't figure out the fix I set the variable to NULL on the first round and then commented the section like this, both with the same results:
/* vd = SLIST_FIRST(&dev->si_hlist); */ vd = NULL; /* if (vd == NULL) return ENODEV; */
This got me past my compile errors, and I'm not quite sold that my issues are related to this decision since I've read one or two mailing list postings talking about this same issue on Linux (no resolutions that I could use unfortunately).
If anyone has ran into this and fixed it, or has any information that could help I'd appreciate it.
-jvd
Not that this will really help, but here's some basic output of how things are working:
root@x:~ > uname -srp FreeBSD 6.2-PRERELEASE i386
root@x:~ > vmware -v VMware Workstation 4.5.2 build-8848
## vmmon_smp.ko and vmnet.ko are loaded properly root@x:~ > kldstat Id Refs Address Size Name 1 23 0xc0400000 731768 kernel 2 7 0xc0b32000 1adb8 linux.ko 3 1 0xc0b4d000 4a47b4 nvidia.ko 4 1 0xc0ff2000 59f20 acpi.ko 5 1 0xc707c000 6000 linprocfs.ko 6 1 0xc71f5000 2000 blank_saver.ko 7 1 0xc7211000 8000 vmmon_smp.ko 8 1 0xc722a000 2000 vmnet.ko 9 1 0xc722c000 4000 if_tap.ko 10 1 0xc7253000 2000 rtc.ko 11 4 0xc7d7b000 a000 netgraph.ko 12 1 0xc7d8b000 3000 ng_ether.ko 13 1 0xc7d8e000 4000 ng_bridge.ko 14 1 0xc7db3000 4000 ng_socket.ko
## All the appropriate devices are there root@x:/dev > ls -al | grep vm lrwxr-xr-x 1 root wheel 10 Nov 11 02:30 net3 -> net/vmnet1 crw------- 1 root wheel 0, 120 Nov 11 02:27 vmmon crw------- 1 root wheel 0, 106 Nov 11 02:27 vmnet1
## I have the logical vmnet interface root@x:~ > ifconfig vmnet1 vmnet1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:bd:e2:1f:03:01
## Straight forward kernel include GENERIC
ident X
options SMP
device sound device atapicam device snd_emu10k1 options HZ=1200 options VFS_AIO
|
| | Add comment |
Thursday, 9 November 2006
|
| [PATCH] Two new linprocfs IPC entries Jung-uk Kim 04:23:09 |
| | This patch adds /proc/sys/kernel/msgmni and /proc/sys/kernel/sem entries. This fixes LTP msgget03 and semget05 tests.
Jung-uk Kim
|
| | Add comment |
|
| [PATCH] fixes for LTP mknod01, mknod07 and mknod09 Jung-uk Kim 02:44:42 |
| | The attached patch fixes LTP mknod01, mknod07 and mknod09. This is not a critical fix but it fixes a very annoying problem, i.e., LTP leaves a corrupt directory after each run.
# rm -rf mknAawlFy rm: mknAawlFy/tnode: Bad file descriptor rm: mknAawlFy: Directory not empty # ls -al mknAawlFy ls: tnode: Bad file descriptor total 4 drwxrwxrwx 2 root wheel 512 11 7 17:06 . drwxrwxrwt 12 root wheel 512 11 8 18:41 ..
Jung-uk Kim
|
| | Add comment |
|
| [PATCH]: possible fix for the fifoor problem Divacky Roman 00:58:55 |
| | hi
pls test www.stud.fit.vutbr.cz/~xdivac02/linux-fifoor.patch
and tell me if that helps you with fifoor affected tests (dup05, select03)
I cannot afford panic now so I am unable to test ;( and wider testing never hurts
thnx
roman
|
| | 14 answers | Add comment |
Wednesday, 8 November 2006
|
| Re: linux emulation problem on releng6/7 Alexander Leidinger 07:06:46 |
| | Quoting Gary <gary@velocity-servers.net> (from Mon, 06 Nov 2006 01:49:23 -0500):
Redirecting to emulation@, ENOTIME until the weekend on my side ATM...
Bye, Alexander.
Greetings.> With VALVe's Counter-Strike Source server, I noticed some strange cpu> usage readings (among other things)> ktrace:> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0xc,0xbfbe4cf0)> 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11> 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480)> strace:> Process 590 attached - interrupt to quit> ^CProcess 590 detached> % time seconds usecs/call calls errors syscall> ------ ----------- ----------- --------- --------- ----------------> 74.38 3.880256 690 5626 getdomainname> 14.09 0.734976 16 45039 mincore> 3.33 0.173690 15 11254 gethostid?> 3.02 0.157550 14 11254 SYS_175> 2.10 0.109501 9125 12 gettimeofday> 1.53 0.079822 14 5648 5627 recv?> 1.49 0.077605 14 5639 read> 0.02 0.001223 102 12 open> 0.01 0.000626 30 21 kill> 0.01 0.000377 31 12 mmap> 0.01 0.000346 29 12 SYS_91> 0.01 0.000303 14 22 fchdir> 0.01 0.000300 25 12 dup2> 0.01 0.000299 25 12 close> 0.01 0.000261 22 12 getpid> ------ ----------- ----------- --------- --------- ----------------> 100.00 5.217135 84587 5627 total> Strange errors are being emitted from recv() flags. Could this be an> emulation bug? or a software design flaw?
-- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Unprovided with original learning, unformed in the habits of thinking, unskilled in the arts of composition, I resolved to write a book. -- Edward Gibbon
|
| | 2 answer | Add comment |
|