Displaying 20 results from an estimated 400 matches similar to: "Encoding discrepancy with flac-1.1.4 on Linux and FreeBSD"
2004 Nov 30
0
Numerous errors trying to authenticate samba against w2k3
My goal is to authenticate a Windows 2003 Server user from a FreeBSD
4.10 box via samba. A week ago I had this working. I then needed to
verify the procedure and test on a fresh install. Now it doesn't work,
despite doing the same steps (I think).
I generated a Kerberos ticket on the w2k3 box and transfered it to the
FreeBSD box. I used the ktutil command to incorporate the ticket into
2010 Jul 28
2
unable to ./configure wine on FreeBSD 8
Hi
I am on commit 20f51c29a99299384e840e148f02aae66bfb45be.
FreeBSD freebsd.vaaraahi.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0
freebsd# ./configure
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default
2004 Jul 06
0
UID -1 and --link-dest problem
Hi,
I'm not sure if it's rsync or Cygwin problem, but most probably both..
Here is a short description:
I run rsync daemon on Windows machine (either latest cwRsync or Cygwin
versions) and synchronize a Windows directory to Linux server as root:
linux# rsync -avH --numeric-ids 10.0.0.1::test /export/test1/
receiving file list ... done
created directory /export/test1
./
43524353.upd
2009 Oct 08
3
[Bug 612] New: conntrack returns src, dst, dport and sport all zeroed
http://bugzilla.netfilter.org/show_bug.cgi?id=612
Summary: conntrack returns src, dst, dport and sport all zeroed
Product: libnfnetlink
Version: unspecified
Platform: i386
OS/Version: other
Status: NEW
Severity: major
Priority: P1
Component: libnfnetlink
AssignedTo: laforge at netfilter.org
2005 May 12
2
Routing Mail traffic problem !
Etx1 - First Internet Line - eth0
Ext2 - Second Internet line - eth2
LAN - Local Area Network - eth1
Other traffic - Ext1 -------+-------+--------------- Ext2 ---Web goes Here
eth0 | |eth2
+-------+-------+
| ROUTER |
+----+------+---+
|eth1
192.168.0.0/24 -----------------+
|
192.168.0.1/24------------------- - Gateway
|
2007 Apr 24
1
Kerberos stopped working
Hi everyone,
I am in a real panic here and would appreciate any help.
I have students not being able to save any files!
I have a samba server that was joined to a win2k active directory and running for months.
I dont know why, but now it isn't working correctly.
This error is filling my logs:
-------------------
libads/kerberos_verify.c:ads_keytab_verify_ticket(113)
2008 Jul 26
0
Re: How about this replacement of WINE
>>>>From what I see on their descriptions (site is in Chinese!), this is NOT a replacement of WINE. They place certain system services in the kernel and have compile kernel-module (.ko) to service them.
---- here is their plan:
So, wine still could not solved the problem well. Out of such a concern, I suggested the idea and route of "Linux Compatible Kernel". Its objective
2017 Apr 21
1
Intel MKL compiling issue
> I would appreciate any insights over compiling R 3.4 with Intel MKL -- I have been successful until R 3.3.3 but now it stops complaining about pcre though it worked without Intel MKL as follows,
I successfully built R-rc_2017-04-19_r72555.tar.gz with icc & MKL on centos 7 with this:
# https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux#
2013 Apr 17
2
Confusing error message when pointing the linux installer at a missing directory.
Last night, I was trying to install syslinux (5.01) to a SD card of
mine, writing to a subdirectory to keep the layout neat:
syslinux-5.01/linux# ./syslinux -i -d /boot /dev/mmcblk0p1
/dev/mmcblk0p1: No such file or directory
The message is coming from do_open_file() in syslinux.c: the call to
open() fails because the containing directory isn't present, and then it
calls perror(opt.device).
2012 Feb 20
2
[LLVMdev] stack dump
0
down vote
favorite
[http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#]
share [g+]
share [fb]
share [tw]
i new in llvm.i just compile google code and got this error.
"
Stack dump:
0. Program arguments: opt -load
/home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o
1. Running pass 'Function Pass Manager'
2004 Aug 24
0
iproute2 in a MIPS processor
Hi, i''m trying to do loadbalancing with a linux embedded with a MIPS procesor,
but I''m in trouble. I have the kernel 2.4.20, and iproute2 ss010824. I compiled
without errors, but when I executed the ip comand to install de mutipath default
route I get the following error (all the previous commands have been executed
according to the LARTC-HOWTO in section 4.2):
linux# ip route
2012 Feb 20
0
[LLVMdev] stack dump
Hi Vahid, I suggest you use a more recent version. The latest version is 3.0.
Ciao, Duncan.
On 20/02/12 09:27, vahid eslami wrote:
>
> 0 down vote favorite
> <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#>
> share [g+] share [fb] share [tw]
>
> i new in llvm.i just compile google code and got this error. " Stack dump: 0.
> Program
2009 Jul 29
1
STARTTLS problem
Hi
I have a problem with STARTTLS, with imaps all ok.
I have tried to connect to server with different clients (thunderbird, the
bat, mulberry) and had same result.
Thunderbird log for example:
0[284708]: 25c0e08:192.168.4.200:NA:SetupWithUrl: clearing
IMAP_CONNECTION_IS_OPEN
1920[25c77c8]: ImapThreadMainLoop entering [this=25c0e08]
1920[25c77c8]: 25c0e08:192.168.4.200:NA:ProcessCurrentURL:
2016 Oct 04
0
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
On 09/30/2016 08:35 AM, Pan Xinhui wrote:
>
>
> ? 2016/9/30 13:52, Boqun Feng ??:
>> On Fri, Sep 30, 2016 at 12:49:52PM +0800, Pan Xinhui wrote:
>>>
>>>
>>> ? 2016/9/29 23:51, Christian Borntraeger ??:
>>>> this implements the s390 backend for commit
>>>> "kernel/sched: introduce vcpu preempted check interface"
2016 Oct 04
0
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
On 09/30/2016 08:35 AM, Pan Xinhui wrote:
>
>
> ? 2016/9/30 13:52, Boqun Feng ??:
>> On Fri, Sep 30, 2016 at 12:49:52PM +0800, Pan Xinhui wrote:
>>>
>>>
>>> ? 2016/9/29 23:51, Christian Borntraeger ??:
>>>> this implements the s390 backend for commit
>>>> "kernel/sched: introduce vcpu preempted check interface"
2006 May 09
0
MegaTech UPSilon 2000 usage
Hi Stefanos,
I've forwarded your mail to the nut user mailing list, which is the right
place to get support.
thanks to subscribe to it (http://alioth.debian.org/mail/?group_id=30602).
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource
2006 Nov 21
11
what OS do you use for Samba?
I'm trying to decide on a linux distro to use for our enterprise Samba
server. I like that there is a deb repo for Debian from samba.org, but
I'm more comfortable with CentOS (Redhat). I just want to be sure I
have a well supported Samba server and I need at least the 3.0.20
version so I can use the "inherit owner" property. I also want
automatic updates for bugfixes and
2007 Mar 06
1
problem with 24 bit odd size file (even in new version)
i had the problem is flac 1.1.2 so upgraded to 1.1.4 but now the problem is just
different. the wav file is from audacity, so i guess it is culprit
for setting that
format type 1 bit, but shouldn't this still work?
i found in 1.1.2 (before i found 1.1.3 had the odd size fix judging by
relnotes) that i could add a dummy byte to the end and this seems to
fix my issue, just not cleanly.
here
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted
ext3 partitions? I'm using fileutils-4.1.
-- Curtis Hogg [buckminst@inconnu.isu.edu]
----------------------------------------------
T-shirt Of The Day:
I'm the person your mother warned you about.
----------------------------------------------
Email 1 - buckminst@inconnu.isu.edu
Email 2 - buckminst@hotmail.com
WWW -
2005 Jul 16
1
PRI got event: HDLC Abort (6) on Primary, D-channel of span 1
I also experienced this problem and the first thing that really helped out was changing the timing in the span line of the zaptel.conf. Change it to look like this (see below) and see if it helps out. I got the error much less after doing this and eventually got rid of the error completely by removing my raid drives, installing an IDE drive, enabling DMA mode on the Hard Drive, enabling APCI in