Displaying 20 results from an estimated 1000 matches similar to: "Openssh-2.1.1p2 BUG? X11 forwarding no longer works"
2000 Jul 05
1
OpenSSH-2.1.1p2: Is this misuse of strtok?
Is this a misuse of strtok() in OpenSSH-2.1.1p2?
readconf.c:process_config_line() calls strtok() to
parse config lines. When it finds oProtocol it calls
compat.c:proto_spec() which in turns uses strtok().
However on return of proto_spec(), process_config_line() calls
strtok() once more to (quoting from the source code)
/* Check that there is no garbage at end of line. */
But surely strtok()
2001 Jun 01
1
Export knfsd/ext3 on doubly patched kernel(knfsd/reiserfs) OK?
Hi - if I have a doubly patched kernel (2.4.5)
(1) Apply gkernel/CVS ext3 patches
(2) Apply Neil Brown/Reiserfs team knfsd and reiserfs patches
Will ext3 be exportable by knfsd (i.e. inherit automagically
the nfsd_operations thingies from ext2) or does it need further
patching?
--
Chan Shih-Ping (Richard) <cshihpin@dso.org.sg>
DSO National Laboratories
20 Science Park Drive
2001 Jun 04
1
Ooops output
Here's an oops output on 2.4.5 + CVS/ext3.
This happened while trying to do a mkinitrd (on RedHat 7.1).
ksymoops 2.4.0 on i686 2.4.5-2smp. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.5-2smp/ (default)
-m /boot/System.map-2.4.5-2smp (specified)
kernel BUG at inode.c:934!
invalid operand: 0000
CPU: 1
EIP:
2001 Jun 25
1
Any issues with ext3-0.0.7 on 2.4.6-pre5?
Are there any issues with ext3-2.4-0.0.7 on 2.4.6-pre5?
The patch applies with offsets and no rejects.
[I need the export reiserfs by knfsd functionality of -pre3 onwards.
My intent for the test system is to protect all standard partitions /, /usr, /var
with ext3 (easier to revert to ext2 and do OS upgrades) and try a
mixture of ext3 and reiserfs for exporting of data and user home partitions.]
2001 Jan 29
1
Is ext3 kernel nfsd friendly?
This is prompted by two issues: Neil Brown on the
NFS list asking for file systems that users
want to export via NFS and the problems that
the other journaling filesystem reiserfs has with
knfsd.
As far as I understand reiserfs does not work with
knfsd so a patch is needed for the fs driver
to provide a callback to knfsd to allow the
fs driver to do some clever tricks with inodes. Neil's
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories".
Every row has a "parent" field to note if the entry is the sub-category
of another (never goes deeper than 1 level).
So there might be something like this:
id | name | parent
1 Dog 0
2 Pug 1
3 Siamese 5
4 Shih Tzu 1
5 Cat 0
6 Wiener Dog 1
7 Persian
2000 Jul 12
1
Problems with Port Forwarding and Password auth
Secure FTP through SecureFX 1.8B3: issues (Using OpenSSH 2.1.1p2)
I downloaded the latest SecureFX because it now claims support for OpenSSH. I'm
like cool, now I'll finally be able to secure my ftp on my gateway.
First off, I really like the new configure. Everything went ok, I could ssh into
the box just fine. Unfortunately ftp didn't work work through SecureFX. I would
get
2009 Aug 27
1
select one function from two of them in another function
Hi all, I have two functions called test1() and test2(). Now how do I
select one of them in test3()??
Say
test3<-function(func="test1"){
if (func=="test1"){
now.func<-test1()
}
else now.func<-test2()
}
I know this function I wrote does not right. Do anyone can tell me how to do
that for real?
Thanks a million
S.H.
--
2008 Apr 16
2
Question about yaml. Thank you !!
Hi friends:
I tried to convert a model object to yaml(use to_yaml method), and after
that, I would like to convert the yaml(string type) back to the model
object. But when I use YAML::load to do that, it failed, the return
object''s class is Yaml class, not my prior model class.. Please tell me
how can I do to convert yaml to an object as the prior model class, or
how can I access the
2001 Jun 01
2
ext3 and 2.4.5: OK, but how to convert / ?
Hi. I just installed ext3 for 2.4.5 from
http://www.uow.edu.au/~andrewm/linux/ext3/ but couldn't find
anything about converting my root partition to ext3. 2
partitions are now ext3 after I umount and tune2fs, but what
should I do with / ? I tried init 1 and umount, but tune2fs
would fail because it was on read-only fs.
Another question is if I can now build ext2 as a module, and
if it's
2017 Jun 19
2
Question about disabling '3dnowprefetch' CPU feature in Xen Guest using libvirt
Dear All,
I'm reaching this mail-list to ask a small question about disabling
'3dnowprefetch' CPU feature in Xen Guest using libvirt.
This is my environment:
Fedora release 26 (Twenty Six)
4.11.0-0.rc3.git0.2.fc26.x86_64
xen-4.8.1-2.fc26.x86_64
libvirt-3.2.1-1.fc26.x86_64
I can disable '3dnowprefetch' CPU feature in guest via 'xl' command,
2004 Jul 31
3
Asterisk on Sparc64
Ming-Wei Shih wrote (Re: [Asterisk-Users] Best Linux for
Asterisk)
> I am running * CVS head on Gentoo/i586
> and Gentoo/Sparc64 (US60 2x450/1GB RAM),
> they are running great.
>
> On sparc64 * does not compile out-of-the-box,
> some hackings in the Makefiles are needed.
Great stuff.
Please, can you share your adjustments to the Makefiles
with the community?!
If you don't
2001 Oct 24
2
disable features
this (uncomplete) patch makes various features compile time
options and saves up to 24K in the resulting
ssh/sshd binaries. i don't know whether this
should be added to the CVS since it makes
the code less readable.
perhaps WITH_COMPRESSION should be added, since
it removes the dependency on libz
-m
Index: Makefile.inc
===================================================================
RCS
2010 Jun 09
4
question about "mean"
Hi there:
I have a question about generating mean value of a data.frame. Take
iris data for example, if I have a data.frame looking like the following:
---------------------
Sepal.Length Sepal.Width Petal.Length Petal.Width Species
1 5.1 3.5 1.4
0.2 setosa
2 4.9 3.0 1.4
0.2
2013 Jan 31
4
zfs + NFS + FreeBSD with performance prob
Hi all,
I''m not sure if the problem is with FreeBSD or ZFS or both so I cross-post
(I known it''s bad).
Well I''ve server running FreeBSD 9.0 with (don''t count / on differents
disks) zfs pool with 36 disk.
The performance is very very good on the server.
I''ve one NFS client running FreeBSD 8.3 and the performance over NFS is
very good :
For example
2012 Nov 30
13
Remove disk
Hi all,
I would like to knwon if with ZFS it''s possible to do something like that :
http://tldp.org/HOWTO/LVM-HOWTO/removeadisk.html
meaning :
I have a zpool with 48 disks with 4 raidz2 (12 disk). Inside those 48 disk
I''ve 36x 3T and 12 x 2T.
Can I buy new 12x4 To disk put in the server, add in the zpool, ask zpool
to migrate all data on those 12 old disk on the new and
2002 Jul 04
1
[PATCH]: Remove HAVE_CYGWIN in favor of NO_IPPORT_RESERVED_CONCEPT
Hi,
I've sent that patch once already but it seems more or less forgotten
in the tumultuous days of the latest vulnerability.
It adds a new define NO_IPPORT_RESERVED_CONCEPT which can be defined
on platforms not supporting the concept of "privileged" ports only
accessible by privileged users but which allow everyone to use these
ports.
This patch removes some Cygwin dependencies
2010 Mar 09
3
[LLVMdev] ARM disassembler
Other than the x86 disassembler effort, is there an ARM disassembler effort
going on? It seems that there have been commits for weeks with messages like
"add so-and-so instruction to ARM.td for disassembly purposes only"...
--
Thanks,
Shih-wei
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 27
1
select one function from two of them
Hi all, I have two functions called test1() and test2(). Now how do I
select one of them in test3()??
Say
test3<-function(func="test1"){
if (func=="test1"){
now.func<-test1()
}
else now.func<-test2()
}
I know this function I wrote does not right. Do anyone can tell me how to do
that for real?
Thanks a million
S.H.
--
2006 Mar 27
1
watchdog network card
Hi all
I've very big problem with my nfsd server.
I'm running FreeBSD-stable and sometime (one time/week) i've this kind of
message on the console :
bge0 watchdog timeout problems
fxp1 watchdog timeout problems
and all my network card is down. Nothing can make the network card work
again (only reboot working).
There are only one service I need on this server and