Displaying 20 results from an estimated 700 matches similar to: "Visible /.journal"
2001 Dec 20
2
Size of journal and resize
Hello
I have some large Partiton at 2 GB, 4 GB, 7 GB, 13 GB, 25 GB. How
big I need the journal for its?
Could I resize ext3fs with resize2fs, ext2resize-1.17 (with
ext2prepare, ext2online), parted-1.4.21 Tools?
The Partititons Magic 5.0 I can't use with ext3 only with ext2.
--
MfG / With best Regards
Rusmir Duško
Registered Linux user: #130654 http://counter.li.org
2001 Mar 17
2
Drive Y
Hi
I don't want that Windoze programms write to my {HOME} directory
(Drive Y).
I find better a separate directory like {HOME}/.wine/cfg.windoze for
.ini, cfg, .log, and other files.
It looks better without these files in my home directory. Now it is
crammed and not clear.
Is there a possibility to make this? With a option in
{HOME}/.wine/config perhaps?
Thanks much
--
MfG / With
2001 Apr 10
2
Probblem with oleaut32.dll
Hallo
I have a big Problem with oleaut32.dll.
Allways i got the Messages:
"Unimplemented Function oleaut32.OleLoadPictureEx called at address
xy Do you wish to debug it?"
I have tryed to link with
ln -s /windows/D/Windows/System/oleaut32.dll
~/.wine/fake_windows/Windows/System/oleaut32.dll
but no success is there.
I have linking all VB6lib and ocx.
Programms, which don't
2002 Feb 20
4
BUILTINUILTIN32_dlopen
Hallo
I got the error with newest CVS-Wine
fixme:win32:PE_CreateModule Unknown directory 15 ignored
err:module:Berr:module:BUILTINUILTIN32_dlopen failed to load .so
lib for builtin user32.dll: undefined symbol: FT_Vector_Rotate
err:module:PE_fixup_imports Module (file) user32.dll (which is
needed by F:\Sateliti\AD3000Edit\AD3000Edit.exe) not found
I can't use any Programm with Wine.
--
2002 Feb 09
2
Language not supported
Hello
I use in /etc/X11/XF86Config XkBLayout "sr"
and have defined in KDE Srbija, srpski, ISO 8859-2
And allways got the messages:
fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined
for your language (081A).
Please define it in dlls/kernel/nls/YourLanguage.nls
and submit patch for inclusion into the next Wine release.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout
2002 Feb 08
1
Wine don't work
Hello
All version after cvs Wine version 24.12.2001 Wine don't work on
my PC.
All versions before are good.
I got error message if I start a Windoze Programm.
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
x11drv.dll: undefined symbol: XF86VidModeSetGammaRamp
Could not load graphics driver 'x11drv'
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
2002 Feb 09
1
Problem with COM
Hello
If I try to open COM in a app. I got:
BaudRate 9600
fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub
BaudRate 5760
fixme:comm:SetupComm insize 131072 outsize 8192 unimplemented stub
err:comm:SetCommState baudrate 5760
BaudRate 5726
fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub
err:comm:SetCommState baudrate 5726
Use newest Wine, Kernel 2.4.18-7, SuSE
2002 Mar 03
1
AD3000Edit and Runtime error 216
Hello
I have since about 2 weeks a problem with programm AD3000Edit from
Wolfgang Litzinger.
It is a verry simple programm without using of windoze registry.
This was the first app which I have run succsefully with Wine for
over 2 Years without any probs.
App write:
Runtime eroor 216 at 00002DE8
err:font:AddFontFileToList Unable to load font file
2005 Apr 18
1
how to "hide" the desktop.ini file on roaming profiles?
Hi people, im new on the list.
I have a samba 3.0.10 working as a PDC with roaming profiles for win2003
clients.
The problem is that the windows 2003 uses a lot of desktop.ini "hiden
files" that when i save this on my roaming profile and i log back in for
the second time i lost this "hiden bit" on the desktop.ini files and i
see them everywhere. Even on the
2001 Mar 19
2
wine.conf newbie problem +user32.dll
I seem to have gotten past one hurdle and on to the next. It seems that the problem that
I was having relates to poorly documented changes in the config files in the HOWTO.
I now have /root/.wine/config which seems to solve the old drive problem. However, here
is my new error.
[root@pato .wine]# cp /etc/wine.conf ~/.winerc
cp: overwrite `/root/.winerc/wine.conf'? y
[root@pato .wine]# wine
2011 Jun 02
4
Use line break at scrip but avoid line break on graphics
Hello list,
I have plots with long strings in main=, ylab= or xlab=. So, in I my script
I use break long lines to avoid lines hiden on my monitor and in sweave
document pages. I use graphics like this
plot(1, main="aaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbb")
but I would like a plot result like this
plot(1, main="aaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbb")
I
2015 Feb 17
2
[LLVMdev] [PATCH 1/2 v3] configure: add visibility macro detection to configure
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote:
> This adds clang/gcc visibility macro detection to configure and util/macros.h.
> This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function.
>
> Signed-off-by: Marc Dietrich <marvin24 at gmx.de>
> ---
> v2: use VISIBILITY_*FLAGS instead of *FLAGS directly
>
2003 Oct 07
4
Fax Detection
I am attempting to get fax detection to work. I am using a NETjet-s card
under ISDN4Linux. Asterisk does not seem to be detecting the fax tone. I
have tried following as a test:
[MainMenu]
exten => s,1,Answer
exten => s,2,DigitTimeout(3)
exten => s,3,ResponseTimeout(5)
exten => s,4,Background(Welcome)
exten => s,5,Background(MainMenu)
exten => fax,1,Dial(Zap/1,,d)
[FaxTest]
2006 Apr 17
5
Finding out updated fields
Hi,
When we update a record via an update form, is there an easy way to find
out the fields that have been changed. If the update is successful, i
want to display:
The following fields have been changed:
field-name = new-value
...
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2017 Jun 29
0
Error: vsize-hdr has invalid size
version
2.2.27 (c0f36b0)
For one user logs have a lot of these since recent upgrade from debian
jessie to stretch :
Jun 28 13:08:18 imap dovecot: imap(tfa): Error: vsize-hdr has invalid size:
36
Only one user has the issue. It has been happening for a month, The user
reports no issue on his end reading mail.
Is there a way to fix the error ?
best regards, Roberto
# dovecot -n
#
2005 May 10
0
Connection problem to MySQL
Hello,
I've got a problem about my connection to my database.
My first problem is when I load the package MySQL (after loading DBI
package), I've got this message:
" change FPU control word from 8001f to 9001f "
After that I would like to do the connection:
> con<-dbConnect(MySQL(),
2006 Nov 21
1
Bug in Effect.Pulsate with IE?
Hi there,
can someone confirm a bug with IE and Effect.Pulsate()? When use the
Effect wihtout the option pulses the element is hiden after the effect
has finished.
When i use Effect.Pulsate(element, {pulses:3}) all runs fine.
In Firefox both calls runs fine...
Bye, René
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Oct 27
3
forcing device to USB HDD
Hi, I bought an USB external hdd (500GB) to make my
backups using dump... but, sometimes my sever
recognize the hdd device /dev/sdb or /dev/sdc... my
question is: How can I assign a fixed device for
example /dev/sdc to my hdd? remember I use some
scripts to do my backup and I am getting errors
because the device changes from sdb to sdc and
thanks in advance
Israel
2006 Jan 21
1
h323 configuration
Can any body give me an example how to configure h323 in Asterisk.
Which files do I need to configure? just extensions.conf and h323.conf ?
Thanks,
Patricio
_________________________________________________________________
Descubre la descarga digital con MSN Music. M?s de un mill?n de canciones.
http://music.msn.es/
2018 Feb 26
2
Samba 3.6 'getent passwd user' not working
Hello,
I have a Samba 3.6 server (MUST stay at 3.6) and I want to user the "ad"
backend for usermapping. Here is my smb.conf:
--------------
[global]
security = ADS
workgroup = example
realm = EXAMPLE.NET
loglevel = 4
winbind nss info = rfc2307
winbind trusted domains only = no
winbind use default domain = yes
idmap config * : backend = tdb
idmap config * : range = 5000-7999
idmap