Displaying 9 results from an estimated 9 matches for "markh".
Did you mean:
mark
2005 Jun 08
2
Problems with Samba and Windows 2003 Active Domain Server
...b4_convert = false
}
EOF
After doing "/etc/init.d/smb restart; /etc/init.d/winbind restart", I was able to issue a "net ads -U administrator join CLIENT"
command and received the Welcome to the CLIENT domain message. At this point I can do either of:
wbinfo -a "CLIENT\\markh%MYPASSWD"
wbinfo -a "markh%MYPASSWD"
And receive the response:
plaintext password authentication succeeded
challenge/response password authentication succeeded
The next steps I tried, was to do a wbinfo -u and a wbinfo -g. These looked close to the examples given, but lacked th...
2013 May 06
1
pop3 login ok then disconnects right away..outlook
I have dovecot with postfix on ubuntu server 12
I cannot log into outgoing server with outlook.
It logs into incoming server ok with outlook.
I can telnet pop3 and imap ok.
Looking at mail log it looks like dovecot auths: ok then shows
pop3-login: Login: user=<user> USER#etc ok ...
then next line shows..same second
pop3(user): disconnected: Logged out top/0/0 etc.
I have tried a lot
2006 Jul 24
22
which webserver to use in production?
Apologies in advance if this ignites a war of comflicting opinions....
I''m a few days away from going live with my first RoR application. It
is completely database centric and each user will have his own queries
so cacheing will not really help.
I have a dedicated linux server being built by my hosting provider and I
need to tell them which webserver to use. The databse is MySQL
2006 Jul 27
3
WAP With Rails?
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1458 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/c1c4dc5d/attachment-0001.jpe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
2019 Apr 10
0
Opus cmake build
...with these flags.
I would like to aim that CMake can produce binaries similar as autotools with same build flags etc.
Some documentation regarding these options for people not familiar with CMake would probably also help.
Best Regards Marcus
________________________________
From: Mark Harris <markh.sj at gmail.com> on behalf of Mark Harris <mark.hsj at gmail.com>
Sent: Wednesday, April 10, 2019 07:24
To: opus at xiph.org
Cc: Marcus Asteborg
Subject: Opus cmake build
I tried the new cmake-based build system to build Opus on Linux and
macOS. I'm not familiar with cmake but based...
2006 Jul 24
8
Off-topic: Rails hosting
All,
I''ve been looking switching hosting providers, and have been strongly
considering TextDrive. Doing a little Googling turns up a fair
number of complaints that seem to be centered around server
performance, stability and uptime. Since I know a poorly written app
can contribute to all of these, I thought I''d pose the question to
all of you. Does anyone here host
2019 Apr 14
1
Opus cmake build
Hi Marcus,
Thanks for the fixes. I did some more cmake build testing and
encountered a few issues:
The option -DFORTIFY_SOURCE=2 should be -D_FORTIFY_SOURCE=2, as the
macro has a leading underscore. In the autotools build it defines this
if it is not already defined (m4/ax_add_fortify_source.m4).
When custom modes are not enabled, the cmake build is nevertheless
installing the include file
2019 Apr 10
2
Opus cmake build
I tried the new cmake-based build system to build Opus on Linux and
macOS. I'm not familiar with cmake but based on instructions I found
online I used it as follows:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=<install-path> ..
- make
- ctest
- make install
Although the "make" command completed, it reported that optimizations
were disabled:
2006 Jul 25
3
Rails based price quote system
Does anyone know of a Rails based Price Quote system? Something where a
company could keep track of price quotes they''ve sent out to potential
customers?
--
Posted via http://www.ruby-forum.com/.