Displaying 20 results from an estimated 1000 matches similar to: "Breakage on Debian unstable, be careful with upgrades"
2006 Dec 19
3
Bug in rt() ? (PR#9422)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
<<insert bug report here>>
Reproduced on Debian and Windows ...
On 2.4.x if you execute
set.seed(12345)
t.1 <- rt(n = 1000, df = 20)
set.seed(12345)
t.2 <- rt(n = 1000, df = 20, ncp = 0)
all.equal(t.1, t.2) ## Not close to true
This appears to be due to the fact that in 2.4.x rt is now
rt
function (n, df, ncp = 0)
{
if
2005 Sep 06
2
Password expiration
Hello,
I still can't figure out why my users' passwords are expiring. Ever since we
switched to LDAP, passwords expire every 14 days. Here is an example LDAP user
entry:
version: 1
# LDIF Export for: uid=sgoodrich,ou=Users,dc=trec,dc=us
# Generated by phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) on
September 6, 2005 10:56 am
# Server: TREC (localhost)
# Search Scope: base
#
2005 Aug 25
2
LDAP and password expiry
Hello,
We are using Samba 3.0.14a-6, slapd 2.2.26-4 and smbldap-tools 0.9.1-2 on
Debian. My users are complaining about warnings that their password is about to
expire and that the are told "You do not have permission to change your
password" when they try to change it. sambaAcctFlags includes the X flag which
I thought meant "don't expire passwords." The password changing
2008 Jan 23
4
[wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)
Full_Name: Ben Goodrich
Version: 2.6.1
OS: Debian
Submission from: (NULL) (128.103.222.166)
bzr is another version control system and adds a .bzr folder to the top-level
directory of a package, similar to .svn and .git for subversion and git
respectively. However, while R CMD build removes directories called .svn, .git,
and some others, it does not remove .bzr . As a result, the .bzr folder is
2008 May 21
6
this.initialize has no properties error in Prototype Code
Hi All,
I''m a super newbie with Prototype and am trying to implement my first
solution using it.
This is my code:
var span = ''totalViews'' + video_id;
var params = ''video_id='' + video_id;
Ajax.Response(''trackVideo.php'',
{
method: ''post'',
parameters: params,
onSuccess: function(transport)
{
2008 Nov 18
3
Trying to Compile source
Okey so iam trying to compile the source. Ive downloaded the lastest one wine 1.0..
I run the installer /tools/wineinstaller
i then get this configure error
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.
so i think i need to install this.
Which i think is
2009 May 17
1
[wishlist, patch] make row() and col() preserve dimnames (PR#13705)
Full_Name: Ben Goodrich
Version: 2.9.0
OS: Linux (Debian unstable)
Submission from: (NULL) (128.103.220.16)
row(x), col(x), and functions that call them like lower.tri(x) and upper.tri(x)
do not retain the rownames or colnames of x in the matrix that is returned.
Example from R version 2.9.0 :
x <- matrix(1:9, nrow = 3, ncol = 3)
rownames(x) <- LETTERS[1:3]
colnames(x) <- letters[1:3]
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make
===============================================
make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check''
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl
2007 Jun 20
2
zlib1g
Hi List;
Why I need zlib1g to do installation for Zaptel? Will
zlib1g do compression or it will what extactly do
during the installation process?
Regards
Bilal
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
2012 Nov 11
1
Error when compiling tinc 1.1pre3 - configure: error: "curses header files not found."
Hi!
I'm trying to compile tinc-vpn 1.1pre3 on Ubuntu 12.10, but I get this error:
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
configure: error: "curses header files not found."
(See the attached text file for the output when running ./configure)
I have searched on google after this error message but I can't find anything
2017 Apr 25
1
building Dovecot in Debian 9
Kevin,
Regarding the configuration error, your missing a package:
zlib1g-dev
As far as the deprecation warning, it's a bit more complicated. The
source of Dovecot needs to be patched to check for the OpenSSL version
and depending on the version use a different DH_generate_numbers function.
Regards,
Peter
--
Peter van der Does
Facebook : https://www.facebook.com/petervanderdoes
Twitter
2011 Jan 10
1
Bug#609517: xen-utils-3.2-1: Pygrub can't find grub.conf in a reiserfs partion on amd64 arch
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Tags: patch
Hi,
There is a bug xen-3-3.2.1/tools/libfsimage/reiserfs/fsys_reiserfs.c,
it is using "unsigned long" which is 64 bits on amd64 arch and 32
bits on i386 arch.
This makes pygrub can't work on reiserfs on amd64 arch. You can easily
reproduce it.
A patch is included for fixing this problem.
diff
2017 Jun 22
1
Compiling R-devel - missing some expected features (zlib, bzlib, lzma, PCRE)
Hi All,
I am compiling R-devel on Linux (Ubuntu 16.04.2) and that works just fine, but I am missing some of the expected features, as shown here:
https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Linux
In particular, after configure (using all defaults), I see:
R is now configured for x86_64-pc-linux-gnu
[...]
Interfaces supported: X11
External libraries:
2017 Sep 29
0
Please be careful with R 3.4.2 upgrades via CRAN, launchpad, ...
So I now have this on my laptop
edd at brad:~$ apt-cache policy r-base-core
r-base-core:
Installed: 3.4.2-1zesty0.1
Candidate: 3.4.2-1zesty0.1
Version table:
*** 3.4.2-1zesty0.1 500
500 http://ppa.launchpad.net/edd/misc/ubuntu zesty/main amd64 Packages
100 /var/lib/dpkg/status
3.4.1-2zesty0 500
500
2017 Sep 29
0
Please be careful with R 3.4.2 upgrades via CRAN, launchpad, ...
On 29 September 2017 at 14:50, Michael Rutter wrote:
| Corrected packages are now on the RRutter PPA (
| https://launchpad.net/~marutter/+archive/ubuntu/rrutter) and soon on CRAN
| mirrors.
|
| If you have any issues or questions, please let me know.
Nice work--thanks so much for the prompt attention. We should be back in
business, having overriden the tag to r-api-3. We'll deal with the tag
2012 Jan 21
16
Installing rails on Ubuntu
Hello, I''m trying to install the rails on ubuntu 11.10, but when I put
the command
felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails
--no-r1 --no-rdoc
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
felipe@Felipe:~/Downloads/rubygems-1.8.15$
2010 Mar 11
6
Installing from source (git, hg) on a fresh debian box
Oye 3 days on this now, my head hurts. I have spent what seems like 40
hours in the last 3 or 4 days reading, and I realize xen is in the
middle of this transition of getting into mainline kernel, issues with
dom0 etc etc.
Ok, so i have come across a few howtos/tutorials on installing xen
dom0 kernel, using git to download a patched? kernel tree, and getting
xen source from mercurial. Below is my
2017 Sep 30
3
Please be careful with R 3.4.2 upgrades via CRAN, launchpad, ...
Am Freitag, 29. September 2017, 16:20:37 CEST schrieb Dirk Eddelbuettel:
> On 29 September 2017 at 14:50, Michael Rutter wrote:
> | Corrected packages are now on the RRutter PPA (
> | https://launchpad.net/~marutter/+archive/ubuntu/rrutter) and soon on CRAN
> | mirrors.
> |
> | If you have any issues or questions, please let me know.
>
> Nice work--thanks so much for the
2017 Sep 29
2
Please be careful with R 3.4.2 upgrades via CRAN, launchpad, ...
Please be careful with upgrades to R 3.4.2.
To cut a long story short, this has to do with minor internal changes in R
3.4.0 from April which require _some_ packages to be rebuilt. I argued for
that approach (ie: incremental, careful, no side effects) within Debian, and
lost. The _official_ packages in Debian now carry a new tag r-api-3.4 (as
opposed to previous r-api-3) in order to force clean
2007 Nov 19
3
How to enable res_config_mysql
Hi,
I was trying to compiles addons 1.4 and res_config_mysql doesn't compile.
is res_config_mysql still supported and is it still posible to use
mysql with asterisk RealTime??
Bests
Tomasz