Displaying 13 results from an estimated 13 matches for "contiune".
Did you mean:
continue
2005 Jan 07
3
Moderator on vacation?
OK,
I'm trying to send an email to the list the contiune a thread which
describes a problem I'm having. This particualy email I wish to send
contains an ls -l describing my problem (too many open files) and is
apparently too large to be considered a "normal" post, so I get a
message that it's being held until a moderator can view it....
2003 Jan 15
3
SMB+LDAP Question ...
...tion, which I hope will get a straight and quick answer.
I am moving my system from flat files to LDAP. I have had my users in
LDAP for a while, but then found that my computer accounts for Win2K in
still in passwd. My question is, what are the bare minume LDAP attribs
that I need for them to contiune to work?
But I don't think I am going to get that answered, so, do I need a Unix
password for computers?
I would just like to keep as little info my LDAP as possible .. I still
believe the smallest amount of common info is best.
Thanks.
Mailed
Lee
2003 Jul 04
2
Too many logs...
Hi to all,
I''d like to cut some log in /var/log/messages, as of netbios and ping
entries.
There are some particular rules in shorewall 1.4.5?
I''ve tried with "run_iptables -A common -p udp --sport 138 -mstate --state
NEW -j DROP" but it contiunes to send to log every netbios attempt.
Also I don''t want to disable ping from loc to net, and from fw to net.
Thanks for every advice.
2003 Sep 04
3
IVR only system with scalibility with asterisk???
...ral months looking for IVR specific comments with minimal success.
Issues:
1. We need to have a working system by "yesterday" (since we were told yesterday ;) my problem not yours). Realy, how easy is asterisk to develop for in a IVR message -> response -> authorize/validate -> contiune scenario? We will need to do database lookups.
2. We expect that we will end up greater than 100 users that will call in 3 or 4 time each day during (approx) normal business hours in the next couple of months. We also have the possibility that the next step may involve several hundred users. How c...
2015 Oct 24
2
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
...set when
the register has absolute or negate. I traced the code and thought that the
problem occurs in the for loop to empty the modifiers for each source (in
the AMDGPUAsmParser::parseOperand around line 1040). If I add an if
statement like
if(RegOp.isInlineImm()) // because 0.5 is this case
contiune;
before the statement to empty the modifier (RegOp.setModifiers(0);),
it obvious does not work and cause the other matching fails. Does it mean
to modify other files in other places, such as the VOP3Inst in the
SIInstrInfo.td, or is this nothing to do with the MatchOperandParserImpl
method or the...
2017 Nov 09
2
GlusterFS healing questions
...hours (8+2) +159%
Each 100gb is filled with 80000 x 10mb files (200gb is 2x and 400gb is 4x)
2.
Are there any possibility to show the progress of a heal? As per now we run
gluster volume heal volume info, but this exit's when a brick is done
healing and when we run heal info again the command contiunes showing
gfid's until the brick is done again. This gives quite a bad picture of the
status of a heal.
3.
What kind of config tweaks is recommended for these kind of EC volumes?
$ gluster volume info
Volume Name: test-ec-100g
Type: Disperse
Volume ID: 0254281d-2f6e-4ac4-a773-2b8e0eb8ab27
Sta...
2019 Oct 02
2
CentOS 8 Broken Installation
...found, find the one with vfat - that's
your flash drive.
Then it will list DUD isos it found on the drive, enter the number of
the entry, then a "checkbox" will appear before the entry.
Enter the number again so the "checkbox" is checked with a x. Now enter
"c" to contiune.
4. If everything works, you'll have your disks visible to the installer.
Install it as usual.
5. The booting should has no problem, but DO NOT update kernel just yet.
According to the reference page, the dracut tool in RHEL / CentOS 8.0 is
bugged and will NOT include the extra driver to the...
2017 Nov 09
0
GlusterFS healing questions
...iles should take the same healing time,
whatever the brick size is.
>
> 2.
> Are there any possibility to show the progress of a heal? As per now we
> run gluster volume heal volume info, but this exit's when a brick is done
> healing and when we run heal info again the command contiunes showing
> gfid's until the brick is done again. This gives quite a bad picture of the
> status of a heal.
>
The output of 'gluster volume heal <volname> info' shows the list of files
pending to be healed on each brick. The heal is complete when the list is
empty. A fast...
2010 May 23
1
Low FPS
There's another little problem I discovered when I started to play the game. I noticed that the FPS is too low. Any suggestions here are welcome.
2017 Nov 09
2
GlusterFS healing questions
...e,
> whatever the brick size is.
>
>>
>>
>> 2.
>> Are there any possibility to show the progress of a heal? As per now we
>> run gluster volume heal volume info, but this exit's when a brick is done
>> healing and when we run heal info again the command contiunes showing gfid's
>> until the brick is done again. This gives quite a bad picture of the status
>> of a heal.
>
>
> The output of 'gluster volume heal <volname> info' shows the list of files
> pending to be healed on each brick. The heal is complete when the...
2017 Nov 09
0
GlusterFS healing questions
...is.
>>
>>>
>>>
>>> 2.
>>> Are there any possibility to show the progress of a heal? As per now we
>>> run gluster volume heal volume info, but this exit's when a brick is done
>>> healing and when we run heal info again the command contiunes showing gfid's
>>> until the brick is done again. This gives quite a bad picture of the status
>>> of a heal.
>>
>>
>> The output of 'gluster volume heal <volname> info' shows the list of files
>> pending to be healed on each brick. The...
2019 Oct 02
3
CentOS 8 Broken Installation
On 10/2/19 9:27 PM, Jonathan Billings wrote:
> On Oct 2, 2019, at 15:14, G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote:
>>
>> Hello,
>>
>> Is it a Plan to correct the Broken mdadm and or driver for Intel Chipset C602,
>> my Server SuperMicro Board X9SRi-F have a Problem with the new C8 or RH8 ?
>
> Is there a bug filed on
2015 Oct 23
3
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
Dear Developers,
I compile a OpenCL kernel, FFT, in AMDAPP SDK v2.5 using clang 3.8 + libclc
and assembling the code with lld (The LLVM linker). The assembly code
contains the following assembly codes (and lots of other similar format
assembly) that fails to be parsed by AMDGPUAsmParser. It seems to me that
both are valid instructions after looking at the SI instruction spec.
s_mov_b32 s0,