Displaying 20 results from an estimated 500 matches similar to: "checking trust secret failed for interdomain trust"
2002 Mar 06
3
can't un-mount
here's how i mounted a shared folder:
#mount -t smbfs -o
username=me,password=psw,workgoupt=kppo
//har-file2/new-gp /samba/k-drive
and when trying to un-mount using
umount /samba/k-drive or,
smbumount /samba/k-drive
I get this message:
'device is resource busy'
Any idea why i can' unmount this?
please reply to all, thanks!
2011 Jul 20
1
grouping data
All the examples in 'nlme' are in "Grouped Data: distance ~ age | Subject"
format.
How do I "group" my data in "dolf" the same way the data "Orthodont" are
grouped.
> show(dolf)
distance age Subjectt Sex
1 6.83679 22.01 F1 F
2 6.63245 23.04 F1 F
3 11.58730 39.26 M2 M
> show(Orthodont)
Grouped Data:
2005 May 03
1
Shorewall router behind Shorewall firewall
Dear Friends,
I have been using shorewall for some years.
I want to set up "shorewall 2" router behind firewall,
accordind to this picture:
I have lost at setuping "zone"-s (wifi, lan1, net).
Plese help me !
Thanks, psw
net
|
|
SHOREWALL 1 ------- lan 1
|
|
|wifi
|
|
SHOREWALL 2 ------- lan 2
|
---------------- lan 3
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
From: Carsten Otte <cotte at de.ibm.com>
This patch adds Documentation/s390/kvm.txt, which describes specifics of kvm's
user interface that are unique to s390 architecture.
Signed-off-by: Carsten Otte <cotte at de.ibm.com>
---
Documentation/s390/kvm.txt | 125 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 125 insertions(+)
Index: kvm/Documentation/s390/kvm.txt
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
From: Carsten Otte <cotte at de.ibm.com>
This patch adds Documentation/s390/kvm.txt, which describes specifics of kvm's
user interface that are unique to s390 architecture.
Signed-off-by: Carsten Otte <cotte at de.ibm.com>
---
Documentation/s390/kvm.txt | 125 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 125 insertions(+)
Index: kvm/Documentation/s390/kvm.txt
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
This path introduces handling of sie intercepts in three flavors: Intercepts
are either handled completely in-kernel by kvm_handle_sie_intercept(),
or passed to userspace with corresponding data in struct kvm_run in case
kvm_handle_sie_intercept() returns -ENOTSUPP.
In case of partial
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
This path introduces handling of sie intercepts in three flavors: Intercepts
are either handled completely in-kernel by kvm_handle_sie_intercept(),
or passed to userspace with corresponding data in struct kvm_run in case
kvm_handle_sie_intercept() returns -ENOTSUPP.
In case of partial
2004 Sep 10
4
sip.conf from mysql
Hello all!
I am trying to load sip.conf from mysql database. I have followed the instructions at <http://www.voip-info.org/wiki-Asterisk+sip+mysql+peers>. Seems that the authentication (user & psw) works fine but I would like to get more information from mysql and I don't know how to retrieve it. Could anybody help me? Any idea about how to do it?
Regards,
Victor.
2005 Oct 06
1
Domain Authentication oddities
Hello List,
I am running Samba 3.0.10-1.4E on RHEL 4.0. I was able to join this server
to the domain using the 'net ads join' command and it created a machine
account in AD with the name of the server. My issue is that I can
authenticate using domain credentials when I access the server from a
Windows computer using //SMBSERVERNAME/SHARE, however when I access the
server using
2014 Aug 13
2
Centos Website
Hello Guys...
Get Centos -> download
Minimal Install Images point to 6.5
http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD6.5
something like
http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD7.0
on the website
remove
http://isoredirect.centos.org/centos/6/isos/i386/
only
http://centos.psw.net/centos/7/isos/x86_64/
Thanks..
AndyBe
2006 May 16
2
Meetme and authentication
Hi all,
I have thoroughly read the available documentation and I can't seem to
find a workaround for my setup...
I'm trying to create a phone conference line that users would call using
a unique phone number (no matter if they are moderators or just plain
users). I use Asterisk 1.2.6
The available conferences are defined as follows:
conf => 1000,user pin1, moderator pin1
conf =>
2018 Mar 13
1
virtio-gpu: Hang on shutdown after suspend/resume with virtio
On 03/13/2018 01:41 PM, Christian Borntraeger wrote:
> Gerd,
>
> another thing with virtio-gpu.
>
> I can successfully do suspend/resume (echo disk > /sys/power/state) on my system. As soon as I have a
> virtio-gpu the system hangs on reboot/shutdown:
>
> e.g.
>
> crash> bt 1
> PID: 1 TASK: 6bef0000 CPU: 4 COMMAND: "systemd"
>
2008 Mar 14
1
[PATCH] virtio_net/virtio_ring: fix race in enable_cb
There is a race in virtio_net, dealing with disabling/enabling the callback.
I saw the following oops:
kernel BUG at /space/kvm/drivers/virtio/virtio_ring.c:218!
illegal operation: 0001 [#1] SMP
Modules linked in: sunrpc dm_mod
CPU: 2 Not tainted 2.6.25-rc1zlive-host-10623-gd358142-dirty #99
Process swapper (pid: 0, task: 000000000f85a610, ksp: 000000000f873c60)
Krnl PSW : 0404300180000000
2008 Mar 14
1
[PATCH] virtio_net/virtio_ring: fix race in enable_cb
There is a race in virtio_net, dealing with disabling/enabling the callback.
I saw the following oops:
kernel BUG at /space/kvm/drivers/virtio/virtio_ring.c:218!
illegal operation: 0001 [#1] SMP
Modules linked in: sunrpc dm_mod
CPU: 2 Not tainted 2.6.25-rc1zlive-host-10623-gd358142-dirty #99
Process swapper (pid: 0, task: 000000000f85a610, ksp: 000000000f873c60)
Krnl PSW : 0404300180000000
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi,
this fixes a problem that was introduced by the virtio_reset patches.
Can you apply that fix to kvm.git as a bugfix, as the virtio_reset
infrastructure is not on Linus upstream yet?
Anthony, Dor,
are you ok with that change?
--
With the latest virtio_reset patches I got the following oops:
Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000
Oops: 0004
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi,
this fixes a problem that was introduced by the virtio_reset patches.
Can you apply that fix to kvm.git as a bugfix, as the virtio_reset
infrastructure is not on Linus upstream yet?
Anthony, Dor,
are you ok with that change?
--
With the latest virtio_reset patches I got the following oops:
Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000
Oops: 0004
2015 Feb 25
7
virtio balloon: do not call blocking ops when !TASK_RUNNING
Hi all,
with the recent kernel 3.19, I get a kernel warning when I start my
KVM guest on s390 with virtio balloon enabled:
[ 0.839687] do not call blocking ops when !TASK_RUNNING; state=1 set at
[<0000000000174a1e>] prepare_to_wait_event+0x7e/0x108
[ 0.839694] ------------[ cut here ]------------
[ 0.839697] WARNING: at kernel/sched/core.c:7326
[ 0.839698]
2015 Feb 25
7
virtio balloon: do not call blocking ops when !TASK_RUNNING
Hi all,
with the recent kernel 3.19, I get a kernel warning when I start my
KVM guest on s390 with virtio balloon enabled:
[ 0.839687] do not call blocking ops when !TASK_RUNNING; state=1 set at
[<0000000000174a1e>] prepare_to_wait_event+0x7e/0x108
[ 0.839694] ------------[ cut here ]------------
[ 0.839697] WARNING: at kernel/sched/core.c:7326
[ 0.839698]
2002 Feb 18
1
VM_GROWSDOWN problem on S/390
We're running Samba 2.2.2 on an S/390 mainframe and have been experiencing
problems with Samba seeming to access an invalid memory location. Below is
part of the message log:
Feb 15 10:48:38 linux1 kernel: VM_GROWSDOWN not set, but address 0
Feb 15 10:48:38 linux1 kernel: not in vma 0106a960 (start 400000 end
53A000)
Feb 15 10:48:38 linux1 kernel: User process fault:
2014 Sep 11
3
blk-mq crash under KVM in multiqueue block code (with virtio-blk and ext4)
Folks,
we have seen the following bug with 3.16 as a KVM guest. It suspect the blk-mq rework that happened between 3.15 and 3.16, but it can be something completely different.
[ 65.992022] Unable to handle kernel pointer dereference in virtual kernel address space
[ 65.992187] failing address: ccccccccccccd000 TEID: ccccccccccccd803
[ 65.992363] Fault in home space mode while using kernel