similar to: vorbis on freebsd ?

Displaying 20 results from an estimated 8000 matches similar to: "vorbis on freebsd ?"

2003 Jun 15
1
make stops in bind's compilation
Hi, Brand-new installation of FreeBSD 4.8 + 'make world', including updating ports, sources, crypt/secure sources and everything. When trying to compile bind8 from ports, this is the error that get reported: ===> Building for bind-8.3.6 Using .systype Using .settings /var/tmp/usr/ports/net/bind8/work/src/include /var/tmp/usr/ports/net/bind8/work/src/include/arpa
2009 Apr 28
2
Problem with survival
It is likely a problem with survival, since 2.9 merged in a large number of changes that had occured in my source tree that had not propogated to the R tree my test suite doesn't have a test for this particular case (2 factors) and - Murphy's law applies: although almost every possible case is covered in the test suite, any new error will hit an omitted combination of
2008 Jun 13
0
[LLVMdev] llvm-gcc and -emit-llvm
>> Docs are generated/updated once a day (2am I think). >> >> -Tanya > > Sorry, I need more help with this. Today I do not see any propagated > changes in the repository, nor on the web page? I'm not sure what you you mean by propogated changes in the repository. For the website, can you check again? There was a permissions issues on something that might have
2008 Jun 26
1
group ownership of new shared folders
Between versions 1.0.4 and 1.0.5 there were some changes to the way dovecot-shared group ownership is propogated into new maildirs. Changing the group of new_dir/{tmp,new,cur} was added, but changing the group of new_dir itself was removed. As far as I can tell, this latter change may have been accidental. This patch puts the functionality back, in the 1.1 tree.
2003 Oct 09
1
Samba3 ADS without Microsoft?
I've setup samba to use ldap. I've propogated the directory. I've setup the kerberos realm. I can authen to samba & browse shares via uid/passw held in ldap. I cannot seem to get samba to accept kerb authen instead of uid/passw. Help...... Thanks. Read the #$@^(!*&$!* manual, and about 200 webpages. Scanning news groups, recompiling..... Grrrrr!
2024 Dec 17
1
PAM session setup and environment variables
On Mon, 16 Dec 2024, Michal Sekletar wrote: > Hello everyone, > > I am trying to adjust the systemd-logind classification of the SSH > session opened by Ansible client. By default the SSH session created > by Ansible client is Class=user and Type=tty in systemd-logind. > pam_systemd.so allows users to change this default via the environment > variables XDG_SESSION_CLASS and
2024 Dec 17
1
PAM session setup and environment variables
On Tue, Dec 17, 2024 at 5:40?AM Damien Miller <djm at mindrot.org> wrote: > User-specified environment variables are not propogated to the > environment where sshd invokes PAM modules because the SSH protocol > sends them at the time a session is opened, well after authentication > has completed. At best, they could be made available to the PAM > session modules but
2008 Sep 10
4
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted".
Hi, I am trying to configure a two node cluster on SLES10SP2 using user level heartbeat. Here is my configuration. ocfs2-tools-1.4.0-0.3 **user level heartbeat** -> lsmod | grep ocfs ocfs2_user_heartbeat 20992 1 ocfs2_dlmfs 37776 1 ocfs2_dlm 204456 1 ocfs2_dlmfs ocfs2_nodemanager 223384 6 ocfs2_user_heartbeat,ocfs2_dlmfs,ocfs2_dlm configfs 44700 3 ocfs2_user_heartbeat,ocfs2_nodemanager
2004 Mar 19
9
How many MIPS for Vorbis Decoder?
Hello, I may be stupid, but I cannot find any data on how "expensive" the Vorbis Decoder is. Looking for an embedded solution I am interested in how many "MIPS" you need to decode a MONO audio stream at reasonable quality (44 kHz, approx. 100 kbps?) Can it be done in a microcontroller, or do I need ultra-expensive DSPs to do it? Thanks for hints Jens --- >8 ---- List
2002 Nov 04
2
Windows 2000 logon error
Hello, I have Samba 2.2.3 running on a Solaris 7 server. I have many Windows 98 and a handful of Windows 2000 computers authenticating against it for logging in and filesharing. One of the users (Jeff) had his Windows 98 workstation replaced with a Windows 2000 workstation. I have other Windows 2000 computers and their users can log in fine, and they all have the same network settings for the
2004 Jun 16
2
Idealx programs and ldap backend
Hi, I got the following setup. I got a openLDAP server. This server is the master server for LDAP functions. I named this ldapsrv. I got a samba server with openLDAP install on it as well. This LDAP server is the slave to ldapsrv. I named this sambasrv. The sambasrv currently have the following setup in /etc/smb.conf:- passdb backend = ldapsam:ldap://ldapsrv.domain idmap backend =
2004 Aug 06
2
Icecast's YP bugs
On Wed, Jun 25, 2003 at 03:33:25PM +1000, Michael Smith wrote: > > Is the metadata relayed to connecting clients. i.e. take a client that > supports shoutcast-style metadata, like winamp (and probably most others). > Connect as a listener to the relay. Do you get metadata? You should. If you > don't, the metadata relaying could have been broken (I think this is >
2012 Jan 14
2
[LLVMdev] Unreachable code in Mutex.cpp
On Fri, Jan 13, 2012 at 10:24 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jan 13, 2012, at 4:43 PM, David Blaikie wrote: > >> It looks like for a while now (5 years) some code that was meant to do >> smart things in Mutex.cpp hasn't been doing such smart things: >> >>
2002 Nov 25
3
[LLVMdev] globals in DS graph
Ganesh, I modified DataStructure.cpp so that global nodes are no longer removed from any graphs. Only that file has changed. Chris, if you get a chance to do this, it would be nice if you could take a quick look at the change I made and make sure that's all that's needed. Thanks, --Vikram http://www.cs.uiuc.edu/~vadve > From: Chris Lattner <sabre at nondot.org> >
2012 Jan 14
0
[LLVMdev] Unreachable code in Mutex.cpp
On Jan 13, 2012, at 11:17 PM, David Blaikie wrote: >> On some (linux?) implementations, various pthread APIs are defined as "weak extern" symbols in libc and strong definitions in libpthreads. The idea of this check is thus to detect if pthreads is linked into the app and enable threads if so. > > Sorry, right - I should've been more clear. I understand that that's
2010 Nov 08
1
[LLVMdev] Creating tablegen patterns for intrinsics with no return value.
> -----Original Message----- > From: Jim Grosbach [mailto:grosbach at apple.com] > Sent: Monday, November 08, 2010 10:41 AM > To: Villmow, Micah > Cc: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Creating tablegen patterns for intrinsics with > no return value. > > > On Nov 8, 2010, at 10:32 AM, Villmow, Micah wrote: > > > I have intrinsic with no
2005 Aug 26
5
voip-info - is it alive
I cannot reach voip-info - is it just me or is the site not available ? Julian
2012 Jan 14
0
[LLVMdev] Unreachable code in Mutex.cpp
On Jan 13, 2012, at 4:43 PM, David Blaikie wrote: > It looks like for a while now (5 years) some code that was meant to do > smart things in Mutex.cpp hasn't been doing such smart things: > > https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Mutex.cpp?r1=29287&r2=29932&diff_format=h > > I don't know if this change was even deliberate since it came in
2003 Jul 27
4
samba-PDC problem
I am trying to get roaming profiles working for my Win2K workstation and run a group login script at logon. My user account (traxx) can join and logon to the domain (DATA) but I get 2 error messages after authentication: 1 'Windows cannot create profile directory \\henry\dcarter\profile.pds. You will be loggeed on with a local profile only. Changes to the profile will not be propogated to the
2008 Jun 13
2
[LLVMdev] llvm-gcc and -emit-llvm
On Jun 12, 2008, at 11:30 AM, Tanya M. Lattner wrote: >>> Nope, editing and committing the .pod file should be enough, thanks >>> Dale! >> >> Done, but I don't see any propagation....? I haven't really tested >> this, was hoping to look at the html file... > > Docs are generated/updated once a day (2am I think). > > -Tanya Sorry, I need