Displaying 20 results from an estimated 327 matches for "668".
Did you mean:
6681
2003 Sep 17
14
[Bug 668] ssh truncates long banner message
http://bugzilla.mindrot.org/show_bug.cgi?id=668
Summary: ssh truncates long banner message
Product: Portable OpenSSH
Version: 3.7p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-b...
2008 Mar 03
1
[Bug 668] New: libzfs:load_key() probably should allow null values for zfs_crypt_t
http://defect.opensolaris.org/bz/show_bug.cgi?id=668
Summary: libzfs:load_key() probably should allow null values for
zfs_crypt_t
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severit...
2011 Jul 14
9
Extension wise dialplan
Hi all,
I have n no. of extensions in my dialer. from 456 to 556 extensions. I was
created 2 other extensions 667 and 668 I need to allow only STD calls to
go from this extensions.
These all extensions are same context . I need to define the STD dialplan
for only this 2 extensions. how I can ?
Best Regards,
Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DE...
2014 Oct 10
1
dumping using tftp
...the email, I realised that we already had HDT running from our PXE that we use for OS installation, I just never noticed it.
So I will work with that.
thanks
-
Philippe Johnston
IT-GNS - Centre de donn?es
4101 Molson, Suite 203
Montr?al, Qu?bec H1Y 3J2
Office : 514-522-0984
Urgency Mobile: 514-668-5252
philippe.johnston at ubisoft.com<mailto:philippe.johnston at ubisoft.com>
[Description: cid:939101214 at 01122004-3415]<http://www.ubisoft.ca/fr/>
From: Erwan Velu [mailto:erwanaliasr1 at gmail.com]
Sent: October-10-14 5:55 AM
To: Philippe Johnston
Cc: hdt at zytor.com
Subject: R...
2012 Nov 06
1
LazyData: no / yes
...list
I have package foo0 with a big dataset 'myData'.
In DESCRIPTION, if I use 'LazyData: no', then I get:
- when I open a R session : memory used=20 908
- when I attach 'library(foo0)' : memory used=24364
- then I load the set 'data(myData)' : memory used=39 668
If I use LazyData: yes', then I get
- when I open a R session : memory used=20 908
- when I attach 'library(foo0)' : memory used=52 760.
In this second example, after 'library(foo0)', I was expecting the memory to rize up to 39 668, not
to 52 760... Where does the differenc...
2014 Oct 09
2
dumping using tftp
...thing on that TFTP server.
Is there a more detailed wiki on the process of how to setup the tftp server so that it will start HDT and dump info?
Thank you.
-
Philippe Johnston
IT-GNS - Centre de donn?es
4101 Molson, Suite 203
Montr?al, Qu?bec H1Y 3J2
Office : 514-522-0984
Urgency Mobile: 514-668-5252
philippe.johnston at ubisoft.com<mailto:philippe.johnston at ubisoft.com>
[Description: cid:939101214 at 01122004-3415]<http://www.ubisoft.ca/fr/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.zytor.com/pipermail/hdt/attachments/20...
2001 Jan 27
4
load host key error:
...26 23:58:52: %SSHD-6-INFO: Disabling protocol version 2. Could not
load host key
Everything looks okay, the file exists, (it was generated using command:
ssh-keygen -d -f ssh_host_dsa_key -N '')
I also do 'ls' and find the file exists with permissions:
-rw------- 1 root group 668 Jan 26 15:53 ssh_host_dsa_key
-rw-r--r-- 1 root group 601 Jan 26 15:53 ssh_host_dsa_key.pub
version i use:
OpenSSH_2.3.1p1
on NetBSD1.4.2
Is this a bug ? Any suggestions ?
Thank you.
2006 Mar 24
1
who can tell me the reason why it is different on calculating Moran's I using ARCGIS, Geoda and R?
...09 623 0.000316172421
703 702 0.000154434452
703 688 0.000157410292
703 689 0.000167693172
703 687 0.000218888099
703 717 0.000258156929
608 593 0.000198436388
608 623 0.000213845739
608 594 0.000237255137
608 609 0.000242843571
608 624 0.000311081983
653 668 0.000199218473
653 654 0.000240276924
653 669 0.000270440382
653 683 0.000315901883
653 638 0.000335715653
683 698 4.10487515e-005
683 668 0.000133003759
683 669 0.000158492902
683 684 0.000212602916
683 653 0.000315901883
438 439 2.23606797e-006
438 454...
2000 Sep 22
3
eval functions... (PR#668)
Full_Name: Anantha Prasad
Version: 1.1.1
OS: Linux
Submission from: (NULL) (199.131.134.30)
I am trying to convert some S-PLUS code to R (a tcl/tk application that uses
R)...
here is the error I got in R (but not in S-PLUS)...so I am wondering if it is a
bug.
Eg., the foll. extract from a function runs fine in S-PLUS but gives the error:
Error in x[[j]] : subscript out of bounds
in R
code
2003 Dec 01
1
[Bug 765] openssh client truncates banner at 1024 characters.
http://bugzilla.mindrot.org/show_bug.cgi?id=765
Summary: openssh client truncates banner at 1024 characters.
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2007 Nov 08
3
Downloading a file into a directory that does not exist
...o/bar/baz.puppettmp at
/etc/puppet/manifests/functions.pp:48
It looks like this issue has been addressed at least twice before, at:
http://reductivelabs.com/trac/puppet/ticket/86 (" Directory creation
fails if parent directory does not exist ")
http://reductivelabs.com/trac/puppet/ticket/668 (" Using File with
ensure => directory fails if there''s no parent directory ")
I''ve tried to solve the problem with mkdir -p (I evidently had the same
idea as the person from ticket #668), but I can''t figure out how to do
it. Puppet scripts often seem to exe...
2004 Nov 11
1
rsync --rsh not reading .ssh/config
...han upgrading
rsync?
Here's some examples of how it's not reading my .ssh/config:
"mysqldump" is the single-use key. You can see that rsync --rsh=ssh
isn't reading .ssh/config:
$ ls -ltu $HOME/.ssh/config /home/moseley/.ssh/mysqldump
-rw------- 1 moseley users 668 Nov 11 06:45 /home/moseley/.ssh/mysqldump
-rw-r--r-- 1 moseley users 268 Nov 11 06:45 /home/moseley/.ssh/config
$ rsync -a --rsh="ssh -F $HOME/.ssh/config -i $HOME/.ssh/mysqldump" remotehost::
unknown host: remotehost
$ ls -ltu $HOME/.ssh/config /home/moseley/.ssh/mysqldump...
2002 May 09
2
Samba 2.2.4 and SCO Openserver 5.0.6
I have problems installing the latest release of Samba on Caldera (SCO)
Openserver 5.0.6
I have downloaded the source and ran "./configure" fine. I get an error "
line 664: Syntax error " when I run "make". If I run " ./configure
--with-winbind", then run "make", I get the error "Compiling smbd/server.c
include/includes.h, line 885:error:
2012 Feb 12
2
Key auth question
...ser
(git), even though it works fine for the remote user "root". The remote
file .ssh/authorized_keys is identical for both users - I cp'ed it from
the root account to the git home dir.
On local machine (OS X, by the way) I have:
$ cd
$ ls -l .ssh
-rw------- 1 jussihirvi staff 668 Aug 24 16:13 id_rsa
(the rest is omitted)
On remote machine (as root):
$ cd
$ ls -ld .ssh
drwxr-xr-x 2 root root 4096 Feb 11 17:45 .ssh
$ ls -l .ssh
total 8
-rw------- 1 root root 1768 Feb 11 17:45 authorized_keys
-rw-r--r-- 1 root root 631 Feb 11 12:30 known_hosts
On remote machine (as git):
$...
2016 Aug 17
5
code to sort otherwise-unsortable "ilist"s, e.g. symbol tables
...st_after_last_sorted,
*last_sorted) ) {
// advance the frontier by one element
++just_after_last_sorted;
++ last_sorted;
} // this loop _must_ come _before_ the code to figure out how many elem.s to splice and
where to splice them to [place-marker: NOTE 668]
if (end() != just_after_last_sorted) { // check again in case advancing the frontier
finished the job
// first, find the insertion point for the first-past-the-frontier elem.
iterator insertion_point{begin()};
while ( ! comp(*just_after_last_sorted, *insertion_...
2008 Feb 02
3
Liebert UPS, serial cable questions
Hi,
I have a Liebert GXT2-1000RT230 UPS that is connected to my server
using a serial cable.
I have no idea to what port exactly it is connected so my first
question is: how do I find out what /dev/tty** should I use?
Do I need to install a device driver for it? Where do I find it?
What should I use and how do I do so the server shuts down if the
battery level is low?
Yes, I'm a newby,
2006 Apr 28
2
Memoire defaillante
...ets en place des procédures d'analyse de données :
sur des procédures de classification employant la commande dist(), je rencontre des problèmes de memoire : avec des data.frame d'environ 100 000 lignes j'obtiens le message d'erreur suivant :
Error : cannot allocate vector of size 668 481 330
Ou une autre erreur souvent affichée :
Reached total allocation of 510 Mb : see help(memory.size)
J'ai donc lu les aides sur R, visité les sites concernés : et notamment certaines options configurées pouvant être augmentées : max-mem-size = N .... aucun changement !
Y a t il qu...
2005 May 13
5
centos + kswapd0 error
...used, 0k free, 36380k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
60 root 17 0 0 0 0 D 75.4 0.0 585:22.79 kswapd0
2164 root 15 0 1736 484 432 S 31.0 0.0 31:57.07 couriertcpd
16334 vpopmail 19 0 2660 804 668 R 24.7 0.0 0:01.69 imapd
2158 root 15 0 3264 488 432 S 23.4 0.0 1:17.51 couriertcpd
32608 apache 16 0 21604 8440 3016 R 15.5 0.4 1:38.09 httpd
15284 vpopmail 18 0 4384 1032 760 R 14.9 0.0 0:08.32
vdelivermail
I really do not know what thing should i d...
2005 May 14
2
[LLVMdev] Building Cygwin binaries
...e-unu
sed-debug-types -fdefer-pop'
/tmp/cctoZeMj.s:15: Error: junk at end of line, first unrecognized character
is
`-'
/tmp/cctoZeMj.s:16: Error: junk at end of line, first unrecognized character
is
< ----------------------------- snip ---------------------------->
/tmp/cc4867fH.s:668: Error: bad expression
/tmp/cc4867fH.s:668: Error: junk at end of line, first unrecognized
character is
`}'
/tmp/cc4867fH.s:669: Error: no such instruction: `store {}* %dbg.tmp.15,{}**
%db
g.0'
/tmp/cc4867fH.s:670: Error: no such instruction: `br label %return'
/tmp/cc4867fH.s:672: E...
2016 Mar 04
4
Regarding Usage of opt
...------ Error Start
--------------------------------------------------------------
Pass 'SI Lower control flow pseudo instructions' is not initialized.
Verify if there is a pass dependency cycle.
Required Passes:
opt-trunk:
/tmp/llvm-builder/llvm-source-trunk/lib/IR/LegacyPassManager.cpp:668: void
llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI &&
"Expected required passes to be initialized"' failed.
-------------------------------------------------------------- Error End
--------------------------------------------------------------
Question 2...