Re: [arch-general] Trust This Computer?

2014-07-01 Thread Whiskers
On Mon, 30 Jun 2014 18:22:08 -0400 Hunter Jozwiak wrote: >Hi all. I've got an iPod touch fifth generation, iOS 7.1, and I am >trying to mount it to my Arch Linux box so I can get all the music off >it. However, when I connect the cable, I get an alert from the iPod >asking if I trust the computer

Re: [arch-general] Trust This Computer?

2014-07-01 Thread jaywarren
This is obvious but i will say it anyways. Have you done any research on getting a network connection to the device? Maybe a port scan will reveal something or a look into the app store for ftp? On 2014-06-30 21:10, Hunter Jozwiak wrote: How does EasyTagger work? I've copied the jumbled stu

Re: [arch-general] syslog-ng not listen on udp or tcp

2014-07-01 Thread Stefan Fuhrmann
Hello all, I was able to solve it. You have to configure completly than the interface comes up only: udp(); is not enough: source s_udp { udp(port(514)); }; destination d_router { file("/var/log/router.log"); }; filter f_router { host("x.x.x.x"); }; log { source(s_udp); filter

[arch-general] syslog-ng not listen on udp or tcp

2014-07-01 Thread Stefan Fuhrmann
Hello all, I want to do a syslogserver but dont get it running to listen on udp or tcp. Here you can see my tries: #source src { # system(); # internal(); #source s_src { unix-dgram("/dev/log"); internal(); # file("/proc/kmsg" program_override("kernel")); # udp(); #udp (ip(x.x.x.x) port

Re: [arch-general] Trust This Computer?

2014-07-01 Thread Johannes Altmanninger
I can't say anything about EasyTag but I recommend puddletag to fix the directory hierarchy. In puddletag you can just open the whole folder with the files, then enter something like "%artist%/%album%/%track% %title%" in the format field and click on the bold `F` (tags to filename) Quoting Hunter