Displaying 20 results from an estimated 4000 matches similar to: "'system error 85 has occurred'"
2003 Dec 01
0
No subject
"This error can occur if the drive letter you are mapping with a net use
command is already mapped in the user's properties."
part of the JSI FAQ at http://www.jsifaq.com/reghack.htm
TO fix it, try disconnecting the drives before mapping new ones. This may
or may not be the best way to fix it, but in my scripts, I use this:
NET USE M: /delete /yes >nul
NET USE M:
2002 Aug 01
2
Can't Cange password
Hi,
I can't change the password from the client machine, either from windows NT/2000/98/XP. It is giving the error invalid OLD PASSWORD. But the Old password is correct. What will be error? pls help me.
regards,
Rajesh Prakasan
-------------- next part --------------
HTML attachment scrubbed and removed
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys
when i''m doing bundle install i got this type of error
whats this?
please help me.
rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal
error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
2002 Jun 20
0
Windows XP & Samba.
Hi,
I am running RedHat linux 7.3 and Samba 2.2.3a-6. I am facing a
problem while attaching my windows XP machine into Samba server. It is
adding the accounts, but while loggin in it is giving the message, 'the
trust relation between this workstation and PDC is failed'. Pls help me
to solve this.
Regards,
Rajesh
2003 May 27
1
Assertion failure in transaction.c
Hello All,
I am running Redhat 7.2 with kernel 2.4.7-10 on a Dual CPU, 2 GB RAM
machine.
I am running Sendmail , Cyrus IMAP and Ldap on the machine
After few hours I get the following error in the syslog error file
Assertion failure in do_get_write_access() at transaction.c:606:
"!(((jh2bh(jh))->b_state & (1UL << BH_Lock)) != 0)"
May 26 17:29:37 netserv kernel: kernel
2013 Apr 30
1
wats this???
Hi all,
I DONT KNOW WHAT IS THIS WHEN I RUN SERVER OR CONSOLE
ITS COMMING. PLEASE ANYBODY TELME WHATS PROBLEM WHATS SOLLUTION
rajesh@rajesh:~/workspace/apl$ ruby script/console
Loading development environment (Rails 2.3.2)
NOTE: Gem.source_index is deprecated, use Specification. It will be removed
on or after 2011-11-01.
Gem.source_index called from
2012 Nov 22
0
[LLVMdev] Extended Inline asm with double data type crashes clang
Hi all,
I tried same code on gcc for arm(hard float),
double f2 ()
{
double x = 10.0;
asm ("" : "=r" (x) : "0" (x));
return x;
}
> arm-linux-gnueabi-gcc -S -mhard-float pr39058.c -O2
Generates proper code,
mov r3, #0
mov r2, #0
movt r3, 16420
fmdrr d0, r2, r3
bx lr
But llvm crashes, If data type is "double",
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated
10-JUL_2014) from
http://downloads.asterisk.org/pub/telephony/asterisk/.
The packaged configured OK. However, I'm getting a compile error: use
of undeclared identifier 'pvt'.
I've found similar reports for other versions (asterisk-11 and dongle;
macports; a couple others), but nothing for 12.4.
Any suggestions to
2004 Jul 05
2
Failing on reading a "slightly big" dataset
I have a file with 4 columns per line, all pipe delimited.
$ wc -l cmie_firm_data.text
89325 cmie_firm_data.text
$ ls -al cmie_firm_data.text
-rw-r--r-- 1 ajayshah ajayshah 4415637 Jul 5 15:25 cmie_firm_data.text
$ awk -F\| '(NF != 4)' cmie_firm_data.text
$ head cmie_firm_data.text
All figures are for the year 20030331|||
Company|GVA Less Interest (Rs. thousand)|Interest (Rs.
1999 Jul 23
1
Possibly a security flaw...
A summary of my problem,
I had wrong UIDs for a user (eg pmal) between the /etc/passwd file and the
smbpasswd file.
When I was trying to loggin from a couple of machines running either win nt
or win 98 I was reading in the log files that the loggin could not be
completed because the UID were wrong but there were instances were I could
loggin from another computer with the same username.
I really
2012 Nov 21
2
[LLVMdev] Extended Inline asm with double data type crashes clang
Thanks Rafael,
Hello All,
Could anyone please comment, which part in selectiondag need to be
understood/modified to fix this.
Regards,
Rajesh
On Wed, Nov 21, 2012 at 2:38 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> I reported http://llvm.org/pr14393 to track it.
>
> On 20 November 2012 05:18, rajesh viswabramana
> <viswabramana.rajesh at
2012 Dec 28
0
[LLVMdev] Function inline causes crash in clang for .ast to .s
Hi,
Could anyone please comment on this ?
Regards,
Rajesh
On Wed, Dec 19, 2012 at 6:54 PM, rajesh viswabramana <
viswabramana.rajesh at gmail.com> wrote:
> Hi,
>
> Clang crashes when tried to compile from .ast to .s for below sample code,
>
> inline-test.c
> **
> *extern inline int func1 (void) { return 0; }
> inline int func1 (void) { return 1; }*
>
>
2020 May 14
0
[Dovecot v2.3.9.3] HTTP API Endpoint for mailbox cryptokey operations
Hello everyone,
I successfully set up the mail_crypt plugin using folder keys, and
require user's key to be encrypted with a password using
mail_crypt_require_encrypted_user_key = yes.
As I'm trying to streamline the process of creating a user, and want to
develop an application in PHP to help me in that process, I'm very
interested in the doveadm HTTP API. Although the
2012 Nov 20
0
[LLVMdev] Extended Inline asm with double data type crashes clang
I reported http://llvm.org/pr14393 to track it.
On 20 November 2012 05:18, rajesh viswabramana
<viswabramana.rajesh at gmail.com> wrote:
> Hi,
>
> Clang crashes when below snippet of code is compiled (used latest svn
> version)
>
> double func1()
> {
> double x ;
> asm ( "" : "=r"(x) : "0"(x) );
> return x;
> }
>
2011 Nov 30
1
migrate samba3 with smpbassword to ldap , problem with machine account
Hello,
I want to migrate a server from redhat9 with samba (3.0.11) using
smbpasswd file to regiter account to ubuntu server (8.04 hardy hearon)
with ldap (samba 3.4.5).
First I have got the original sid and modify i for all entries in ldap
To migrate machine account I insert in ldap id and NTPassword found in
smbpasswd.
Example:
2014 Jul 01
1
multiples domains or PDCs in samba
Hello,
I'm Nicol?s from Uruguay, I work in ASSE (public health services), the
enterprise has lots of buildings all over my country, more than 100,
with thousands of employees and PCs. Until now there is no "network
configuration" in PCs (no network users, etc) and I'm trying to solve
that out. I started working with samba about one year ago (I've been
learning a lot), I
2015 Sep 14
0
concerning dovecot settings for high volume server
Hi Rajesh,
our setup looks as follows:
- we are running linux-vserver as virtualization technology
- we have 2 dedicated IMAP/POP3 Proxies in front of 8 dovecot containers.
- totally about 2900 concurrent imap sessions on each imap proxy and about 180 concurrent pop3 sessions
- all dovecot containers are running on the same hardware (no problems until today):
DELL PER720 with 2x 200GB RAID 1
2018 Feb 13
2
wbinfo -U id gives different users on same dc
Thank you for reply Rowland.
Sorry for my typo. I intended to change sm--to-->test but i forget to
change other lines.
So my original config is below:
workgroup = sm
> realm = sm.pvt
> server string = %h Test Host
> security = ads
> encrypt passwords = yes
> idmap config sm.pvt : backend = ad
> idmap config sm.pvt :
2003 Aug 14
1
ast_channel_alloc() losing pvt struct
I don't understand the reasoning here so could somebody please help me out?
chan_h323 is causing a segmentation fault when trying to connect a call.
I tracked the problem back to chan_h323.c in the oh323_new() function.
the code is: tmp = ast_channel_alloc( 1 );
After this point, tmp->pvt is not allocated (null pointer).
HOWEVER, in the ast_channel_alloc() function right before the
2018 Feb 13
2
wbinfo -U id gives different users on same dc
Sorry for posting 2 times. I didnt reply to all.
This is my config.
> [Global]
> netbios name = DEV2
> workgroup = test
> realm = test.pvt
> server string = %h Test Host
> security = ads
> encrypt passwords = yes
> idmap config sm.pvt : backend = ad
> idmap config sm.pvt : range = 10000-20000
> idmap config sm.pvt : schema_mode = rfc2307
> idmap config * : range