search for: stricking

Displaying 20 results from an estimated 27 matches for "stricking".

Did you mean: sticking
2003 Oct 22
3
UFS file system problem in either stable or current
There seems to be an inconsistency between release 4.9-RC and 5.1 ufs support. If I fsck the same ufs (type 1 of course) file system on both releases, each claims that the other has left incorrect summary data in the superblock. Presumably only one can be correct. I just don't know which to blame. I couldn't find a FreeBSD problem report about bad summary data. I will submit one, but
2003 Jul 30
4
Intel 875P/ICH5 motherboard chipset
Does anyone know if support for the Intel 875P/ICH5 motherboard chipset has yet made it into the stable branch? (Is release 4.9 likely to have it?) I am mainly interested in the IDE and "native" serial ATA devices. There is also a new Intel ethernet controller chip, 82547EI, that is designed to interface directly with the 875P chip. The currently supported chip list only goes up to
2003 Sep 29
3
FreeBSD 4.9 RC1 (more bad news)
A few hours ago I downloaded .../i386/ISO-IMAGES/4.9-RC1-i386-disc1.iso and made kern/mfsroot floppies from it. If I enable my ICH5R SATA controller in "native" mode, the 4.9-RC1 GENERIC kernel hangs solidly (only the system reset button can unwedge it) during device configuration. The last line of bootstrap monologue written by the kernel is: plip0" <PLIP network
2003 Sep 14
2
4.9-20030914-PRERELEASE hangs during boot
I just noticed the 4.9-20030914-PRERELEASE and made a set of installation boot floppies from it to see which of the devices in my new PC the PRERELEASE would support. It wedged hard during the boot autoconfiguration monologue, just after typing these lines on the console: atapci0: <Intel ICH5 ATA100 controller> port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0:
2018 Jan 02
3
DHCP and DNS
I know this is samba list and I am hoping that someone with MS AD experience can answer this definitively. Does AD have some kind of data exchange between dhcp and dns so that systems which receive a dhcp lease from an AD DC more reliably register their hostname with AD DNS? Looking at the RFC I couldn't see any reason why this should be the case. But it seems that host name registration for
2003 Aug 21
1
FreeBSD STABLE support for new motherboards
During the last two weeks there has been some discussion in freebsd-questions and freebsd-stable about the prospects of FreeBSD support for some motherboard devices associated with the Intel 865PE/875P and ICH5/ICH5R support chips now showing up in recent motherboard designs. The 865PE/875P chips are called MCH (memory controller hub) or "northbridge" chips. The ICH5/ICH5R chips are
2005 Mar 20
5
zaptel PRI drivers
I have a quick question. I know that running X on an asterisk server is not officially "supported", however, I've never had any trouble with it until now (8 months, using wctdm cards with fxo and fxs ports, IAX trunks, SIP phones, everything except a PRI card). Now I just installed my first asterisk box that terminates a PRI, and bam, HDLC errors up the wazoo if X is running, if its
2003 Sep 06
9
Scanner for 4.8
Dear All, Can anyone recommend a scanner that works well on 4.8. Thanks in advance, Regards, Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030906/4c29ef0a/attachment.bin
2003 Dec 05
5
GUI's for R
Hello, I am not currently using R but I have been using S+ for sevaral years. I think that I fit in the category of power users, never using the GUI prefering the flexibility of a command line interface (CLI). In a short while I will try to move to R, that is if we can convince our IT people that installing a freeware package on a Unix server will not damaged the companie's network! The
2006 Feb 20
5
find(:all) vs find_all
I started with Ruby on Rails in the 0.13.x period, so I''m sure I missed out on a lot of history. There''s probably some good explanation for something I''ve been wondering about, but I haven''t seen it written down anywhere. Maybe someone can clue me in. I''ve always felt that one of the uglier APIs was the ActiveRecord::find() method. I call
2018 Jan 02
0
DHCP and DNS
On Tue, 2 Jan 2018 12:41:05 -0700 David Bear via samba <samba at lists.samba.org> wrote: > I know this is samba list and I am hoping that someone with MS AD > experience can answer this definitively. > > Does AD have some kind of data exchange between dhcp and dns so that > systems which receive a dhcp lease from an AD DC more reliably > register their hostname with AD
2010 Feb 14
2
Feature request? Make deliver quota inclusive!
hi all, I'd like to make deliver put mail into a nearly full mailbox even when they become overquota as a result. The same problem came up a few weeks ago: http://dovecot.org/list/dovecot/2010-January/045695.html Since no solution was offered may I suggest this topic as an additional feature for future releases? ;-) This is a important for me because sometimes users are lazy. They think
2004 Aug 05
0
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910 Summary: known_hosts port numbers Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: devin.nate at
2005 Feb 14
0
Access Denied after Upgrade passed 3.0.2a
I have upgraded many Samba versions over the years with great success. I use Samba on Solaris/Sparc systems strickly as member servers (file servers) of my normal Windows XP Domain. Recently I have attempted to upgrade from Samba 3.0.2a to anything newer, specifically 3.0.8, 3.0.10, and 3.0.11. I've successfully compiled Samba 308 & 3011. Everything works GREAT, except I have no
2017 Dec 12
2
[PATCH] df: Handle block sizes smaller than 1024 bytes (RHBZ#1525241).
Thanks: Mykola Ivanets --- df/output.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/df/output.c b/df/output.c index eed7f384d..18f76b155 100644 --- a/df/output.c +++ b/df/output.c @@ -80,6 +80,22 @@ print_title (void) } } +/* scale (n, 4096, 1024) ==> n * 4 + * scale (n, 512, 1024) ==> n / 2 + */ +static uintmax_t +scale (uintmax_t
2003 Aug 06
1
probability plot correlation coefficient
As a newbie to R, I'm still rather at a loss for finding information (the commands names can be rather arcane)so I'm just posting my question: I would like to estimate the shape coefficient of diverse distributions (Weibull, gamma and Tukey-Lambda specifically, but other could be of interest) - Does R have a PPCC utility to estimate such parameter?(maximum value of correlation coef)
2009 Aug 26
3
Import vmware vmdk into xVM (osol-2009.06)
Good afternoon, I was wondering if anyone has any in site as to how to import a VMware vmdk into xVM on OpenSolaris 2009.06 (xVM 3.1). I have a VMware VM created on VMware Server 2.0 and would like to move it over to this xVM server. I appreciate any advice anyone may have. Cheers, -Chris -- This message posted from opensolaris.org
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 05:09:47PM +0900, David Woodhouse wrote: > On Wed, 2015-10-28 at 16:40 +0900, Christian Borntraeger wrote: > > Am 28.10.2015 um 16:17 schrieb Michael S. Tsirkin: > > > On Tue, Oct 27, 2015 at 11:38:57PM -0700, Andy Lutomirski wrote: > > > > This switches virtio to use the DMA API unconditionally. I'm sure > > > > it breaks
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 05:09:47PM +0900, David Woodhouse wrote: > On Wed, 2015-10-28 at 16:40 +0900, Christian Borntraeger wrote: > > Am 28.10.2015 um 16:17 schrieb Michael S. Tsirkin: > > > On Tue, Oct 27, 2015 at 11:38:57PM -0700, Andy Lutomirski wrote: > > > > This switches virtio to use the DMA API unconditionally. I'm sure > > > > it breaks
2019 Jun 19
2
Roaming Profiles
Gooooood morning Rowland, :-) Thunder and rain here.. Your pushing rain to me from england ;-) :-p Yes, if you count administrator also to everybody. ;-) What i have on my member server. ( AD backend ) install -d /home/samba/profiles -m 1770 -o root -g root [profiles] browseable = yes path = /home/samba/profiles read only = no acl_xattr:ignore system acl = yes drwxrwx--T+