Displaying 20 results from an estimated 10000 matches similar to: "Flash (video) tutorials"
2006 Aug 14
1
Rails Live CD
Hi
Many on this board may already be aware of this, so for those who are
not
Just ran across this, burned it and now playing with it.
Rails Live CD - Based on PCLinuxOS
http://www.pclinuxos.com/news.php
I''m just starting out with ror. maybe other newbees might find this of
some interest.
Clark
http://sgetty.ath.cx
--
Posted via http://www.ruby-forum.com/.
2004 Apr 29
0
REofRE: password change on the domain password server using clienttools
Hi Lieven
Thanks for advise !
the
getent passwd
command shows me all the users of the 2k domain in this format :
DOMAIN2K+user:x:10000:10026::/home/NetBiosName/user:/bin/bash
I think that's correct. But do you think I got to use nss pam or something
like that ?
I just can't login with a 2000 user on Samba, but guests (unknown users )
can, when I permit them to. So I think users are
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
Hi Samba Team,
We are testing Samba 4.5.3 without AD DC on HP UX IA64 with samba
SMBTorture as test clients. We are running all tests in SMBTorture.
Samba server failed about 75% of RAW tests ,16% of BASE tests ,90% of
DCE/RPC protocol and interface tests (rpc), 50% of Remote Administration
Protocol tests (rap)
100% of DFS referrals calls (dfs) and other test with minimum failures.
We used the
2005 Feb 04
1
Samba 3.0.9/10, missing 'net rap printq list' on HP-UX?
I have only this platform to try it on, but observe the following
inconsistencies:
(from the manpage for 'net'):
RAP PRINTQ
RAP PRINTQ LIST QUEUE_NAME
Lists the specified print queue and print jobs on the server. If the
QUEUE_NAME is omitted, all queues are listed.
...OK, so:
[novosirj@njmsa ~]> /products/samba/bin/net rap printq list ljndemo
No command: list
2011 Jan 16
1
Atheros AR9287 PCI passthrough issue
Hi,
i''m trying to use PCI passthrough feature on Xen 4.0 but it fails on my Wireless card.
I use Xen 4.0 on a Debian 6.0 (package from repo) and try to passthrough the following PCI device
root@omega:~# dpkg -l | grep xen
ii libxenstore3.0 4.0.1-1 Xenstore communications library for Xen
ii linux-image-2.6.32-5-xen-amd64 2.6.32-30 Linux 2.6.32 for 64-bit PCs, Xen dom0 support
ii
2014 Mar 20
4
[Bug 76414] New: [NVE4] Flash player triggers freeze with: PFIFO: read fault at ... [UNSUPPORTED_KIND] from PBDMA0/HOST ...
https://bugs.freedesktop.org/show_bug.cgi?id=76414
Priority: medium
Bug ID: 76414
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE4] Flash player triggers freeze with: PFIFO: read
fault at ... [UNSUPPORTED_KIND] from PBDMA0/HOST ...
QA Contact: xorg-team at lists.x.org
Severity: major
Classification:
2010 May 02
2
samba4 make error - drsblobs.so
Hello - make fails to build the latest git of samba4 - erroring on drsblobs.so. Below is a full log from autogen.sh to the make. Would you have any suggestions on proceeding?
Thank you,
Ryan
ryan at test1:~/samba-master/source4$ sudo ./autogen.sh
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for Samba("4.0.0alpha12-GIT-d83850a")
2006 Aug 28
1
net rap share vs. net share
Hi All, I have been using the 'net rap share' command to enumerate Windows
shares and CIFS shares hosted on Filers. I have realized though in some
cases that using this command does not show all shares as does using 'net
share'. I have looked at the shares hosted on this particular windows box
and cannot find any difference between the ones that are enumerated using
'net rap
2020 Feb 24
3
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
On Thu, Feb 20, 2020 at 10:48:33AM +0100, Jiri Slaby wrote:
> On 19. 02. 20, 18:50, Krzysztof Kozlowski wrote:
> > The ioreadX() helpers have inconsistent interface. On some architectures
> > void *__iomem address argument is a pointer to const, on some not.
> >
> > Implementations of ioreadX() do not modify the memory under the address
> > so they can be
2020 Feb 24
0
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
On Mon, Feb 24, 2020 at 01:54:00PM +0100, Geert Uytterhoeven wrote:
> Hi Krzysztof,
>
> On Mon, Feb 24, 2020 at 1:47 PM Krzysztof Kozlowski <krzk at kernel.org> wrote:
> > On Thu, Feb 20, 2020 at 10:48:33AM +0100, Jiri Slaby wrote:
> > > On 19. 02. 20, 18:50, Krzysztof Kozlowski wrote:
> > > > The ioreadX() helpers have inconsistent interface. On some
2020 Feb 24
0
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
Hi Krzysztof,
On Mon, Feb 24, 2020 at 1:47 PM Krzysztof Kozlowski <krzk at kernel.org> wrote:
> On Thu, Feb 20, 2020 at 10:48:33AM +0100, Jiri Slaby wrote:
> > On 19. 02. 20, 18:50, Krzysztof Kozlowski wrote:
> > > The ioreadX() helpers have inconsistent interface. On some architectures
> > > void *__iomem address argument is a pointer to const, on some not.
>
2008 Feb 27
0
Listing users from a group (net rap groupmember list)
Hello list!
I've been trying to list the users from a group of my samba server
(running on an OpenBSD 4.2 box) by using "net rap groupmember list
GROUPNAME -S PDC -U administrator%password -w DOMAIN", but I get
nothing in return.
By running the command with a -d for debug purposes, I get the messages above:
2009 Mar 23
3
Replacing a few variable values within a DataFrame...
I would like to replace a few varaibles within a data frame.
For example, in the dataframe below (contrived) I would like to replace the current housesize value only if the Location is HSV. However, I would like to leave the other values intact.
I tried "ifelse", but I don't really need the else condition.
test_data2_df<-data.frame(Variables=c("SQR
2020 Feb 19
1
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
The ioreadX() helpers have inconsistent interface. On some architectures
void *__iomem address argument is a pointer to const, on some not.
Implementations of ioreadX() do not modify the memory under the address
so they can be converted to a "const" version for const-safety and
consistency among architectures.
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
Acked-by:
2010 Aug 25
1
Can't compile ath(4) into kernel
My laptop's kernel config file reads:
device wlan # 802.11 support
device ath
device ath_ar5212
device ath_rate_onoe
Config raises no objections and the compilation succeeds, but linking
the kernel breaks:
...
linking kernel.debug
ah.o(.text+0x218): In function `ath_hal_rfprobe':
2020 Feb 24
0
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
From: Geert Uytterhoeven
> Sent: 24 February 2020 12:54
> To: Krzysztof Kozlowski <krzk at kernel.org>
...
> > > > diff --git a/drivers/net/wireless/ath/ath5k/ahb.c b/drivers/net/wireless/ath/ath5k/ahb.c
> > > > index 2c9cec8b53d9..8bd01df369fb 100644
> > > > --- a/drivers/net/wireless/ath/ath5k/ahb.c
> > > > +++
2009 Apr 11
1
kernel: problems compiling if_ath.c
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I did a cvsup for RELENG_7 earlier today.
# uname -a
FreeBSD polo.example.org 7.1-STABLE FreeBSD 7.1-STABLE #8: Sat Apr 11
18:50:17 EDT 2009 dan@polo.example.org:/usr/obj/usr/src/sys/PHENOM
amd64
No idea what went wrong here. Clues please.
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g
- -Wall -Wredundant-decls
2009 Aug 17
1
Multiple comparison on lme model with 2 fixed factors
Hi!
I'm a bit lost while performing multiple comparisons on a lme model of that
type:
lmeglu=lme(glucose~Ath*tim,random=~1|Vol,na.action=na.omit,data=data)
multc = glht(lmeglu, linfct = mcp(Ath = "Tukey", tim = "Tukey"))
This works fine for identifying the effect of each factor. However, when I
look for their interactions, l only obtain error messages.
For example this
2020 Jan 08
0
[PATCH v2 9/9] net: wireless: ath5k: Constify ioreadX() iomem argument (as in generic implementation)
The ioreadX() helpers have inconsistent interface. On some architectures
void *__iomem address argument is a pointer to const, on some not.
Implementations of ioreadX() do not modify the memory under the address
so they can be converted to a "const" version for const-safety and
consistency among architectures.
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
2020 Feb 20
0
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
On 19. 02. 20, 18:50, Krzysztof Kozlowski wrote:
> The ioreadX() helpers have inconsistent interface. On some architectures
> void *__iomem address argument is a pointer to const, on some not.
>
> Implementations of ioreadX() do not modify the memory under the address
> so they can be converted to a "const" version for const-safety and
> consistency among