search for: temorary

Displaying 6 results from an estimated 6 matches for "temorary".

Did you mean: temporary
2001 Jun 08
0
SSH / X11 auth: needless complexity -> security problems?
...: > this feature [placing the X11 cookie file in /tmp] was inherited > from ossh and the reason was: > 1) if $HOME is on NFS, then the cookie travels unencrypted > over the network, this defeats the purpose of X11-fwding > 2) $HOME/.Xauthority gets polluted with temorary cookies. > however, i'm not sure whether the benefit justifies the complexity, > so this feature could be removed from future OpenSSH versions. Please do not remove this feature. On many of the systems I have to access, I am in that exact same situation--my home directory is on NFS, and...
2003 Aug 29
1
additional digit in front of the dialed extenesion by outgoing pri/E1 call
...4/${EXTEN} exten => _X.,3,Hangup If the call going out the pri dials with an additional '0' before the dialed number. This is for caller number AND called number. But i can't see anything that says set a '0' more in front of the dialed extension. I've solved the problem temorary with: [voipin] exten => _X.,1,SetCallerID(33283077734) exten => _X.,2,Dial,Zap/g4/${EXTEN:1} exten => _X.,3,Hangup But this is not realley nice, bacause i don't know where the additional digit comes from. My zaptel.conf say: span=1,0,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,...
2002 Jun 06
0
Problems with Samba 2.2.x under FreeBSD with Win2k Clients
...r WinNT 4 (we have service pack 6a installed for the record). It also happens every time under Win2000. The problem is that under many of the MS applications if you try to save a file directly to a share or edit one and save it, your system will hang there. Beneath the scenes there are about 5000+ temorary files created on the share where you saved the file. This only happens to a samba share. I'm guessing it's related to bugs in MS products and a bug or configuration issue (that I've found nothing about) in samba or at least the FreeBSD port. Maybe it's related to the previous iss...
2008 May 27
2
printer drivers - Add Printer Wizard disabled
I'm following along in the guide, trying to make printer drivers available from Samba. But when I right-click on a printer in Windows XP and select the "properties" tab, it's disabled: http://tinypic.com/usermedia.php?uo=BMeeHijW2w%2FyTvDsjpQbEQ%3D%3D So how do I enable this so the client can upload the drivers? So far I have tried: * Add the name of the user as "printer
2006 Oct 25
0
Some curious problems migrating from 3.0.10 to 3.0.23c on new server
...wont speak with the domain controller. The network setup is ok, ip is checked with a browser. After login in to the account, the roaming profile shoukld download from the server to the win xp pro station. This fails with the error message, that a local profile can't be created and it uses now a temorary one. >From within the temp profile i want to access to the file on the server. Afer a little setup time i get the root dir of the shar. If i now want to acces to a subdir inside the windows explorer, it needs minutes to show me the content of the dir. If i want to copy from that share it begins...
2016 Feb 13
2
Code in headers
> On Feb 11, 2016, at 12:43 AM, via llvm-dev <Alexander G. Riccio> wrote: > > I don’t think that we can agree to abstract code guidelines without knowing what it means in practice for the codebase. If you’re interested in this, please include a diff that shows the impact to the headers, and we should also measure what happens to the performance of the generated compiler. > >