Displaying 20 results from an estimated 1000 matches similar to: "samba doesn't release external usb device"
2007 Apr 18
1
[Bridge] How to bridge a eth0 and usb0 device
Hi
I intent to use brctl to bridge two devices on linux box. One is eth0,
the other is USB net which is recognized as usb0 by linux box.
Then I run following command
# ifconfig eth0 down
# ifconfig usb0 down
# brctt addbr ipbr
# brctl addif ipbr eth0
# brctl addif ipbr usb0
# ifconfig eth0 up
# ifconfig eth0 0.0.0.0
# ifconfig usb0 up
# ifconfig usb0 0.0.0.0
# ifconfig ipv6 up
2017 Sep 22
6
Connecting to internet with USB tethered iphone
On Fri, Sep 22, 2017 at 11:30 AM Stephen John Smoogen <smooge at gmail.com>
wrote:
> On 22 September 2017 at 10:33, Larry Martell <larry.martell at gmail.com>
> wrote:
> > I am trying to get a centos 6 system on the internet with a tethered
> > iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
> > stackoverflow said I would need to run
2017 Sep 22
5
Connecting to internet with USB tethered iphone
I am trying to get a centos 6 system on the internet with a tethered
iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
stackoverflow said I would need to run "# ip link set usb0 up && dhcpcd
usb0"
But how do I reference my phone in that command?
2017 Sep 22
1
Connecting to internet with USB tethered iphone
On 09/22/2017 11:50 AM, Stephen John Smoogen wrote:
> On 22 September 2017 at 11:39, Larry Martell <larry.martell at gmail.com> wrote:
>> On Fri, Sep 22, 2017 at 11:30 AM Stephen John Smoogen <smooge at gmail.com>
>> wrote:
>>
>>> On 22 September 2017 at 10:33, Larry Martell <larry.martell at gmail.com>
>>> wrote:
>>>> I am
2003 Sep 21
2
USB Problem
<message resent - email address not valid, I apalogize if you received
it twice>
I have the same problem than Volker Stolz a month ago!
If I boot with the hub attached, it stops at :
ohci0: <AcerLabs M5237 (Aladdin-V) USB controller>
mem0xdf000000-0xdf000fff irq 9 at device 2.0 on pci0
usb0: OHCI version 1.0, legacy support
usb0: <AcerLabs M5237 (Aladdin-V) USB
2012 May 16
2
The strange case of xen_netback not returning ARP replies
Hello,
I''m facing a rather strange problem with the netback interface. My setup
involves a netvm, which has some physical network interfaces assigned,
and a client VM where a net front is running (exposed as eth0) and which
is connected to that netvm (via vif42.0 interface, as seen in the netvm
on the dumps below).
Now, the netvm has two physical network interfaces assigned:
1) A
2009 Nov 13
2
./smbpasswd: symbol lookup error: ./smbpasswd: undefined symbol: _talloc_get_type_abort
Hi folks :-)
I compiled samba (latest stable v3.4.3) on my debian stable, everything seems
ok but when I try to add new samba user ./smbpasswd:
./smbpasswd: symbol lookup error: ./smbpasswd: undefined symbol:
_talloc_get_type_abort
I already checked useful libreries but I don't understand this problem.
what can I do?
(samba pre-compiled packages on debian are some grave bugs)
thanks
2009 Jul 30
2
how to create file system with less bad block??
We have CENTOS 4.X and 5.X on DELL servers. Recently we found some bad blocks happen on databases. the way we create file system is:
mke2fs -j /dev/sdXX
Does there has any good way can create file system with less bad block or avoid file system to use bad block?
Thanks.
______________________________________________________________________________________________________
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
Hi!
I am trying to get an Atlantis-Land 1501 UPS to work under OpenBSD.
The UPS works OK under Linux + megatec_usb driver+nut_2.2.2.
What I get under OpenBSD is:
root at puffwall:~ # dmesg
OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008
deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class, 128KB L2
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
Hi!
I am trying to get an Atlantis-Land 1501 UPS to work under OpenBSD.
The UPS works OK under Linux + megatec_usb driver+nut_2.2.2.
What I get under OpenBSD is:
root at puffwall:~ # dmesg
OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008
deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class, 128KB L2
2009 Jan 02
2
powerware 5110 and openbsd
Hello all!
I've been trying to get my UPS working with my OpenBSD stable box and I haven't had any luck yet.
dmesg shows that I have something from Powerware
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
biomask f5fd netmask fffd ttymask ffff
ugen0 at uhub0 port 1 "Powerware Powerware UPS" rev 0.20/0.50 addr 2
nut version
2002 Oct 18
3
Potential serious problem with Shorewall.
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig05F2F5838E1DC28DCA5557B7
Content-Type: multipart/mixed;
boundary="------------040200040609050204020409"
This is a multi-part message in MIME format.
--------------040200040609050204020409
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
Using Mandrake 9.0 and
2017 Sep 05
2
lda
Sep 5 19:59:21 domain postfix/qmgr[19936]: warning: connect to
transport private/spamassassin: Connection refused
Pol
On 2017-09-05 03:10, Bill Shirley wrote:
> Try main.cf:
> # dovecot 2.x
> mailbox_command = /usr/bin/spamc -e /usr/libexec/dovecot/dovecot-lda
> -a "$RECIPIENT" -f "$SENDER" -m "$EXTENSION"
>
> Bill
>
>
> On 9/3/2017
2017 Sep 22
1
Connecting to internet with USB tethered iphone
On 09/22/2017 04:50 PM, Jon Pruente wrote:
> On Fri, Sep 22, 2017 at 10:39 AM, Larry Martell <larry.martell at gmail.com>
> wrote:
>
>> Seems something else is using usb0 - without the phone connected I see
>> something on usb0 when running ifconfig. I think it's some internal
>> network. I tried running those commands when the phones be was connected
2015 Mar 03
2
dhclient.conf
Hi all :-)
on centos 6 I need keep the hostname from a dhcp server:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=00:50:56:27:0E:C8
TYPE=Ethernet
UUID=20924b21-e92a-4944-a054-06d1967155c1
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
PEERDNS=yes
with this config, centos keep only ip from dhcp server (not gw, not dns)
where is dhclient.conf? I need to create it? If yes,
2016 Aug 03
4
netbios and interfaces
Hi all
I've a samba server listen on eth0 (everything ok) and eth2
server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux
server) with another interface 192.168.30.0/24
from network 192.168.30.0/24 I can ping 192.168.100.212 and works with
samba shares (but only using numeric IP)
I don't see any computers from windows machines.
nbtstat doesn't find any host
2011 Dec 22
1
[HCL] MGE Pulsar Evolution 1100 - not recognized by USB driver
(Sorry, I accidentally discarded the wrong message in the moderation queue - please subscribe to the list to avoid this in the future.)
> From: <onyx at netfusion.fr>
> Subject: [HCL] MGE Pulsar Evolution 1100 - not recognized by USB driver
> Date: December 22, 2011 12:15:16 AM EST
> To: <nut-upsuser at lists.alioth.debian.org>
>
>
> Hi everybody,
>
> It
2003 Jul 12
2
usb.ko is unloadable?
Dear colleagues,
I'm planning to debug usb connection with my new SONY CLIE handheld, and found
that this process is much complicated by the fact usb.ko module can not be
unloaded 'cause some process is referencing it:
marck@revamp:~/tmp> kldstat -v -i 11
Id Refs Address Size Name
11 1 0xc0cf7000 1b000 usb.ko
Contains modules:
Id Name
2017 May 01
2
Can Syslinux install another USBstik ?
When a USBstiked-syslinux starts, it's the PC's firmare that's reading
the USB ?.
But once the USBsyslinux takes over, has IT also got a USB driver?
So that USBsyslinux can install a different USBstik/partition?
Ie. boot with stikA to install & run stikB:partition5 ?
------------ Is the following sound logic?
> Do zero out the partition table first so you don't
2009 Jan 12
2
bwi: no DS tssi no OFDM tssi
Hello,
I am attempting to get by broadcom wifi card up and running, am sick of
trying to get ndis working, and am attempting to use the bwi driver
(originating in dragonflyBSD). I'm hoping others here have tried to do the
same and have some pointers. I'm using 7.1-RELEASE (system/source are
in-sync) and my card is a BCM94306MP. My dmesg is posted below.
Bwi(4) is installed and it