Displaying 20 results from an estimated 4000 matches similar to: "AW: Installation of samba server in solaris"
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf"
Try these two:
bash> which testparam
should tell you which testparam is being started. Is it where you expect it
to be?
bash> strace /full/path/testparam
Gives you information on all system calls called from within testparam. It
will give quite a bit of output and somewhere near the end you will find
something like:
open("/usr/lib/smb.conf", O_RDONLY|O_LARGEFILE) = ...
This would
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi,
it looks like you have something really messed up on your system.
The size of the file is 1243 bytes (from strace) but 0 bytes are being read.
If you had no permission to read the strace would have looked like this:
open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
A quick look at the source code reveals:
/etc/samba/smb.conf is opened in file_load
2005 Jun 27
0
AW: username map before passwd?
Hy jerry
thanks for response
lets ahve a look at the log
******************
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2005/06/27 07:55:35, 2] auth/auth.c:check_ntlm_password(305)
check_ntlm_password: authentication for user [peter] -> [domainuu] -> [domainuu] succeeded
[2005/06/27 07:55:35, 1] smbd/service.c:make_connection_snum(642)
2006 Aug 09
0
Sum/Aggregate at database level or in rails controller?
Hi,
Database model of my web app is as follows,
users(id,name)
Taskcategories(id,user_id,name)
Tasks(id,taskcategory_id,name)
TasksData(id,tasks_id,durationInHrs,date)
I want to collect and show following data from the above tables, in the
view,
1. Category wise duration total for a user for a week.
2. Category wise duration total for a user for each of the 7 days of the
week.
3. Total
2002 Aug 21
2
Someone with XP and Wine
Could someone with Wine and XP running send me a copy
of their ./wine/config file?
Thanks
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
2004 Apr 28
1
Using Swat - Could not connect to host localhost (port 901) error!
Hello Everyone,
I'm using Mandrake 10 and trying to learng Samba
3.0.2a.
I compile the source and install it alright on my
Mandrake linux (./configure, make, and make install).
Here what I'd done after the installation:
Add to /etc/services file
swat 901/tcp
Add to /etc/inetd.conf file
swat stream tcp nowait.400 root
/usr/local/samba/sbin swat
Since swat binary in the
2004 Jul 17
1
Using a group variable for a group of extension to dial
I ahve been searching to no avail for a referenc eon how to setup a part
of my dial plan that will ring certain groups of number based upon the
context. Essentually, I want to be able to designate 3 people as sales
and have my IVR handoff and ring their extensions in order. Then maybe
I will ahve a couple of people I group together and have them ring if
someone selects 2 on the IVR for tech
2004 Jan 20
2
Re-Invite between SIP phones
Anybody knows what do I need to tell Asterisk
to issue a re-INVITE between two SIP phone to avoid
having the media going through the server?
Tks,
Al
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
2002 Nov 01
1
3.5p1 hpux 11.X .ssh/environment ignored
Am I missing something, or is this a bug? I'm using
OpenSSH 3.5p1 on (non-trusted) HP-UX 11.00 and 11.11,
compiled without pam support, but with the stock
sshd_config (in particular, with privsep), and sshd
ignores my client's ~/.ssh/environment file.
It worked fine under previous versions.
Thanks!
-Tim
__________________________________________________
Do you Yahoo!?
HotJobs - Search
2002 Aug 13
1
ReWind vs WINE vs WINEX
I have a question in that which is the best WINE to
use? Or what are the differences
wineX - This is the wine from Transgaming that the CVS
does not contain SafeDisc but the purchasable one
does?
rewind - This is the MIT/X licensed version
wine - This is the LGPL version from www.winehq.com
Right now I use "wine" and update from CVS from
winehq.com. So which is the best one to use as
2004 Apr 26
1
using outbound sip proxy in asterisk
sorry if this has been asked before.
is it possible to configure asterisk to use an outbound sip
proxy?
thanks
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
2004 May 04
2
Dial zap and music on hold
i tried using music on hold option in the dial command
exten => 7777,1,Dial(zap/1/7777,20,m)
when someone calls me and i picked up the phone, the call will
be suddenly dropped. however, if i use a sip client instead of
zap (also changing the dial statement to sip), i can answer the
incoming call without a problem.
is this a known bug?
(asterisk cvs 05-03-04 using RedHat v9 on Via mini-ITX)
2004 Sep 10
2
24-bit support in winamp2 plugin
OK, I finally fixed the linear dithering code in the Winamp 2
plugin. I have not figured out all the whiz-bang GUI-based
configuration stuff yet so as it stands the plugin will play
back 24-bit FLAC files and dither them down to 16-bit. I
don't know how to check if the output module supports 24-bit
either, but you can recompile the plugin without the
#define FLAC__DO_DITHER to force it to do
2002 Aug 12
6
Unable to open configuration file "/etc/smb.conf"
Interesting problem - can't figure out what's going on.
I'm using Red Hat 7.0 in conjunction with smbd version 2.2.5
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
2004 Sep 10
2
[Flac-users] Re: [Flac-announce] Winamp not in default directory
I'm moving this over to flac-users...
Anyway, are you using Mike Wren's installer? I'm not familiar
with that yet.
Josh
--- C&K Slagle <ckslagle@earthlink.net> wrote:
> have winamp installed on a partitioned drive.
> I installed the most recent version of Flac which includes the plugin
> for
> winamp. However, .flac files are not recognized in winamp.. Is it
2002 Oct 30
1
sticky bit, etc.
I have a question about samba and sticky bits. I have a share with the
following configuration:
[documents]
comment = documents
path = /shares/documents
public = no
writeable = yes
printable = no
valid users = @lan1
force user = docadmin
force group = lan1
create mode = 0440
force create mode = 0440
directory mode = 1770
force directory mode = 1770
delete read only = no
2007 Dec 20
2
The console is currently unavailable
I have fedora 6 and i am trying to istall a guest OS with virtual machine
manager
Unfortunatale, virt-manager gives "The console is currently unavailable
What is wrong?
Can anyone help?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2001 Sep 21
2
xilinx under wine; problems by installation
Hi all,
I`m a newbie and I need any help!!
I want to istall xilinx under win and after the command wine setup.exe
Iget the following message:
fixme:module:CreateProcessA (D:\ce\jre\1.2\bin\java.exe,...):
HIGH_PRIORITY_CLASS ignored
fixme:pthread_kill_other_threads_np
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but
it hasn't changed a thing. I'm still getting the same behaviour.
typedef struct {
unsigned order;
unsigned parameters[1 << 6];
unsigned raw_bits[1 << 6];
} FLAC__EntropyCodingMethod_PartitionedRice;
Any other thoughts?
Thanks,
Reza
Josh Coalson wrote:
> --- Reza Naima
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this :
from #define FLAC__MAX_RICE_PARTITION_ORDER (15u)
to #define FLAC__MAX_RICE_PARTITION_ORDER (6u)
and that seemed to make decoder_new() happy, but it's promptly crashing
after making a call to the read callback (below), then to the meta
callback. The meta callback did nothing but print a string and return.
I removed it, and