Re: [tor-dev] Iran
On Sunday 05 May 2013 14:50:51 George Kadianakis wrote: > It would be interesting to learn which ports they currently whitelist, > except from the usual HTTP/HTTPS. > > I also wonder if they just block based on TCP port, or whether they > also have DPI heuristics. > > On the Tor side, it seems like we should start looking into #7875: > https://trac.torproject.org/projects/tor/ticket/7875 > ___ I am wondering if here is there a way for a user to ask bridgedb for a bridge with a specific port? ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Re: [tor-dev] Gitian Build Failure (pt branch only?)
On Thursday 12 December 2013 09:35:45 Kevin P Dyer wrote: > Hi Mike/dcf1, > > Building the pt branch [1] of tor-browser-bundle on Ubuntu 13.04, > 64-bit resulted in the following error: > Same error here with Ubuntu 12.04 64-bit. My system runs with the linux- image-generic (linux-image-3.2.0.57-generic) but I get the error. I was able to build tbb-30rc1-release before. Regards, torland ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Re: [tor-dev] Gitian Build Failure (pt branch only?)
On Friday 13 December 2013 14:21:10 David Fifield wrote: > Do you have the same symptoms we experienced? That is, during the build > of tor for lucid-i386, you have a qemu process running with image > target-precise-amd64.qcow2? And if you ssh into the VM with > ssh -oNoHostAuthenticationForLocalhost=yes -i gitian- builder/var/id_dsa -p > 2223 root@localhost and then run "halt", the VM appears to shut down, but > the same qemu process keeps running? > > I think it's possible to have linux-image-generic package installed, but > not actually be running 3.2.0. What does "uname -a" say? > > David Fifield I restarted the make this morning but could no longer recreate the issue for Linux and Windows. There is another issue with Mac, but that is caused by an rsyn error. I still have the output from yesterdays make: ** Starting Tor Component of Linux Bundle (1/3 for Linux) ** --- Building tor-linux for lucid i386 --- Stopping target if it is up Making a new image copy Formatting 'target-lucid-i386.qcow2', fmt=qcow2 size=11811160064 backing_file='base-lucid-i386.qcow2' encryption=off cluster_size=65536 Starting target Checking if target is up Preparing build environment Updating apt-get repository (log in var/install.log) Installing additional packages (log in var/install.log) Grabbing package manifest Creating build script (var/build-script) Running build script (log in var/build.log) ./bin/gbuild:21:in `system!': failed to run on-target setarch i386 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError) from ./bin/gbuild:121:in `build_one_configuration' from ./bin/gbuild:223 from ./bin/gbuild:218:in `each' from ./bin/gbuild:218 from ./bin/gbuild:216:in `each' from ./bin/gbuild:216 make: *** [build] Error 1 >From that make there was also still a qemu process running: /bin/sh /home/user/make/gitian.builder/libexec/start-target 64 precises-amd64 qemu-system-x86_64 -enable-kvm -m 2000 -smp 2 -drive file=target-precise- amd64.qcow2,cache=writeback -net nic,model=virrio -net user,hostfwd=tcp:127.0.01:2223-:22 -vnc 127.0.0.1:16 I logged into it as you suggested and called halt. The ssh connection dropped, but the quemu process kept running: user@host:~$ ssh -oNoHostAuthenticationForLocalhost=yes -i ~/make/gitian- builder/var/id_dsa -p 2223 root@localhost Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-57-virtual x86_64) * Documentation: https://help.ubuntu.com/ root@ubuntu:~# halt Broadcast message from root@ubuntu (/dev/pts/0) at 16:15 ... The system is going down for halt NOW! root@ubuntu:~# Connection to localhost closed by remote host. My uname output is: user@host:~$ uname -a Linux host 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux cheers, torland ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Re: [tor-dev] Gitian Build Failure (pt branch only?)
On Saturday 14 December 2013 19:26:41 Georg Koppen wrote: > > FWIW, this is probably https://trac.torproject.org/projects/tor/ticket/10153 > > Georg I am seeing the following error for the Mac bundle: ** Starting TorBrowser Component of Mac Bundle (2/3 for Mac) ** sha256sum: x86_64-apple-darwin10.tar.xz: No such file or directory --- Building torbrowser-mac for precise amd64 --- Stopping target if it is up Killing target since it did not shutdown within 10 seconds Making a new image copy Formatting 'target-precise-amd64.qcow2', fmt=qcow2 size=11811160064 backing_file='base-precise-amd64.qcow2' encryption=off cluster_size=65536 Starting target Checking if target is up. Preparing build environment rsync: link_stat "/home/user/make/gitian-builder/inputs/x86_64-apple- darwin10.tar.xz" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.9] ./bin/gbuild:21:in `system!': failed to run copy-to-target inputs/x86_64- apple-darwin10.tar.xz build/ (RuntimeError) from ./bin/gbuild:86:in `build_one_configuration' from ./bin/gbuild:84:in `each' from ./bin/gbuild:84:in `build_one_configuration' from ./bin/gbuild:223 from ./bin/gbuild:218:in `each' from ./bin/gbuild:218 from ./bin/gbuild:216:in `each' from ./bin/gbuild:216 make: *** [build] Error 1 ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Re: [tor-dev] Gitian Build Failure (pt branch only?)
On Monday 16 December 2013 08:11:49 Georg Koppen wrote: > That is a different issue probably due to the new cross-compiler missing > in your gitian-builder/inputs directory. You need to run at least > > make prep-alpha > > before starting the build with > > make build-alpha > > Georg Thanks Georg. That resolved the error. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
[tor-dev] Building tbb-4.0a1-build2 fails
Hi, when I try to build ttb-4 I run into an error on compiling openssl. I was able to compile previous versions of tbb. Any idea what I am missing for ttb-4? Thanks & regards, torland --- Building utils-linux for lucid i386 --- Stopping target if it is up Making a new image copy Formatting 'target-lucid-i386.qcow2', fmt=qcow2 size=11811160064 backing_file='base-lucid-i386.qcow2' encryption=off cluster_size=65536 Starting target Checking if target is up Preparing build environment Updating apt-get repository (log in var/install.log) Installing additional packages (log in var/install.log) Grabbing package manifest Creating build script (var/build-script) Running build script (log in var/build.log) ./bin/gbuild:21:in `system!': failed to run on-target setarch i386 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError) from ./bin/gbuild:122:in `build_one_configuration' from ./bin/gbuild:224 from ./bin/gbuild:219:in `each' from ./bin/gbuild:219 from ./bin/gbuild:217:in `each' from ./bin/gbuild:217 make: *** [build-alpha] Error 1 from ../../gitian-builder/var/build.log gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit- frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 - DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM - DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM - DGHASH_ASM -c -o x86cpuid.o x86cpuid.s x86cpuid.s: Assembler messages: x86cpuid.s:8: Error: invalid instruction suffix for `push' x86cpuid.s:9: Error: invalid instruction suffix for `push' x86cpuid.s:10: Error: invalid instruction suffix for `push' x86cpuid.s:11: Error: invalid instruction suffix for `push' x86cpuid.s:13: Error: invalid instruction suffix for `pushf' x86cpuid.s:14: Error: invalid instruction suffix for `pop' x86cpuid.s:17: Error: invalid instruction suffix for `push' x86cpuid.s:18: Error: invalid instruction suffix for `popf' x86cpuid.s:19: Error: invalid instruction suffix for `pushf' x86cpuid.s:20: Error: invalid instruction suffix for `pop' x86cpuid.s:130: Error: invalid instruction suffix for `pop' x86cpuid.s:131: Error: invalid instruction suffix for `pop' x86cpuid.s:132: Error: invalid instruction suffix for `pop' x86cpuid.s:133: Error: invalid instruction suffix for `pop' x86cpuid.s:145: Error: invalid instruction suffix for `pop' x86cpuid.s:147: Error: relocated field and relocation type differ in signedness x86cpuid.s:161: Error: invalid instruction suffix for `pop' x86cpuid.s:163: Error: relocated field and relocation type differ in signedness x86cpuid.s:169: Error: invalid instruction suffix for `pushf' x86cpuid.s:170: Error: invalid instruction suffix for `pop' x86cpuid.s:174: Error: invalid instruction suffix for `push' x86cpuid.s:175: Error: invalid instruction suffix for `push' x86cpuid.s:192: Error: invalid instruction suffix for `pushf' x86cpuid.s:193: Error: invalid instruction suffix for `pop' x86cpuid.s:223: Error: invalid instruction suffix for `pop' x86cpuid.s:225: Error: relocated field and relocation type differ in signedness x86cpuid.s:253: Error: invalid instruction suffix for `push' x86cpuid.s:262: Error: invalid instruction suffix for `pop' x86cpuid.s:270: Error: invalid instruction suffix for `push' x86cpuid.s:289: Error: invalid instruction suffix for `pop' ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
Re: [tor-dev] Building tbb-4.0a1-build2 fails
On Wednesday 06 August 2014 05:04:48 David Fifield wrote: > You probably need to kill your qemu process and start "build-alpha" > again. See: > https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/BuildingWithGit > ian#AssemblyErrorsinMismatchedArchitectureCode Thanks David for pointing me to that document. Killing qemu resolved the issue. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev