search for: 31s

Displaying 20 results from an estimated 23 matches for "31s".

Did you mean: 31
2016 Dec 27
3
Reproducible ReInvites sent by UAS after exactly 900s despite session-timers=refuse
...lee is stopped. - 0.11s after the Status ok package has been sent, the Ack package of the UAS can be seen. - 10s after the arrival of the ack package, UAS sends options packages, every 10s one package. Each of these packages is immediately answered by asterisk with Status 200 ok. - After 31s seconds, asterisk drops the call because of lack of rtp stream from callee. Used asterisk version is 13.13.1. Does anybody has any idea about what's going on here? This problem isn't just an actual problem, it can be seen since a few weeks now and is *always* reproducible (I can provi...
2018 Aug 02
3
Default compression level for -compress-debug-info=zlib?
...hat was just the default compression level for zlib::compress function. For an experiment, I created a patch to use compression level 1 instead of 9 and linked clang using that modified lld. By default, lld takes 1m4s to link clang with --compress-debug-sections=zlib. With that patch, it took only 31s. Here is a comparison of clang executable size with various configurations: no debug sections: 275 MB level 9 compression: 855 MB level 1 compression: 922 MB no compression: 2044 MB Given that the best compression takes significantly longer time than the fastest compression, we probabl...
2019 Oct 14
3
Cannot start SMB on CentOS 7
...cannot get the smb daemon to start (Samba version 4.9.1). This is the status after a failed start:* smb.service - Samba SMB Daemon ???? Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; vendor preset: disabled) ???? Active: failed (Result: exit-code) since Mon 2019-10-14 10:29:59 EDT; 31s ago ???????? Docs: man:smbd(8) ???????????????????? man:samba(7) ???????????????????? man:smb.conf(5) ?? Process: 24991 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255) ??Main PID: 24991 (code=exited, status=255) Oct 14 10:29:58 dap002 systemd[1]: Sta...
2023 Jul 25
2
Seeking Assistance: Plotting Sea Current Vectors in R
...rrents_mag", and "sea_currents_direction". The dataframe includes sea current estimations, with information about magnitude (m/s) and direction (degrees) at various longitude and latitude coordinates. The study domain covers the Eastern Mediterranean Sea (23E to 36W) and extends from 31S to 37N. It is important to note that the longitude and latitude coordinates are not evenly spaced across the domain. Objective: I am seeking guidance on how to create a plot that visualizes the sea current vectors (arrows) at each coordinate. Additionally, if possible, I would like the borders of...
2015 Sep 24
0
FreeBSD 10 & default_vsz_limit causing reboots?
...el: mfi0: 200234 (boot + 3s/0x0020/info) - Firmware version 1.40.342-1650 Sep 17 11:25:39 romulus kernel: mfi0: 200235 (boot + 4s/0x0008/info) - Battery Present Sep 17 11:25:39 romulus kernel: mfi0: 200236 (boot + 5s/0x0020/info) - Board Revision Sep 17 11:25:39 romulus kernel: mfi0: 200237 (boot + 31s/0x0010/info) - Connector External B Port (loc=3 sasMux=0x0) is active Sep 17 11:25:39 romulus kernel: mfi0: 200238 (boot + 31s/0x0010/info) - Connector Int.Ports 4-7 (loc=2 sasMux=0x1) is active Sep 17 11:25:39 romulus kernel: mfi0: 200239 (boot + 31s/0x0002/info) - Inserted: PD 1e(e0xff/s30) Sep 1...
2023 Jul 25
1
Seeking Assistance: Plotting Sea Current Vectors in R
...d "sea_currents_direction". > The dataframe includes sea current estimations, with information about > magnitude (m/s) and direction (degrees) at various longitude and latitude > coordinates. The study domain covers the Eastern Mediterranean Sea (23E to > 36W) and extends from 31S to 37N. It is important to note that the > longitude and latitude coordinates are not evenly spaced across the domain. > > Objective: I am seeking guidance on how to create a plot that visualizes > the sea current vectors (arrows) at each coordinate. Additionally, if > possible, I wo...
2015 Sep 15
3
FreeBSD 10 & default_vsz_limit causing reboots?
Ok, So this is really more of an observation than anything else.? I had a FreeBSD 10.1 server that was running great. Some SSL issue came up, or I upgrade Dovecot in ports - something occurred and the machine started rebooting randomly.? It would run for 2 weeks, then reboot.? It might run for 5 days and then reboot. So I started doing more FreeBSD upgrades, thinking it was a kernel issue. The
2018 Aug 02
2
Default compression level for -compress-debug-info=zlib?
...on level for zlib::compress function. > > > > For an experiment, I created a patch to use compression level 1 instead > of 9 and linked clang using that modified lld. By default, lld takes 1m4s > to link clang with --compress-debug-sections=zlib. With that patch, it > took only 31s. > > > > Here is a comparison of clang executable size with various > configurations: > > > > no debug sections: 275 MB > > level 9 compression: 855 MB > > level 1 compression: 922 MB > > no compression: 2044 MB > > > > Given that t...
2017 Aug 26
1
configuring samba for virtualbox guest os host only network
...ervice" and "journalctl -xe" for details. linux:~ # systemctl status nmb.service ● nmb.service - Samba NMB Daemon Loaded: loaded (/usr/lib/systemd/system/nmb.service; enabled; vendor preset: disabled) Active: failed (Result: timeout) since Sat 2017-08-26 13:15:15 CEST; 2min 31s ago Main PID: 4663 Status: "nmbd: No local IPv4 non-loopback interfaces available, waiting for interface ..." Tasks: 0 (limit: 512) CGroup: /system.slice/nmb.service Aug 26 13:15:00 linux nmbd[4663]: [2017/08/26 13:15:00.610756, 0] ../source3/lib/interface.c:652(load_in...
2007 May 03
5
ZFS vs UFS2 overhead and may be a bug?
[originally reported for ZFS on FreeBSD but Pawel Jakub Dawid says this problem also exists on Solaris hence this email.] Summary: on ZFS, overhead for reading a hole seems far worse than actual reading from a disk. Small buffers are used to make this overhead more visible. I ran the following script on both ZFS and UF2 filesystems. [Note that on FreeBSD cat uses a 4k buffer and md5 uses a 1k
2018 Aug 02
2
Default compression level for -compress-debug-info=zlib?
...on level for zlib::compress function. > > > > For an experiment, I created a patch to use compression level 1 instead > of 9 and linked clang using that modified lld. By default, lld takes 1m4s > to link clang with --compress-debug-sections=zlib. With that patch, it > took only 31s. > > > > Here is a comparison of clang executable size with various > configurations: > > > > no debug sections: 275 MB > > level 9 compression: 855 MB > > level 1 compression: 922 MB > > no compression: 2044 MB > > > > Given that t...
2009 Aug 25
2
error matrix, cross table,
how to create a cross table to quantify the classes of two thematic maps? -- View this message in context: http://www.nabble.com/error-matrix%2C-cross-table%2C-tp25143926p25143926.html Sent from the R help mailing list archive at Nabble.com.
2019 Oct 14
0
Cannot start SMB on CentOS 7
...t (Samba version 4.9.1). This is the status after a failed > start:* > > smb.service - Samba SMB Daemon > ???? Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; vendor > preset: disabled) > ???? Active: failed (Result: exit-code) since Mon 2019-10-14 10:29:59 EDT; > 31s ago > ???????? Docs: man:smbd(8) > ???????????????????? man:samba(7) > ???????????????????? man:smb.conf(5) > ?? Process: 24991 ExecStart=/usr/sbin/smbd --foreground > --no-process-group $SMBDOPTIONS (code=exited, status=255) > ??Main PID: 24991 (code=exited, status=255) > >...
2006 Nov 24
1
Re : View code of function
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061124/c670126c/attachment.pl
2020 Sep 16
0
smbd do not start
...start smbd it gives me this error: > > $ sudo systemctl status smbd.service -l > > ? smbd.service - Samba SMB Daemon > Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled) > Active: failed (Result: exit-code) since Wed 2020-09-16 14:06:55 CDT; 31s ago > Docs: man:smbd(8) > man:samba(7) > man:smb.conf(5) > Process: 11665 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) > Process: 11669 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS...
2015 Feb 17
0
Controlling inactivity timeout for IMAP
...b/src/lib-master/master-interface.h --- a/src/lib-master/master-interface.h Mon Jun 2 04:50:10 2014 +++ b/src/lib-master/master-interface.h Sat Feb 14 18:41:39 2015 @@ -99,1 +99,1 @@ -#define MASTER_LOGIN_TIMEOUT_SECS (3*60) +#define MASTER_LOGIN_TIMEOUT_SECS (31) Changing it to 31s still seems overly generous, but you can not set it lower unless you also change the next define /* auth server should abort auth requests before that happens */ #define MASTER_AUTH_SERVER_TIMEOUT_SECS (MASTER_LOGIN_TIMEOUT_SECS - 30) I really don't understand what this is about,...
2018 Aug 02
3
Default compression level for -compress-debug-info=zlib?
...t;>> > >>> > For an experiment, I created a patch to use compression level 1 >>> instead of 9 and linked clang using that modified lld. By default, lld >>> takes 1m4s to link clang with --compress-debug-sections=zlib. With that >>> patch, it took only 31s. >>> > >>> > Here is a comparison of clang executable size with various >>> configurations: >>> > >>> > no debug sections: 275 MB >>> > level 9 compression: 855 MB >>> > level 1 compression: 922 MB >>> &g...
2020 Sep 16
4
smbd do not start
...%U ### But when I try to start smbd it gives me this error: $ sudo systemctl status smbd.service -l ? smbd.service - Samba SMB Daemon Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2020-09-16 14:06:55 CDT; 31s ago Docs: man:smbd(8) man:samba(7) man:smb.conf(5) Process: 11665 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) Process: 11669 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255/EXCEP...
2018 Aug 02
3
Default compression level for -compress-debug-info=zlib?
...> > For an experiment, I created a patch to use compression level 1 >>>>> instead of 9 and linked clang using that modified lld. By default, lld >>>>> takes 1m4s to link clang with --compress-debug-sections=zlib. With that >>>>> patch, it took only 31s. >>>>> > >>>>> > Here is a comparison of clang executable size with various >>>>> configurations: >>>>> > >>>>> > no debug sections: 275 MB >>>>> > level 9 compression: 855 MB >>>&g...
2004 Aug 06
5
"live" stream online
hi, there is a low bitratestream available for testing. it's around 40kbps and it sounds really bad, because it's 11khz stereo :). http://ogg.radiostudio.org:8007/ostream.ogg -- Sent through GMX FreeMail - http://www.gmx.net --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to