Displaying 20 results from an estimated 10000 matches similar to: "How to debug?"
2008 Mar 16
5
Returned mail from forum gateway
On 16/03/2008, wine-users at winehq.org <wine-users at winehq.org> wrote:
> The following message from "Dotan Cohen" <dotancohen at gmail.com> was not authorized for entry in the WineHQ Forums forum.
>
> Posts are not allowed to locked topics.
>
> From:
> "Dotan Cohen" <dotancohen at gmail.com>
>
> To:
> wine-users at winehq.org
2008 Feb 19
14
Running XP programs in wine
I am trying to run "Sony Vegas Movie Studio 8.0" on Ubuntu 7.04 in
wine-0.9.41 but I get this error: "This application is not supported
in Windows 2000".
How can I make wine emulate Windows XP? Thanks in advance.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?
A: Because it messes up the order in which people
2011 May 30
7
Grep: show me this line and the next N lines?
Can grep show the matching lines and the next N lines after a match?
For instance, I have a config file wit hthe following text:
[Tag h1]
foreground=#2e5a03
underline=double
indent=0
weight=PANGO_WEIGHT_BOLD
scale=2.25
I would ideally grep on "[Tag h1]" and have grep display the match and
the next 5 lines so that I see all the content of the h1 section.
Can this be done?
Thanks!
--
2009 Mar 05
4
Which effects are 3D and which are 2D?
AMD is dropping support for the R300-R500 cards in their official drivers:
http://www.phoronix.com/scan.php?page=article&item=amd_r500_legacy&num=1
As the current open source drivers do not support 3D, I'd like to know
which Compiz effects use 3D and which use 2D. Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
2011 May 30
5
Getting the return value of the last command run
All commands return a value, usually 0 if run properly. For instance, try:
$ ls && echo "done"
$ lsd && echo "done"
The echo command is only executed if the ls command exited
successfully. If one did not add the echo command with the && after a
command, how can he determine if the command exited successfully? I
have a particularly troubling script that
2008 Mar 08
3
No shutdown option in KDE with Compiz-Fusion
I have installed Compiz-Fusion on several Ubuntu machines, all
different hardware, with KDE. In all of them, the option to shutdown
or reset the computer is absent from the KDE logout buttons when
running Compiz-Fusion. I have searched google and see that others have
this problem, but I do not see a solution. Is there a known solution
to this condition?
Thanks in advance.
Dotan Cohen
2008 Dec 31
3
wine-users Digest, Vol 41, Issue 117
Hi David,
I have a copy of Windows that I bought a year or two ago, but never really
used it, as I preferred to use Linux.
Got it just in case I needed the license, I guess now I can put it to use.
Me paying for the Windows copy should include the fonts, right?
It's working now, and showing the fonts. Thanks a lot :-D
Now all that I have left is to get the characters to attach, and I
2010 Oct 17
2
Not receiving mail
I have installed Postfix, Dovecot, and Squirrelmail on a CentOS 5.5
machine. In Squirrelmail a user can send mail, but he is not receiving
replies. There is nothing relevant in the maillog other than the
user's (successful) login attempts. I am at loss, I have been
following tutorials such as the Perfect Server [1] series and other
Google results, but I cannot get this thing to receive mail.
2011 Jun 13
1
Bash rotating tab completion with list
I just got off a Windows 7 terminal which has rotating tab completion,
this means that in the case of completion ambiguity the shell
completes one of the possibilities, and subsequent tabs complete to
different possibilities. This in contrast to bash's behaviour of
simply printing a list of possibilities.
Googling I have found that bash can in fact have rotating completion
by setting
2012 Jan 23
3
Machine becoming irresponsive
There is a CentOS 5.2 machine that is sometimes found to be offline.
It runs a few websites but nothing very high traffic. I happened to
notice a few days ago that before it went down, one of the sites
written in PHP was throwing errors that it could not connect to the
MySQL backend. Two hours later, the whole server was down and wasn't
even responding to SSH.
It's not my box, but I may
2010 Sep 24
3
Configuring BIND to answer to two domain names (four IP addresses)
On a CentOS 5 server, I am having a hard time configuring BIND to
answer to 4 IP addresses for 2 domain names.
Currently, I have four IP addresses, for sake of discussion they are:
1.1.1.1
1.1.1.2
1.1.1.3
1.1.1.4
Additionally, I have two domain names. For sake of discussion:
exampleA.com
exampleB.com
My goal is to have 1.1.1.1 & 1.1.1.2 as the nameservers for
exampleA.com, and 1.1.1.3 &
2010 Nov 06
7
Addressing outgoing connections to a specific interface
On a CentOS 5.5 laptop (Dell Inspiron, dual boot with a Debian-based
distro) I have a cable plugged into eth0 which is on a LAN with no
internet connection. Additionally, I connect wirelessly on wlan0 to
the internet. Both connections have router on the 192.168.0.1
address.
Although I need to stay connected to the wireless router, can I still
access the address 192.168.0.1 on the wired
2010 Aug 06
3
Remote nautilus, X display forwarding problem
I need to open a Nautilus window on a headless server, but no matter
what I try it complains about the display:
?dcl:~$ xhost + localhost
localhost being added to access control list
?dcl:~$ ssh -X user at ip.address
[user at CentOS-55-32-minimal ~]$ export DISPLAY=localhost:0.0
[user at CentOS-55-32-minimal ~]$ nautilus --display=0:0
cannot open display: 0:0
Run 'nautilus --help' to see
2012 Apr 30
5
Transferring file to local machine when SSHing into a foreign box
One can log into a remote shell via SSH, and one can use an FTP
application to log in via SFTP using the same credentials over SSH.
Why then, can one not initiate a file transfer from the remote host to
the local host when logged into a shell via SSH?
I know that I could use scp or rsync to move the files, but the
requires authenticating which is not something that I can always do
from the host.
2010 Aug 09
4
Moving users from Debian-based distro to CentOS
I have a Debian machine with four users that I plan on migrating to
CentOS. As per Debian habits the UIDs start with 1000.
Is it enough to reuse the Debian /etc/shadow and /etc/passwd files
over? Or will I need to configure some other things? I had considered
just creating four new users starting from UID 500 then chown -R -ing
the user's home directories, but I find that invasive and
2008 Apr 29
1
Running Compiz in XGL
I have a Dell Inspiron with the ATI x1400 video card. In Ubuntu 7.04 I
ran Compiz-Fusion in XGL with the fglrx drivers and the system was
very responsive. I noticed no performance penalties at all. In Ubuntu
8.04 I am running Compiz natively with the current fglrx drivers, and
the system is sluggish. Disabling Compiz makes the system very
responsive. So I am interested in running Compiz in XGL
2008 May 03
1
Locking Zoom, yet manipulating window?
I a rather dependent upon the Enhanched Zoom Desktop tool. It allows
me to zoom into a part of the screen and see it clearly, with the
zoomed part of the screen following the mouse. However, there are
times when I need the screen to remain where it is (not to pan with
the mouse), and the only way that I've found to do that is with the
"Toggle zoom area lock" option. When this option
2008 Jun 17
6
Sim City 4 Not Opening
I've installed the program just fine, and it even started and ran just fine immediately after the installation, but now SimCity 4 will not open. Has anyone had this problem of it working fine the first go round but not at all after that? If you need more info, I'll be glad to give it to you. Thanks.
2006 Oct 12
4
Cannot start Photoshop
I have installed Photoshop 7 via winetools. However, I cannot start it:
dotancohen@ubuntu:~$ photoshop
detecting Wine version... done.
Drive C: is /home/dotancohen/.wine/drive_c
Wine 0.9.7
wine is executed as wine
Parameters are
dotancohen@ubuntu:~$ cd ~/.wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/
dotancohen@ubuntu:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$
./Photoshop.exe
2008 May 16
2
Taking little break from wine-users
Whew. I have to take a breather for a week or two
from the wine-users traffic. See you all when my
hands are less sore...