Displaying 20 results from an estimated 2000 matches similar to: "XP network breaks when shares are accessed by Fedora 19 smbclient"
2015 Jul 03
2
Fedora 21 extlinux 6.03 boot failure
Hi,
I discovered a very strange situation. I have 22 systems running Fedora 21
(F21) with bundled syslinux-extlinux 6.03. On one of those systems, I am
having trouble booting. This machine was upgraded from Fedora 19 (F19), so can
boot either the new or the old O/S -- F19 is on one disk partitition, F21
is on another, and there's a shared /boot partition. On this one machine,
when I try
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
Hello Willy,
Here is the dump from one of my bitcode files:
0000000 42 43 c0 de 21 0c 00 00 25 05 00 00 0b 82 20 00
As expected, 0x42 (= B), 0x43 (= C), xc0 and 0xde are in correct order. In
your case, the first byte is read as 37 (= 0x25). I wonder why? When you
check the bytes yourself, you get expected results. When the same bytes are
read from Stream object, you get a different result (maybe
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
all of:
----
// cout << "lsr: " << lsr << "\n";
llvm::MemoryBuffer* mbjit =
llvm::MemoryBuffer::getMemBufferCopy (sr);
------
string lsr = sr.str();
// cout << "lsr: " << lsr << "\n";
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
This segfault occuring only under valgrind,
in shell way, and in gdb way i have
Invalid bitcode signature
simple_scev_dynamic_array: /home/willy/apollo/llvm/include/llvm/Support/ErrorOr.h:258: storage_type *llvm::ErrorOr<llvm::Module *>::getStorage() [T = llvm::Module *]: Assertion `!HasError && "Cannot get value when an error exists!"' failed.
Command terminated by
2018 Mar 20
0
Struggling to compute marginal effects !
In that case, I can't work out why the first model fails but not the
second. I would start looking at "Data" to see what it contains. if:
object2 <- polr(Inc ~ Training ,Data,Hess = T,method = "logistic" )
works, the problem may be with the "Adopt" variable.
Jim
On Tue, Mar 20, 2018 at 10:55 AM, Willy Byamungu
<wmulimbi at email.uark.edu> wrote:
>
2007 Jul 03
1
dovecot sieve notify mailto
Hello,
I try to migrate to dovecot-lda from procmail, but some script can't run
under lda cmusieve plugin.
dovecot version: dovecot-1.0(debian)
revelant config
dovecot.conf:
protocol lda {
postmaster_address = postmaster at wizard.dunanet.hu
hostname = wizard.dunanet.hu
mail_plugin_dir = /usr/lib/dovecot/modules/lda
#sendmail_path = /usr/lib/sendmail
auth_socket_path =
2007 Mar 27
1
Printer Drivers on Samba server
Dear Samba friends,
I want to have the printer drivers on the samba server. I have created
the following share in the smb.conf file:
[print$]
comment = Printer Driver Download Area
path = /usr/local/samba/printers
valid users = @XXX
write list = @YYY, root, jo, willy
printer admin = @YYY
browseable = No
@XXX are the normal printer users. @YYY are
2004 Apr 05
5
Stable Relase Broken ?
All,
I upgraded to the [*] stable release branch.
When I call into the box (confirmed on 2 installations) the
caller no longer hears the ringing. The CLI confirms that
extensions are being 'rung'.
Whassup?
Willy
Willy Wouters
ypOne Publishing
2014 Jul 14
1
latest freeIPA on CentOS
We're looking to run freeipa on CentOS-6.5.
It seems the version available for 6.5 is 3.0, whereas the latest 3.x is
3.3.5 (available in F19 & 20). And now I see 4.0 was just released and will
be in F21 (with support for native OTP-based 2FA!).
Has anyone attempted rebuilds against the F19/20 3.3.5 RPMS for CentOS?
Given the dependency chain, is it worth going down this rabbit hole?
2018 Mar 19
4
Struggling to compute marginal effects !
Dear Oscar,
and any other R-project person,
Can you please help me to figure out the meaning of the following error
message in red ?
Error in eval(predvars, data, env) :
numeric 'envir' arg not of length one
I computed ordered logit models using 'polr' in R (I just followed the
guidance a handout I found on princeton.edu about logit, probit and
multinomial logit models) . The
2015 May 11
2
[LLVMdev] about MemoryDependenceAnalysis usage
add -basicaa to your command line :)
On Mon, May 11, 2015 at 7:15 AM, Willy WOLFF <willy.mh.wolff at gmail.com> wrote:
> I play a bit more with MemoryDependenceAnalysis by wrapping my pass, and
> call explicitely BasicAliasAnalysis. Its still using No Alias Analysis.
>
> How can I let MemoryDependenceAnalysis use BasicAliasAnalysis?
>
> Please, find attached my pass.
>
2014 May 23
4
[LLVMdev] Selectively Jitting using MCJIT
> As far as I know, ObjectFile is either COFF, ELF or MachO format,
> statically compiled. But the pass manager for applying optimisation
> passes works only on llvm-ir.
I would not need to apply optimisations on the parts of the program in
the object file. These are meant to be optimised beforehand. The only
parts I want to run passes on are specific function that I know
2017 Nov 02
2
corrupted db after upgrading to 4.7
Hello
last week we updated three domain controllers (Sernet Samba) from 4.2 to
4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok.
The next day we got a mail from the Sernet team informing they fixed a
bug affecting the group memberships.
https://bugzilla.samba.org/show_bug.cgi?id=13095
We've applied the update and few days after the update which should
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
I mad the change, and still have the problem.
I investigate more the source code of llvm.
First, I change isRawBitcode function to print the content of the
parameter like this:
original:
http://llvm.org/docs/doxygen/html/ReaderWriter_8h_source.html#l00081
inline bool isRawBitcode(const unsigned char *BufPtr,
const unsigned char *BufEnd) {
// These bytes sort
2013 Nov 13
1
Re: Problem with bridged network configuration
On 11/12/2013 06:52 PM, Bob Doolittle wrote:
> For the record - I figured this out so am sharing the result for
> posterity:
>
> The issue was that I didn't follow the instructions literally. Since,
> once booted, my primary NIC name was "em1" I assumed I had to create
> an initscript called ifcfg-em1 rather than ifcfg-eth0 as described in
> the doc.
But you
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends,
Last weekend I decided to upgrade the samba server. We were running Samba
3.3 something and FreeBSD portupgrade was complaining that this version
should be removed and assumingly replaced by the newest version. I removed
the package via portupgrade and installed the 3.5.6 version. The upgrade
went quite smoothly in general, but I encountered some difficulties with
the printer
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends,
Last weekend I decided to upgrade the samba server. We were running Samba
3.3 something and FreeBSD portupgrade was complaining that this version
should be removed and assumingly replaced by the newest version. I removed
the package via portupgrade and installed the 3.5.6 version. The upgrade
went quite smoothly in general, but I encountered some difficulties with
the printer
2011 Jun 03
1
group_mapping.tdb error upon Samba upgrade
Dear Samba friends,
I have recently upgraded from Samba 3.0.36 to Samba 3.5.6. After upgrade I
encounter the following error in log.smbd:
[2011/06/03 10:09:43, 0] smbd/server.c:1119(main) smbd version 3.5.6 started. Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/06/03 10:09:43.379106, 1] param/loadparm.c:7605(lp_do_parameter) WARNING: The "share modes" option is
2010 Dec 30
1
Samba OpenLDAP TLS
Dear Samba friends,
I have setup a samba server 3.5 on FreeBSD 8.1-RELEASE-p2 with
openldap-sasl-server-2.4. I have specified ``TLSVerifyClient demand'' in
slapd.conf and want to enforce the clients to connect and show a
valid certificate to the ldap server. As far as I have understood, Samba
will act as a client as well and in order to access the ldap server it will
need a client
2014 Feb 25
2
libvirt lxc /dev/null
Hello,
I created lxc container on F19 with virt-manager and it starts OK. The only
problem is that sshd does not run complaining "/dev/null is not a character
device".
# ls -l /dev/null
-rw-r--r-- 1 root root 0 2014-02-25 22:39 /dev/null
/sys/fs/cgroup/devices/machine/VM_NAME.libvirt-lxc/devices.list has "c 1:3
rwm" line, but I cannot create /dev/null:
# mknod /dev/nulll c 1