Displaying 20 results from an estimated 119 matches for "orb".
Did you mean:
or
2000 Aug 21
4
[OT but please read] ORBS blacklisting ns1.samba.org
Some lists and emails are distributed via ns1.samba.org. For those of
you that use ORBS, you'll find it is blacklisted now. There is no
mention of it on the website and it doesn't return a positive when you
enter it for testing but it has slipped into the ORBS blacklist
somewhere.
Samba.org admins may wish to force all ns1 outbound email via another
netblock, bringing it up...
2005 Jul 08
1
small lan - novice - 2
Hi,
armed with Samba-3 -by example I proceeded to test my 2 linux lan
[suselinux pro 9.1 with Samba 3.0.9-2.6-suse].
I followed instructions and made the smb.config as small as possiblw:
[global]
workgroup = snj
server string = Samba Server
guest ok = yes
[orb]
comment = removable 2.2 gb hd
path = /orb
browsable = yes
read only = no
However, I was stumped practically immediately as you can see:
west:~ # smbclient -L localhost -U%
Domain=[SNJ] OS=[Unix] Server=[Samba 3.0.9-2.6-SUSE]
Sharename Type Comment
--------- ----...
2002 Jan 25
3
suid files and bsd
Currently I only have one machine backing up to another. I am
backing up to a filesystem that is mounted as nosuid. The syncing process
works perfectly except it fails on files that are suid.
Example
proc/
root/
tmp/
mknod tmp/mysql.sock : Invalid argument
mknod tmp/orbit-daud/orb-12573780511489051058 : Invalid argument
mknod tmp/orbit-daud/orb-139425434385535813 : Invalid argument
mknod var/pwcheck/pwcheck : Invalid argument
var/run/
mknod var/run/log : Invalid argument
mknod var/run/ndc : Invalid argument
mknod var/run/printer : Invalid argument
srw-rw-rw-...
2005 Apr 18
1
error msg using testparm
...the testparm from the Official Samba -3 howto.
Unfortunately the book, etc. does not address the error msg given,
follows.
Can somebody help?
scn@scn:~> testparm -s -v | egrep "(lp|print|spool|driver|ports|\[)"
Load smb config files from /etc/samba/smb.conf
Processing section "[orb]"
Processing section "[data]"
Processing section "[usb-storage-]"
Processing section "[media]"
Processing section "[cdrecorder]"
Processing section "[printers]"
Processing section "[homes]"
Processing section "[more]"
Proces...
2005 Jun 09
4
ATTN: Keith
I apologize for sending this to the list.
Keith from Hazleton... your mail server is rejecting mail I'm sending
you from my mail servers, as well as from gmail... you may really want
to consider using a different blacklist.. the on you are using now is
going to block almost everything and everyone.
2005 Jun 13
0
novice - samba3+; suse linuxpro9.1
...read only = no
create mask = 0664
directory mask = 0775
[dataw]
comment = mutual use data partition - home
path = /home/data/
read only = no
create mask = 0664
directory mask = 0775
[morew]
comment = mutual use data partition
path = /more/
read only = no
create mask = 0664
directory mask = 0775
[orb]
comment = mutual use data partition - removable 2.2gb hd
path = /orb/
read only = no
# locking = no
create mask = 0664
directory mask = 0775
# With the next two lines you could automatically mount or umount the
orb hd if a connection to the share is established or closed.
# doesn't seem to hav...
2013 Sep 21
2
9.2-PRE: switch off that stupid "Nakatomi Socrates"
Hello,
I'd like to switch off this silly "Nakatomi Socrates" message which
reminds me on Linux and their childish naming schemes.
It is only cosmetics, but it bothers me whenever I switch on the laptop.
I guess there is a switch already prsent to have in the bootloader
config?
Thanks,
oh
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Jan 30
2
DamageControl
Is there anyone on this list running DamageControl on a
Debian or a Windows system ? If so would you care to share
how you accomplished this (details ... it''s all in the
details) ? While I will still work through the problems I
am encountering (it''s a great learning experience) I would
still like to have a working instance of DamageControl to
use in the meantime.
I am
2013 Jun 07
0
[PATCH RFC] s390/virtio-ccw: Adapter interrupt support.
...isc);
+ s390_io_interrupt(cpu, 0, 0, 0, io_int_word);
+}
+
static void sch_handle_clear_func(SubchDev *sch)
{
PMCW *p = &sch->curr_status.pmcw;
@@ -1256,6 +1265,7 @@ void css_reset_sch(SubchDev *sch)
sch->channel_prog = 0x0;
sch->last_cmd_valid = false;
sch->orb = NULL;
+ sch->thinint_active = false;
}
void css_reset(void)
diff --git a/hw/s390x/css.h b/hw/s390x/css.h
index 85ed05d..ab5d4c4 100644
--- a/hw/s390x/css.h
+++ b/hw/s390x/css.h
@@ -77,6 +77,7 @@ struct SubchDev {
CCW1 last_cmd;
bool last_cmd_valid;
ORB *orb;
+ bool thi...
2013 Jul 09
0
[RFC PATCH v2] s390/virtio-ccw: Adapter interrupt support.
...isc);
+ s390_io_interrupt(cpu, 0, 0, 0, io_int_word);
+}
+
static void sch_handle_clear_func(SubchDev *sch)
{
PMCW *p = &sch->curr_status.pmcw;
@@ -1256,6 +1265,7 @@ void css_reset_sch(SubchDev *sch)
sch->channel_prog = 0x0;
sch->last_cmd_valid = false;
sch->orb = NULL;
+ sch->thinint_active = false;
}
void css_reset(void)
diff --git a/hw/s390x/css.h b/hw/s390x/css.h
index b536ab5..e9b4405 100644
--- a/hw/s390x/css.h
+++ b/hw/s390x/css.h
@@ -77,6 +77,7 @@ struct SubchDev {
CCW1 last_cmd;
bool last_cmd_valid;
ORB *orb;
+ bool thi...
2019 Apr 09
0
[RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
...hich fields are moved for now)
> diff --git a/drivers/s390/cio/io_sch.h b/drivers/s390/cio/io_sch.h
> index 90e4e3a7841b..fc3220fede0f 100644
> --- a/drivers/s390/cio/io_sch.h
> +++ b/drivers/s390/cio/io_sch.h
> @@ -9,15 +9,20 @@
> #include "css.h"
> #include "orb.h"
>
> +
> +struct io_subchannel_dma_area {
> + struct ccw1 sense_ccw; /* static ccw for sense command */
The ccw makes sense.
> +};
> +
> struct io_subchannel_private {
> union orb orb; /* operation request block */
> - struct ccw1 sense_ccw; /* static ccw f...
2019 Jun 12
0
[PATCH v5 3/8] s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the
dma area within the common I/O layer for any communication with
the hypervisor.
Note that we do not need to use that area for control blocks
directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific
stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to
get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic at linux...
2013 Jun 07
1
[PATCH RFC] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the qemu patch that implements the new adapter indicators ccw
in virtio-ccw and injects adapter interrupts for the devices enabled
for it.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h |
2013 Jun 07
1
[PATCH RFC] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the qemu patch that implements the new adapter indicators ccw
in virtio-ccw and injects adapter interrupts for the devices enabled
for it.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h |
2013 Jul 09
2
[RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the current implementation of virtio-ccw adapter interrupts in qemu.
Code is unchanged, only rebased against current master.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h | 4 ++++
2013 Jul 09
2
[RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the current implementation of virtio-ccw adapter interrupts in qemu.
Code is unchanged, only rebased against current master.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h | 4 ++++
2019 Apr 26
0
[PATCH 06/10] s390/cio: add basic protected virtualization support
...sm.c b/drivers/s390/cio/device_fsm.c
index 9169af7dbb43..fea23b44795b 100644
--- a/drivers/s390/cio/device_fsm.c
+++ b/drivers/s390/cio/device_fsm.c
@@ -67,8 +67,8 @@ static void ccw_timeout_log(struct ccw_device *cdev)
sizeof(struct tcw), 0);
} else {
printk(KERN_WARNING "cio: orb indicates command mode\n");
- if ((void *)(addr_t)orb->cmd.cpa == &private->sense_ccw ||
- (void *)(addr_t)orb->cmd.cpa == cdev->private->iccws)
+ if ((void *)(addr_t)orb->cmd.cpa == &private->dma_area->sense_ccw ||
+ (void *)(addr_t)orb->cmd.cpa...
2019 May 23
0
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...m.c b/drivers/s390/cio/device_fsm.c
index 9169af7dbb43..96326dbc64ce 100644
--- a/drivers/s390/cio/device_fsm.c
+++ b/drivers/s390/cio/device_fsm.c
@@ -67,8 +67,10 @@ static void ccw_timeout_log(struct ccw_device *cdev)
sizeof(struct tcw), 0);
} else {
printk(KERN_WARNING "cio: orb indicates command mode\n");
- if ((void *)(addr_t)orb->cmd.cpa == &private->sense_ccw ||
- (void *)(addr_t)orb->cmd.cpa == cdev->private->iccws)
+ if ((void *)(addr_t)orb->cmd.cpa ==
+ &private->dma_area->sense_ccw ||
+ (void *)(addr_t)orb->c...
2019 May 29
0
[PATCH v3 3/8] s390/cio: add basic protected virtualization support
...m.c b/drivers/s390/cio/device_fsm.c
index 9169af7dbb43..8fc267324ebb 100644
--- a/drivers/s390/cio/device_fsm.c
+++ b/drivers/s390/cio/device_fsm.c
@@ -67,8 +67,10 @@ static void ccw_timeout_log(struct ccw_device *cdev)
sizeof(struct tcw), 0);
} else {
printk(KERN_WARNING "cio: orb indicates command mode\n");
- if ((void *)(addr_t)orb->cmd.cpa == &private->sense_ccw ||
- (void *)(addr_t)orb->cmd.cpa == cdev->private->iccws)
+ if ((void *)(addr_t)orb->cmd.cpa ==
+ &private->dma_area->sense_ccw ||
+ (void *)(addr_t)orb->c...
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
...||
+ (hwad == 0x0000155d) && (pxe_undi_iface.ServiceFlags == 0xdc1b) ||
(hwad == 0x005c260a) && (pxe_undi_iface.ServiceFlags == 0xdc1b) ||
(hwad == 0x00180373) && (pxe_undi_iface.ServiceFlags == 0xdc1b)) {
asm volatile("orb $1,%0" : "+m" (pxe_need_poll));
See commit 1ada8a37ae30c2e4283c3e65444ccd72cf8a2e85 for where I see simularity.
Groeten
Geert Stappers
--
Leven en laten leven