Displaying 12 results from an estimated 12 matches for "optons".
Did you mean:
options
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi,
I use samba on Linux 2.6 and 2G over size file sharing.
It seems smbmount '-o lfs' need to use with large file.
but default man page doesn't say this option.
I want to edit smbmount.8.xml for lfs and unicode option.
I believe using mount.cifs is right way on latest Linux.
But one of the implementation smb_clients tools take this
lazy option.
Is it right way to change of man page
2007 Jun 03
3
SIP Options Reply Ignored
...forwarding etc.
Asterisk connects and registers correctly to my SIP service (Sipgate.co.uk)
and I can make and receive calls from any SIP phone on the office LAN.
The problem comes when I try to use a SIP phone at home (also behind a NAT
router). The phone registers correctly and I can see the SIP OPTONS packets
being sent to the phone (SNOM 190). I can see an OK reply being received by
Asterisk (using SIP DEBUG). However the OK reply appears to be ignored and a
retransmission is made and the phone is marked as UNREACHABLE and will not
accept any calls.
Any ideas?
Ian C
2010 Aug 22
3
extlookup in 2.6.1 defaults
Hmmm....
So I was just trying the extlookup function that comes with puppet
2.6.1. It now lets you do this:
$version = extlookup("rsyslog_version", "present", "packages")
which, according to the documentation:
# This will look for a version configured in packages.csv and then in
the rest as configured
# by $extlookup_precedence if it''s not found anywhere
2019 Apr 16
4
Accept --long-option but not -long-option for llvm binary utilities
Many llvm utilities use cl::ParseCommandLineOptions()
(include/Support/CommandLine.h) to parse command line options. The cl
library accepts both -long-option and --long-option forms, with the single
dash form (-long-option) being more popular.
We also have many binary utilities (llvm-objcopy llvm-objdump llvm-readobj
llvm-size ...) whose names reflect what they imitate. For compatibility
with GNU
2019 Apr 20
2
Accept --long-option but not -long-option for llvm binary utilities
> Are you proposing to make this the new style across all LLVM utilities?
No. Only drop --long-option for GNU binutils replacements (people sometimes
call them LLVM binary utilities): llvm-objcopy (D60439), llvm-ar,
llvm-size, llvm-nm, etc. llvm-objdump (not sure what to do with mach-o
specific dump options), llvm-readelf (not sure what to do with llvm-readobj)
On Sat, Apr 20, 2019 at 2:13 AM
2019 Apr 16
2
Accept --long-option but not -long-option for llvm binary utilities
For binutil compatibility, and in general for any new tools, this sounds
reasonable to me. But I'd worry that things like llvm-readobj have existed
for a long time and people are used to flags like "-sections", and it may
be complicated to change that now. (I guess this RFC is a check to see if
this is true for anyone on the mailing list).
What happens if you make this change and
2019 Apr 17
2
Accept --long-option but not -long-option for llvm binary utilities
It's actually a bit weirder than you might think. The CommandLine parser
will happily eat as many dashes as you care to write, e.g., `----sections`
is the same as `-sections`.
On Tue, Apr 16, 2019 at 2:11 AM James Henderson via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> As I think I said elsewhere, I find it weird that LLVM tools accept long
> arguments with a single dash,
2007 Mar 29
0
Impute Values for Forest Inventory
Dear All,
I am Ricky Jacob, a project Student from India who is working on
Forest Inventories.
Input data:
Plot(area = .1 ha) data having the following information:
1) Basal Area
2)Tree Density
3)Volume
So I am applying this information to the corresponding pixels in the
satellite imagery of the study area. I also have given the same
values to a 3x3 window around that pixel.
Inventory is taken
2007 Mar 13
0
[LLVMdev] Forward reference in type declarations in LLVM 1.9
%TCDef = type { [16 x ubyte], [16 x ubyte], [16 x ubyte], [16 x ubyte],
[64 x ubyte], ushort, %anonymous.5, %anonymous.5, %anonymous.5, uint,
uint, uint, ushort, uint, uint, uint, uint }
%anonymous.5 = type { ubyte, ubyte, ubyte, ubyte }
I have a parser that reads LL files but doesn't handle forward
references to structure types. I've been using 1.9 for quite a while
and have just now
2018 Jul 13
1
Package migration
On Fri, Jul 13, 2018 at 10:16:49AM +0800, adam_xu--- via samba wrote:
> Please note that: red hat's samba 4.7 has no AD DC function!
Oh, thanks. I do see a samba-dc package:
# yum info samba-dc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
Name : samba-dc
Arch : x86_64
Version : 4.7.1
Release : 6.el7
Size : 80 k
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all,
i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend).
Hardware is:
HP XW8200
2x 3.0GHz Xeon
8Gb ECC Ram
1x TT3200-S2 card
1x DVBWordl S2 card
1x Nova-S2 card
[many other card for other domUs...]
Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo.
DomU (Mythtv) is a 8.04 (using LVM)
both using 2.6.24-23-xen kernels
Dom0 configs:
lspci:
...
02:01.0
2016 Nov 24
17
[Bug 2643] New: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options)
.../ssh_config: terminating, 2 bad configuration options
If I commend aut GSSAPIAuthentication and GSSAPIDelegateCredentials
options, I can ssh to a host.
So to ssh to a host with tr_TR.UTF-8 locale, one must commend out
IdentityFile, if it is used, GSSAPIAuthentication and
GSSAPIDelegateCredentials optons.
Workaround:
LC_ALL=C ssh some_host
--
You are receiving this mail because:
You are watching the assignee of the bug.