Displaying 20 results from an estimated 1100 matches similar to: "Trying to get a cdwriter to write to loop device"
2020 Jun 08
1
C8 install problems
Hi all,
I am trying to install C8 from a DVD I made onto a 1Tb disc partitioned into 2 ext4 partitions.
The first partition contains C7 which I installed via a DVD.
Trying to install C8 yields an error indicating the file /dev/root is missing.
I've checked the SHA256 sum for the ISO for CentOS 8.1 1911 and it checks out fine.
I've burned a couple of different DVDs and get the same
2015 Jul 28
4
Cisco vs. 6.9
> Turns out the problem is the new protocol extension for sending host keys
to
> the client after user authentication (section 2.5 of the PROTOCOLS
> document). Commenting out the notify_hostkeys() call in sshd.c fixes the
> issues with Cisco scp. Maybe a new bug compatibility flag in on order to
> add to the "Cisco-1.*" client string that was added in 6.9?
There's
2003 Jun 19
0
Samba/CUPS Printing from Windows
I've got a Samba server that is acting as a member server in a Windows NT
Domain. I enabled CUPS printing yesterday and have shared the 4 printers to
the domain. I then added the printers onto a Windows 2000 client, and can
print just fine to any of them.
But I have two problems (read "annoyances"):
1). When I look at any of the printers from Windows (i.e. Control
2003 Dec 26
2
Incoming call on LineJack's LINE/FXO is not answered by *
Hello All...
I have searched in the archive and also followed Zara's instruction on getting
incoming calls to work with Asterisk...but I still can't get Asterisk to answer
incoming call on Linejack's LINE port.
I attached a phone set to the PHONE port, and telco line to the LINE port on
the Linejack(ISA) card.
I have downloaded, compiled and installed the newest driver for
2020 Nov 01
0
4.13.1 make test failed
Hello
I try today to install samba 4.13.1
?
./configure run without error
Make run without error
Make Check Failed
Debian 10.6
Also all required Packages are installed
--
# cat summary
= Failed tests =
== samba4.blackbox.demote-saveddb ==
command: PYTHON=python3
/usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh
$PREFIX_ABS/demote
2019 Apr 06
2
selftest, help with a single test
In the hope for some help, I would like some hint on how to diagnose the
following single subunit:
samba3.blackbox.smbclient_machine_auth.plain
In particular the single test
samba3.blackbox.smbclient_machine_auth.plain
(s4member:local)(s4member:local)
Results attached, run is from git at 'origin/v4-10-stable'
Thanks in advance
(This is because in my full selftest almost all failures
2015 Nov 11
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Wed, Nov 11, 2015 at 10:41 AM, Daniel Berlin <dberlin at dberlin.org> wrote:
> On Wed, Nov 11, 2015 at 10:32 AM, Reid Kleckner <rnk at google.com> wrote:
>
>> I think the idea is to model the intrinsic as a normal external function
>> call:
>>
> - Can read/write escaped memory
>>
> - Escapes pointer args
>> - Functionattrs cannot infer
2001 Sep 24
4
part of files in another file after crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
because of strange reasons my notebook sometimes crashes short after startup
(but that's not ext3's fault, maybe mem?, when i wait several minutes it
works without problems)
the problem is that after 3 crashes at startup, when my notebook finally
worked i got the msg:
Sep 23 23:29:17 blackbox kernel: EXT3-fs warning (device ide0(3,3)):
2003 Jul 07
1
embedding characters
i seem to be having trouble with certain characters in machine names and passwords.
specifically, there is a hyphen in on of the server's names. this entry in the fstab file fails to connect with the following error:
# mount /root/it-blackbox/c\$/
Password:
Anonymous login successful
18867: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
the line from fstab
2007 Jul 12
0
No subject
<br>
Or even:<br>
<br>
<a href=3D"http://www.blackbox.com/Catalog/Detail.aspx?cid=3D425,142=
3,1424&mid=3D4946" target=3D"_blank">http://www.blackbox.com/Catalog/De=
tail.aspx?cid=3D425,1423,1424&mid=3D4946</a><br>
<br>
(same thing from the UK site:)<br>
<br>
<a
2007 Jul 12
0
No subject
<br>
Or even:<br>
<br>
<a href=3D"http://www.blackbox.com/Catalog/Detail.aspx?cid=3D425,1423=
,1424&mid=3D4946" target=3D"_blank">http://www.blackbox.com/Catalog/Det=
ail.aspx?cid=3D425,1423,1424&mid=3D4946</a><br>
<br>
(same thing from the UK site:)<br>
<br>
<br>
<a
2007 Jul 12
0
No subject
Or even:
<a class="moz-txt-link-freetext" href="http://www.blackbox.com/Catalog/Detail.aspx?cid=425,1423,1424&mid=4946">http://www.blackbox.com/Catalog/Detail.aspx?cid=425,1423,1424&mid=4946</a>
(same thing from the UK site:)
<a class="moz-txt-link-freetext"
2015 Nov 11
5
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Wed, 11 Nov 2015 11:13:43 -0800, Daniel Berlin via llvm-dev wrote:
<snip for gmane>
> Heck, i could even reason about inline asm if i wanted to ;-).
>
> My point is that this call is super special compared to all other
> calls,
> and literally everything in LLVM has to understand that.
> The liklihood of subtle bugs being introduced in functionality (IE
>
2006 May 25
3
X100P fails to initialize
So I took a chance with an X100P knock-off on eBay. I'm running Asterisk +
FreePBX on a PowerMac G3 (beige desktop) using Slackintosh 10.2 and kernel
2.6.16.16. Everything has been fine up until now.
I compile the 1.2.5 Zaptel drivers without a problem, get the udev
configuration in, modprobe zaptel, and finally modprobe wcfxo. At this
point, I get the message:
ZT_CHANCONFIG failed on channel
2015 Nov 10
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
One thing that volatile doesn't do is escape results that have been written
to memory.
The proposed blackbox intrinsic is modeled as reading and writing any
pointed to memory, which is useful.
I also think blackbox will be a lot easier for people to use than empty
volatile inline asm and volatile loads and stores. That alone seems worth
something. :)
On Mon, Nov 9, 2015 at 6:04 PM, Daniel
2004 Jul 23
0
Problems calling a phone number through a X101P card
Hi!
I've bought a Wildcard X101P card to play a bit with
asterisk.
I'm just trying to place a call to a number, wait
until the receiver takes the call, and then play one
of the .gsm sound files.
I'm in France, so first I tried modprobing wcfxo with
opermode=1, but the DAA mode remained FCC, so I
changed the opermode variable in wcfxo.c to 1 by hand
and recompiled & reinstalled
2006 May 15
0
agent deadlock
I've been running into an issue where chan_agent gets stuck and all queues
stop working. Here's a show channels from when it's stuck:
Channel Location State Application(Data)
SIP/56-be24 s@macro-stdexten:10 Ring Dial(Agent/19|50|tw)
Local/*14@agentlogin *14@agentloginoff:1 Up AgentCallbackLogin()
Local/*14@agentlogin *14@agentloginoff:1
2009 Jul 20
0
No subject
1. I noticed that...
- after cold booting the host, I see successful Dahdi/wcfxo messages
in /var/log/messages
- then, if I run either "/etc/init.d/dahdi restart", or
"/etc/init.d/dahdi stop; /etc/init.d/dahdi start" without waiting more
than about 10 seconds between the stop/start commands, I get the
familiar error messages "DAHDI_CHANCONFIG failed on channel 1: No such
2006 Jan 11
0
ldap passdb failover
Hi,
Does the
passdb backend = ldapsam:"ldap://ldap.daa.com.au ldap://yaminon.daa.com.au",
smbpasswd
syntax actually do proper failover? I have a samba 3.0.9 server on FC2
that's been overheating (our aircon failed), and the ldap server doesn't
start automatically. The logs said:
[2006/01/10 08:55:47, 0] lib/smbldap.c:smbldap_open_connection(678)
Failed to issue the
2015 Nov 11
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
I think the idea is to model the intrinsic as a normal external function
call:
- Can read/write escaped memory
- Escapes pointer args
- Functionattrs cannot infer anything about it
- Returns a pointer which may alias any escaped data
It's obvious how this works at the IR level, but I'm not sure what would
happen in the backend. If you compile the intrinsic to nothing but a
virtual