Displaying 20 results from an estimated 1000 matches similar to: "typos in ssh.1 & sshd.8 man pages"
2000 Nov 01
0
FreeBSD Security Advisory: FreeBSD-SA-00:62.top
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-00:62 Security Advisory
FreeBSD, Inc.
Topic: top allows reading of kernel memory
Category: core
Module: top
Announced: 2000-11-01
Credits:
2008 May 02
0
[Bug 15801] New: AOL video doesn't play
http://bugs.freedesktop.org/show_bug.cgi?id=15801
Summary: AOL video doesn't play
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://video.aol.com/video/comedy-funny-cat/2018555
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: plugin
2007 Nov 30
1
[Bug 13466] New: AOL Video - assertion failure in cairo
http://bugs.freedesktop.org/show_bug.cgi?id=13466
Summary: AOL Video - assertion failure in cairo
Product: swfdec
Version: unspecified
Platform: x86-64 (AMD64)
URL: http://us.video.aol.com/publish/players/mpp-20071106-
114111-a12/files/mpp-20071106-114111-a12-tpm.swf
OS/Version: Linux (All)
Status:
2006 Jan 20
1
Dell PowerConnect 2724 Switch and QoS for VOIP?
Has anyone had any experience with the Dell PowerConnect 2724 Gigabit
Switch and VoIP traffic? It seems to support Class of Service (CoS),
but not full Quality of Service (QoS).
Will CoS help prioritize VoIP traffic at all? I am setting up an
asterisk PBX for 22 users with very light traffic, but I don't want
to have the call start skipping just because someone is pulling a
large
2010 Aug 21
1
[Feature Request] Allow options in Host block to override global options in ssh
Hi everyone,
For ssh(1) to override global options with the options in "Host" block, the
attached diff (w.r.t. the openssh code in FreeBSD 8.1-R) contains the code to
do so while parsing ssh configuration file.
This is useful for case like following where {d,proj,p,n}cvs.FreeBSD.org is an
alias to ncvs.FreeBSD.org hostname, thus connecting to
{d,proj,p,n}cvs.FreeBSD.org should utilize
2004 Sep 29
5
Kernel-loadable Root Kits
Thanks for the module, I think its a good idea to commit it to FreeBSD
for a few reasons:
1) Some folks just prefer more static kernels.
2) Securelevel is a great thing, but can be a pain to do upgrades around
remotely. [A lot of folks use FreeBSD simply because its a breeze to run
remotely].
3) Until someone writes code to add modules to a kernel via /dev/mem and
releases it to the script
2003 Apr 04
2
4.8R and $FreeBSD$ version tag expansion
I noticed that there were quite a few files with version ids of
'$FreeBSD$' when I ran mergemaster after an install of 4.8R. This isn't
right is it? What are the consequences of installing over your files
with unexpanded version ids? I would like to build a release(make
release) and want to know if I can continue or if this is going to be a
problem for future
2004 Jun 04
3
syslogd(8) Dropping Privs
I made a quick change to syslogd(8) so that it can drop root
privileges immediately after starting up. It opens up the log
sockets (UNIX and network domains) and writes the PID files
before dropping privs. It drops privs before openning log
files and writing to users. Therefore, you would need to
modify your log file permissions appropriately. As for writing
to users, ttys generally are writeable
2002 May 03
2
merge (PR#1510)
Full_Name: Martin Elff
Version: 1.5.0
OS: MS Windows 98
Submission from: (NULL) (134.155.91.46)
Merging of two data frames by variables with different names
(using by.x and by.y) is no
longer possible (it was possible in version 1.4.1).
Call:
mvoteint.classd.matadd <- merge(
unique(mvoteint.classd),
unique(subset(dimens.mpp,
1997 Nov 07
0
Fatal bug in 2.2.5R's lpd
some header freebsd-announce Joerg Wunsch <joerg@FreeBSD.ORG> 1.92
When merging the new `ct' printcap functionality into 2.2-stable right
before 2.2.5-RELEASE was due, it's now apparent that I didn't test it
enough before. :-( I've introduced a fatal bug that causes all the
lpd children sending jobs to remote printers to be killed after the `ct'
timeout, even in case the
2003 Jun 04
0
buildkernel fails in hifn
/usr/src/sys/modules/hifn/Makefile appears to need an update to make it
same as HEAD. Same with ..modules/ubsec/Makefile. Patches:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/ubsec/Makefile,v
retrieving revision 1.2.2.1
diff -u -r1.2.2.1 Makefile
--- Makefile 21 Nov 2002 23:38:47 -0000 1.2.2.1
+++ Makefile 5 Jun 2003
2010 Dec 17
6
XCP 1.0 Beta - Boot-from-SAN with multipathing - howto?
Hi
How can i enable this feature because:
Running /opt/xensource/libexec/mpp-rdac --enable it says:
No module mppUpper found for kernel 2.6.32.12-0.7.1.xs1.0.0.298.170582xen,
aborting.
There is no MPP modules...
Terveisin/Regards,
Pekka Panula, Sofor Oy - Jatkuvat palvelut
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2000 Jul 07
0
vorbize and os_type patches + general build issues
Howdy..
I've got a couple little patches here.
1. vorbis-tools needs getopt. Since it's already sitting in the
source tree for cmdline I set up cmdline to make a getopt.a that gets
used for both. Also, since mp3tovorbis is a shell script, it needs to
be installed 755 not 711 (unless I'm missing something).
2. I've found that both tru64 and irix 5.3 won't give int64_t
2002 Mar 21
1
[dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]
What about this one? The diff looks like this:
--- src/sys/net/zlib.c 2002/02/17 17:35:18 1.11
+++ src/sys/net/zlib.c 2002/03/20 04:05:26 1.12
@@ -10,7 +10,7 @@
* - added inflateIncomp and deflateOutputPending
* - allow strm->next_out to be NULL, meaning discard the output
*
- * $FreeBSD: /c/ncvs/src/sys/net/zlib.c,v 1.11 2002/02/17 17:35:18 jedgar Exp $
+ * $FreeBSD:
2013 Nov 07
1
IBM Storwize V3700 storage - device names
Hello,
I have IBM Storwize V3700 storage, connected to 2 IBM x3550 M4 servers
via fiber channel. The servers are with QLogic ISP2532-based 8Gb Fibre
Channel to
PCI Express HBA cards and run Centos 5.10
When I export a volume to the servers, each of them sees the volume
twice, i.e /dev/sdb and /dev/sdc, with the same size.
Previously I have installed many systems with IBM DS3500 series of
2004 Nov 19
2
bit by 3.0.8 username map affect on homes share
Samba is a domain member server authenticating to a MS-Windows domain
controller.
With 3.0.7 and all previous version for the past few years I could map a
Windows to Unix userid in the username map file like so..
fred = fredw
His home directory was then accessible as \\servername\fredw so
\\servername\%username% from a Windows NTx client.
I make EXTENSIVE use of that functionality.
I missed
2004 Dec 23
1
searching Jonathan Baron's R Site
First, my site will be down December 27-28 because of a network
upgrade at Penn. It will also be down at least one day before
that, while I upgrade the operating system. (And another day
some time in January because of a planned power outage.)
Second, I have replaced the search engine in my R site:
http://finzi.psych.upenn.edu/
I am now using Namazu instead of HtDig. The direct link to the
2003 Oct 14
0
Trouble installing RandomFields package
Hi,
I'm having some difficulty installing the RandomFields package in
R 1.7.0 under FreeBSD. I've installed the geoR package with no
difficulties.
Following are the errors that I get:
* Installing *source* package 'RandomFields' ...
** libs
c++ -I/usr/local/lib/R/include -I/usr/local/include -mieee-fp -fPIC -O
-pipe -c MPP.cc -o MPP.o
c++ -I/usr/local/lib/R/include
1999 Dec 20
0
Winproj and permissions
Hello,
I have discovered a slight problem with MS-Project4 on a WinDD server,
where users are not able to update the *.MPP file.
We have all data files stored on a UNIX box, using samba-2.05a, on an
RS6000 running AIX 4.2.1, so all *.MPP files are stored there, with the
proper UNIX user's userid and permissions.
The problem is that userB can not update and save changes in a file that
userA
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
Hi, i am a newbie to RoR. I downloaded Ruby 1.8.2-15 Windows installer
yesterday and trying to install following Curt Hibbs'' Rolling with Ruby
on Rails(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html). My
OS is Win XP SP2 and the 1st step installation was fine.
D:\rg\xampp\ruby\bin>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
Next I was going to install rails remotely,