Displaying 20 results from an estimated 1400 matches similar to: "How are user and group SID's generated?"
2004 Jan 15
4
People detected as fax machines
A caller to me was this afternoon detected as a fax machine:
Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax
detected, but no fax extension
... and then redirected to voicemail. An extract from extensions.conf is
attached below. Is there any way to stop * even considering an incoming
call on a line as a fax call?
Iain
bell]
include => mailboxes
include
2020 Oct 28
2
GT710 and Nouveau on ARM/ARM64
Hi Ilia
Thanks for taking the time to reply.
On Wed, 28 Oct 2020 at 14:10, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>
> The most common issue on arm is that the pci memory window is too narrow to allocate all the BARs. Can you see if there are messages in the kernel to that effect?
All the BAR allocations seem to succeed except for the IO one.
AIUI I/O is deprecated, but is it
2020 Nov 03
2
GT710 and Nouveau on ARM/ARM64
Hi Ilia
Thanks again for the reply.
On Wed, 28 Oct 2020 at 14:59, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>
> On Wed, Oct 28, 2020 at 10:20 AM Dave Stevenson
> <dave.stevenson at raspberrypi.com> wrote:
> >
> > Hi Ilia
> >
> > Thanks for taking the time to reply.
> >
> > On Wed, 28 Oct 2020 at 14:10, Ilia Mirkin <imirkin at
2009 Aug 14
16
What''s eating my disk space? Missing snapshots?
Please can someone take a look at the attached file which shows the output on my machine of
zfs list -r -t filesystem,snapshot -o space rpool/export/home/matt
The USEDDS figure of ~2GB is what I would expect, and is the same figure reported by the Disk Usage Analyzer. Where is the remaining 13.8GB USEDSNAP figure coming from? If I total up the list of zfs-auto snapshots it adds up to about 4.8GB,
2013 Mar 02
3
if value is in vector, perform this function
Hi,
I'm trying to set up R to run a simulation of two populations in which every 3.5 days, the initial value of one of the populations is reset to 1.5. I'm simulation an experiment we did in which we fed Daphnia populations twice a week with algae, so I want the initial value of the algal population to reset to 1.5 twice a week to simulate that feeding. I've use for loops and if/else
2020 Mar 31
0
How are user and group SID's generated?
On 31/03/2020 14:29, Dan Stevenson wrote:
>
> Rowland,
>
> No problem, thanks for replying.
>
>
>
> I use a shell script to add users and set permissions. The actual
> adding of new users to the shell and setting Samba passwords is just
> done by the standard useradd and pdbedit commands. I do not use sssd.
>
Ah, light dawns, if you use pdbedit, then you are
2020 Oct 28
2
GT710 and Nouveau on ARM/ARM64
Hi
Seeing as we (Raspberry Pi) have just launched the Compute Module 4
with an exposed PCIe x1 lane, people are asking about adding graphics
cards.
Seeing as you are the people who have the knowledge with regard to
NVidia and nouveau, what are your immediate thoughts of nouveau
working on ARM/ARM64? Is there a chance of this working? I'm no PCIe
expert, although I can call on some expertise
2010 Apr 03
1
"moving product", by rows, of a dataframe?
What is a "good" way to calculate the "moving product", for each row of a dataframe, where I wish to be able to specify the length of the moving product? Depending on my needs, I'd like to be able to specify the "length" over which to calculate the moving average (in this example, length=3).
For example, if I have a dataframe with 20 rows and 6 columns, and I
2020 Mar 31
0
How are user and group SID's generated?
On 27/03/2020 19:16, Dan Stevenson wrote:
> Rowland,
>
> Here is my smb.conf. I have a very basic setup. Just one main shared
> folder "/Apps" with some ACL's applied to a few sub-folders to
> restrict access by all except certain groups.
Sorry to be so long in replying, just a couple of comments about your
smb.conf. You are running Samba as a standalone server and
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
#I wish to find the "next non-NA" value within each row of a data-frame.
#e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values.
mydata <- data.frame(matrix(seq(20*6), 20, 6))
mydata[1,3:5] <- NA
mydata[2,2:3] <- NA
mydata[2,5] <- NA
mydata[3,6] <- NA
mydata[1:3,]
#this loop accomplishes the task; I am tryign toi learn a "better" way
for(i
2006 Jan 17
6
Rails Best Practices Page
Hey,
I have been progressively learning more and more rails each day
(from both a current project, reading the agile book, and this list).
Does anybody think it would be beneficial to have kind of like a rails
"Best Practices" page that lists some of the better ways of handling
certain functions of rails (that are common in most apps) that are
both more elegant, and efficient.
For
2006 Jan 31
2
Need advice on RoR app design
Fellow Railers,
Is there anything, anywhere, that I can read that discusses overall RoR
app design? I have the Agile RoR book, which is great for learning the
details of RoR, but unfortunately doesn''t cover the overall issue of
creating a large, complex RoR app.
My staff and I are still in the process of getting up to speed on Ruby
and RoR, but we also need to begin thinking about
2004 May 18
5
AArgh, * and the 7960
I've just had the most appalling performance from * ever. Dialling:
Cisco 7960 => asterisk => IAX
produces sound drop outs so extreme that the call is useless. I noted this
in an earlier post. Dialling:
Cisco ATA186 => asterisk => IAX
is fine.
Frankly, I think this is such a bad problem that it should be sorted in
advance of any of the new features that seem to be
2004 Jan 16
1
doublehash patch doesn't work in asterisk 0.7.1
Hello,
I was using the doublehash.patch that Iain Stevenson had created back in
August to change the transfer key from a single hash "#" to a double-hash
"#". It always patches properly, but when I went from CVS 2004-01-12 to
Asterisk 0.7.1 it doesn't seem to work anymore. I've attached the patch to
this email and I use the following command to patch it:
patch -p1
2007 Jan 07
1
round(4.5) does not work (PR#9439)
Anything that has 4.5 in it will always round to 4. For example 24.5 becomes 24 and 34.5 becomes 34. Or 1234567894.5 will become 1234567894.
> round(4.5)
[1] 4
> round(3.5)
[1] 4
Thanks,
Clint W. Stevenson
Senior Statistician
Edison Media Research
cstevenson at edisonresearch.com
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os =
2000 Jun 08
1
Won't connect at start with Wndows 98 and storage of profiles
Hi list,
I've got Samba 2.0.6 running on Yellow Dog Linux with a 2.2.14 kernel. When
I start the PC, it displays the login screen (I have 3 user profiles) and I
enter the username and login domain (ie the one operated by Samba). I get
an error message stating that the domain login server can't be found. If I
then cancel the login, go to the start menu and log off, then login there is
2004 Apr 29
5
Start recording during call by pressing button sequence
Does anyone configure that or is that possible ?
Thanks in advance
--
Best regards
Vlad
2008 Dec 15
2
Zaptel / TDM400P card stopped working
Hi
I have a Dell PE2300 with a Digium TDM400P line card in it (with one
module to handle an inbound phone line). This is running on a Fedora 8
system with Asterisk 1.4.21.2-1.fc8
This system has been working nicely for about 12 months. After a recent
move of office and relocation of the server Asterisk is back on line,
but the TDM line card has stopped working.
I have spent half a day
2004 Apr 09
6
Analogue telephone cards for the UK
Hi,
Does anyone know where I can get a telephone card that will fit into the PCI slot on my PC and work with the UK telephone system (BT) ?
I would really like the retailer to be based in the UK if at all possible ?
Also, is there any way to set up asterisk so that only certain phones can make external calls, but all phones can receive incoming calls if they are routed to that phones by some
2006 Jan 31
1
Inserting NULL values into PostgreSQL from Rails
I have several TIME columns in a PostgreSQL table that I am trying to
store times of day in. These columns allow NULL values since there
may some records where there is no time to store.
My problem is that Rails is inserting a default value into these
fields (the result of calling Time.new) regardless of the value that
is passed from a form. I am generating select tags with possible time