Displaying 20 results from an estimated 1000 matches similar to: "mps in GENERIC in FreeBSD 9.2R i386"
2010 Mar 18
2
Wanted: free DID number and provider feedback
Ok, I see there's alot out there of voip providers.
Curious what to watch out for ? charges and fee's, etc ?
If anyone has feedback as to a GOOD voip provider experience (one that
gave FREE DID) Please share.
Again, I am doing this to learn about asterisk, I'm currently testing
it at home.
thanks,
On Wed, Mar 17, 2010 at 11:49 PM, Joe Greco <jgreco at ns.sol.net> wrote:
2016 Mar 04
0
kernel parm question: MPS? pcie_bus_safe
I'm fighting a long-standing problem: we've got a Dell PE R720 with a
BT878 card in it, running four surveillance cameras (it's a secure room).
Since I put the card in, within 20-30 min, the box's little LCD screen
goes orange, and complains "bus error" on the slot the card's in; I've
moved it to different slot, no joy. Note that the same card in an older
Penguin
2012 Nov 23
1
FreeBSD Security Advisory FreeBSD-SA-12:08.linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-12:08.linux Security Advisory
The FreeBSD Project
Topic: Linux compatibility layer input validation error
Category: core
Module: kernel
2012 Sep 12
0
9.1-rc1 cd/mps error
Hi.
I'm running the 9.1-RC1 release.
At the end of the boot sequence, I see:
mps0: mpssas_scsiio_timeout checking sc 0xffffff8000759000 cm
0xffffff8000784380
(probe19:mps0:0:19:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 length 0 SMID
240 command timeout cm 0xffffff8000784380 ccb 0xfffffe0006918000
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff8000784380 allocated tm
2006 Apr 25
0
[PATCH] honor apic= despite MADT/MPS OEM match
While other aspects of the system configuration may still be controlled by the outcome of the table scan, if apic= was
given on the command line its effect should not be overridden here.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2004 Sep 16
0
ISDN BRI termination via Cisco?
Greetings -
We've a pair of ISDN BRI that we use for dialtone, fairly happily except
for the recent meltdown of one of our Netgear RT338's. We're in the
middle of slowly migrating to a VoIP/Asterisk-on-FreeBSD based phone
system. I had originally considered just buying a Digium TDM400 card
and continuing to use the RT338's to bring out POTS lines from the BRI's,
but the
2016 Mar 03
1
[PATCH] mllib: factor out mounting of guest root
Introduce and use a new inspect_mount_root function to mount all the
mountpoints of a root in the guest, replacing the same code doing that
in different tools.
inspect_mount_root_ro is inspect_mount_root with readonly mount option.
---
builder/builder.ml | 10 +---------
customize/customize_main.ml | 9 +--------
get-kernel/get_kernel.ml | 9 +--------
2007 Jul 12
0
No subject
delivery of the signal, and route the signal around internally digitally,
if you have ISDN. This means, for example, that our USR Courier I-Modem,
which can terminate a 56K call *digitally*, results in my being able to
make a 56K connection from most modern cities here in the US, without
wasting an ILEC ISDN BRI line dedicated to that purpose, by having the
PBX connect an extension to the
2018 Apr 10
0
[PATCH v2 4/5] daemon: move Mount.umount_all to new Mount_utils module
This way the Mount module contains only the OCaml implementations of
mount-related daemon APIs.
This is simple refactoring, with no functional changes.
---
daemon/Makefile.am | 2 ++
daemon/inspect.ml | 2 +-
daemon/inspect_fs.ml | 2 +-
daemon/mount.ml | 61 -------------------------------------
daemon/mount.mli | 2 --
daemon/mount_utils.ml | 83
2006 Oct 03
4
how ot replace the diagonal of a matrix
Dear useRs,
Trying to replace the diagonal of a matrix is not working for me. I
want a matrix with .6 on the diag and .4 elsewhere. The following
code looks like it should work--when I lookk at mps and idx they look
how I want them too--but it only replaces the first element, not each
element on the diagonal.
mps <- matrix(rep(.4, 3*3), nrow=n, byrow=TRUE)
idx <- diag(3)
mps
idx
mps[idx]
2017 Jul 17
0
[PATCH v9 04/11] daemon: Implement umount_all in OCaml.
Unlike previous ‘daemon: Reimplement ...’ patches, this does not
reimplement the umount_all API completely (yet, but this
implementation could be completed in future and then replace the C
one). However it is necessary to have a version of umount_all which
we can call from the OCaml inspection code.
---
daemon/mount.ml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017 Aug 09
0
[PATCH v12 05/11] daemon: Implement umount_all in OCaml.
Unlike previous ‘daemon: Reimplement ...’ patches, this does not
reimplement the umount_all API completely (yet, but this
implementation could be completed in future and then replace the C
one). However it is necessary to have a version of umount_all which
we can call from the OCaml inspection code.
---
daemon/mount.ml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2011 Jun 28
1
"x86-64: EFI boot code" breaks 32-bit build
cc1: warnings being treated as errors
mpparse.c: In function ''efi_check_config'':
mpparse.c:669: error: format ''%08llx'' expects type ''long long unsigned int'', but argument 2 has type ''long unsigned int''
In xen/include/xen/efi.h:
23616: unsigned long mps; /* MPS table */
In xen/arch/x86/mpparse.c (line 669):
2016 Jun 01
0
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems
and change root suggested by --suggest option in virt-rescue.
Commands are passed on kernel command line in format
guestfs_command=command;. Command ends with a semicolon and there can be
multiple commands specified. These are executed just before bash starts.
On successfull run user is presented directly with bash in
2011 Nov 19
4
build postfix spec w/ mysql
hello list!
I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there.
After I install the rpm I have a look at the modules as such:
ldd $(which postfix) | grep -i
2008 Jan 17
1
Need help to install dovecot on solaris 10 with openldap libs
Hi,
I install dovecot with ldap support at Solaris 10 (x86). I know that solaris LDAP is broken and so I install openldap. OpenLDAP shared libraries are at /usr/local/lib and /usr/local/include. While installing dovecot, I did the followings:
I execute this before run "./configure --with-ldap"
LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib
2016 Jun 16
0
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
On 06/09/2016 03:18 PM, Pino Toscano wrote:
> In data mercoledì 1 giugno 2016 02:04:33, Maros Zatko ha scritto:
>> --autosysroot option uses suggestions to user on how to mount filesystems
>> and change root suggested by --suggest option in virt-rescue.
> IMHO it should be called -i, like in the other tools, as what
> --autosysroot does is basically the same.
We can call it
2015 May 20
0
[PATCH v3 1/3] virt-ls: support drive letters on Windows
Directory name can include Windows drive letter if guest
is Windows and inspection is enabled (i.e. option -m is not given).
Fixes: RHBZ#845234
---
cat/ls.c | 37 ++++++++++++++++++++++++++++++++++---
1 file changed, 34 insertions(+), 3 deletions(-)
diff --git a/cat/ls.c b/cat/ls.c
index 9161fb6..1a164b3 100644
--- a/cat/ls.c
+++ b/cat/ls.c
@@ -37,6 +37,7 @@
#include "options.h"
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
Hello,
I have Oracle XE installed.
I have a table USERS.
When I try to generate a scaffold it gives me this error.
I tried also with Mysql and it worked.
E:\radrails\projects\MPS>ruby script\generate scaffold user
exists app/controllers/
exists app/helpers/
create app/views/user
exists test/functional/
dependency model
exists app/models/
exists
2012 Mar 25
2
build postfix rpm with mysql
hello list,
I'm trying to build a postfix rpm that has mysql support included.
I've found the line where I need to define mysql support but it seems
that I am being tripped up by some build dependencies:
[root at beta SPECS]# rpmbuild -ba postfix.spec
error: Failed build dependencies:
MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64
MySQL-devel is needed by