Displaying 9 results from an estimated 9 matches for "esiste".
Did you mean:
resiste
2009 Apr 28
0
File association in wine
...EFIX=${WINEPREFIX:-$HOME/.wine}
FILEOUT=extension.reg
echo REGEDIT4 > $FILEOUT
echo >> $FILEOUT
for ext in `cat $HOME/.local/share/mime/globs /usr/share/mime/globs | grep "*."|cut -f 2 -d :|sort --unique -f | cut -f 2 -d "*"`; do
ext2=`echo $ext|cut -f 2- -d .`
esiste=`grep -i '\\[Software\\\\\\\\Classes\\\\\\\\'$ext'\\]' $WINEPREFIX/system.reg | wc -l`
if [ $esiste == "0" -a $ext != $ext2 ] ; then
echo Aggiungo estensione $ext $ext2
echo "[HKEY_CLASSES_ROOT\\"$ext"]" >> $FILEOUT
ech...
2005 Sep 02
1
Samba compile on AIX with LDAP
All;
I'm getting tangled up in this one.
I have an AIX 5.2 server, with LDAP installed, and running (as a client).
I need to compile ADS into Samba, thus, I need LDAP compiled in.
First efforts, it didn't find ldap.h.
So I linked /usr/ldap/include/ldap.h to /usr/include
Now, it complains that libldap doesn't esist (it's in /usr/lib).
What am I missing here?
Any help will be
2009 Nov 20
1
make fails on R r50499 ( openSuSE 11.0 x86-64)
...f R patched 2.10.0
r50499 (19-11-2009)
linked to ACML single threaded (4.2.0 or 4.3.0)
OS: openSuSE 11.0 x86-64
make fails when it comes to installing mgcv with the following
[snip]
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
non esiste un pacchetto chiamato 'Matrix'
package 'Matrix' does not exist ## TRANSLATED BY ME
ERROR: lazy loading failed for package ?mgcv?
* removing ?/home/giannerini/Desktop/R-patched/library/mgcv?
make[2]: *** [mgcv.ts] Error 1
make[2]: Leaving directory
`/home/giannerini/Desktop/R-patche...
2006 Feb 11
2
configure TE205P on asterisk@home
hi
i'm trying to configure a TE205P on asterisk@home
i've edited /etc/sysconfig/zaptel adding this line:
MODULES="$MODULES wct2xxp"
now, when the system is loading, i can see that the wct2xxp module is
loaded correctly
but if i try the command:
/usr/local/sbin/genzaptelconf
i get:
STOPPING ASTERISK
STOPPING FOP SERVER
Generating '/etc/zaptel.conf'
Generating
2002 Jun 07
0
Error creating New Folder in samba 2.2.4
...samba 2.2.4 to solve a Wins problem (samba
expires itself from the wins cache after some days).
Now I get a totally new problem: viewing a samba share from Windows98, I
right-click New, Folder (Nuovo, Cartella in Italian), then an error message
appears:
Impossibile creare un file, se il file esiste gi?.
may be in English:
Can't create a file, if the file already exists.
But the folder is indeed created and I see it, if I press F5. If instead I
create a New, Text file or other new files, it works as expected.
I'm running Debian GNU/Linux woody with kernel 2.4.18, samba packages...
2005 Mar 09
2
windows /bat script question
Subject isn't exactly samba, but samba people usually know a lot about
windows bat scripting. Here's my problem:
Currently our domain login script is doing this (among other things):
ifmember.exe "WINDOWS-DOMAIN\Projects"
if errorlevel 1 ( net use p: \\server1\projects )
This works fine. The problem is I'm moving the projects storage to a
different server called server 2
2018 Mar 28
3
Announcing Gluster release 4.0.1 (Short Term Maintenance)
On Wed, Mar 28, 2018 at 02:57:55PM +1300, Thing wrote:
> Hi,
>
> Thanks, yes, not very familiar with Centos and hence googling took a while
> to find a 4.0 version at,
>
> https://wiki.centos.org/SpecialInterestGroup/Storage
The announcement for Gluster 4.0 in CentOS should contain all the
details that you need as well:
2020 Sep 11
1
Problems with sysrepl
root at dc1:~# cat /tmp/samba-debug-info.txt
Collected config --- 2020-09-11-12:35 -----------
Hostname: dc1
DNS Domain: samdom.example.com
FQDN: dc1.samdom.example.com
ipaddress: 193.137.1.133
-----------
Kerberos SRV _kerberos._tcp.samdom.example.com record verified ok,
sample output:
Server: 193.137.1.133
Address: 193.137.1.133#53
_kerberos._tcp.samdom.example.com service = 0 100 88
2020 Sep 11
4
Problems with sysrepl
> I think all is clean fine.
You "think"..?? .. You must verify this !
Asumption is the mother of all fuckups an old boss of me always said..
And he is right.
Run : samba-tool fsmo show
And verify both servers.
https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record#The_objectGUID_CNAME_Record
And go through :