get.misc.open...@gmail.com (Greg Thomas), 2020.07.14 (Tue) 00:33 (CEST):
> Have you set your USB preferences on your phone? To File transfer? My
> Android defaults to charging only.
Mine too; but "File transfer" does not work for me, either. I get a
ugen(4) instead of umass(4), on -current.
The
>> On Mon, Jul 13, 2020 at 2:57 PM Justin Muir
>> wrote:
>>
>> > Hi,
>> >
>> > Just wishing to mount my phone to access photos.
>> >
>> > Here's the output from dmesg:
>> >
>> > ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2
>> >
>> > Any ideas on how this might be mounted?
On Jul 13 14:39:35, justinkm...@gmail.com wrote:
> Just wishing to mount my phone to access photos.
> Here's the output from dmesg:
> ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2
> Any ideas on how this might be mounted??
I believe phone OSes go out of their way to _not_
On Tue, Jul 14, 2020 at 5:07 AM Jan Stary wrote:
> On Jul 13 14:39:35, justinkm...@gmail.com wrote:
> > Just wishing to mount my phone to access photos.
> > Here's the output from dmesg:
> > ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2
> > Any ideas on how this might be
On Tue, Jul 14, 2020 at 11:11:34AM +, Martin wrote:
> After system update I found lots of 'old' libraries versions and
> possibly binaries from previous releases.
>
> Does anybody know an automated method to remove it after update? For
> instance previous libs before update to -current.
>
>
Well, damn, I'm sorry, I guess I got myself confused. I could have sworn I
used my phone to transfer a file when I couldn't find a thumbdrive but I
only get cd0 with some drivers and an adb script.
umass0 at uhub3 port 2 configuration 1 interface 1 "OnePlus OnePlus" rev
2.10/4.09 addr 6
umass0: u
Hi,
Martin wrote on Tue, Jul 14, 2020 at 11:11:34AM +:
> After system update I found lots of 'old' libraries versions
> and possibly binaries from previous releases.
>
> Does anybody know an automated method to remove it after update?
> For instance previous libs before update to -current.
also: you can use the app termux if you want some nice terminal programs
... I rsync all my files from my phone to my computer.
On 14.07.20 13:11, Abel Abraham Camarillo Ojeda wrote:
> On Tue, Jul 14, 2020 at 5:07 AM Jan Stary wrote:
>
>> On Jul 13 14:39:35, justinkm...@gmail.com wrote:
>>> Just
Hi Ottavio,
Ottavio Caruso wrote on Tue, Jul 14, 2020 at 02:28:25PM +0100:
> On Tue, 14 Jul 2020 at 13:44, Ingo Schwarze wrote:
>> Martin wrote on Tue, Jul 14, 2020 at 11:11:34AM +:
>>> After system update I found lots of 'old' libraries versions
>>> and possibly binaries from previous relea
The easiest way I know is to install in the phone:
https://play.google.com/store/apps/details?id=org.galexander.sshd
and use the WLAN hotspot to transfer files with scp / sftp / rsync.
Rod.
On Mon, 13 Jul 2020, Justin Muir wrote:
Hi,
Just wishing to mount my phone to access photos.
Her
On 7/14/20 2:46 AM, Antal Ispanovity wrote:
On Mon, Jul 13, 2020 at 2:57 PM Justin Muir
wrote:
Hi,
Just wishing to mount my phone to access photos.
Here's the output from dmesg:
ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2
Any ideas on how this might be mounted??
On 2020-07-14, Ottavio Caruso wrote:
>> > After system update I found lots of 'old' libraries versions
>> > and possibly binaries from previous releases.
>>
>> If you need to ask, just don't remove them. Those files eat no bread,
>> and in some situations, some of the libs may still be in use.
>
Hi all!
I'm trying to implement pledge(2) support into kc(1) (in ports) while using it
with a Yubikey.
So far this is my pledge string:
char*pledges = "cpath exec fattr flock proc rpath stdio tty unix
wpath";
This covers everything it would do without the Yubikey. But I can't seem t
That is never going to work. We will never permit raw access to usb
devices like that, in fact we are headed completely the other direction
with /dev/fido support hiding the complexity.
=?utf-8?Q?L=C3=A9vai=2C_D=C3=A1niel?= wrote:
> Hi all!
>
> I'm trying to implement pledge(2) support into kc
> 13. jul. 2020 kl. 23:39 skrev Justin Muir :
>
> Hi,
>
> Just wishing to mount my phone to access photos.
>
> Here's the output from dmesg:
>
> ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2
>
> Any ideas on how this might be mounted??
I believe I have at some poin
After system update I found lots of 'old' libraries versions and possibly
binaries from previous releases.
Does anybody know an automated method to remove it after update? For instance
previous libs before update to -current.
Martin
On Sat, Jul 11, 2020 at 09:12:55PM -0600, Theo de Raadt wrote:
> Peter J. Philipp wrote:
>
> > Is this possible at all? I have mmap'ed (shared) a process and it has
> > childs.
> > I would like to unmap this mmap in one child only but I'm not sure if the
> > other childs that should have this
On 2020-07-14, Christian Weisgerber wrote:
> Old versions of libraries are innocuous. They will simply be
> ignored.
Until you run out of disk space, which is fairly easy in /usr if you
installed a couple of releases ago and took the auto disklabel defaults.
simple-mtpfs works fine for me :
https://www.romanzolotarev.com/openbsd/mtp.html
Le 14 juillet 2020 17:11:04 GMT+02:00, Peter Nicolai Mathias Hansteen
a écrit :
>
>
>> 13. jul. 2020 kl. 23:39 skrev Justin Muir :
>>
>> Hi,
>>
>> Just wishing to mount my phone to access photos.
>>
>> Here's
On 2020-07-14, Lévai Dániel wrote:
> I'm trying to implement pledge(2) support into kc(1) (in ports) while using
> it with a Yubikey.
> So far this is my pledge string:
> char*pledges = "cpath exec fattr flock proc rpath stdio tty unix
> wpath";
>
> This covers everything it would d
Stuart Henderson wrote:
> > I don't know if this matters, but for even ykinfo(1) (in the ykpers port)
> > to work, I had to:
> > # chmod g+w /dev/usb1
> > # chmod g+rw /dev/ugen0.00
>
> Known problem, there's no nice way around it though. The standard model
> used on most OS of controlling many
On Tue, 14 Jul 2020 at 13:44, Ingo Schwarze wrote:
>
> Hi,
>
> Martin wrote on Tue, Jul 14, 2020 at 11:11:34AM +:
>
> > After system update I found lots of 'old' libraries versions
> > and possibly binaries from previous releases.
> >
> > Does anybody know an automated method to remove it afte
Hello,
I just updated from 6.6 to 6.7 and the fw_update part failed so I tried to run
it manually and get:
$ sudo fw_update -n
http://firmware.openbsd.org/firmware/6.7/: no such dir
Couldn't find updates for intel-firmware-20191115v0
It looks like I have a colon ":" at the end of the URL which
On 15/7/20 5:57 am, mabi wrote:
> http://firmware.openbsd.org/firmware/6.7/: no such dir
> Couldn't find updates for intel-firmware-20191115v0
>
> It looks like I have a colon ":" at the end of the URL which of course makes
> the URL invalid. Now how could this happen? and in which file do I fix
fullscreen iridium browser often stops letting me scroll to another fvwm
virtual desktop, but I never have that problem with firefox! Whats the
deal? On iridium, I either have to click on the browser window border or I
have to unmaximize the browser window to leave space between the browser
window
I did but still negative. No sessions shown in relayctl so still
thinking it's an issue in pf.
On 2020-07-13 22:51, Brian Brombacher wrote:
On Jul 13, 2020, at 8:30 PM, Gabri Tofano wrote:
I have tried to implement the workaround as per man page
but it still doesn't work, here the pf.conf con
26 matches
Mail list logo