similar to: Multiple problems with 2.2.7a-0.2

Displaying 20 results from an estimated 400 matches similar to: "Multiple problems with 2.2.7a-0.2"

2010 May 13
2
Windows 7 64-bit drivers / cupsaddsmb
I'm getting ready to migrate my office of 50+ Windows XP machines to Windows 7, in a mix of 64-bit and 32-bit clients. I've setup a new samba server on a separate domain to prepare and test for this transition. I've gotten everything to work so far except for printing, and I'm at a loss on how to proceed. It appears to me as if adding the printer drivers in the usual way,
2013 Feb 23
2
Bug#701445: xcp-vncterm: ftbfs with eglibc-2.17
Package: src:xcp-vncterm Version: 0.1-2 Severity: important Tags: sid jessie User: debian-glibc at lists.debian.org Usertags: ftbfs-glibc-2.17 The package fails to build in a test rebuild on at least amd64 with eglibc-2.17, but succeeds to build with eglibc-2.13. The severity of this report may be raised before the jessie release. The test rebuild was done together with GCC-4.8, so some issues
2001 Oct 30
1
[PATCH] for solaris 2.6
I didn't see this one applied to the repository yet. It may not be the best patch possible... basic problem is that _LARGEFILE64_SOURCE needs to be defined on Solaris 2.6 if AC_SYS_LARGEFILE ends up doing a '#define _FILE_OFFSET_BITS 64' If _FILE_OFFSET_BITS == 64, then <sys/resource.h> will define a 'struct rlimit64' but NOT define a 'struct rlimit' leading to
2002 Dec 27
1
RLIMIT_AS patch for FreeBSD
Hey, I've just updated the FreeBSD dovecot port to the 0.99.4 beta release, the following patch was needed as FreeBSD has setrlimit(2) but does not define RLIMIT_AS (I believe). I switched the code the require both, alternatively find a parallel option in the FreeBSD setrlimit(2) manual page. ( http://www.freebsd.org/cgi/man.cgi?setrlimit ) You may be interested in integrating this patch.
2009 Nov 25
4
Structural Equation Models(SEM)
Hi R-colleagues. In the sem-package i have a problem to introduce hidden variables. As a simple example I take an ordinary factor analysis. The program: cmat=c(0.14855886, 0.05774635, 0.08003300, 0.04900990, 0.05774635, 0.18042029, 0.11213013, 0.03752475, 0.08003300, 0.11213013, 0.24646337, 0.03609901, 0.04900990, 0.03752475, 0.03609901, 0.31702970)
2004 Aug 06
0
[fwd] BOUNCE icecast@xiph.org: Admin request: /^subject:\s*help\b/i (from: owner-icecast@xiph.org)
Sorry, majordomo saw 'help' in the subject and bounced it. Monty ----- Forwarded message from owner-icecast@xiph.org ----- Delivery-Date: Tue Jul 17 14:11:05 2001 To: owner-icecast@xiph.org From: owner-icecast@xiph.org Subject: BOUNCE icecast@xiph.org: Admin request: /^subject:\s*help\b/i >From owner-icecast@xiph.org Tue Jul 17 10:07:03 2001 Return-Path:
2017 Apr 20
1
[PATCH] tests: Replace test-max-disks with several tests.
Replace the monolithic 'test-max-disks.pl' script with a test program written in C. The program is completely equivalent to the old script, except for the enhancement that it is able to detect if disks are added to the appliance in the wrong order. The tests themselves are split out into some shell scripts: - test-27-disks: Fully tests 27 disks. This is the minimum supported
2001 Feb 08
0
openssh2.3.0p1 and /etc/limits
Hi! I wrote a small patch to enable /etc/limits support in openssh. nice thing when you don't have PAM installed.. It is based on Ultor's openssh 1.x patch (http://marc.theaimsgroup.com/?l=secure-shell&m=96427677022741&w=2) Works fine on slackware7.1. define USE_ETC_LIMITS in config.h , and compile as usual. Sagi -------------- next part -------------- diff -N -u
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
Dear OpenSSH porting developers, finally I succeded in porting OpenSSH to QNX 4. To get things going I had to take over some definitions from Linux' include files, since they are not available under QNX (e.g. the howmany makro, NFDBITS, the lastlog structure). With this email I send a patch with all my changes as well as the file "qnx-term.h" which I created because IXANY and
2001 Oct 26
2
problems building on solaris 2.6
Using the latest cvs sources, the compilation of ssh.c fails. The 'struct rlimit rlim;' line is being expanded by cpp into 'struct rlimit64 rlim;' and there is no struct rlimit64 defined. In order to get the struct rlimit64 to be included when the #include <sys/resource.h> is used, it appears to need the _LARGEFILE64_SOURCE symbol defined OR it needs the '#if
2001 May 03
1
[PATCH]: Workaround a security leak on Windows
The attached patch should solve the following problem: ssh-agent creates a temporary directory under /tmp with '600' permissions. The actual socket file is created in that dir using the default umask. That's no problem in U*X systems since nobody but the owner of the directory can read the socket file. Unfortunately, Windows has a user privilege called "Bypass traverse
2004 Aug 06
0
Tweaking Questions.
On Wed, 16 May 2001, AJones! wrote: > 2- How can you create a playlist? Currently it > just plays the mp3's and we'd like for promos to > be heard before they pick up the broadcast. So what you want is a file or files to play before the listener connects to the stream from the icecast server? I don't think that icecast does this internally like the shoutcast server can do,
2004 Aug 06
0
ads/inserts (was: Quick Question.)
i have a similar(ish) questionm tho i admit it may be slightly OT coz I'm trying to do it with otto...any idea how to script (and here i guess i AM asking 'how do i automate this with otto' rather than 'is there anyway to do it with icecast') semiregular ads/news itesm/bulletins into an otto playlist? even something as simple as cronning an insert of a news item into the
2004 Aug 06
0
I declare ices stable
On Fri, Jul 20, 2001 at 11:13:18AM -0400, AJones! wrote: > Where can you get libshout? Ours chokes at roughly 40 users and then > can't gain access to the admin sections. in cvs i think? The module is called libshout > > Another questions is about mounts. If you have more than one > ie: > > /ices > /ices2 > /ices3 > > Does this allow you to serve more
2004 Aug 06
1
I declare ices stable
Here are some specs on the problem I've been experiencing with mine. Any advice? Have searched the archive for this and seen only one other person with the same issue however there was no reply to his post. Here goes. I installed icecast version: 1.3.10 with shout version: 0.8.0 on my Redhat 7.1 700Mhz CPU with 128Mb of RAM. Got the streaming to work however I keep seeing messages
2023 Jun 17
2
[PATCH] ssh-agent: add systemd socket-based activation
This adds support for systemd socket-based activation in the ssh-agent. When using socket activation, the -a flag value must match the socket path provided by systemd, as a sanity check. Support for this feature is enabled by the --with-systemd configure flag. --- Something tells me upstream would not be interested in this patch, but as it may be useful on linux, I'm submitting it here.
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for = the tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to display these new= field Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> -- = ------------- Laurent.Vivier@bull.net -------------- "Software is hard" - Donald Knuth --------------
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for = the tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to display these new= field Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> -- = ------------- Laurent.Vivier@bull.net -------------- "Software is hard" - Donald Knuth --------------
2002 May 14
1
AIX capabilities not set
Hi, we're in the process of setting up large-page support on IBM regattas, but for large-page support the users have to have a set of extra capabilities (CAP_BYPASS_RAC_VMM,CAP_PROPAGATE). This are configured on a per user basis by listing which capability each user have in /etc/security/user. Unfortunately they don't get set when the users log in via OpenSSH (3.1p1). Does anybody know
2004 Sep 15
1
RC2 zaptel compile problem
I'm a newbie with a TDM11B. I've read the FAQs about linking /usr/src/linux-2.6 to /usr/src/linux-2.6.8-1.521 and /lib/linux-2.6 to /lib/linux-2.6.8-1.521 but still get a million errors and eventual abort during compile. Could someone point me in the right direction? I do a yum update every day and I'm using the CVS from 9/14/04. I'm also using an ASUS CUSL2 system board.