search for: 15328

Displaying 16 results from an estimated 16 matches for "15328".

Did you mean: 1528
2010 Oct 12
2
Memory limit problem
...mory.limit() [1] 4000 > memory.size() [1] 1971.68 > summary(hi.to.utm) Object of class SpatialPoints Coordinates: ??????? min?????? max x? 708745.5? 923406.7 y 2046153.1 2327910.9 Is projected: TRUE proj4string : [+proj=utm +zone=4 +datum=NAD83 +ellps=GRS80 +towgs84=0,0,0] Number of points: 15328 > str(hi.to.utm) Formal class 'SpatialPoints' [package "sp"] with 3 slots ? ..@ coords???? : num [1:15328, 1:2] 708746 710482 712218 713944 715681 ... ? .. ..- attr(*, "dimnames")=List of 2 ? .. .. ..$ : NULL ? .. .. ..$ : chr [1:2] "x" "y" ? ..@...
2005 Mar 08
29
Interrupt levels
I''m tracking performance on the machine I installed yesterday. mutt running on one Xen instance, accessing via imap to another instance, accessing via nfs the maildir in another instances, seems little laggy when moving up and down the message index list. Network latency seems low < 30ms on average. So I was tracking vmstat. On the mutt instances is seems reasonable: [nic@shell:~]
2010 Aug 02
1
Must restart nmbd to connect
...rom XP, I get this error: ======= C:\>net use x: \\linux\www /user:me System error 59 has occurred. An unexpected network error occurred. ======= When I run "ps aux", I notice that for some reason, smbd is running two processes (status = S and Ss): ======= root 762 0.0 0.4 15328 3980 ? Ss 10:39 0:00 smbd -F root 833 0.0 0.1 15328 1176 ? S 10:39 0:00 smbd -F root 944 0.0 0.1 8660 1644 ? Ss 10:39 0:00 nmbd -D ======= I can connect successfully if I restart nmbd: ======= # /etc/init.d/nmbd restart ======= But then, nm...
2007 Aug 29
2
high-pass filter issues
...ntf ("%d\n", (int)st->frame[i]);*/ here's the function: void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem) { int i; #ifdef FIXED_POINT const spx_word16_t Pcoef[5][3] = {{16384, -31313, 14991}, {16384, -31569, 15249}, {16384, -31677, 15328}, {16384, -32313, 15947}, {16384, -22446, 6537}}; const spx_word16_t Zcoef[5][3] = {{15672, -31344, 15672}, {15802, -31601, 15802}, {15847, -31694, 15847}, {16162, -32322, 16162}, {14418, -28836, 14418}}; #else const spx_word16_t Pcoef[5][3] = {{1.00000f, -1.91120f, 0.91498f}, {1.00000f, -1.9...
2005 Jan 05
0
Best QoS Policy for VoIP
...# # H323 # tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip sport 1720 0xffff flowid 1:6 tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip dport 1720 0xffff flowid 1:6 tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip sport 15328 0xffff flowid 1:6 tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip dport 15328 0xffff flowid 1:6 tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip sport 15329 0xffff flowid 1:6 tc filter add dev $e protocol ip parent 1:0 prio 2 u32 match ip dport 15329 0xffff flowid...
2007 Nov 06
3
Various uidlist and index errors with 1.1 on NFS
...ed index file /home/walbyjon/Maildir/dovecot/public/indexes/decs/.support/dovecot.index: log_file_tail_offset 16648 -> 14424 Nov 6 09:16:44 hill dovecot: IMAP(walbyjon): /home/walbyjon/Maildir/dovecot/public/indexes/decs/.support/dovecot.index.log: start_offset (17700) > current sync_offset (15328) Nov 6 09:16:44 hill dovecot: IMAP(walbyjon): fscking index file /home/walbyjon/Maildir/dovecot/public/indexes/decs/.support/dovecot.index Nov 6 09:16:44 hill dovecot: IMAP(walbyjon): Fixed index file /home/walbyjon/Maildir/dovecot/public/indexes/decs/.support/dovecot.index: log_file_head_offset...
2009 Jul 20
0
No subject
...channels as well ? > > Julian > > 2009/12/6 Kevin P. Fleming <kpfleming at digium.com>: > > Julian Lyndon-Smith wrote: > > > >> external => ddi => dial(skype) > >> > >> and got a load of static with > >> > >> WARNING[15328]: channel.c:3098 set_format: Unable to find a codec > >> translation path from 0x100 (g729) to 0x8 (alaw) > >> > >> on the console. > >> > >> Fired up a sip client, made the same call, and all was ok. > >> > >> Any clues ? > > &gt...
2006 Jun 28
4
How to export data
Hello I would like to know if there is a webpage or something else (even another thread in this forum) where there''s an explanation (preferably simple and detailed)on how to export data from a rail application to a .doc or a .xls. I have read Agile Web, Rails recipes and a few threads in this forum but I don''t know how to do it. Where is stored the model document ? How to
2023 Apr 19
0
[Announce] Samba 4.18.2 Available for Download
...;jra at samba.org> ?? * BUG 15302: Log flood: smbd_calculate_access_mask_fsp: Access denied: ???? message level should be lower. ?? * BUG 15306: Floating point exception (FPE) via cli_pull_send at ???? source3/libsmb/clireadwrite.c. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15328: test_tstream_more_tcp_user_timeout_spin fails intermittently on ???? Rackspace GitLab runners. ?? * BUG 15329: Reduce flapping of ridalloc test. ?? * BUG 15351: large_ldap test is unreliable. o? Ralph Boehme <slow at samba.org> ?? * BUG 15143: New filename parser doesn't check veto...
2023 Apr 19
0
[Announce] Samba 4.18.2 Available for Download
...;jra at samba.org> ?? * BUG 15302: Log flood: smbd_calculate_access_mask_fsp: Access denied: ???? message level should be lower. ?? * BUG 15306: Floating point exception (FPE) via cli_pull_send at ???? source3/libsmb/clireadwrite.c. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15328: test_tstream_more_tcp_user_timeout_spin fails intermittently on ???? Rackspace GitLab runners. ?? * BUG 15329: Reduce flapping of ridalloc test. ?? * BUG 15351: large_ldap test is unreliable. o? Ralph Boehme <slow at samba.org> ?? * BUG 15143: New filename parser doesn't check veto...
2009 Dec 05
2
Setting up skype
As I have no friends and no life I thought that I would set up my asterisk server with Skype. 1) Paid the $, got the licence, built and installed 2) create a business skype account (called company "foo") 3) created a member of the business called "bar" 4) updated the skype conf file 5) restarted asterisk => skype show settings Skype For Asterisk Settings:
2023 May 11
0
[Announce] Samba 4.17.8 Available for Download
...;jra at samba.org> ?? * BUG 15302: log flood: smbd_calculate_access_mask_fsp: Access denied: ???? message level should be lower. ?? * BUG 15306: Floating point exception (FPE) via cli_pull_send at ???? source3/libsmb/clireadwrite.c. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15328: test_tstream_more_tcp_user_timeout_spin fails intermittently on ???? Rackspace GitLab runners. ?? * BUG 15329: Reduce flapping of ridalloc test. ?? * BUG 15351: large_ldap test is unreliable. o? Ralph Boehme <slow at samba.org> ?? * BUG 15143: New filename parser doesn't check veto...
2023 May 11
0
[Announce] Samba 4.17.8 Available for Download
...;jra at samba.org> ?? * BUG 15302: log flood: smbd_calculate_access_mask_fsp: Access denied: ???? message level should be lower. ?? * BUG 15306: Floating point exception (FPE) via cli_pull_send at ???? source3/libsmb/clireadwrite.c. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15328: test_tstream_more_tcp_user_timeout_spin fails intermittently on ???? Rackspace GitLab runners. ?? * BUG 15329: Reduce flapping of ridalloc test. ?? * BUG 15351: large_ldap test is unreliable. o? Ralph Boehme <slow at samba.org> ?? * BUG 15143: New filename parser doesn't check veto...
2019 Apr 01
1
udev rename NIC failed
...ving eth0 as a backup interface with an up link kernel: [ 343.852012] bond1: Adding slave eth1 kernel: [ 343.852264] i40e 0000:1a:00.1 eth1: set new mac address 98:03:9b:83:cd:5e kernel: [ 343.860085] bond1: Enslaving eth1 as a backup interface with a down link ... udevd-work[15328]: error changing netif name 'eth1' to 'eth3': Device or resource busy .... It seems that udevd failed to rename eth1 to eth3, because eth1 has been enslaved by bond1. Does anyone know how to handle this problem? i40e: 2.2.4 CentOS: 6.3 mlx5_core: 4.2 Thanks.
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...15232 => Hello World +15240 => Hello World +15248 => Hello World +15256 => Hello World +15264 => Hello World +15272 => Hello World +15280 => Hello World +15288 => Hello World +15296 => Hello World +15304 => Hello World +15312 => Hello World +15320 => Hello World +15328 => Hello World +15336 => Hello World +15344 => Hello World +15352 => Hello World +15360 => Hello World +15368 => Hello World +15376 => Hello World +15384 => Hello World +15392 => Hello World +15400 => Hello World +15408 => Hello World +15416 => Hello World +15424...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...5224: 0, 0 +15232: , +15232: 0, 0 +15240: , +15240: 0, 0 +15248: , +15248: 0, 0 +15256: , +15256: 0, 0 +15264: , +15264: 0, 0 +15272: , +15272: 0, 0 +15280: , +15280: 0, 0 +15288: , +15288: 0, 0 +15296: , +15296: 0, 0 +15304: , +15304: 0, 0 +15312: , +15312: 0, 0 +15320: , +15320: 0, 0 +15328: , +15328: 0, 0 +15336: , +15336: 0, 0 +15344: , +15344: 0, 0 +15352: , +15352: 0, 0 +15360: , +15360: 0, 0 +15368: , +15368: 0, 0 +15376: , +15376: 0, 0 +15384: , +15384: 0, 0 +15392: , +15392: 0, 0 +15400: , +15400: 0, 0 +15408: , +15408: 0, 0 +15416: , +15416: 0, 0 +15424: , +15424:...