similar to: YDL/RedHat and Samba Control

Displaying 20 results from an estimated 5000 matches similar to: "YDL/RedHat and Samba Control"

2004 Jul 20
0
Asterisk CVS compile error YDL 3.0.1
Hi, i'm trying to compile Asterisk under YDL 3.0.1, libpri, zaptel compile ok, but at make install in asterisk give me this error, have an idea because it can be? Thanks in advance. k\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\
2006 Jun 20
1
Printer comments and other weirdness
Am running Samba 3.0.20 on SuSE 10.0 and cups as my printer provider. I've used the cups gui to create a number of printers. They appeared correctly in my Printers and Faxes folder in Explorer and I uploaded my print drivers successfully. Now, a few days later, I'm looking at my printers and I notice that the comments that show up on the print shares themselves still reflect some old data
2008 Jan 20
3
B&W
Hi, We want to get a B&W output from any video input (B&W or Color). So when we encoded into B&W video compression will be increased is it correct? Can we archive this by a existing encoder_example. -- ___ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20080121/c1d1b3c1/attachment.htm
2004 Aug 06
1
liveice/lame problem
Bryan Walls wrote: > > I've set up Liveice on a Yellowdog Linux laptop (YDL 2.0). I'm trying > to stream to an icecast server on another YDL 2.0 system. > > Streaming seems to be fine, but encoding is pure garbage. When I > listen to the stream, it basically sounds like white noise. The > intesity of the hum depends on the strength of the sound being > encoded,
2007 Oct 31
1
Bug within Authentication Caching
Hello, there seems to be a bug in the authentication caching code when using it in combination with username_translation (using the current version 1.0.7 on FreeBSD 6). I've set username_translation to +@:@ to allow usernames of the form test+dom.ain or test:dom.ain (historical reasons force us....). If someone has a successful login using the username test at dom.ain, the subsequent
2004 Aug 06
0
liveice/lame problem
I've set up Liveice on a Yellowdog Linux laptop (YDL 2.0). I'm trying to stream to an icecast server on another YDL 2.0 system. Streaming seems to be fine, but encoding is pure garbage. When I listen to the stream, it basically sounds like white noise. The intesity of the hum depends on the strength of the sound being encoded, though. If I stop playing the CD, it drops to a gentle
2005 May 27
0
NT_STATUS_LOGON_FAILURE error message
Hello, all. I'm running into an issue connecting from my PowerMac G4 running Yellow Dog 4.0.1 to our server, which is a dual AMD running Fedora Core 2. The server is running samba version 3.0.10-1.fc2, and the g4 is running samba version 3.0.10-1.ydl.1. I can connect from the g4 anonymously to a share point on localhost: smbclient //localhost/dathan I can connect from the server to the
2023 Aug 04
1
[libnbd PATCH] golang: Optionally use gofmt on generated .go files
Combine my recent work on improving the generated Go output with Tage's work on using a canonical formatter for Rust. If gofmt is available during the build, then the generated .go files will now use TAB indents and have proper columnar alignment; if it is not available, the project still compiles. Signed-off-by: Eric Blake <eblake at redhat.com> --- Followup to this earlier series:
2003 Jul 31
0
samba 3 active directory
Hello, I'm posting this only in the event somebody else does a search in the mlist archive for such keywords (I know I did), hope you won't mind. Status: IT WORKS! :) Steps taken: Install Slackware (well, that was already in place). Install PAM (Linux-PAM-0.77, plain ./configure) - this I will need later for Postfix SMTP auth against AD. Install Kerberos (krb5-1.2.8, ./configure
2001 Oct 13
3
Is GCC 2.95.2 also unusable?
Does anyone know if GCC 2.95.2 compiles a broken oggenc? My .ogg files sound like they're being played by a CD player stuck on fast- forward. . . . And I wonder what the solution is. Philippe (YellowDogLinux 1.2.1 (a Red Hat 6.2 derivative) on an iMac) -- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from
2008 Jan 04
1
patch for html display
All, I''ve found that the html view for the rspec formatter falls to pieces with Rails 2.02 and rspec 1.10. Has anyone else run into this trouble? Here''s a monkey patch that fixes the problem. A more elegant fix would be in order, but this gets the job done: Index: /Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb
2017 Jan 21
2
mail-trends+Dovecot
Hi, Out of curiosity, has anyone managed to use mail-trends[0] to analyse their e-mails. I thought about trying it out, but got stuck midstream. The mail-trends scripts work very well with gmail, but because they say it is supposed to work with _any_ IMAP server, I thought I could get it running with Dovecot too. I know this is NOT a mail-trends support group though, but I believe there is
2019 Jan 02
2
Missing TerminatorInst in the trunk no. 350084
I stumbled upon a baffling error while compiling my pass. I was moving my development environment and updated LLVM to the trunk number 350084 in the meantime. [ 11%] Building CXX object lib/Transforms/TimePred/CMakeFiles/TimePred.dir/Common/Formatter.cpp.o /home/gwangmu/opt/llvm/lib/Transforms/TimePred/Common/Formatter.cpp:182:24: error: ‘TerminatorInst’ was not declared in this scope void
2004 May 18
1
how does a sip://user@dom.ain url come in
if the dns has _sip._tcp.my.dom. SRV 0 0 5060 asterisk.dom.ain. _sip._udp.my.dom. SRV 0 0 5060 asterisk.dom.ain. where asterisk.dom.ain. is an A RR of the asterisk pbx. how does a call to sip://user@my.dom come in to asterisk so i can route it? do i just put in sip.conf [username] context = from-url-username and extensions.com [from-url-username] exten =>
2006 Dec 21
1
heres how to get color output in rspec_autotest with rspec 0.7.5
In case anyone else is trying to make this work, here is what I did (Before 0.7.4 I had patched the regex in zentest redgreen, but that is not used any more) To use directly, it is very simple. In rspec_autotest/lib/ rspec_autotest.rb, add a -c to the spec_command in the initializer function: @spec_command = "spec -c --diff unified" This won''t help however if you want
2007 Jul 26
5
Coding standards and whitespace
Recently as a result of using Git I''ve noticed a number of inconsistencies in the RSpec codebase with respect to whitespace (mixed line endings, mixed use of spaces and tabs for indentation, and trailing whitespace at the end of lines). I never would have noticed, but Git produces nice colorized diff output which highlights these kinds of inconsistencies. I wanted to ask if the
2007 Apr 13
1
trouble getting b&w plots using trellis graphics
I'm having trouble getting a black and white plot using the trellis device. I have color graphics, but I'd like to use b&w for a paper. For example, trellis.device(color=F) d <- read.table(textConnection(" A,B 0,1 1,2"), header=T, sep=",") xyplot(A ~ B, data=d, type="o", lty=c(1:2), col=2, pch=19:20) dev.off() gives me a red line even though I
2001 Apr 25
0
Case study of new possibilities with PartialAuth and HostbasedAuth
Finally all the pieces are in place to allow strong user and host authentication with SSH2 and the latest OpenSSH code (plus my partial auth patch). Herein I describe one problem case, and a possible solution thereof. Target: Allow user logins from host charles to host steve using passwords Previously, you would have had to trust the IP headers to authenticate charles. If charles had a
2008 Jun 12
4
after :each invoked before formatter?
Hello. I''m using RSpec with Watir to do some automated tests on IE. I''ve ran into problem, where I want to make a screenshot of a browser window when example fails. For that I made custom formatter where in extra_failure_content i''m invoking screenshot taking methods. Now, everything works like a charm, as long as I''m not using after :each. I remember that I
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
Hi I use the ci_reporter gem for builds on my CI machine (hudson). Prior to rspec 2.4, environment options would override commandline options. So the gem used this to change the formatter and require its files. In 2.4, that order has been reversed. the thing is 2.4 supports multiple formatters, so there is another suggestion. RSpec::Core::ConfigurationOptions def parse_options