Displaying 20 results from an estimated 3000 matches similar to: "6260557 sparc post_syscall handler clears t_sysnum earlier than x86"
2006 Oct 31
0
6342194 fix for 6260557 broke forkall()
Author: raf
Repository: /hg/zfs-crypto/gate
Revision: e1d4061bb33e1cf15ae2127f91aa9ae375165954
Log message:
6342194 fix for 6260557 broke forkall()
Files:
update: usr/src/uts/common/os/fork.c
update: usr/src/uts/common/sys/thread.h
update: usr/src/uts/intel/ia32/os/syscall.c
update: usr/src/uts/sparc/os/syscall.c
update: usr/src/uts/sparc/v9/ml/syscall_trap.s
2007 Aug 29
6
How do I look up syscall name
I''m using a fbt probe where I get a system call id as an argument, how do I look up the name of it? At the moment I''m post-processing the output using /etc/name/to_sysnum but that doesn''t feel right :)
cheers,
/Martin
--
This message posted from opensolaris.org
2006 Mar 29
4
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6 files?
Why aren''t builder.js, slider.js, and scriptaculous.js part of the
Rails 1.1 javascripts?
rab:javascripts $ pwd
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/html/javascripts
rab:javascripts $ ls -l
total 288
-rw-r--r-- 1 root wheel 148 Mar 28 08:56 application.js
-rw-r--r-- 1 root wheel 28036 Mar 28 08:56 controls.js
-rw-r--r-- 1 root wheel 23613 Mar 28 08:56 dragdrop.js
2006 Mar 28
0
ansari.test (one tailed)
Hello.
I am probably wrong... I am wondering if it could have a mistake
in the code of the ansari.test function. For me, it seems that the function
do not recover the p value at the correct side of the normal law N(0, 1) when it
use
the normal approximation (presence of ties) in a one tailed test.
Exemple :
quanti<-c(197, 205, 228, 234, 237, 195, 233, 226, 244, 227, 259, 185, 198, 253,
207,
2006 Oct 31
0
6254431 GDT should reside on its own page
Author: rab
Repository: /hg/zfs-crypto/gate
Revision: d9f6f6d7126fa5e2b0a700af6f4b56039f31be28
Log message:
6254431 GDT should reside on its own page
Files:
update: usr/src/uts/i86pc/os/mp_startup.c
update: usr/src/uts/i86pc/sys/rm_platter.h
update: usr/src/uts/intel/ia32/ml/desctbls_asm.s
update: usr/src/uts/intel/ia32/os/desctbls.c
update: usr/src/uts/intel/sys/segments.h
1998 Oct 14
1
Problems with R under Win 3.1
I've downloaded rsept31.zip, unzipped it and have been able
to run it under OS/2. When I start it I get an error (error
no. 6) but the package seems to run just fine using OS/2
Warp 4's Win-OS/2 version of Windows 3.1. (I always have to
tell it wherre the rprofile is. Is that normal?)
I've tried to run the same Windows 3.1 version of R on a
computer running Windows 3.1 (actually
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
Prior to 4.8, without winbind in the picture, a windows user named "rab",
for instance, could be authenticated by AD, but would assume the identity
of the Unix user "rab", with all of his Unix defined groups.
Of course, this is not full emulation of a Windows server experience, but
nonetheless it is the behavior we wanted and worked well in our environment
where every AD user
2007 Aug 10
3
Cannot Boot XServer
I am currently using Virtual PC 2007 to install/configure CentOS 4.5. I've got
the O/S installed ok.
However since running a yum update, I can no longer successfully complete an
init 5 boot. Virtual PC gives an internal error 13 message.
If I boot to init 3, I can reconfigure the /etc/X11/xorg.conf file and run 'startx'
manually without any problems.
If I then shutdown the Virtual
2007 Jul 31
1
CentOS Within VirtualPC 2007
Trying to get CentOS 5 running under VirtualPC 2007. The installation seems
to go OK until X server runs. After this the screen display goes horribly wrong.
Does anyone know if this is an issue with v5 or something else. Also has anyone
managed to get CentOS running properly (from the install) under VirtualPC 2007?
Regards,
Rab.
===========================================================
Robert
2018 Nov 13
0
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
On Tue, 13 Nov 2018 09:21:14 -0500
Richard Bollinger <rabollinger at gmail.com> wrote:
> Prior to 4.8, without winbind in the picture, a windows user named
> "rab", for instance, could be authenticated by AD, but would assume
> the identity of the Unix user "rab", with all of his Unix defined
> groups.
>
> Of course, this is not full emulation of a
2018 Nov 13
0
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
Yes that seems to be working as desired. Thanks much.
On Tue, Nov 13, 2018 at 10:50 AM Christian Naumer via samba <
samba at lists.samba.org> wrote:
> I don't know if this still works but it does what you want:
>
> https://www.samba.org/samba/docs/current/man-html/idmap_nss.8.html
>
>
> Regards
>
>
> Am 13.11.18 um 15:37 schrieb Rowland Penny via samba:
>
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
I don't know if this still works but it does what you want:
https://www.samba.org/samba/docs/current/man-html/idmap_nss.8.html
Regards
Am 13.11.18 um 15:37 schrieb Rowland Penny via samba:
> On Tue, 13 Nov 2018 09:21:14 -0500
> Richard Bollinger <rabollinger at gmail.com> wrote:
>
>> Prior to 4.8, without winbind in the picture, a windows user named
>>
2002 Mar 13
0
aov for a split plot design
I don't have Kirk but with your data in file "Kirk.txt" in the working
directory, here is how I would do it.
---
> Kirk <- read.table("Kirk.txt")
> names(Kirk)
[1] "subject" "A" "B" "C" "response"
> for(j in 1:4) Kirk[,j] <- factor(Kirk[,j]) ### Check this!
> fm <- aov(response ~
2018 Nov 28
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
Well it *almost* works as before. With this stanza and version 4.8.3,
access seems to only be granted per the single group listed in a user's
entry in /etc/passwd, not including groups listed in /etc/group
[global]
workgroup = AMERICAS
realm = AMERICAS.X.Y
security = ADS
idmap config * : range = 100000:199999
idmap config AMERICAS : backend = nss
2006 Oct 31
0
4855218 sparc: Need EFI label support on IDE
Author: lclee
Repository: /hg/zfs-crypto/gate
Revision: c80632cae25a4c92285f9e6434b64aa3f3aa6b79
Log message:
4855218 sparc: Need EFI label support on IDE
6275431 x86: Need EFI label support on IDE
6340778 cmlb: common disk label code
6326547 format: converting EFI to VTOC, fdisk info is taken from a random disk
6335611 format: Need to warn users that data will be lost when converting to and from
2000 Mar 01
1
Problems with some components of R
Madam, Sir,
I have downloaded and transfered to my P.C (Window 98)
the version of R which has been split on purpose,that is to
say the rw0990b1.zip ,rw0990b2.zip ,etc files.
I encountered no problem as far as the installation is concerned.
But when I try to run some function ,for instance loess, it issued
an error message stating that an underlying Fortran program is not
properly loaded.
2007 Feb 23
5
Accessing definitions in a subclass...
Hi all
Shouldn''t it be possible to access definitions from a super class in
a subclass? Eg.:
class foo {
define bar (bla) {
...
}
class oof inherits foo {
bar { "rab":
bla => "something",
}
}
spews out an error: "Could not find definition bar at...
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202
2006 Oct 31
0
6241314 ctfconvert should understand SPARC real types in DWARF
Author: dmick
Repository: /hg/zfs-crypto/gate
Revision: cbab1f3458114bfa0299fad44636dcd38de5f505
Log message:
6241314 ctfconvert should understand SPARC real types in DWARF
6313293 ctfstabs is confused by gcc''s output
6268862 add more gcc support routines to a few places
6272005 gcc and cmd/mdb don''t get along
6273966 gcc and common/dis don''t get along
Files:
create:
2006 Oct 31
0
4316952 ufs_fault_v should not attempt to queue more then 1 handler for a failure event
Author: owenr
Repository: /hg/zfs-crypto/gate
Revision: 492ae9b21637b4b4c3e19d1556772aae3284a6f8
Log message:
4316952 ufs_fault_v should not attempt to queue more then 1 handler for a failure event
6350587 threads blocked in cv_wait_sig after a "forced" unmount on error never woken up
Files:
update: usr/src/uts/common/fs/ufs/ufs_lockfs.c
update: usr/src/uts/common/fs/ufs/ufs_panic.c
2024 Aug 15
1
Can't join new samba dc to existing dc
Pada Rab, 14 Agu 2024 pukul 23.21 Rowland Penny via samba <
samba at lists.samba.org> menulis:
> On Wed, 14 Aug 2024 16:58:12 +0700
> fransnicho via samba <samba at lists.samba.org> wrote:
>
> > I can not join an additional new samba dc ver. 4.19.5 to an existing
> > samba Ad version 4.19.5 functional level 2008 R2.
> >
> > Last week I successfully