Displaying 20 results from an estimated 2000 matches similar to: "DO NOT REPLY [Bug 6839] New: more dont compress entries"
2015 Sep 04
0
Login "error" message
Dear Community
I have been receiving the below each time when I log into one of my servers using ssh.
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/home/xxxx"
declare -x HOSTNAME="CentOS-66-64-minimal"
declare -x LANG="en_US.UTF-8"
declare -x
2011 Jul 19
1
Re: Problem with Windows app accessing internet
OK, here's the diff file:
Code:
--- environment.before.reboot.txt 2011-07-19 17:43:58.200205228 +0100
+++ environment.after.reboot.txt 2011-07-19 17:53:07.549616184 +0100
@@ -1,16 +1,16 @@
ORBIT_SOCKETDIR=/tmp/orbit-charlie
-SSH_AGENT_PID=2912
+SSH_AGENT_PID=2337
TERM=xterm
SHELL=/bin/bash
-XDG_SESSION_COOKIE=2dd5655fe15f1c42f474dd204c45c6b6-1311075950.779608-828425652
2018 Feb 01
0
[Bug 13248] New: Updates for DEFAULT_DONT_COMPRESS suffix list
https://bugzilla.samba.org/show_bug.cgi?id=13248
Bug ID: 13248
Summary: Updates for DEFAULT_DONT_COMPRESS suffix list
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
2019 Jan 16
1
[Bug 13749] New: Add more extensions to DEFAULT_DONT_COMPRESS
https://bugzilla.samba.org/show_bug.cgi?id=13749
Bug ID: 13749
Summary: Add more extensions to DEFAULT_DONT_COMPRESS
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
2015 Feb 13
1
Getting strange message in terminal
Dear all
when I am login in terminal I am getting following message.
declare -x ALL_PROXY="socks://hproxy.iitm.ac.in:3128/"
declare -x AMBERHOME="/sware/amber/amber12"
declare -x COLORTERM="gnome-terminal"
declare -x CPPFLAGS="-I/usr/local/bin/include"
declare -x
2015 Aug 31
0
Build R on Haiku
On 14/08/2015 15:19, Joe S wrote:
> Hi R-devel,
> I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
> BeOS, not Linux based) on i586. With a few small changes to library paths
> and ifdefs I am able to get a seemingly working R binary. The build process
> stops with the 'tools' package. The last lines from make are below.
>
> Does anyone
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hello Everyone,
Good morning/afternoon/evening.
Is there any chance to have SAMBA 48 working with Python36 and its
derivatives? ( py36-dnspython-1.15.0.txz. py36-iso8601-0.1.11.txz,
py36-ply-3.11.txz, py36-setuptools-40.6.2.txz)
Currently SAMBA 48 requires python 26, but that is conflicting with
existing packages in the server that is using py36.
Any way to work around that issue?
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
2015 Oct 19
1
R 3.2.2 - make check and install package hang
Below is the output. Thanks for the help.
> Sys.getenv()
BASH_FUNC_module() () { eval
`/cm/local/apps/environment-modules/3.2.10/Modules/$MODULE_VERSION/bin/modulecmd
bash $*` }
COLUMNS 152
CPATH /cm/shared/apps/uge/8.2.1/include
CVS_RSH ssh
DISPLAY localhost:10.0
EDITOR
2011 Sep 23
0
[xen-unstable test] 9061: regressions - FAIL
flight 9061 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9061/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 8995
Tests which are failing intermittently (not blocking):
test-amd64-i386-pv 5 xen-boot fail pass in 9054
test-i386-i386-pv
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
Hello :-)
I want to test new "pkg" tool, but it complains that there is no
repo.txz file on the repository:
# pkg install libreoffice
Updating repository catalogue
pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz:
File unavailable (e.g., file not found, no access)
I have set PACKAGESITE to packages-9-stable repository :-)
Will this support stable
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hi Andrew,
Thanks much for the message.
As I am using FreeBSD 12, that´s the latest SAMBA version available via PKG support, although I know it's possible to compile the ver 4.10
Would you mind let me know where to get its Source code and possibly some DOC material for FreeBSD compiling?
I will definitively give it a try.
Thanks Once again!!! Much appreciated!
Fabricio.
-----Original
2011 Nov 11
0
[PATCH 5/9] Decompressors: check for read errors in unlzma.c
From: Lasse Collin <lasse.collin@tukaani.org>
Return value of rc->fill() is checked in rc_read() and error() is called
when needed, but then the code continues as if nothing had happened.
rc_read() is a void function and it''s on the top of performance critical
call stacks, so propagating the error code via return values doesn''t sound
like the best fix. It seems better
2011 Mar 15
0
Candidate for packet compression: XZ
Kernel 2.6.38 has adopted a format called XZ for kernel use, as well as some
filesystems. Format appears to be optimized for streaming and embedded use.
I'll happily test it if anyone wants to plug in some code for it.
http://tukaani.org/xz/format.html
http://kernelnewbies.org/LinuxChanges
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Nov 11
0
[PATCH 9/9] Decompressors: check input size in unlzo.c
From: Lasse Collin <lasse.collin@tukaani.org>
The code assumes that the input is valid and not truncated. Add checks to
avoid reading past the end of the input buffer. Change the type of "skip"
from u8 to int to fix a possible integer overflow.
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
2014 May 20
1
abrt dump qt selinux
Hi all,
Note: selinux was in permissive prior to error
Got this with a yum update:
abrt_version: 2.0.8
cgroup:
cmdline: semodule -n -r oracle-port -b base.pp.bz2 -i
accountsd.pp.bz2 ada.pp.bz2 cachefilesd.pp.bz2 cpufreqselector.pp.bz2
chrome.pp.bz2 awstats.pp.bz2 abrt.pp.bz2 aiccu.pp.bz2 amanda.pp.bz2
afs.pp.bz2 apache.pp.bz2 arpwatch.pp.bz2 audioentropy.pp.bz2
asterisk.pp.bz2
2015 Dec 23
2
Calibre installation fails on C7
On Wed, December 23, 2015 00:33, John R Pierce wrote:
>
> prefixing this with, I have no idea what Calibre is...
>
Calibre is an open source e-reader that handles mobi files along with
many other e-reader formats. See: http://calibre-ebook.com/
The last version supported on CentOS6 is v1.48. The latest version is
v2.47.0.
On Tue, December 22, 2015 22:06, Fred Smith wrote:
>
2014 Apr 24
0
bedup - De-duplication and snapshots
Dear All,
I have a very slow deduplication going on on an external usb disk. I'm
using it for backups - I rsync the relevent files to the disk and then
take a snapshot. I then deduplicate with bedup dedup <disk-mount-point>
What I am finding is that it is reporting a deduplication between the
data on the disk and its snapshot e.g.:
Deduplicated:
-
2015 Dec 23
0
Calibre installation fails on C7
On Wed, Dec 23, 2015 at 09:53:38AM -0500, James B. Byrne wrote:
>
> On Wed, December 23, 2015 00:33, John R Pierce wrote:
>
> >
> > prefixing this with, I have no idea what Calibre is...
> >
>
> Calibre is an open source e-reader that handles mobi files along with
> many other e-reader formats. See: http://calibre-ebook.com/
>
> The last version
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
I thought the curve function was a very flexible way to draw functions. So I
could plot funtions like the following:
# I created a function to produce functions, for instance:
fp <- function(m,b) function(x) sin(x) + m*x + b
# So I can produce a function like this
ff <- fp(-0.08, 0.2)
ff(1.5)
# Is the same as executing
sin(1.5) - 0.08*1.5 + 0.2
# Let's plot this