similar to: Solaris Express server name broadcast

Displaying 20 results from an estimated 600 matches similar to: "Solaris Express server name broadcast"

2015 Jun 05
2
Re: [PATCH RFC][Resend] New API: btrfs_convert
Hi Toscano 在 2015年06月05日 00:37, Pino Toscano 写道: > Hi, > > In data giovedì 4 giugno 2015 11:56:41, Pino Tsao ha scritto: >> Disable the test case temporarily for 2 reasons: >> 1. Because the default test disk size is 500M, while btrfs >> convert command think it is too small to convert it(actually, >> just add 10M or 20M more is enough). >
2015 Jun 08
1
Re: [PATCH RFC][Resend] New API: btrfs_convert
Hi 在 2015年06月05日 22:38, Pino Toscano 写道: > Hi, > > In data venerdì 5 giugno 2015 13:47:12, Pino ha scritto: >> 在 2015年06月05日 00:37, Pino Toscano 写道: >>> In data giovedì 4 giugno 2015 11:56:41, Pino Tsao ha scritto: >>>> Disable the test case temporarily for 2 reasons: >>>> 1. Because the default test disk size is 500M, while btrfs
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
On Friday 12 June 2015 10:58:34 Pino Tsao wrote: > Hi, > > 在 2015年06月11日 17:43, Pino Toscano 写道: > > Hi, > > > > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: > >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> > >> --- > >> daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ > >>
2015 Jun 04
0
Re: [PATCH RFC][Resend] New API: btrfs_convert
Hi, In data giovedì 4 giugno 2015 11:56:41, Pino Tsao ha scritto: > Disable the test case temporarily for 2 reasons: > 1. Because the default test disk size is 500M, while btrfs > convert command think it is too small to convert it(actually, > just add 10M or 20M more is enough). If the base test disks that are available in tests/c-api/tests are not enough, just write
2019 Feb 16
0
About Porting Android to nouveau
On Sat, Feb 16, 2019 at 2:27 AM Yang Tsao <yang at fydeos.io> wrote: > > Thx for your reply. > Chromium OS is running based DRM driver. There is no X server frame work. I modified nv50/nv50_formats.c. > > And there also a few code related the display format: > nv50_surface.c > Function nv50_2d_format: > I add: > > ——————————— > switch (format) { >
2015 Jun 11
0
Re: [PATCH] New API: btrfs_replace_start
Hi, On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: > Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> > --- > daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ > generator/actions.ml | 19 +++++++++++++++++++ > tests/btrfs/test-btrfs-devices.sh | 8 ++++++++ > 3 files changed, 67 insertions(+) > > diff --git
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
Hi, 在 2015年06月11日 17:43, Pino Toscano 写道: > Hi, > > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> >> --- >> daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ >> generator/actions.ml | 19 +++++++++++++++++++ >> tests/btrfs/test-btrfs-devices.sh |
2018 Nov 21
2
About Porting Android to nouveau
Hi, guys: I’m a developer of FydeOS. We porting ChromiumOS to amd64 and arm platforms. Now, I’m woking on porting android environment to Nvidia graphic cards. I have experience to port android to Vmware(SVGA). I found two display formats were not supported to display in nouveau driver: PIPE_FORMAT_R8G8B8A8_UNORM, PIPE_FORMAT_R8G8B8X8_UNORM. Which are defined at nv50/nv50_formats.c line: 130,131.
2015 Jun 04
3
[PATCH RFC][Resend] New API: btrfs_convert
Disable the test case temporarily for 2 reasons: 1. Because the default test disk size is 500M, while btrfs convert command think it is too small to convert it(actually, just add 10M or 20M more is enough). 2. Btrfs-progs has may have a tiny bug, when execute the command in guestfish, it report some error, but convert the filesystem to btrfs successfully. Signed-off-by: Pino Tsao
2015 Jun 04
0
Help: host system got very slow when run guestfish
Hi there, Recently, I got a strange phenomenon, when I run: ./run guestfish -a xxx.img -a xxx.img My host system got to be very very slow for several minites, sometimes can`t even move my mouse. I am not sure what I have done made it this way. How should I investigate this issue? Because I don`t see anyone got this kind of problem in FAQ Thanks in advance. Yours
2015 Jun 05
0
Re: [PATCH RFC][Resend] New API: btrfs_convert
Hi, In data venerdì 5 giugno 2015 13:47:12, Pino ha scritto: > 在 2015年06月05日 00:37, Pino Toscano 写道: > > In data giovedì 4 giugno 2015 11:56:41, Pino Tsao ha scritto: > >> Disable the test case temporarily for 2 reasons: > >> 1. Because the default test disk size is 500M, while btrfs > >> convert command think it is too small to convert
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
在 2015年06月12日 17:12, Pino Toscano 写道: > On Friday 12 June 2015 10:58:34 Pino Tsao wrote: >> Hi, >> >> 在 2015年06月11日 17:43, Pino Toscano 写道: >>> Hi, >>> >>> On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: >>>> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> >>>> --- >>>> daemon/btrfs.c
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> --- daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 19 +++++++++++++++++++ tests/btrfs/test-btrfs-devices.sh | 8 ++++++++ 3 files changed, 67 insertions(+) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 39392f7..acc300d 100644 --- a/daemon/btrfs.c +++
2007 Jul 09
0
To broadcast or not to broadcast...
I''m looking to refine / re-use my recently discussed "Redundant internet connections" (http://mailman.ds9a.nl/pipermail/lartc/2007q2/thread.html#21015) in such a way that I will not be sure of returning traffic, thus I must monitor the connection my self and not rely on inbound traffic to update the kernel counters. I''m considering using arping to ping the
2011 Sep 14
3
Is there any implementation of VSS for a ZFS iSCSI snapshot on Solaris?
I am using a Solaris + ZFS environment to export a iSCSI block layer device and use the snapshot facility to take a snapshot of the ZFS volume. Is there an existing Volume Shadow Copy (VSS) implementation on Windows for this environment? Thanks S Joshi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 09
0
Broadcast UDP on command line
What command line command is available to broadcast a UDP packet on port 36? I can use a command like "nc -u -l -p 36" to listen to the responses but I can't figure out how to send out the broadcast packet for the devices to say "I'm here" back to me. THanks, Jerry
2005 Jan 21
0
ipsec vs. broadcast
Maybe this is already fixed in the newer code, I am still on 5.2.1 and have a problem with traffic that originally goes to a broadcast ip address but then gets encrypted by ipsec and should go into a tunnel but when it is sent it has ethernet broadcast flag. Just to be clear: traffic originates on the same host which is a tunnel endpoint. It looks to me that a fix could be as simple as clearing
2006 Sep 27
0
broadcast forwarding
Hi All. How can I do the subj, from one subnet to another subnet? I think ip route maybe must help me.... bu I not understand how? thx.
2005 May 16
1
Interface Broadcast
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve a problem on the broadcast it is adding some additional route to the router which caused me some problem... Below is my /etc/shorewall/interface swtmng1 eth0.1 202.73.10.127 norfc1918 apmng1 eth0.10 202.73.8.7 norfc1918 dist1 eth0.1000 202.73.11.255 norfc1918,nobogons idc1 eth2.50
2003 Jan 19
1
Do not log broadcast
Hello ! My logs are filled with broadcast packets which are rejected. How could I avoid to log them ? -- printk(KERN_WARNING "Multi-volume CD somehow got mounted.\n"); 2.2.16 /usr/src/linux/fs/isofs/inode.c