search for: 3185

Displaying 20 results from an estimated 51 matches for "3185".

Did you mean: 185
2020 Jun 21
7
[Bug 3185] New: some bashrc broke sshrc
https://bugzilla.mindrot.org/show_bug.cgi?id=3185 Bug ID: 3185 Summary: some bashrc broke sshrc Product: Portable OpenSSH Version: 8.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: sshd Assign...
2013 Sep 27
2
Locating inefficient code
...State tcp 0 0 172.20.100.2:60255 172.20.100.3:8209 ESTABLISHED tcp 0 0 172.20.100.2:60247 172.20.100.3:8209 ESTABLISHED tcp 0 0 ::ffff:172.20.100.2:80 ::ffff:10.1.5.7:3185 TIME_WAIT tcp 0 0 ::ffff:172.20.100.2:80 ::ffff:10.5.1.3:3189 TIME_WAIT tcp 0 0 ::ffff:172.20.100.2:80 ::ffff:10.5.5.7:3445 TIME_WAIT tcp 0 0 ::ffff:172.20.100.2:80 ::ffff:...
2006 Mar 07
3
Applying strptime() to a data set or array
...syntax of R, but I am stumped. A <- read.table(file="sumByThirtyMinute.csv",sep=",",col.names=c("date","pandl")) A now consists of thousands of rows, but A$date is a string... ... 3183 2006-02-28 12:00:00 548.470 3184 2006-02-28 12:30:00 515.240 3185 2006-02-28 13:00:00 140.120 3186 2006-02-28 13:30:00 450.940 3187 2006-02-28 14:00:00 318.570 ... So, I try to convert A$date to a POSIXlt ... A[,1]<-strptime(A$date,"%Y-%m-%d %H:%M:%s") A$date<-strptime(A$date,"%Y-%m-%d %H:%M:%s") which gives me a warning...
2009 Oct 12
2
SPRINTF option : format %1$s not supported
...eturns a shortened string if a format specifier is not recognized. I'm trying use sprintf option allowing to swap argument display according format string. More precisely, I'm trying to this "%1$s" specifier (which means "use 1st argument"). Then, the reply is : ERROR[3185]: func_strings.c:547 acf_sprintf: Format type not supported: '%1$' with argument '1234' Though the message is clear, before giving up, I thought I should ask here if someone could successfully use the "%1$s" specifier (which is very useful when you want to localize some m...
2020 Mar 04
3
Support for Intel Graphics 605 UHD
I found this site https://www.linux-hardware.org/index.php?id=pci:8086-3185-8086-2212 Says the Intel UHD 605 graphics chip is supported in kernel > 4.11 centos 8 comes with 4.18 but I am not getting X on CentOS 8 with this chip. When I put this: Section "Device" Identifier "Intel Graphics" Driver "intel" EndSection in /etc/X11/...
2007 May 23
2
problem with read.table
Dear all, I try to use read.table to get the data from a tab delimited file, and some of the data is shown below: 3185 heterogeneous nuclear ribonucleoprotein F 3187 heterogeneous nuclear ribonucleoprotein H1 (H) 3188 heterogeneous nuclear ribonucleoprotein H2 (H') 3189 heterogeneous nuclear ribonucleoprotein H3 (2H9) 3190 heterogeneous nuclear ribonucleoprotein K /// heterogeneous nuclear ribonu...
2020 Jun 08
2
[EXTERNAL] Could not access a share as a guest
...49(get_ea_dos_attribute) get_ea_dos_attribute: Cannot get attribute from EA on file 1d972c9a-6afe-4c46-ba77-7fdf8c24af5a#b079d2d8-0000-0000-0000-000000000000#3-snapshot.vhdx: Error = No data available [2020/06/08 12:23:08.982063, 10, pid=471, effective(0, 0), real(0, 0)] ../../source3/smbd/open.c:3185(open_file_ntcreate) Thanks, Neelakantan K. -----Original Message----- From: Ashok Ramakrishnan <aramakrishnan at nasuni.com> Sent: Monday, June 8, 2020 7:24 PM To: Neelakantan Kannappa (nkannapp) <Neelakantan.Kannappa at quest.com> Subject: RE: [EXTERNAL] [Samba] Could not access a...
2020 Mar 05
4
Support for Intel Graphics 605 UHD
C7: lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03) grep Driver /var/log/Xorg.0.log [ 24.374] (**) | |-->Device "Intel Graphics" [ 24.610] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: [ 24.614] (II) intel: Driver for Intel(R) HD Graphics [ 24.614] (II) intel: Driver for Intel(R) Iris(TM) Graphics...
2020 May 08
79
[Bug 3162] New: Tracking bug for 8.4 release
https://bugzilla.mindrot.org/show_bug.cgi?id=3162 Bug ID: 3162 Summary: Tracking bug for 8.4 release Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Keywords: meta Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2019 Jan 08
0
debugging, dns resolving not stable with tinc to linux bridge and increasing clients
..._thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_stale_time = 60 This is a ipv4 only TINC server. Any ideas? Kind regards and best wishes, Jelle de Jong (GNU/Linux Consultant) PowerCraft Technology I: www.powercraft.nl T: +3185 060 9913 M: +316 1218 2441
2020 Jun 08
0
[EXTERNAL] Could not access a share as a guest
...dos_attribute) > get_ea_dos_attribute: Cannot get attribute from EA on file 1d972c9a-6afe-4c46-ba77-7fdf8c24af5a#b079d2d8-0000-0000-0000-000000000000#3-snapshot.vhdx: Error = No data available > [2020/06/08 12:23:08.982063, 10, pid=471, effective(0, 0), real(0, 0)] ../../source3/smbd/open.c:3185(open_file_ntcreate) That is not necessarily an error. The file may not have had the DOS attributes stored on it yet, if this is the first time it's being accessed by Samba (on read for example).
2007 Nov 26
1
CPCA?
It would be great to know if and where an R code for Common Principal Component Analysis is available. Thanks, Daniel Daniel Berner Redpath Museum & Dept. of Biology McGill University 859 Sherbrooke St. W. Montreal, QC, H3A 2K6 Canada Phone: 514-398-4086 ext. 00908 Fax: 514-398-3185 Email: daniel.berner at mail.mcgill.ca
2020 Jun 09
1
[EXTERNAL] Could not access a share as a guest
...; get_ea_dos_attribute: Cannot get attribute from EA on file > 1d972c9a-6afe-4c46-ba77-7fdf8c24af5a#b079d2d8-0000-0000-0000-000000000 > 000#3-snapshot.vhdx: Error = No data available > [2020/06/08 12:23:08.982063, 10, pid=471, effective(0, 0), real(0, 0)] > ../../source3/smbd/open.c:3185(open_file_ntcreate) That is not necessarily an error. The file may not have had the DOS attributes stored on it yet, if this is the first time it's being accessed by Samba (on read for example). -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Na...
2015 Jan 29
6
Indexing Mail faster
...2379 2384 2389 2402 2409 2436 2459 2475 2476 2488 2504 2519 2538 2539 2551 2566 2572 2597 2599 2603 2617 2629 2664 2698 2716 2731 2733 2753 2754 2780 2805 2808 2815 2818 2850 2861 2862 2867 2886 2896 2900 2914 2931 2936 2938 2939 2950 2969 2990 3017 3019 3062 3075 3094 3101 3115 3138 3159 3161 3178 3185 3190 3204 3217 3218 3248 3263 3265 3266 3273 3282 3288 3295 3386 3428 3453 3476 3478 3479 3511 3548 3606 3629 3693 3694 3737 3793 3799 3801 3808 3812 3814 3815 3834 3849 3860 3862 3880 3910 3917 3930 3932 3952 3953 3954 3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058 4059 4063 4064...
2015 Jan 29
0
Indexing Mail faster
...2409 2436 2459 2475 2476 2488 2504 2519 2538 2539 2551 > 2566 2572 2597 2599 2603 2617 2629 2664 2698 2716 2731 2733 2753 2754 2780 > 2805 2808 2815 2818 2850 2861 2862 2867 2886 2896 2900 2914 2931 2936 2938 > 2939 2950 2969 2990 3017 3019 3062 3075 3094 3101 3115 3138 3159 3161 3178 > 3185 3190 3204 3217 3218 3248 3263 3265 3266 3273 3282 3288 3295 3386 3428 > 3453 3476 3478 3479 3511 3548 3606 3629 3693 3694 3737 3793 3799 3801 3808 > 3812 3814 3815 3834 3849 3860 3862 3880 3910 3917 3930 3932 3952 3953 3954 > 3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058...
2008 Jul 30
3
Large file - match process taking days
...um=f0b58ab2 potential match at 19827785238 i=4099 sum=f3338531 potential match at 19827870435 i=1232 sum=6abf175c potential match at 19829135485 i=4472 sum=1ed3674e potential match at 19829758278 i=2705 sum=dc796cb7 potential match at 19830224336 i=2959 sum=f0bd8161 potential match at 19830896106 i=3185 sum=6f83947a potential match at 19832087866 i=1306 sum=14b38acb potential match at 19832536037 i=1411 sum=3de116db potential match at 19833817328 i=102 sum=45a8d003 potential match at 19835208508 i=2706 sum=e326d8e4 potential match at 19836927143 i=1591 sum=e357d821 potential match at 19838869812 i...
2011 Mar 07
0
[Announce] Samba 3.5.8 Available for Download
...o G?nther Deschner <gd at samba.org> * BUG 7567: Fix printing with Windows 7 clients. * BUG 7641: Handle Windows 9x adddriver calls without config file. * BUG 7945: Let Winbind try to use samlogon validation level 6. o Holger Hetterich <hhetter at novell.com> * BUG 3185: Fix 'testparm' return code when EOF in encountered in param name. o Bj?rn Jacke <bj at sernet.de> * BUG 7821: Fix build of shared libraries on Tru64. o Volker Lendecke <vl at samba.org> * BUG 7066: Fix "Your Password expires today" message for us...
2011 Mar 07
0
[Announce] Samba 3.5.8 Available for Download
...o G?nther Deschner <gd at samba.org> * BUG 7567: Fix printing with Windows 7 clients. * BUG 7641: Handle Windows 9x adddriver calls without config file. * BUG 7945: Let Winbind try to use samlogon validation level 6. o Holger Hetterich <hhetter at novell.com> * BUG 3185: Fix 'testparm' return code when EOF in encountered in param name. o Bj?rn Jacke <bj at sernet.de> * BUG 7821: Fix build of shared libraries on Tru64. o Volker Lendecke <vl at samba.org> * BUG 7066: Fix "Your Password expires today" message for us...
2010 May 15
1
Unable to build tools/libxl for weeks
...-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c cc1: warnings being treated as errors xl_cmdimpl.c: In Funktion »main_top«: xl_cmdimpl.c:3185: Fehler: Der Rückgabewert von »system«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert xl_cmdimpl.c: In Funktion »uptime_to_string«: xl_cmdimpl.c:3529: Fehler: Der Rückgabewert von »asprintf«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert xl_cm...
2010 Apr 02
6
L2ARC & Workingset Size
...1073802464 snaptime 2006.231252288 module: zfs instance: 0 name: vdev_cache_stats class: misc crtime 28.08322032 delegations 3133 hits 3185 misses 3101 snaptime 2006.231275969 module: zfs instance: 0 name: arcstats class: misc c 1073741824 c_max 1073741824...