similar to: Change in behaviour V9 ./. V10 intended?

Displaying 20 results from an estimated 200 matches similar to: "Change in behaviour V9 ./. V10 intended?"

2025 Jan 20
0
Match/Include by environment variable unexpected behavior
Hey there, I hope you had a good weekend. I'm setting up conditional inclusion with environment variables. I thought to use a Match block to skip inclusion when the variable is undefined. However, it seems like when ssh client parses the config, it tries to evaluate the variable despite Match failure. I can give a minimal example. Let's use two ssh config files in the present working
2024 Sep 24
10
[Bug 3739] New: Match parsing requires space before '='
https://bugzilla.mindrot.org/show_bug.cgi?id=3739 Bug ID: 3739 Summary: Match parsing requires space before '=' Product: Portable OpenSSH Version: 9.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at
2024 Sep 17
5
[Bug 3736] New: sshd falls back to password prompt after PAM module returns a PAM_MAXTRIES.
https://bugzilla.mindrot.org/show_bug.cgi?id=3736 Bug ID: 3736 Summary: sshd falls back to password prompt after PAM module returns a PAM_MAXTRIES. Product: Portable OpenSSH Version: 9.8p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2007 Jun 17
0
Entwickler Workshop Virtualisierung
(English Speakers, please see below) Hallo, wie schon 2006 findet auch in diesem Jahr wieder ein Workshop zum Thema Virtualisierung statt im Linuxhotel in Essen statt. Details und Informationen, wie Ihr Euch anmelden k?nnt findet Ihr unter https://wiki.villa-vogelsang.de/doku.php?id=virtualisierung:start Dear Virtualization developers, As last year, we will repeat our virtualization developers
2025 Apr 17
2
[Bug 3814] New: incorrect signature when ssh'ing to an AIX server (Big Endian) from amd64 (Little endian)
https://bugzilla.mindrot.org/show_bug.cgi?id=3814 Bug ID: 3814 Summary: incorrect signature when ssh'ing to an AIX server (Big Endian) from amd64 (Little endian) Product: Portable OpenSSH Version: 10.0p1 Hardware: PPC64 OS: AIX Status: NEW Severity: major Priority: P5
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
Hi, I am happy to announce that I finished the translation of almost all LGPL'ed R headerfiles to Delphi. As a test I did several demos which basically contain delphized versions of all the examples of chapter 5 in "Writing R Extensions". Please have a look in the attachments for details (DemosAndHeaders.txt), more information (Readme.txt) and an example of how it looks
2010 Sep 29
0
Successive Dial apps give hang up within 30s!!
Hi All, I am using an Asterisk 1.6.2.6, and when I use this part of the dialplan: exten => 8355,1,Dial(SIP/${EXTEN}&IAX2/${EXTEN},18,tTWwr) exten => 8355,n,Dial(IAX2/8366,48,tTWwr) (i made that simple to exhibit issue) I got just 1 ring in 8366 extension before it hangup, what i noticed is the total time spent on ringing is 30s that means if i use 12s in the first dial i get 18s left
2005 Feb 10
0
Context fails so falling back to extension "s" ?
I realize it's bad form, but I'd really appreciate some hand holding here. AMP is making me pull my hair out and the mountain of configuration data in extensions.conf is starting to get to me... I have the first channel configured in zapata.conf to "take" incoming contexts to "from-pstn". I'm using AMP neat "Incoming Calls" configuration page and
2022 Sep 29
7
[Bug 3477] New: Support environment variable or %u token for User
https://bugzilla.mindrot.org/show_bug.cgi?id=3477 Bug ID: 3477 Summary: Support environment variable or %u token for User Product: Portable OpenSSH Version: v9.0p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at
2004 Jan 13
0
Printing Resources
Hello there. I've been having problems with printers, and I could not find anything on google, thats why I'm writing you. A piece of the logfile: [2004/01/13 17:03:51, 2] rpc_server/srv_spoolss_nt.c:find_printer_index_by_hnd(263) find_printer_index_by_hnd: Printer handle not found: _spoolss_fcpn: Invalid handle (OTHER:2730:3433) [2004/01/13 17:03:51, 2]
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2015 Aug 14
2
chan_sip.c: Retransmission timeout reached on transmission
Hello friends: I am facing cutoffs randomly when negotiating calls. The PBX dials the destination, the provider (softswitch) receives the request *[1]* and sudenly the PBX hangs up the call* [2]* while the provider is still dialing it, as a consequence the remote peer receives a ghost call. Along the atempt I could see six times a messages regarding NAT isuues *[3]* I hope anyone can give me an
2007 Mar 19
2
Graphic problem
Hello ! I'm a new user of Ubuntu Edgy , but when I try to lauch WINRAR , via the console , I receive that error message : libGL warning: 3D driver claims to not support visual 0x5b libGL warning: 3D driver claims to not support visual 0x5b fixme:shell:SHAutoComplete SHAutoComplete stub err:rebar:REBAR_AdjustBands Phase 1 failed, x=692, maxx=-4, start=0, end=0 err:rebar:REBAR_AdjustBands Phase
2005 Sep 12
1
fit data with gammadistribution
hello my data is data2:2743 4678 21427 6194 10286 1505 12811 2161 6853 2625 14542 694 11491 14924 28640 17097 2136 5308 3477 91301 11488 3860 64114 14334 by calculating shape<-(mean(data2))^2/var(data2) scale<-var(data2)/mean(data2) i get the idea what the parameters of the gammadistribution would be. but if i try using the method mle() i get stock and i don't know, how to
2004 Jul 06
3
Improving effeciency - better table()?
Hi, I've been running some simulations for a while and the performance of R has been great. However, I've recently changed the code to perform a sort of chi-square goodness-of-fit test. To get the observed values for each cell I've been using table() - specifically I've been using cut2 from Hmisc to divide up the range into a specified number of cells and then using
2004 May 05
4
Discontinuities in a simple graph (machine precision?)
Hi, I've got an ugly but fairly simple function: mdevstdev <- function(a){ l <- dnorm(a)/(1-pnorm(a)) integrand <- function(z)(abs(z-l)*dnorm(z)) inted <- integrate(integrand, a, Inf) inted[[1]]/((1- pnorm(a))*sqrt((1 + a*l - l^2))) } I wanted to quickly produce a graph of this over the range [-3,3] so I used: plotit <-function(x=seq(-3,3,0.01),...){
2012 Sep 14
1
Problem in installing "quantreg" package
Dear Sir /Madam I have a problem in installing quantreg package. I recieve this message “package ‘quantreg’ is not available (for R version 2.13.1). Thanks in adavance for the help. Regards, Ledile Mankga --------------------------------------------------------------------- Ledile Mankga Department of Botany & Plant Biotechnology University of Johannesburg P O Box 524, Auckland Park, 2006
2009 Feb 17
0
unistim channel problem
Hi [Feb 17 07:59:45] WARNING[21539]: channel.c:3477 ast_request: No channel type registered for 'USTM' [Feb 17 07:59:45] WARNING[21539]: app_dial.c:1502 dial_exec_full: Unable to create channel of type 'USTM' (cause 66 - Channel not implemented) == Everyone is busy/congested at this time (1:0/0/1) I get this after I restart my asterisk 1.6, it all worked yesterday. I have the
2023 Jan 30
1
change OS on one node
Hi to all, I would like to replace the operating system on one gluster brick. Is it possible to hold the data on the brick? If yes, how can I connect the data partition back to the new brick. I will remove the brick from the volume and remove the peer from the pool first. Then setup the new OS then I would like to configure the new brick and bind the exixting partion to the new brick. Or
2023 Jun 05
0
EOL gluster9.x
When will gluster 9.x reach EOL? Which will be best version to update to? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3477 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20230605/1ab2b25b/attachment.p7s>