Displaying 20 results from an estimated 200 matches similar to: "authenticate from /etc/passwd"
2003 Jul 09
3
Need a little help here.
Hi all,
I am back for more punishment-
Anyway I reinstalled my Linux using SuSe 8.2 pro. I did not install the
defualt Samba , instead I got the latest tarball for 3.0b2
I also installed webmin.
Now it comes up with error
"The Samba server executable /usr/sbin/smbd was not found. Either Samba
is not installed on your system or your module configuration is
incorrect."
Now when I
2003 Jul 07
2
Using PAM - Logging into Linux using an NT Domain account
Hello Samba Users,
I work for the IT Department of a small company and we've already replaced
our NT4 File Servers with Linux servers running Samba. We'd like to replace
some of our windows workstations also. It would be really cool if employee's
could log into the Linux workstations using their existing NT accounts !
Has anybody had much luck using winbind and PAM to allow log on to
2003 Jul 10
5
winbind on SUSE8.2
Hello Community,
is there someone who has winbind working on SUSE 8.X?
On my system the authenication of the domain users simply does not work
getent passwd
shows all domain users
gentent group
shows all domain groups
Login as domain user: Login incorrect!
There seems to be no pam_stack.so on SUSE. Can it work without it?
How can I fix ist? How can I trace the cause of the disfunction?
I would
2005 Nov 10
4
write.table read.table with Dates
I've found several similar issues with write.table/read.table
with Dates on this list, but trying to follow this advice I still
get an error.
First, I read in data from several files, constructing several date/time
columns using ISOdatetime
> str(Tall$Begin)
'POSIXct', format: chr [1:40114] "2005-10-02 00:00:00" "2005-10-02
00:00:00" ...
> length(Tall$Begin)
2001 Mar 16
1
login from another user
LS,
I've create on the SCO unix the same loginname as on my winNT pc
sharing a directory is no problem I have read and write access to it.
The problem arise when I try to login from another winNT account let say
yoyo
then a pop-up windows appears. When I fill my origineel account with
password
I am refuse. Does someone know how to solve this?
dump of my smb.conf file:
[global]
2004 Oct 05
1
save print survfit object to data frame
Hello, I have estimated a survival model with six strata:
>model.b <-
survfit(Surv(time=start.tijd,time2=eind.tijd2,event=va)~strata(product.code)
,
data=wu.wide)
I would like to save the output of
>print(model.b,print.n="records",show.rmean=FALSE)
in a dataframe so that I can export it later. How do I do this? Note that
summary(model.b) gives an error:
Error in
2002 Oct 13
2
strange error
Hello,
Actually I am having a strange error where I hope you can help me:
As far as I know I think at least Samba is configured right but I don't
reach to connect from a Windows machine to the samba (on RedHat)
machine:
I tried to do following things to see where the error is:
* Testparm runs without a problem.
* When typing "$ smbclient -L yourhostname" it asks for a Password,
2005 Dec 25
2
App access privileges
Hi all,
I''m about to go wild on my new application under Rails. I''ve got a hosting
company and want to build a complete administration app. Are there any
pitfals to avoid, when for instance in the future I want a seperate account
(or group) for managing contact details etc, and a seperate acount (or group)
for managing prices. I do not have clear yet what I want seperated
2006 Mar 04
2
count("<p>") in a string
i want to count the number of paragraphs in my message of an article ,
but it gives the wrong number
example of paragraph :
<p><div class=''paragraaf''><p><h4>Dick Advocaat verdient veel geld bij
Zuid-Korea</h4><div class=''bericht''>De Zuid-Koreaanse voetbalbond legt
de Nederlandse bondscoach Dick Avocaat rijkelijk in de
2002 Oct 15
2
extremely dense tinc-mini-howto
Hi,
I'm trying to write an extremely dense tinc-mini-howto.
You can see it at:
http://keetweej.vanheusden.com/~folkert/tinc_mini_howto.html
Please send me suggestions on how I can make things better
and such.
Oh, and if someone could tell me how to configure tinc so
that it authenticates against the host on the other side,
please tell me! (couldn't figure that one out)
Folkert.
Tinc:
2006 Jan 26
7
Bootable CD?
hi ,
i have downloaded the asterisk@home software from the web ..but i have a
little confusion about that ...either i wrote in blank cd as it is or some
bootable media is required for it...as it is in zip format...BUT it is a
.ISO file ...tell me ...what should i do...it will run automatically when i
reboot system and first boot device is CDROm...thankssss
--
Muhammad Sohail Arham
U.E.T. Lahore
2006 Jan 24
5
Is it possible ?
Hi everyone,
I am a new one for that lists....actually i have final year
project on VOIP & IMS ...so i want to install asterisk on my pc ...IS it
possble that ...we can call on small LAN network without buying any card...i
will clear my point as that...suppose i have a linux machine on which i
want to install asterisk and HOW it will install...and second point is that
..i have 2
2018 Jul 16
3
sizeof(DIFlags)
Hi list,
Is there a standards based reason why the DIFlags enum is set to
uint32_t[1]? I am sure my DWARF-std-reading-fu is not up to snuff and so
I cannot seem to find it.
The reason I ask is that we are running out of space for our own DIFlags
and would like to nail this down before deciding on an approach.
Thanks!
Sohail
[1] The code in question:
2011 Jun 13
4
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 4:40 PM, John McCall wrote:
> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>
>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>
>>> Hi Sohail,
>>>
>>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>>
>>> not currently. The first step in this direction is to get rid of the
2011 Jun 12
6
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
> Hi Sohail,
>
>> Is LLVM expressive enough to represent asynchronous exceptions?
>
> not currently. The first step in this direction is to get rid of the invoke
> instruction and attach exception handling information to basic blocks. See
> http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
> for a
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 11:24 PM, Bill Wendling wrote:
> On Jun 12, 2011, at 4:40 PM, John McCall wrote:
>
>> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>>
>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>>
>>>> Hi Sohail,
>>>>
>>>>> Is LLVM expressive enough to represent asynchronous exceptions?
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 7:40 PM, John McCall wrote:
> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>
>> > On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>> >
>>> >> Hi Sohail,
>>> >>
>>>> >>> Is LLVM expressive enough to represent asynchronous exceptions?
>>> >>
>>> >> not currently. The
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer,
Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers)
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn
verbonden met een switch.
Dit is de inhoud van mijn bestanden:
Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0
2011 Jun 12
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>
>> Hi Sohail,
>>
>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>
>> not currently. The first step in this direction is to get rid of the invoke
>> instruction and attach exception handling information to basic blocks. See
2008 Nov 13
2
CROSSTABULATION
I want to form a 3x3 crosstabulation for the signs of two vectors (i.e.
Negative, Zero, Positive). The problem is that I am simulating the data so
for some iterations one of the categories is absent. Thus the resulting
table shrinks to 3x2. I want it to be 3x3 with zero column corresponding to
the missing category. Moreover, I have tried but failed to give the
dimension names.
--
Sohail Chand