Displaying 20 results from an estimated 1200 matches similar to: "Monthly posting"
2015 Oct 06
0
Monthly posting
On Tue, Sep 08, 2015 at 06:37:52AM -0400, Gene Cumm wrote:
> On Sun, Sep 6, 2015 at 4:38 PM, Eternal September via Syslinux
> <syslinux at zytor.com> wrote:
> >
> > Hi,
> >
> > What text should be in monthly posting to this mailingist, the
> > Syslinux mailinglist?
>
> I'm a little confused. Are you suggesting that we should also publish
> a
2018 Jan 24
1
Help with SQLsave
Hi all,
I'm using RODBC library to connect to a database.
I'm trying to read a table from a database and after manipulating it would like to write to the same database but with a different table
P<-data.frame(sqlQuery(myconn,'select? *? from Demographics'))
sqlSave(myconn,p,tablename="trial",rownames=FALSE)
I'm gettng this error
Version:1.0
2006 Apr 06
4
using two foreign keys to the same table
i am working on a task manager with ruby on rails. it is my first major
project, so i''m still gettng my feet wet as i learn.
i''ve been trying to use the built in relationships to link my tables
together, but i''m not able to use the same naming conventions. for each
task, it has a field for the creator, and another field for the
assignee. both of these fields
2008 Feb 21
4
undefined method `save' for :Array
hi all
when i m trying to save my tags.this error s cmng........cn anybody
help me to how to save the array
error depicting = undefined method `save'' for []:Array
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2007 Aug 23
3
recording current_user
Hi,
Another noob here I am afraid! I have a questuin about the current_user
method that comes with AAA.
I have AAA set up and working fine and if i put <%=
self.current_user.login %> into a view it shows the login name as
expected on the page.
What I cant work out is how to record this into the database when the
user completes a form.
My app so far only has two models.
2011 Jan 21
0
Polycom SoundPoint IP 650 freezes on boot after adding just one custom ringtone
Hi I'm new to this list, so please forgive me off-topic or RTFM-questions.
I have an asterisk/elastix driven phone-environment using Polycom
SoundPoint IP 650 as extensions. When adding just one custom ringtone
(~57KB) in a proper format (ML.wav: RIFF (little-endian) data, WAVE
audio, ITU G.711 mu-law, mono 8000 Hz) the phone boots well. But after I
have chosen the custom ringtone as my
2005 Mar 30
3
Rails 0.11.1 Debian problem
Hi, I have just upgraded to rails 0.11.1 by apt-gettng rails and
running rails myapp and overwriting everything but the app directory.
Now AR looks for table Article where instead it should be looking for
table articles (for the Article object) like it used to be. I am using
Mysql 4.0.23.
I also created a fresh project by running rails project, and ruby
script/generate scaffold article
I noticed
2015 Jul 30
0
Fedora change that will probably affect RHEL
On Jul 29, 2015, at 6:19 PM, Nathan Duehr <denverpilot at me.com> wrote:
>
>> On Jul 28, 2015, at 6:32 PM, Warren Young <wyml at etr-usa.com> wrote:
>>
>> Now we have entrenched commercial interests that get paid more when you get DDoS?d. I?ll give you one guess what happens in such a world.
>
> What happens? Folks have to think harder about connecting
2001 Oct 12
2
BoxOS
Dear WINE Users/Programmers/Developers,
I am currently starting a new project called BoxOS. We are going to try
port the WINE System to a FreeDOS Enviroment.
Here is a more information on the project:
The BoxOS Kernel is based upon FreeDOS Beta 7 ("SPEARS"). That version of
FreeDOS includes the Kernel 2023b and sys updated to 2024h and the FreeCom
0.82 updated to 0.83beta28. We have
2006 Oct 01
9
How to create a very simple form
Hi all,
I would like to create a very simple form with RoR similar to this one
in ASP.Net:
http://quickstarts.asp.net/QuickStartv20/aspnet/samples/ctrlref/standard/TextBox/TextBox1_vb.aspx
I my RoR project I want to add a Greeter class like this one:
class Greeter
def initialize(name = "World")
@name = name
end
def say_hi
puts "Hi #{@name}!"
end
def
2004 Jun 10
1
multiple connections
Hello,
I have an issue with multiple connections to the Internet. I tried
following the steps described in [1] but things are not working
properly. I would like the network setup as follows:
______
| |- ppp0 -- Dynamic IP (PPPoE on eth2)
Internal---- eth0 | GW |
|____|- eth1 -- Static IP -> Static''s GW
From [1], the
2015 Jul 30
3
Fedora change that will probably affect RHEL
> On Jul 28, 2015, at 6:32 PM, Warren Young <wyml at etr-usa.com> wrote:
>
> On Jul 28, 2015, at 4:37 PM, Nathan Duehr <denverpilot at me.com> wrote:
>>
>>> On Jul 28, 2015, at 11:27, Warren Young <wyml at etr-usa.com> wrote:
>>>
>>> So no, your local password quality policy is not purely your own concern.
>>
>> Other than
2009 May 15
4
Timing in a script
Hi, all --
I am trying to write a script in which I can add users and their samba passwords easily and quickly.? It looks something like:
?? useradd -c "User Name" -g groupname -p unixpassword accountname
?? echo -e "smbpassword\nsmbpassword\n" | pdbedit -a -t -u accountname
If
I type the lines from the keyboard, it works fine.? However, when I try
to execute the script, the
2015 Jun 14
1
winbind on the DC again ... sorry
I just tried to update from samba-4.1-18 to 4.2.2. For my small network,
I was quite happy with the manner in which 4.1.18 winbind worked on my
clients and the DC. In order to get around the limitations of winbind on
the DC I took advantage of the smb.conf parameters:
template homedir = /home/%ACCOUNTNAME%
template shell = /bin/bash
Since I had a single domain this setup works fine for me. On
2011 Apr 01
2
Can gtalk.conf work with multiple GoogleVoice numbers?
Hello. I would like to configure Asterisk to accept incoming calls from two
different GoogleVoice numbers via gtalk and jabber. I'm running Asterisk
1.8.3.2 and I can get one number working just fine. However, I can't figure
out how to modify the gtalk.conf file shown on the Asterisk wiki site to
work with two different jabber profiles. Do all incoming GoogleVoice calls
have to go
2007 Aug 24
0
rsync patch to add Apple keychain support
Hi!
In a project I'm working on, I needed a way to run rsync in daemon mode
as a regular user without having the passwords readable to everybody
accessing the console. With this chance rsync falls back to Apples
keychain access if no secrets file is given.
You need to put the passwords into the keychain like this (I do it
programmatically bit it can be done manually as well):
2008 Oct 01
0
plotting several yearly/monthly time series on the same plotting several yearly/monthly time series on the same graph
I have searched the forums but I am having trouble trying accomplish two
specific plots. I am not sure if this is a very basic task but I am having a
lot of trouble Here is my data frame:
date prod_daily price
1 2003-08-15 12050 4.83
2 2003-08-18 12050 4.94
3 2004-08-10 12300 5.78
4 2004-08-11 12300 5.64
5 2004-08-12 12300
2020 Apr 13
2
Why we don't have eternal optimizers?
Hi everyone,
Lately I've been thinking of the optimization model of almost any optimizer
ever.
The optimizer should finish "at a reasonable time". For example,
for a 20k lines program, the optimizer should finish in a couple of minutes
and not
e.g. a couple of days.
And my question is, why? For almost all programs, the period that starts
when the program
starts being developed to
2014 Dec 21
2
Samba "%G" replacement not working in "Logon script" ?
Dear Ricky,
Thanks a lot for your answer. But I still have two problems:
1. I am not using samba as AD DC but as PDC.
2. What I would need is the primary group... Do you thinks %WORKGROUP%
could work ?
3. And should I use %WORKGROUP% in smb.conf or in batch login script...
Thanks a lot in advance for your help...
Denis
Le 18.12.2014 21:58, Ricky Nance a ?crit :
> Dennis, if you
2006 Oct 01
1
How to handle domain logons if users using same accountname are logged on the same time?
Hi,
I'm working at a small office.
I'm running Samba 2.x for about a year without any problem, it's working
absolutely GREAT and the community kicks ass :)
We don't have too many machines so about 6 Users use about 3 PCs to do
similar tasks.
I just setup samba latest 23c-1 as a DC because we got some more
machines, and everything's fine. Except when the same account is used