httrack mirroring

2017-02-16 Thread Alex
Hi,
I'm used to using wget to mirror websites, but I need something more.
I tried to use httrack, but I can't figure out how to tell it to just
download everything without questions.

It seems to download the HTML, but not the images linked within the HTML files.

I've tried --mirror, -r, and I've spent quite a while reading examples
and online documents.

Is there a command option that can be used to tell it to just mirror
the whole website, including every page and every image/file?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: DKMS not Issuing Modprobe After Driver Compile at Boot Time

2017-02-16 Thread Stephen Morris

On 16/02/2017 09:53, Rick Stevens wrote:

On 02/15/2017 01:27 PM, Stephen Morris wrote:

On 15/02/2017 04:42, Rick Stevens wrote:

On 02/13/2017 04:38 PM, Rick Stevens wrote:

On 02/13/2017 03:39 PM, Rick Stevens wrote:

On 02/13/2017 12:22 PM, Stephen Morris wrote:

On 13/02/2017 19:21, Stephen Morris wrote:
I've removed the driver from DKMS in Ubuntu and re-added it, then
run a
DKMS AUTOINSTALL to rebuild and re-install the driver back into the
running kernel and under Ubuntu the modprobe command to active the
driver is not issued either, but also under Ubuntu is seems that when
the rmmod command is issued to remove the driver from the running
kernel
which removes wifi access, the dns resolver service seems to also be
shutdown, because after the driver is rebuilt by DKMS and the modprobe
issued a sudo apt-get update fails to be able to resolve the
repository
names.
I've tried the same thing under Fedora to see if Fedora has the same
functionality, which fortunately Fedora doesn't, after the DKMS
process
is done and the modprobe issued a sudo dnf update successfully
refreshes
the repository lists and installs any available updates after
prompting
whether or not to do so.

I've been watching this thread a bit and I'm not a DKMS user, but
from what I can gather, DKMS should do an automatic modprobe when
a kernel is upgraded or whatever based on certain criteria. Section 2
of the webpage at:

 https://wiki.centos.org/HowTos/BuildingKernelModules

describes the process (the example is a patched CIFS filesystem). In a
nutshell:

 1. The module's source directory must be in

 /usr/src/-

 2. There is a "dkms.conf" file in that directory that contains
 some specific info.

 3. It has been added to the DKMS tree via "dkms add"

 4. It has been built under DKMS control via "dkms build"

 5. It has been installed under DKMS control via "dkms install"

Note that I've never tried a DKMS add-on module, but that seems to be
the way it's done. I think that dkms.conf file is pretty critical,
along with the "dkms add", "dkms build" and "dkms install". I don't
believe "dkms autoinstall" would modprobe modules that weren't added,
built and install using dkms as they weren't fully inserted under dkms'
care. That's just a guess.

I just built a module (evdi) under DKMS for a Mimo USB-based display. I
don't have the hardware handy (it's here somewhere), but I copied the
driver source to /usr/src/evdi-1.2.65 and created a dkms.conf file in
there that contains:

 PACKAGE_NAME="evdi"
 PACKAGE_VERSION=1.0.0
 AUTOINSTALL=yes

 MAKE[0]="make all INCLUDEDIR=/lib/modules/$kernelver/build/include
KVERSION=$kernelver DKMS_BUILD=1"
 DEST_MODULE_LOCATION[0]="/kernel/drivers/gpu/drm/evdi"
 BUILT_MODULE_NAME[0]="evdi"
 CLEAN="make clean DKMS_BUILD=1"

Then I did (as root):

 dkms add -m evdi -v 1.2.65

That added it to dkms' build stack as witnessed by dkms creating a
/var/lib/dkms/evdi/1.2.65 directory with a subdirectory named after the
current kernel version and a symlink, "source", pointing at
/usr/src/evdi-1.2.65. The next command:

 dkms build -m evdi -v 1.2.65

actually built the driver, creating an "x86_64" subdirectory below the
kernel version directory with "log" and "module" subdirs below that.
The log subdirectory contains the build log of the module and the
module subdir contains the actual module (evdi.ko). I then ran:

 dkms install -m evdi -v 1.2.65

and saw dkms install the module into /lib/modules/`uname -r`/extra/ and
do a full depmod:

 # dkms install -m evdi -v 1.2.65

 evdi:
 Running module version sanity check.
  - Original module
- No original module exists within this kernel
  - Installation
- Installing to /lib/modules/4.9.7-201.fc25.x86_64/extra/
 Adding any weak-modules

 depmod...

 DKMS: install completed.

Doing a "modinfo evdi" returns the data I'd expect.

I won't know if it auto-modprobes until I get the new kernel update
and find the Mimo display and plug it in. Just thought you'd like to
see what I've done.

UPDATE: Just got the new kernel and dkms did build the module for the
kernel without me telling it to.

I located the display device, plugged it in and it "just worked." I
did NOT see the module in the output of "lsmod" but the device did
work. I don't know why it doesn't show up in lsmod, but it may be that
this is an X/Wayland module only, even though it's a ".ko" file.

Thanks for the info Rick, what you did to manually use dkms to build and
install the driver in to the kernel is the same process I went through
which didn't issue a modprobe to make the network device usable, so I
couldn't access the network until I manually issued a modprobe which
then made the device immediately usable.

Can't speak to that. The MIMO device worked when I plugged it in,
but the module was NOT listed in "lsmod", so the module may be X or
Wayland-specific and loaded by that software...not t

Re: gphoto2 problem -

2017-02-16 Thread Bob Goodwin

On 02/16/17 15:33, poma wrote:

$ su
# dnf update RPMs/x86_64/*
will do



+

I also had to do:

[root@box10 libimobiledevice]# dnf 
install RPMs/x86_64/*
Last metadata expiration check: 0:55:42 
ago on Thu Feb 16 15:13:26 2017.
Package 
libimobiledevice-1.2.1-git.2017.01.18.fc25.x86_64 
is already installed, skipping.

Dependencies resolved.
==
 Package Arch 
Version  
Repository Size

==
Installing:
 libimobiledevice-debuginfo  x86_64 
1.2.1-git.2017.01.18.fc25
@commandline  441 k
 libimobiledevice-devel  x86_64 
1.2.1-git.2017.01.18.fc25
@commandline   87 k
 libimobiledevice-utils  x86_64 
1.2.1-git.2017.01.18.fc25
@commandline  113 k


Transaction Summary
==
Install  3 Packages

If that matters?

I still get:

*** Error ***
PTP Invalid Storage ID
*** Error (-1: 'Unspecified error') ***

It may need reboot? Will check again, 
probably in the morning.


Thanks for the detailed assistance.

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread poma
On 16.02.2017 18:05, Bob Goodwin wrote:
> On 02/16/17 10:48, poma wrote:
>> In the meantime, you can try to upgrade to the latest 'libimobiledevice',
>> to see if that changes anything regarding the issue;
>> See:
>> "RPM Packages of the latest available (from source) version of 
>> libimobiledevice"
>> https://github.com/RPM-Outpost/libimobiledevice
>>
>> Download and build:
>> $ git clonehttps://github.com/RPM-Outpost/libimobiledevice.git
>> $ cd libimobiledevice/
>>
>> $ sed -i 's/python2-Cython/Cython/' *
>>
>> $ ./create-packages.sh
>>
>> $ ls -1 RPMs/x86_64/
>> libimobiledevice-1.2.1-git.2017.01.18.fc24.x86_64.rpm
>> libimobiledevice-debuginfo-1.2.1-git.2017.01.18.fc24.x86_64.rpm
>> libimobiledevice-devel-1.2.1-git.2017.01.18.fc24.x86_64.rpm
>> libimobiledevice-utils-1.2.1-git.2017.01.18.fc24.x86_64.rpm
>>
> +
> 
> And that routine produced:
> 
> [bobg@box10 libimobiledevice]$ ls -1 
> RPMs/x86_64/
> libimobiledevice-1.2.1-git.2017.01.18.fc25.x86_64.rpm
> libimobiledevice-debuginfo-1.2.1-git.2017.01.18.fc25.x86_64.rpm
> libimobiledevice-devel-1.2.1-git.2017.01.18.fc25.x86_64.rpm
> libimobiledevice-utils-1.2.1-git.2017.01.18.fc25.x86_64.rpm
> 
> 
> This process is new to me. Did the 
> script install these rpm's or should I 
> do it?
> 

$ su
# dnf update RPMs/x86_64/*
will do
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Mailman problem in F24and F25

2017-02-16 Thread Rick Stevens
On 02/16/2017 09:19 AM, Beartooth wrote:
> 
>   I'm not sure where I ought to post this; if there's still a 
> Mailman list, it's not carried by Gmane. And even if there is, this may be 
> a Fedora question.
> 
>   On my own domain (not Comcast) I've been running three lists under 
> Mailman for a good many years and Fedora releases. Two of them are still 
> fine.
> 
>   The third went into abeyance five years back. I want to resume it, 
> or maybe start a replacement, with at least some of the former 
> subscribers. But I never wrote the listowner password down, and of course 
> I've forgotten it.
> 
>   I have both user access and root access to my domain, but no GUI, 
> and the only way I've ever done anything with Mailman is through the GUI.
> 
>   Is there some way to use the CLI to find the list and set a dummy 
> listowner password?

Not sure. Mailman is still supported by Gnu:

https://www.gnu.org/software/mailman/

There seems to be a wiki for it and they claim a mailing list for
it is still at Gmane, although a lot of gmane seems to be broken at the
moment. Look at:

https://www.gnu.org/software/mailman/contact.html

for contact info. I know the group is also fairly active on IRC on
the "#mailman" channel. You can find documentation for V3.0 at:

http://mailman.readthedocs.io/en/release-3.0/

Not a lot of help, I know.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
- Dyslexics of the world: UNTIE! -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Mailman problem in F24and F25

2017-02-16 Thread Beartooth

I'm not sure where I ought to post this; if there's still a 
Mailman list, it's not carried by Gmane. And even if there is, this may be 
a Fedora question.

On my own domain (not Comcast) I've been running three lists under 
Mailman for a good many years and Fedora releases. Two of them are still 
fine.

The third went into abeyance five years back. I want to resume it, 
or maybe start a replacement, with at least some of the former 
subscribers. But I never wrote the listowner password down, and of course 
I've forgotten it.

I have both user access and root access to my domain, but no GUI, 
and the only way I've ever done anything with Mailman is through the GUI.

Is there some way to use the CLI to find the list and set a dummy 
listowner password?

-- 
Beartooth Staffwright, Not Quite Clueless Power User
Remember I know little (precious little!) of where up is.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread Bob Goodwin

On 02/16/17 10:48, poma wrote:

In the meantime, you can try to upgrade to the latest 'libimobiledevice',
to see if that changes anything regarding the issue;
See:
"RPM Packages of the latest available (from source) version of libimobiledevice"
https://github.com/RPM-Outpost/libimobiledevice

Download and build:
$ git clonehttps://github.com/RPM-Outpost/libimobiledevice.git
$ cd libimobiledevice/

$ sed -i 's/python2-Cython/Cython/' *

$ ./create-packages.sh

$ ls -1 RPMs/x86_64/
libimobiledevice-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-debuginfo-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-devel-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-utils-1.2.1-git.2017.01.18.fc24.x86_64.rpm


+

And that routine produced:

[bobg@box10 libimobiledevice]$ ls -1 
RPMs/x86_64/

libimobiledevice-1.2.1-git.2017.01.18.fc25.x86_64.rpm
libimobiledevice-debuginfo-1.2.1-git.2017.01.18.fc25.x86_64.rpm
libimobiledevice-devel-1.2.1-git.2017.01.18.fc25.x86_64.rpm
libimobiledevice-utils-1.2.1-git.2017.01.18.fc25.x86_64.rpm


This process is new to me. Did the 
script install these rpm's or should I 
do it?

--

Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread poma
On 16.02.2017 14:44, poma wrote:
> On 15.02.2017 23:53, Bob Goodwin wrote:
>> .
>> About a week ago I began to have a 
>> problem with gphoto2 which normally just 
>> works.
>>
>> I don't use it every day and I don't 
>> know exactly when it began doing this 
>> but there were updates from Fedora and 
>> Apple. The only thing I found via Google 
>> was mention of a lock problem and this 
>> does not appear to be a lock problem.
>>
>> The camera is detected:
>>
>> photosnew]$ gphoto2 --auto-detect
>> Model Port
>> --
>> Apple iPhone 5 (PTP mode)  usb:003,006
>> [bobg@box10 photosnew]$ gphoto2 
>> --get-all-files
>>
>> However any command to download from the 
>> camera yields the following error:
>>
>> photosnew]$ gphoto2 --get-all-files
>>
>> *** Error ***
>> PTP Invalid Storage ID
>> *** Error (-1: 'Unspecified error') ***
>>
>> For debugging messages, please use the 
>> --debug option.
>> Debugging messages may help finding a 
>> solution to your problem.
>> If you intend to send any error or debug 
>> messages to the gphoto
>> developer mailing list 
>> , 
>> please run
>> gphoto2 as follows:
>>
>>  env LANG=C gphoto2 --debug 
>> --debug-logfile=my-logfile.txt 
>> --get-all-files
>>
>> Please make sure there is sufficient 
>> quoting around the arguments.
>>
>>
>> I dunno what to do, any help appreciated,
>>
>> Bob
>>
> 
> You can follow the discussion here:
> "iOS 10.2 PTP Invalid Storage ID Error (-1: 'Unspecified error') #132"
> https://github.com/gphoto/libgphoto2/issues/132
> 
> 

In the meantime, you can try to upgrade to the latest 'libimobiledevice',
to see if that changes anything regarding the issue;
See:
"RPM Packages of the latest available (from source) version of libimobiledevice"
https://github.com/RPM-Outpost/libimobiledevice

Download and build:
$ git clone https://github.com/RPM-Outpost/libimobiledevice.git
$ cd libimobiledevice/

$ sed -i 's/python2-Cython/Cython/' *

$ ./create-packages.sh 

$ ls -1 RPMs/x86_64/
libimobiledevice-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-debuginfo-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-devel-1.2.1-git.2017.01.18.fc24.x86_64.rpm
libimobiledevice-utils-1.2.1-git.2017.01.18.fc24.x86_64.rpm
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread Bob Goodwin



On 02/16/17 08:44, poma wrote:

I dunno what to do, any help appreciated,

Bob


You can follow the discussion here:
"iOS 10.2 PTP Invalid Storage ID Error (-1: 'Unspecified error') #132"
https://github.com/gphoto/libgphoto2/issues/132


+

So it's not just me! I was considering a 
cable defect, poor connection, whatever ...


Yes, iPhone5 updated to ios 10.2.1 
recently, seems like last week sometime 
and the symptoms are the same. I will 
check on that discussion occasionally, 
hopefully they will come up with a 
work-around.


I have observed the problem with the 
iPhone on two different F25 boxes, while 
other cameras work normally.


Thanks for the information,

Bob.


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Wildblue POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-16 Thread Ed Greshko
On 02/16/17 22:13, InvalidPath wrote:
> Done, file uploaded.


That is a *very* incomplete .ovpn file.

Please have a look at the file I'd uploaded with
https://bugzilla.redhat.com/show_bug.cgi?id=1422273.

Yours is missing any of the certs that should be included.

If anything, the Import function really should have returned an error
message.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-16 Thread InvalidPath
Done, file uploaded.

On Wed, Feb 15, 2017 at 10:14 PM, poma  wrote:

> On 15.02.2017 00:10, Ed Greshko wrote:
> [...]
> > I have, instead, filed this
> > https://bugzilla.redhat.com/show_bug.cgi?id=1422273
> >
>
> Allows opening homologous configuration files with any extension or no
> extension.
> Configuration files should be contextually conformant, not by file
> extension.
>
> Test build can be found here:
> http://goo.gl/Gm4ffO
> nm-openvpn-ext/
>
> $ md5sum NetworkManager-openvpn-*.rpm
> aecefba4673190b0de98ed285f3ea052  NetworkManager-openvpn-1.2.8-
> 2.fc24.src.rpm
> 035a3043dab23f9ee2d7aa71ee548cb8  NetworkManager-openvpn-1.2.8-
> 2.fc24.x86_64.rpm
> ec208dc6744a8e4b0e508a3f1c71966a  NetworkManager-openvpn-gnome-
> 1.2.8-2.fc24.x86_64.rpm
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread poma
On 15.02.2017 23:53, Bob Goodwin wrote:
> .
> About a week ago I began to have a 
> problem with gphoto2 which normally just 
> works.
> 
> I don't use it every day and I don't 
> know exactly when it began doing this 
> but there were updates from Fedora and 
> Apple. The only thing I found via Google 
> was mention of a lock problem and this 
> does not appear to be a lock problem.
> 
> The camera is detected:
> 
> photosnew]$ gphoto2 --auto-detect
> Model Port
> --
> Apple iPhone 5 (PTP mode)  usb:003,006
> [bobg@box10 photosnew]$ gphoto2 
> --get-all-files
> 
> However any command to download from the 
> camera yields the following error:
> 
> photosnew]$ gphoto2 --get-all-files
> 
> *** Error ***
> PTP Invalid Storage ID
> *** Error (-1: 'Unspecified error') ***
> 
> For debugging messages, please use the 
> --debug option.
> Debugging messages may help finding a 
> solution to your problem.
> If you intend to send any error or debug 
> messages to the gphoto
> developer mailing list 
> , 
> please run
> gphoto2 as follows:
> 
>  env LANG=C gphoto2 --debug 
> --debug-logfile=my-logfile.txt 
> --get-all-files
> 
> Please make sure there is sufficient 
> quoting around the arguments.
> 
> 
> I dunno what to do, any help appreciated,
> 
> Bob
> 

You can follow the discussion here:
"iOS 10.2 PTP Invalid Storage ID Error (-1: 'Unspecified error') #132"
https://github.com/gphoto/libgphoto2/issues/132

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: dnf reposync documentation?

2017-02-16 Thread Jaroslav Mracek
Please, to get man page use ```man reposync```. Dnf 2.1 was just released
into rawhide. It introduce alias for --repo option --repoid. We also have
testing repository (dnf copr enable rpmsoftwaremanagement/dnf-nightly) that
provides latest version of dnf-stack packages for Fc24+.

Hope that it will help

Jaroslav

On Thu, Feb 16, 2017 at 2:57 AM, CLOSE Dave 
wrote:

> On 02/14/17 18:47, Ed Greshko wrote:
>
> >> Try "dnf reposync --repoid google-chrome". The "--repoid google-chrome"
> >> works with repoquery.
> >
> > Yes, that would work.  Except, it seems,
> > https://bugzilla.redhat.com/show_bug.cgi?id=1325350 is currently
> unresolved.
> >
> > So, one must add keepcache=true to /etc/dnf/dnf.conf
>
> Thanks. The command is accepted but not processed for me. I think this
> time it's because IT is playing with our proxy. When they get it
> working, I'll try again.
>
> It seems there is still no man page. And as you said, the online
> reference is just wrong (out of date).
> --
> Dave Close
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-16 Thread Bob Goodwin

On 02/15/17 17:53, Bob Goodwin wrote:

.
About a week ago I began to have a 
problem with gphoto2 which normally 
just works.
I will drop this problem for now. I 
suspect that the recent ios update is 
the cause of the problem. Not only 
gphoto but digikam and shotwell are 
unable to detect images on the old 
iPhone5 although they all detect that it 
is connected and identify it.


Sorry for the noise ...

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-16 Thread Ed Greshko
On 02/16/17 14:54, InvalidPath wrote:
> Ok so tonight I reproduced it.  
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1422763
>
>

It seems like you are saying the file does have a .ovpn extension.   So,
it would seem the issue you are seeing is different than the one I observed.

If that is the case, then it may be helpful if you could upload the
failing file to the bugzilla.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org