Displaying 4 results from an estimated 4 matches for "exra".
Did you mean:
era
2010 Aug 04
2
ggplot2 barplot: extra markers in graph
Dear List,
(self-contained example + version info at the bottom)
I'm having trouble producing a barplot using the functions in ggplot2. When I use the position="dodge" option, the bars are plotted but also a number of spurious markers. More specifically, a number of black dots are plotted in the graph that should not be there. This behaviour is not seen when calling the same
2018 Aug 12
3
Updating Samba
Hello everybody,
I have an Ubuntu server installed on the Samba 4.3.11 Ubuntu from the Ubuntu sources.
Now I want to update Samba. I downloaded the version 4.8.3 of samba.org (tar.gz) and unzipped it.
./configure always fails:
Checking for program krb5-config.heimdal: not found
Checking for program krb5-config: not found
Checking for program pkg-config: not found
Checking for gnutls> = 3.4.7:
2015 Apr 12
6
Samba as AD member can not validate domain user
Hi!
the previous problems were solved (thank you, Rowland!), but few
issues remains:
I get such msg in log:
0. Is it possible to tell samba to output messages in logs as one line
per message (even if it is long one?)
1. 2015/04/12 11:32:39.293583, 3]
../source3/smbd/msdfs.c:971(get_referred_path)
get_referred_path: |shareX| in dfs path \FS\shareX is not a dfs root.
(seems it is not
2020 Mar 12
3
DWARF .debug_aranges data objects and address spaces
I’ve encountered this kind of architecture before, a long time ago (academically). In a flat-address-space machine such as X64, there is still an instruction/data distinction, but usually only down at the level of I-cache versus D-cache (instruction fetch versus data fetch). A Harvard architecture machine exposes that to the programmer, which effectively doubles the available address space.