similar to: Append a value to a vector

Displaying 10 results from an estimated 10 matches similar to: "Append a value to a vector"

2000 May 03
2
NT SMB Support parameter questions
Hi, I've recently had the following experience, which may be of help to people here, so I'm mentioning my tests and conclusions. I've recently been observing this behaviour from Samba - this is an easily reproducible problem:- 1/ Open a share 2/ Create a new document in Word. 3/ Make some changes. 4/ Save the document using the save icon on the toolbar, this works as expected. 5/
2010 Oct 21
2
temp dir, httpd and selinux
Hi, I have a php software installed on a centos server with selinux enforced activeted. The php software (glpi --> http://www.glpi-project.org) have a plugin that must write on a temp dir... but selinux dont give access to that dir to write. How should i do ? lewis
2019 Feb 10
2
xl / xen bash completion
reassign 768005 src:xen 4.11.1-1 thanks Hi, I was browsing the bash-completion package bug list before filing a bug to remove the obsolete 'xm' file, and then I ran into this one. Reassigning to Debian Xen team, since I that makes more sense. We totally missed this on our (release) radar. And indeed, we're shipping the upstream completion file now. Adi, I see how you're
2019 Feb 11
1
Bug#768005: xl / xen bash completion
Hi! > Reassigning to Debian Xen team, since I that makes more sense. We > totally missed this on our (release) radar. > > And indeed, we're shipping the upstream completion file now. Adi, I see > how you're improving it, and I like it. I'm happy you like it... > So, we should probably ship this instead, but at the same time, the > right (tm) place to move this
2019 Feb 14
2
SMB Signing with "map to guest = " options
Hi, I'm using samba-4.7.x I have some confusions over "map to guest=" options with setting SMB Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client signing in windows 2k12 server group policy" to "Microsoft network client: Digitally sign communications (Always)” = *Disable*" SMB_Server is joined to Windows 2k12
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi, I'm using samba-4.7.x I have some confusions over "map to guest=" options with setting SMB Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client signing in windows 2k12 server group policy" to "Microsoft network client: Digitally sign communications (Always)” = *Disable*" SMB_Server is joined to Windows 2k12
2010 Nov 30
2
Asteris 1.8 and mISDN - 'mISDN' (cause 66 - Channel not implemented)
HI, I tried to configure Asterisk 1.8 on one of my test-hosts. I've installed from centos-asterisk.repo (http://packages.asterisk.org/centos/$releasever/tested/$basearch/): Nov 26 15:34:56 Installed: asterisk-sounds-core-en-gsm-1.4.20-1_centos5.noarch Nov 26 15:34:59 Installed: asterisk18-core-1.8.0-1_centos5.i386 Nov 26 15:35:02 Installed: asterisk18-voicemail-1.8.0-1_centos5.i386 Nov 26
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
Hello fellow RoR users, I am a newbie and I thought RoR is so easy to set up and that I would be saving so much time -- but I am still waiting to save time because I simply couldn''t get Ruby/Rails to talk to MySQL (5.0.18) at all. Here are the steps that I have examined: 1) I look at dabatbase.yml and put in the right information to talk to the database I have set up (the
2010 Jan 28
1
Trouble getting past net join ads...
I am in the process of getting samba working again with Activer Directory. Recently our IT department upgraded their windows server to 2008. I am following the approach described here: http://www.surlyjake.com/linux/samba/join-debian-lenny-to-active-directory-using-samba/ I am able to get kerberos to issue a ticket, but where I am running into a wall is with the net join ads part...
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
Hi, I just migrated my office's server from Slackware64 14.1 to CentOS 7. So far everything's running fine, I just have a few minor details to work out. I removed the firewalld package and replaced it by a simple Iptables script: --8<---------------------------------------------------- #!/bin/sh # # firewall-lan.sh IPT=$(which iptables) MOD=$(which modprobe) SYS=$(which sysctl)