Displaying 20 results from an estimated 71 matches for "0ubuntu2".
Did you mean:
0ubuntu1
2009 Sep 14
2
Timezone problem
...ows directory.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/02/2009, dlt (d/m/y): 18/10/2009
I Have Installed:
user at Desk177:~$ dpkg -l | grep wine
ii wine 1.1.29~winehq0~ubuntu~9.04-0ubuntu2 Microsoft Windows Compatibility Layer (Binar
ii wine-gecko 1.0.0-0ubuntu1 Microsoft Windows Compatibility Layer (Web B
When I ran noted and press F5 i Got:
09:11 14/9/2009
can be this the solution?
http://www.winehq.org/pipermail/wine-patche...
2010 Dec 17
0
No subject
ii q4wine 0.118-4 Qt4 GUI for wine (W.I.N.E)
ii wine 1.2.2-0ubuntu2~maverick2 Microsoft Windows Compatibility Layer (dummy package)
ii wine1.2 1.2.2-0ubuntu2~maverick2 Microsoft Windows Compatibility Layer (Binary Emulator and Library)
ii wine1.2-gecko 1.0.0-0u...
2010 Jul 07
3
Message: "err:psdrv:PSDRV_PPDGetNextTuple Line too long."
...e);
00449 break;
00450
00451 case '^':
00452 PSDRV_PPDGetSymbolValue(cp, tuple);
00453 break;
00454
00455 default:
00456 PSDRV_PPDGetStringValue(cp, tuple);
00457 }
00458 return TRUE;
00459 }
Source: http://wine.sourcearchive.com/lines/1.0.1-0ubuntu2/ppd_8c-source.html
Is there any way around this limitation?
Thank you.
2016 Jul 05
4
winbind idmap_ad rfc2037 can't read UIdnumber
...What have you got in /etc/nsswitch.conf
>
> Rowland
>
>
AFAIK, libpam is not used at this stage of test. Only libnss_winbind
should be used.
Here is the libpam list :
ii libpam-cap:amd64 1:2.24-12
ii libpam-ck-connector:amd64 0.4.6-5
ii libpam-gnome-keyring:amd64 3.18.3-0ubuntu2
ii libpam-krb5:amd64 4.7-2
ii libpam-modules:amd64 1.1.8-3.2ubuntu2
ii libpam-modules-bin 1.1.8-3.2ubuntu2
ii libpam-runtime 1.1.8-3.2ubuntu2
ii libpam-systemd:amd64 229-4ubuntu6
ii libpam-winbind:amd64 2:4.3.9+dfsg-0ubuntu0.16.04.2
ii libpam0g:...
2006 Oct 10
1
possible workspacehandling bug
...programs that show this behavior most are Firefox (both 1.5 and 2.0),
and OpenOffice.
I'm running ubuntu edgy with Xgl/compiz gnome (I encountered the behavior on
ubuntu dapper too).
Has anyone else encountered this before?
System:
Xorg:
xorg 7.1.1ubuntu2
Xgl:
xserver-xgl 7.0.0.git.20060725-0ubuntu2
compiz:
compiz-gnome 0.0.13.57-0ubuntu1
fglrxinfo:
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 2.0.6011 (8.28.8)
Cheers / Daniel
-------------- next part --------------
An HTML attachment wa...
2018 Jun 25
1
works with 4.7.6, fails with 4.8.2: echo > $(mktemp /mnt/XXXXXX)
...# mktemp /mnt/test.XXXXXX
/mnt/test.iev5IU
root at ubuntu:~# echo hello > /mnt/test.iev5IU
-su: /mnt/test.iev5IU: Permission denied
root at ubuntu:~# l /mnt/test.iev5IU
-rw-------+ 1 nobody nogroup 0 Jun 25 17:40 /mnt/test.iev5IU
root at ubuntu:~#
When the server is running 2:4.7.6+dfsg~ubuntu-0ubuntu2, it works:
root at ubuntu:~# mktemp /mnt/test.XXXXXX
/mnt/test.yGv3JP
root at ubuntu:~# echo hello > /mnt/test.yGv3JP
root at ubuntu:~# l /mnt/test.yGv3JP
-rw-------+ 1 nobody nogroup 6 Jun 25 17:41 /mnt/test.yGv3JP
The output of getcifsacl is quite different in both cases:
# 4.7.6 server:
roo...
2020 Mar 02
3
DNS add - Python error when record exists
Hello,
When I run the following command...
$ samba-tool dns add dc3 mydomain.com V-INT A 130.130.0.202
...I get the following error...
ERROR(runtime): uncaught exception - (9711, 'WERR_DNS_ERROR_RECORD_ALREADY_EXISTS')
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 176, in _run
return self.run(*args, **kwargs)
File
2014 Mar 25
3
[LLVMdev] Getting the Debugging JIT-ed Code with GDB example to work
...to at derp:~/terra/tests$
> ~/clang+llvm-3.4-x86_64-unknown-ubuntu12.04/bin/clang -cc1 -O0 -g
> -emit-llvm showdebug.c
> zdevito at derp:~/terra/tests$ gdb --args
> ~/clang+llvm-3.4-x86_64-unknown-ubuntu12.04/bin/lli -use-mcjit showdebug.ll
> 5
> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <
> http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type...
2012 Jun 27
2
[LLVMdev] [NVPTX] Backend failure in LegalizeDAG due to unimplemented expand in target lowering
...ause of unimplemented expand during
the target lowering. Any ideas?
Just change the target triple to x86_64-unknown-unknown, and the same
IR code could we successfully codegen-ed for x86_64.
Thanks,
- Dima.
dmikushin at dmikushin-desktop:~/Desktop$ gdb ~/sandbox/bin/llc
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"...
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet
2.6.1-0ubuntu2~lucid1
I am trying to create user with the following manifests but at the end
always getting the Could not find user git error message:
What am i missing, seems the manifest not creating the missing git
user.
/etc/modules/git/manifests/user.pp
class git::user {
user{''install'...
2020 Mar 02
1
DNS add - Python error when record exists
...y python setup or those files it mentions?
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py"
File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py"
$ smbclient --version
Version 4.7.6-Ubuntu
$ apt-cache policy samba
samba:
Installed: 2:4.7.6+dfsg~ubuntu-0ubuntu2.15
Candidate: 2:4.7.6+dfsg~ubuntu-0ubuntu2.15
Version table:
*** 2:4.7.6+dfsg~ubuntu-0ubuntu2.15 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
100 /var/lib/dpkg...
2006 Jun 29
3
MP3Tag not starting
...t;C:\Programme\Mp3tag\MP3TAG.EXE"
err:module:LdrInitializeThunk "FMain.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\Programme\\Mp3tag\\MP3TAG.EXE" failed, status c0000142
sebastian@pokylinux:~$
I'm using wine 0.9.9-0ubuntu2, what should I do?
Thanks in advance,
Sebastian
2010 Oct 25
0
xpp_fxloader fails to load Astribank firmware on Ubuntu Lucid
I am running Asterisk on Ubuntu 2.6.32-25-server with asterisk
1.6.2.5-0ubuntu1 and dahdi 2.2.1-0ubuntu2.
The machine has a passive HCF-based PCI ISDN card and an Astribank 8
attached. The ISDN card works fine.
root at servaction:~# lsusb
Bus 001 Device 002: ID 04b4:8613 Cypress Semiconductor Corp. CY7C68013
EZ-USB FX2 USB 2.0 Development Kit
root at servaction:/usr/share/dahdi# ./xpp_fxloader usb...
2011 Jul 31
1
Fatal Error
...Code:
xrandr -s 800x600
with only one monitor active, however it didn't work. I have also tried unsuccessfully setting the Wine configuration to emulate a virtual desktop of 800x600 and just about all the settings in the Graphics tab.
(PAP4.0) (http://plasticanimationpaper.dk/)
wine (1.2.2-0ubuntu2~lucid1)
Ubuntu (32bit, 10.04, modern kernel).
Thanks for all the help and great project!
2010 May 10
0
Sometimes called party answers, but callee keep hear ringing, called party hears nothing!
...me if more information is needed to fix this behavior, as this is in my experience not normal (other Asterisk solutions I administrate work fine). We are located in Spain, if this matters.
we have an ubuntu server 32bit, stock ubuntu asterisk and dahdi:
asterisk, 1:1.6.2.5-0ubuntu1
dahdi, 1:2.2.1-0ubuntu2
We have 4 ISDN lines, currently 3 lines connected.
Some are connected as bri_cpe (from the former input to a Siemens HiPath 3000), and some as bri_cpe_ptmp.
Span 2 currently not connected.
Span configuration:
; Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER) AMI/CCS
group=0,11
c...
2012 Jun 29
0
[LLVMdev] [NVPTX] Backend failure in LegalizeDAG due to unimplemented expand in target lowering
...e target lowering. Any ideas?
> Just change the target triple to x86_64-unknown-unknown, and the same
> IR code could we successfully codegen-ed for x86_64.
>
> Thanks,
> - Dima.
>
> dmikushin at dmikushin-desktop:~/Desktop$ gdb ~/sandbox/bin/llc
> GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
> Copyright (C) 2011 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type "...
2015 Nov 03
4
ssh authentication with AD
...domain users, wbinfo -g to
return domain groups, getent passwd to return domain users in passwd form,
getent group returns domain groups..
I have made certain that libnss-winbind, libpam-cracklib and libpam-winbind
are installed. They all seem to be
ii libpam-cap:amd64 1:2.24-0ubuntu2
amd64 PAM module for implementing capabilities
ii libpam-cracklib:amd64 1.1.8-1ubuntu2
amd64 PAM module to enable cracklib support
ii libpam-modules:amd64 1.1.8-1ubuntu2
amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin...
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
...>> Rowland
>>
>>
> AFAIK, libpam is not used at this stage of test. Only libnss_winbind
> should be used.
> Here is the libpam list :
>
> ii libpam-cap:amd64 1:2.24-12
> ii libpam-ck-connector:amd64 0.4.6-5
> ii libpam-gnome-keyring:amd64 3.18.3-0ubuntu2
> ii libpam-krb5:amd64 4.7-2
> ii libpam-modules:amd64 1.1.8-3.2ubuntu2
> ii libpam-modules-bin 1.1.8-3.2ubuntu2
> ii libpam-runtime 1.1.8-3.2ubuntu2
> ii libpam-systemd:amd64 229-4ubuntu6
> ii libpam-winbind:amd64 2:4.3.9+dfsg-...
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
...>> Rowland
>>
>>
> AFAIK, libpam is not used at this stage of test. Only libnss_winbind
> should be used.
> Here is the libpam list :
>
> ii libpam-cap:amd64 1:2.24-12
> ii libpam-ck-connector:amd64 0.4.6-5
> ii libpam-gnome-keyring:amd64 3.18.3-0ubuntu2
> ii libpam-krb5:amd64 4.7-2
> ii libpam-modules:amd64 1.1.8-3.2ubuntu2
> ii libpam-modules-bin 1.1.8-3.2ubuntu2
> ii libpam-runtime 1.1.8-3.2ubuntu2
> ii libpam-systemd:amd64 229-4ubuntu6
> ii libpam-winbind:amd64 2:4.3.9+dfsg-...
2011 Mar 30
6
cannot update or uninstall evernote 4 under wine
Hi,
I installed evernote under wine on ubuntu 10.10, but now that I want to update to the latest version of evernote, I get a message that evernote is already installed for one user and I can only install the new version after uninstalling the previous one. The trouble is that when I do that from the wine menu it seems to uninstall but then reinstalls the same older version. I'm stuck in a