Displaying 20 results from an estimated 30000 matches similar to: "Faking IE"
2005 Dec 12
1
Re: Windows apps from windows parttion
not directories, the contents of the windows registry.
I havent yet managed to workout what file(s) this is stored in in win,
but you can export keys from the regedit program in win.
The majority of programs store keys in /local machine/software/<app name>
for these you should be able to export the key folders to a text file
and import that into Wine.
btw, when I did this I think the
2005 Dec 09
1
Re: Windows apps from windows parttion
I'd have to guess "no" on this one. I believe wine uses it's own
registry settings, so for most windows apps to run they need to be
configured in the windows registry -- unless they happen to be
stand-alone apps that don't require any special files or registry
settings (some of these do exist).
I'm assuming you'd like to run programs installed on your windows
2011 Aug 11
1
IE,Acrobat Reader and SAP windows are Looking Blank
hi,
I installed Wine 1.2.3 under RHEL 4.0. I Installed Lotus notes in it.its working fine.IE,Acrobat reader 8 and SAP is not working.When i try to open any of these 3 applications,i am seeing only a white colour window.not able to use them.
and one more this is do i need to configure wine for each and every user?.because i am not able see intalled applications when i logged as user.able to use
2005 Jan 29
1
Upgrade path from 3.0.0 -> 3.0.10
I have just taken over a redhat system with Samba 3.0.0 configured
with security = user, and domain logins enabled. I've included the
smb.conf at the end of this message.
I would like to upgrade to 3.0.10 for a numbers of reasons, one
being security and one being that password changes don't work
from workstation machines because of the Windows KB828741
patch. What I want to know, is if I
2005 Jan 31
1
Samba Upgrade...
Sorry if this is a dup. I sent right before I subscribed to the list,
so I'm not sure if it made it.
I have just taken over a redhat system with Samba 3.0.0 configured
with security = user, and domain logins enabled. I've included the
smb.conf at the end of this message.
I would like to upgrade to 3.0.10 for a numbers of reasons, one
being security and one being that password changes
2004 Sep 24
1
No sound into asterisk???
Hi -
I think I might have seen this problem on the list before, so I'm sorry
if this is a duplicate, but I couldn't find it when searching through
the archive....
I'm just setting up a new machine with asterisk. It's a RH9 box, and
I've tried the RC2 tarball, the 1.0 CVS and the 1.0 RPM's from nacs.net
(thanks). My config is basically the sample barebones sip setup
2004 Apr 20
3
Sambe max file size on RH9
I'm getting a "max file size exceeded" when copying from knoppix 3.3. to
RH9 over a samba share when the file gets to be >2G in size. This is
samba 3.0.2a on server, 3.0.2-Debian on client.
I googled a bit, and the more recent one (2003) directed the user to get
a build that was built on their Linux 2.4 system. I installed from an
RPM I downloaded for RH9 (3.0.2a), I
2020 Mar 26
0
Faking RTP
Hi,
I am using the ICES application and one issue we are having is the carrier
is timing out because we are not sending RTP. I did try RTP keepalive and
that did not help. Is anyone aware of a way to have Asterisk send a fake
RTP packet (as in a real RTP packet with no audio) in place of RTCP packets?
TIA.
Regards,
Dovid
-------------- next part --------------
An HTML attachment was
2010 Sep 01
1
Faking Paperclip has_attached_file with Factory girl?
Hello!
I wonder if it''s possible to simulate Paperclip''s has_attached_file
with Factory Girl and then test it with Rspec. I don''t get it to work.
My factories.rb file looks like this:
Factory.define :user do |user|
user.name "Anders"
user.email "user-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org"
user.password
2004 May 13
0
Consultive Transfer, or faking it
Hi there...
I have a simple * setup with about 11 Soft phones (SJ Phone). The clients
don't support a consultive or supervised transfer (I believe that's what it
is called). Tris is a feature much desired by the powers that be and they
want me to "make it work" :)
I was wondering if there was a way to do this with and AGI script or the
like so that when Staff 1 gets an external
2008 Oct 02
0
Faking RHEL with CentOS
NiftyClusters T Mitchell wrote:
>
> If it is Oracle, Given the price of Oracle -- just purchase the RH
> product.
> It is common that the expensive packages are the most restrictive and
> putative.
FYI, Oracle runs just fine on CentOS.
--
Bowie
2003 Sep 30
1
announce as ... whatif? Faking Samba to be a W2k machine?
Hi,
Quick q. Has anyone tried this, and what's the success/failure of
this? Changing param/loadparm.c :
/* Types of machine we can announce as. */
#define ANNOUNCE_AS_NT_SERVER 1
#define ANNOUNCE_AS_WIN95 2
#define ANNOUNCE_AS_WFW 3
#define ANNOUNCE_AS_NT_WORKSTATION 4
static const struct enum_list enum_announce_as[] = {
{ANNOUNCE_AS_NT_SERVER, "NT"},
2007 Dec 21
0
FW: faking IB multi-rail with multihomed clients
Guys,
For those of you not party to the original email exchange, this is
about how we can aggregate bandwidth across both rails of a dual-rail
IB cluster using current lustre/LNET (i.e. before we have implemented
transparant LNET support for failover and bandwidth aggregation across
multiple networks).
The following 2 points are fundamental - everything below is a direct
consequence...
1. LNET
2004 Jun 09
1
Help: RH9 upgrade (mbox)
I just upgraded my RH9 server with UW-IMAP to Fedora Core 2 and after a
short try with Cyrus, I'm hoping to get Dovecot configured. My problem
is getting Dovecot to recognize my old mbox mail folders.
It correctly shows the INBOX contents from the /var/spool/mail/davis
mbox. However, I also had a bunch of mboxes such as:
/home/davis/Mail/Sent
/home/davis/Mail/Lists/list1
Reading the
2001 Nov 21
3
Faking system time
Hello all.
I am trying to use WINE to make a windoze-only development environment (very rudimentar, command line cross-compiler and stuff)
under Linux, because GNU make is far superior from the M$'s 'nmake'.
Anyway, I have some trouble with expirating licenses and stuff, and the solution is to revert the system date back to some
valid thing and then compile.
Since I am now running
2005 Dec 23
2
has_many and belongs_to relationship error
Hi i am getting following error
ActiveRecord::StatementInvalid in Blog#index
Showing app/views/blog/index.rhtml where line #10 raised:
Mysql::Error: #42S22Unknown column ''posts.user_id'' in ''where clause'':
SELECT * FROM posts WHERE (posts.user_id = 4)
Extracted source (around line #10):
7: <div class="separator"> </div>
8:
2007 Mar 11
4
Faking it... import local files into attachment_fu
Hello,
I''m working on an import utility that will match the functionality of
uploading an object of a model that uses attachment_fu for
thumbnailing, etc.
Rather than uploading the file via a form, I want to populate the
params[:image][:uploaded_data] with data from a file already on the
server''s file system.
So far, I''ve been able to copy to an instance of Tempfile
2004 Apr 04
2
Upgrade install using CentOS-3.1 ISO images
Cutting straight to the chase:
When, if ever, does the installer offer an option to upgrade an existing
installation, rather than wanting to reformat the disks?
More details than you may want:
I recently acquired a new PC chassis, with no operating system but with a
Serial-ATA disk (which I was not expecting when I ordered it). I set the
BIOS for legacy IDE mode and installed RedHat 9, then
2004 Sep 09
2
3Ware Escalade 9500S controller question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings folks,
I'm currently redoing my home server as one of the hard drives in my
RAID-1 array went down and I'm going to replace the lot of it with a
3Ware Escalade 9500S RAID capable card and four Seagate 200GB SATA
drives. These drives are supposedly the coolest and quietest SATA
drives available (better than the Maxtors I had anyway)
2003 Jun 13
0
Samba configuration question.
I have installed RH9 and Samba on two PCs. One is working fine but other
has some problem with Samba. Could somebody help ? I am new to Linux and
don't know what is going on.
Here is the symptom. I have three PCs on a same workgroup. A (win2k),
B(RH9) and C(RH9). Samba service is installed on both B and C. I shared
"home/share" directory on both B and C.
>From